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/common_source/sqrt.3 | |
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/common_source/sqrt.3')
-rw-r--r-- | lib/libm/common_source/sqrt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
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 . |