diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-04 21:29:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-04 21:29:56 +0000 |
commit | 5a26ef0bf79b6068c396fa7f46554a381584d6e3 (patch) | |
tree | 57fd21384f0d6952dac2f616fc512afc773df463 /lib | |
parent | 3ae08d3bfe433b7cd88f48b0b2cdca10eada0e94 (diff) |
clarify fileno(3)
Diffstat (limited to 'lib')
-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 |