diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
commit | 8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19 (patch) | |
tree | b428fc12404c6d6be2c1fce52490993ab3744097 /lib/msun/man | |
parent | 4923ae6c3fe2f82d94fec60b85ed2a6272b2fd67 (diff) | |
download | FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.zip FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
Diffstat (limited to 'lib/msun/man')
-rw-r--r-- | lib/msun/man/asin.3 | 2 | ||||
-rw-r--r-- | lib/msun/man/exp.3 | 5 | ||||
-rw-r--r-- | lib/msun/man/hypot.3 | 4 | ||||
-rw-r--r-- | lib/msun/man/ieee.3 | 4 | ||||
-rw-r--r-- | lib/msun/man/lgamma.3 | 2 |
5 files changed, 9 insertions, 8 deletions
diff --git a/lib/msun/man/asin.3 b/lib/msun/man/asin.3 index 1e4b2c1..b0728ee 100644 --- a/lib/msun/man/asin.3 +++ b/lib/msun/man/asin.3 @@ -62,7 +62,7 @@ and the .Fn asinf functions return the arc sine in the range .Bk -words -.Bq -\*(Pi/2, +\*(Pi/2 +.Bq -\*(Pi/2 , +\*(Pi/2 .Ek radians. On the diff --git a/lib/msun/man/exp.3 b/lib/msun/man/exp.3 index 56e0cf8..e4cf9fb 100644 --- a/lib/msun/man/exp.3 +++ b/lib/msun/man/exp.3 @@ -99,7 +99,7 @@ The and the .Fn logf functions compute the value of the natural logarithm of argument -.Fa x. +.Fa x . .Pp The .Fn log10 @@ -257,7 +257,8 @@ and .Em NaN (the reserved operand on a -.Tn VAX ) . Previous implementations of pow may +.Tn VAX ) . +Previous implementations of pow may have defined x**0 to be undefined in some or all of these cases. Here are reasons for returning x**0 = 1 always: .Bl -enum -width indent diff --git a/lib/msun/man/hypot.3 b/lib/msun/man/hypot.3 index c65064a..a139e39 100644 --- a/lib/msun/man/hypot.3 +++ b/lib/msun/man/hypot.3 @@ -47,10 +47,10 @@ .Fn hypot "double x" "double y" .Ft float .Fn hypotf "float x" "float y" -.Fd struct {double x, y;} z; +.Vt struct {double x, y;} z ; .Ft double .Fn cabs z -.Fd struct {float x, y;} z; +.Vt struct {float x, y;} z ; .Ft float .Fn cabsf z .Sh DESCRIPTION diff --git a/lib/msun/man/ieee.3 b/lib/msun/man/ieee.3 index a9cc695..2aed69f 100644 --- a/lib/msun/man/ieee.3 +++ b/lib/msun/man/ieee.3 @@ -85,7 +85,7 @@ and return .Fa x with its sign changed to -.Fa y Ns 's. +.Fa y Ns 's . .Pp .Fn finite and @@ -157,7 +157,7 @@ the remainder is computed exactly and .Sm on \*(Le .Sm off -.Pf \\*(Ba Fa y No \\*(Ba/2. +.Pf \\*(Ba Fa y No \\*(Ba/2 . .Sm on But .Fn remainder x 0 diff --git a/lib/msun/man/lgamma.3 b/lib/msun/man/lgamma.3 index 333bf77..9800999 100644 --- a/lib/msun/man/lgamma.3 +++ b/lib/msun/man/lgamma.3 @@ -112,7 +112,7 @@ return appropriate values unless an argument is out of range. Overflow will occur for sufficiently large positive values, and non-positive integers. On the -.Tn VAX, +.Tn VAX , the reserved operator is returned, and .Va errno |