diff options
Diffstat (limited to 'lib/libc/stdio/getc.3')
-rw-r--r-- | lib/libc/stdio/getc.3 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index debba67a6e4..4d81c68a195 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getc.3,v 1.6 2000/04/20 01:39:32 aaron Exp $ +.\" $OpenBSD: getc.3,v 1.7 2000/12/24 00:30:58 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -57,8 +57,8 @@ .Sh DESCRIPTION The .Fn fgetc -function -obtains the next input character (if present) from the stream pointed at by +function obtains the next input character (if present) from the stream +pointed at by .Fa stream , or the next character pushed back on the stream via .Xr ungetc . @@ -112,8 +112,7 @@ The .Fn getc , and .Fn getchar -functions -conform to +functions conform to .St -ansiC . .Sh BUGS Since |