diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-12 03:19:34 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-12 03:19:34 +0000 |
commit | e18ce48b0fcdc806a6a52d3c433fa2f488111bee (patch) | |
tree | edf17803d26ed12c6f2dedbaec353eff8d2d8050 /lib/libc | |
parent | 464bf5d98ce6a9a142dc8e4bccc76cef3d94369f (diff) |
formatting
Diffstat (limited to 'lib/libc')
-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 |