diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-07-30 08:02:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-07-30 08:02:36 +0000 |
commit | f915feab9d150fd96f9bef9bf978dcd9a1b4a51f (patch) | |
tree | 16efb18a2b35f5e97883c15aadbf961d4aa6e0ae /lib/libm/man/exp.3 | |
parent | 83b0b86d61198544b1aca5b2d6c3b61514325eb0 (diff) |
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 |