summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-03-17 12:37:28 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-03-17 12:37:28 +0000
commit0ac162b7ccb779e50a3a3fdf1454199d7d60fd9c (patch)
tree459ec7d5f06568b5b303739e95f00c942d7d5c67
parent16124710107f3c4390e93c23835ea14656073d53 (diff)
Notes
-rw-r--r--lib/libc/stdio/getc.33
1 files changed, 2 insertions, 1 deletions
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