diff options
author | uqs <uqs@FreeBSD.org> | 2010-05-13 12:08:11 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-05-13 12:08:11 +0000 |
commit | 64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6 (patch) | |
tree | d8e521baa64fd8da59f9f26f29ea2bc2501ef0a2 /lib/msun/man | |
parent | 1ab3783e1a2e5231321a0fc5399736ddc70407f0 (diff) | |
download | FreeBSD-src-64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6.zip FreeBSD-src-64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6.tar.gz |
mdoc: move remaining sections into consistent order
This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections.
Found by: mdocml lint run
Reviewed by: ru
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 . |