Note that fileno() conforms to 1003.1-90.

This commit is contained in:
jtc 1993-10-04 18:23:09 +00:00
parent 54654f9e43
commit 238aebd684
1 changed files with 5 additions and 1 deletions

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ferror.3 6.8 (Berkeley) 6/29/91
.\" $Id: ferror.3,v 1.2 1993/08/01 07:45:08 mycroft Exp $
.\" $Id: ferror.3,v 1.3 1993/10/04 18:23:09 jtc Exp $
.\"
.Dd June 29, 1991
.Dt FERROR 3
@ -99,3 +99,7 @@ and
.Fn ferror
conform to
.St -ansiC .
The function
.Fn fileno
conforms to
.St -p1003.1-90 .