From 54ff7ae91a91577b5145b56c276c223a2229d9d3 Mon Sep 17 00:00:00 2001 From: murray Date: Wed, 14 Nov 2001 16:24:51 +0000 Subject: [PATCH] Cross-reference the fdopen and fileno manpages. PR: docs/31866 Submitted by: W. Campbell --- lib/libc/stdio/ferror.3 | 1 + lib/libc/stdio/fopen.3 | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libc/stdio/ferror.3 b/lib/libc/stdio/ferror.3 index e11ec7c575b..b9968f1786b 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 26369d605ca..e53af4ed4f1 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 -- 2.45.2