diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
commit | 0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch) | |
tree | a7242dc673f15a56501071f686f150e05e519b5e /lib/libc/gen/frexp.3 | |
parent | a745f84c11e201e22ac76b1776820903cabfd67a (diff) |
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
Diffstat (limited to 'lib/libc/gen/frexp.3')
-rw-r--r-- | lib/libc/gen/frexp.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/frexp.3 b/lib/libc/gen/frexp.3 index 430d1a0998b..fee2ca4de7b 100644 --- a/lib/libc/gen/frexp.3 +++ b/lib/libc/gen/frexp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: frexp.3,v 1.2 1996/08/19 08:22:47 tholo Exp $ +.\" $OpenBSD: frexp.3,v 1.3 1999/05/16 19:54:51 alex Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -76,8 +76,8 @@ If is zero, both parts of the result are zero. .Sh SEE ALSO .Xr ldexp 3 , -.Xr modf 3 , -.Xr math 3 +.Xr math 3 , +.Xr modf 3 .Sh STANDARDS The .Fn frexp |