diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2001-11-20 14:28:58 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2001-11-20 14:28:58 +0000 |
| commit | b685f73d1cb2bd706fa552e37747728704af6167 (patch) | |
| tree | 985039d52f3bab3bf9ca795c1c6c4454f9dcf1cd /lib/libc/stdio | |
| parent | fa3bd8530c7e76a31d08b8c5dfa5cf4ee9aeef7a (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio')
| -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 |
