diff options
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 |