diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 14:11:46 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 14:11:46 +0000 |
commit | f7a10404bccd5370cf494e1453a276bbf09b1143 (patch) | |
tree | e5249448ab52cfea6561a527dbe5fa3c83eddaaa /lib/libm | |
parent | 55a23507010ea3eabe58edf611fdf921fabc3374 (diff) | |
download | FreeBSD-src-f7a10404bccd5370cf494e1453a276bbf09b1143.zip FreeBSD-src-f7a10404bccd5370cf494e1453a276bbf09b1143.tar.gz |
mdoc(7) police: Nm -> Fn where appropriate.
Diffstat (limited to 'lib/libm')
-rw-r--r-- | lib/libm/common_source/lgamma.3 | 4 | ||||
-rw-r--r-- | lib/libm/common_source/sqrt.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libm/common_source/lgamma.3 b/lib/libm/common_source/lgamma.3 index db61bef..936ca46 100644 --- a/lib/libm/common_source/lgamma.3 +++ b/lib/libm/common_source/lgamma.3 @@ -112,11 +112,11 @@ will underflow. .Xr math 3 .Sh HISTORY The -.Nm lgamma +.Fn lgamma function appeared in .Bx 4.3 . The -.Nm gamma +.Fn gamma function appeared in .Bx 4.4 . The name diff --git a/lib/libm/common_source/sqrt.3 b/lib/libm/common_source/sqrt.3 index 2d091a2..2c4e893 100644 --- a/lib/libm/common_source/sqrt.3 +++ b/lib/libm/common_source/sqrt.3 @@ -113,11 +113,11 @@ carried. .Xr math 3 .Sh STANDARDS The -.Nm sqrt +.Fn sqrt function conforms to .St -ansiC . .Sh HISTORY The -.Nm cbrt +.Fn cbrt function appeared in .Bx 4.3 . |