summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/getc.3
diff options
context:
space:
mode:
authorpjanzen <pjanzen@openbsd.org>1999-03-12 03:19:33 +0000
committerpjanzen <pjanzen@openbsd.org>1999-03-12 03:19:33 +0000
commitbbe3e0970a1aef3edd8a7e358e7660efffc0e8fa (patch)
treef1c3cf0ef0f10f7cad06c369d9e18a596231873e /lib/libc/stdio/getc.3
parentCorrect documentation, remove useless code, remove duplicate documentation, (diff)
downloadwireguard-openbsd-bbe3e0970a1aef3edd8a7e358e7660efffc0e8fa.tar.xz
wireguard-openbsd-bbe3e0970a1aef3edd8a7e358e7660efffc0e8fa.zip
formatting
Diffstat (limited to 'lib/libc/stdio/getc.3')
-rw-r--r--lib/libc/stdio/getc.37
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