diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-03-17 12:37:28 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-03-17 12:37:28 +0000 |
| commit | 0ac162b7ccb779e50a3a3fdf1454199d7d60fd9c (patch) | |
| tree | 459ec7d5f06568b5b303739e95f00c942d7d5c67 | |
| parent | 16124710107f3c4390e93c23835ea14656073d53 (diff) | |
Notes
| -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 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 |
