diff options
Diffstat (limited to 'lib/libc/stdio/getc.3')
-rw-r--r-- | lib/libc/stdio/getc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 58d01c09926..2b189179b93 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getc.3,v 1.13 2012/01/15 21:03:05 schwarze Exp $ +.\" $OpenBSD: getc.3,v 1.14 2013/06/05 03:39:23 tedu Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 15 2012 $ +.Dd $Mdocdate: June 5 2013 $ .Dt GETC 3 .Os .Sh NAME @@ -41,7 +41,7 @@ .Nm getw .Nd get next character or word from input stream .Sh SYNOPSIS -.Fd #include <stdio.h> +.In stdio.h .Ft int .Fn fgetc "FILE *stream" .Ft int |