diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2001-11-14 16:24:51 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2001-11-14 16:24:51 +0000 |
| commit | ac8b27d2aba8fc978a9f2a9832b48e181c7c6e07 (patch) | |
| tree | 1007b8650395e9ae78bba30d0a0a407119b4565c /lib/libc/stdio | |
| parent | 4202b366fca5e57f6d4210e4cb1b82f2f43ad700 (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 e11ec7c575b5..b9968f1786be 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 26369d605cae..e53af4ed4f10 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 |
