diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
commit | d0353b836e88609b9400851d32e0aa6645ff9be3 (patch) | |
tree | aa7324a24491215cb462cf95382795f1649d10b6 /lib/msun | |
parent | 1f56a9494c2616ff6794d652f38eff0f7f95bbb9 (diff) |
mdoc(7) police: split punctuation characters + misc fixes.
Notes
Notes:
svn path=/head/; revision=71895
Diffstat (limited to 'lib/msun')
-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 1e4b2c1cd646..b0728eeeb3f4 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 56e0cf8eda48..e4cf9fba5768 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 c65064ab9193..a139e3931e45 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 a9cc6959f730..2aed69fdb799 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 333bf77e7081..980099945cb8 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 |