diff options
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 . |