Cross-reference the fdopen and fileno manpages.

PR:		docs/31866
Submitted by:	W. Campbell <wcampbel@botbay.net>
This commit is contained in:
Murray Stokely 2001-11-14 16:24:51 +00:00
parent 4202b366fc
commit ac8b27d2ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86352
2 changed files with 3 additions and 1 deletions

View File

@ -92,6 +92,7 @@ variable
.Va errno .
.Sh SEE ALSO
.Xr open 2 ,
.Xr fdopen 3 ,
.Xr stdio 3
.Sh STANDARDS
The functions

View File

@ -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