summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2001-11-14 16:24:51 +0000
committermurray <murray@FreeBSD.org>2001-11-14 16:24:51 +0000
commit54ff7ae91a91577b5145b56c276c223a2229d9d3 (patch)
tree1007b8650395e9ae78bba30d0a0a407119b4565c /lib/libc/stdio
parent61d89377de1247c165da480fc9a39aba40204b56 (diff)
downloadFreeBSD-src-54ff7ae91a91577b5145b56c276c223a2229d9d3.zip
FreeBSD-src-54ff7ae91a91577b5145b56c276c223a2229d9d3.tar.gz
Cross-reference the fdopen and fileno manpages.
PR: docs/31866 Submitted by: W. Campbell <wcampbel@botbay.net>
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 e11ec7c..b9968f1 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 26369d6..e53af4e 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
OpenPOWER on IntegriCloud