diff options
Diffstat (limited to 'lib/msun/man')
-rw-r--r-- | lib/msun/man/hypot.3 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/msun/man/hypot.3 b/lib/msun/man/hypot.3 index 8f90f0d..aae1edd 100644 --- a/lib/msun/man/hypot.3 +++ b/lib/msun/man/hypot.3 @@ -124,14 +124,6 @@ disappear when it turns out to be irrelevant, as it does in .Xr carg 3 , .Xr math 3 , .Xr sqrt 3 -.Sh HISTORY -Both a -.Fn hypot -function and a -.Fn cabs -function -appeared in -.At v7 . .Sh STANDARDS The .Fn hypot , @@ -143,3 +135,11 @@ and .Fn cabsl functions conform to .St -isoC-99 . +.Sh HISTORY +Both a +.Fn hypot +function and a +.Fn cabs +function +appeared in +.At v7 . |