From 0ac162b7ccb779e50a3a3fdf1454199d7d60fd9c Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Wed, 17 Mar 2004 12:37:28 +0000 Subject: [PATCH] Re-add text that says getc() is a macro (back out rev. 1.16.) --- lib/libc/stdio/getc.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 83a353d1382d..6b73e492c9ab 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -76,7 +76,8 @@ The .Fn getc function acts essentially identically to -.Fn fgetc . +.Fn fgetc , +but is a macro that expands in-line. .Pp The .Fn getchar