diff options
author | ru <ru@FreeBSD.org> | 2001-11-20 13:58:21 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-11-20 13:58:21 +0000 |
commit | b766bdc1997e0339036166c5cc24aa3380c28dbc (patch) | |
tree | 93fa23606c425d2ef89ab4c683b5942a72244bb3 /lib/libc/stdio | |
parent | 161533f1558893d596bd393526574015970762f7 (diff) | |
download | FreeBSD-src-b766bdc1997e0339036166c5cc24aa3380c28dbc.zip FreeBSD-src-b766bdc1997e0339036166c5cc24aa3380c28dbc.tar.gz |
mdoc(7) police: sort xrefs.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/fopen.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index e53af4e..f4c1f34 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -235,9 +235,9 @@ and .Sh SEE ALSO .Xr open 2 , .Xr fclose 3 , +.Xr fileno 3 , .Xr fseek 3 , -.Xr funopen 3 , -.Xr fileno 3 +.Xr funopen 3 .Sh STANDARDS The .Fn fopen |