diff options
author | 1998-02-04 21:29:55 +0000 | |
---|---|---|
committer | 1998-02-04 21:29:55 +0000 | |
commit | cf07345fac454ab4d6ef3615ee66692f38277a05 (patch) | |
tree | a69d5f30837242f027c836d4a8d9b3b135d431c0 /lib/libc/stdio | |
parent | fix usage string (diff) | |
download | wireguard-openbsd-cf07345fac454ab4d6ef3615ee66692f38277a05.tar.xz wireguard-openbsd-cf07345fac454ab4d6ef3615ee66692f38277a05.zip |
clarify fileno(3)
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/ferror.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/ferror.3 b/lib/libc/stdio/ferror.3 index bd3d09b3c86..ddd828f3ba7 100644 --- a/lib/libc/stdio/ferror.3 +++ b/lib/libc/stdio/ferror.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ferror.3,v 1.2 1996/08/19 08:32:23 tholo Exp $ +.\" $OpenBSD: ferror.3,v 1.3 1998/02/04 21:29:55 deraadt Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -82,7 +82,7 @@ The function .Fn fileno examines the argument .Fa stream -and returns its integer descriptor. +and returns its integer file descriptor. .Sh ERRORS These functions should not fail and do not set the external variable |