From 0994461968aaa568cd9c53aa3987d937f140ca47 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 27 Mar 1996 17:54:40 +0000 Subject: Fixed bogus cross references. Reviewed by: mpp --- lib/libc/stdio/fread.3 | 2 +- lib/libc/stdio/getc.3 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/libc/stdio/fread.3 b/lib/libc/stdio/fread.3 index 8dd65af..03a9141 100644 --- a/lib/libc/stdio/fread.3 +++ b/lib/libc/stdio/fread.3 @@ -54,7 +54,7 @@ The function reads .Fa nmemb objects, each -.Xr size +.Fa size bytes long, from the stream pointed to by .Fa stream , storing them at the location given by 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 -- cgit v1.1