diff options
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdio/ferror.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/fopen.3 | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdio/ferror.3 b/lib/libc/stdio/ferror.3 index 9ccad39aa6e3..b3b9d1d97ccd 100644 --- a/lib/libc/stdio/ferror.3 +++ b/lib/libc/stdio/ferror.3 @@ -92,6 +92,7 @@ variable .Va errno . .Sh SEE ALSO .Xr open 2 , +.Xr fdopen 3 , .Xr stdio 3 .Sh STANDARDS The functions diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index ffa699d3defb..a5d71901a14a 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -236,7 +236,8 @@ and .Xr open 2 , .Xr fclose 3 , .Xr fseek 3 , -.Xr funopen 3 +.Xr funopen 3 , +.Xr fileno 3 .Sh STANDARDS The .Fn fopen |
