diff options
author | 2008-07-30 08:02:34 +0000 | |
---|---|---|
committer | 2008-07-30 08:02:34 +0000 | |
commit | d309d4cf0b08b832313d5b4fd98dfed0e7e1e24c (patch) | |
tree | 21d7e4cb370c4b240ea5d9832dc929d0369b470b /lib/libm/man/exp.3 | |
parent | spacing (diff) | |
download | wireguard-openbsd-d309d4cf0b08b832313d5b4fd98dfed0e7e1e24c.tar.xz wireguard-openbsd-d309d4cf0b08b832313d5b4fd98dfed0e7e1e24c.zip |
various markup/grammar fixes for previous, and a missing MLINK
for remquof.3;
Diffstat (limited to 'lib/libm/man/exp.3')
-rw-r--r-- | lib/libm/man/exp.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3 index 24490abd700..ac411e2f24c 100644 --- a/lib/libm/man/exp.3 +++ b/lib/libm/man/exp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exp.3,v 1.18 2008/07/29 21:57:13 martynas Exp $ +.\" $OpenBSD: exp.3,v 1.19 2008/07/30 08:02:35 jmc Exp $ .\" .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)exp.3 6.12 (Berkeley) 7/31/91 .\" -.Dd $Mdocdate: July 29 2008 $ +.Dd $Mdocdate: July 30 2008 $ .Dt EXP 3 .Os .Sh NAME @@ -93,9 +93,9 @@ function is a single precision version of The .Fn exp2 function computes the base 2 exponential of the given argument -.Fa x . +.Fa x . The -.Fn exp2f +.Fn exp2f function is a single precision version of .Fn exp2 . .Pp |