diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-06-20 21:09:31 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-06-20 21:09:31 +0000 |
commit | c967fc5433b4ef6dba0cc4729567fefc1f83b64b (patch) | |
tree | a70a88fb46021814cc560c859dee05b246680ca0 /lib/libc/stdio/stdio.3 | |
parent | 624c441d2780c4cd6d368c629cf0046776625c03 (diff) |
Fix the short description for fileno()
ok otto@, millert@
Diffstat (limited to 'lib/libc/stdio/stdio.3')
-rw-r--r-- | lib/libc/stdio/stdio.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 8abf76a89cd..1bc1b265068 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdio.3,v 1.16 2003/06/02 20:18:37 millert Exp $ +.\" $OpenBSD: stdio.3,v 1.17 2004/06/20 21:09:30 jfb Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -222,7 +222,7 @@ fgetc get next character or word from input stream fgetln get a line from a stream fgetpos reposition a stream fgets get a line from a stream -fileno check and reset stream status +fileno get a stream's underlying file descriptor fopen stream open functions fprintf formatted output conversion fpurge flush a stream |