diff options
Diffstat (limited to 'lib/libc/stdio/getc.3')
-rw-r--r-- | lib/libc/stdio/getc.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 9a284961a14..f429066c7c1 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getc.3,v 1.2 1996/08/19 08:32:51 tholo Exp $ +.\" $OpenBSD: getc.3,v 1.3 1999/03/12 03:19:33 pjanzen Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -73,8 +73,9 @@ but is a macro that expands in-line. The .Fn getchar function -is equivalent to: -getc with the argument stdin. +is equivalent to +.Fn getc +with the argument stdin. .Pp The .Fn getw |