Date: Fri, 9 Nov 2001 00:11:08 -0500 (EST) From: "W. Campbell" <wcampbel@botbay.net> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/31866: Refer to fdopen and fileno in their opposite manpages Message-ID: <200111090511.fA95B7x85513@botbay.net>
next in thread | raw e-mail | index | archive | help
>Number: 31866 >Category: docs >Synopsis: Refer to fdopen and fileno in their opposite manpages >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 08 21:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: W. Campbell >Release: FreeBSD 4.3-STABLE i386 >Organization: ircd-hybrid >Environment: System: FreeBSD botbay.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Jul 27 11:53:35 EDT 2001 root@botbay.net:/usr/obj/usr/src/sys/KABEL i386 >Description: Referring to fdopen() in the man page containing fileno() and vice-versa can be of help to developers. >How-To-Repeat: >Fix: --- ferror.3.dist Fri Nov 9 00:04:13 2001 +++ ferror.3 Fri Nov 9 00:05:23 2001 @@ -92,6 +92,7 @@ .Va errno . .Sh SEE ALSO .Xr open 2 , +.Xr fdopen 3 , .Xr stdio 3 .Sh STANDARDS The functions --- fopen.3.dist Fri Nov 9 00:01:50 2001 +++ fopen.3 Fri Nov 9 00:02:17 2001 @@ -236,7 +236,8 @@ .Xr open 2 , .Xr fclose 3 , .Xr fseek 3 , -.Xr funopen 3 +.Xr funopen 3 , +.Xr fileno 3 .Sh STANDARDS The .Fn fopen >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111090511.fA95B7x85513>