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/stdio/setbuf.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/stdio/setbuf.3')
-rw-r--r-- | lib/libc/stdio/setbuf.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index 513406c13f5..d7b6f99b2cb 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setbuf.3,v 1.5 1999/05/12 13:26:48 aaron Exp $ +.\" $OpenBSD: setbuf.3,v 1.6 1999/05/16 19:55:10 alex Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -170,12 +170,12 @@ function returns what the equivalent .Fn setvbuf would have returned. .Sh SEE ALSO -.Xr fopen 3 , .Xr fclose 3 , +.Xr fopen 3 , .Xr fread 3 , .Xr malloc 3 , -.Xr puts 3 , -.Xr printf 3 +.Xr printf 3 , +.Xr puts 3 .Sh STANDARDS The .Fn setbuf |