diff options
author | tjr <tjr@FreeBSD.org> | 2004-03-17 12:37:28 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-03-17 12:37:28 +0000 |
commit | 430cbeb954a8887ff8f440ed981156921b0cdf5a (patch) | |
tree | 459ec7d5f06568b5b303739e95f00c942d7d5c67 /lib/libc/stdio/getc.3 | |
parent | 5899dbda42ade7a54383f13a3017ff40c739b8bf (diff) | |
download | FreeBSD-src-430cbeb954a8887ff8f440ed981156921b0cdf5a.zip FreeBSD-src-430cbeb954a8887ff8f440ed981156921b0cdf5a.tar.gz |
Re-add text that says getc() is a macro (back out rev. 1.16.)
Diffstat (limited to 'lib/libc/stdio/getc.3')
-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 |