diff options
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/getc.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 83a353d..6b73e49 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 |