From cfe0163bbcfef0b8d2c8174b4beb99a4e452a83c Mon Sep 17 00:00:00 2001 From: dd Date: Thu, 16 Aug 2001 03:09:33 +0000 Subject: Explain the relation of getchar() to getc() in less words. Submitted by: ru --- lib/libc/stdio/getc.3 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 79fd0dc..0a6a649 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -77,11 +77,7 @@ The .Fn getchar function is equivalent to -.Fn getc -with a -.Fa stream -of -.Dv stdin . +.Fn getc stdin . .Pp The .Fn getw -- cgit v1.1