diff options
author | bde <bde@FreeBSD.org> | 1996-03-27 17:54:40 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-03-27 17:54:40 +0000 |
commit | 0994461968aaa568cd9c53aa3987d937f140ca47 (patch) | |
tree | 8e47cf0404447ffade7b016818910c31bf1b1170 /lib/libc/stdio/getc.3 | |
parent | f1d0d6d615be41a8e1f0ddf2e5e88f92c0c1c9c9 (diff) | |
download | FreeBSD-src-0994461968aaa568cd9c53aa3987d937f140ca47.zip FreeBSD-src-0994461968aaa568cd9c53aa3987d937f140ca47.tar.gz |
Fixed bogus cross references.
Reviewed by: mpp
Diffstat (limited to 'lib/libc/stdio/getc.3')
-rw-r--r-- | lib/libc/stdio/getc.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index de93a19..352f20b 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -61,7 +61,7 @@ function obtains the next input character (if present) from the stream pointed at by .Fa stream , or the next character pushed back on the stream via -.Xr ungetc . +.Xr ungetc 3 . .Pp The .Fn getc @@ -103,7 +103,7 @@ The end-of-file condition is remembered, even on a terminal, and all subsequent attempts to read will return .Dv EOF until the condition is cleared with -.Xr clearerr . +.Xr clearerr 3 . .Sh SEE ALSO .Xr ferror 3 , .Xr fread 3 , @@ -123,9 +123,9 @@ conform to Since .Dv EOF is a valid integer value, -.Xr feof +.Xr feof 3 and -.Xr ferror +.Xr ferror 3 must be used to check for failure after calling .Fn getw . The size and byte order of an |