diff options
author | tjr <tjr@FreeBSD.org> | 2003-01-10 07:45:24 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2003-01-10 07:45:24 +0000 |
commit | 1728522b0e6972f89cbcf137e1913e0f77973de4 (patch) | |
tree | 4bde586af66b7c4cce0504577416da71c1208763 /lib/libc/stdio/getc.3 | |
parent | bd44cebe6a0804b4dd4531ab167aa0fca7a88a63 (diff) | |
download | FreeBSD-src-1728522b0e6972f89cbcf137e1913e0f77973de4.zip FreeBSD-src-1728522b0e6972f89cbcf137e1913e0f77973de4.tar.gz |
There is no macro version of getc() anymore.
Diffstat (limited to 'lib/libc/stdio/getc.3')
-rw-r--r-- | lib/libc/stdio/getc.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 89cc6de..022521f 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -76,8 +76,7 @@ The .Fn getc function acts essentially identically to -.Fn fgetc , -but is a macro that expands in-line. +.Fn fgetc . .Pp The .Fn getchar |