diff options
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 |