summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorMurray Stokely <murray@FreeBSD.org>2001-11-14 16:24:51 +0000
committerMurray Stokely <murray@FreeBSD.org>2001-11-14 16:24:51 +0000
commitac8b27d2aba8fc978a9f2a9832b48e181c7c6e07 (patch)
tree1007b8650395e9ae78bba30d0a0a407119b4565c /lib/libc/stdio
parent4202b366fca5e57f6d4210e4cb1b82f2f43ad700 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/ferror.31
-rw-r--r--lib/libc/stdio/fopen.33
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