From 926bb1cf42949a3ae717ceef3054910fa28434e4 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 27 Mar 1996 17:54:40 +0000 Subject: [PATCH] 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(-) diff --git a/lib/libc/stdio/fread.3 b/lib/libc/stdio/fread.3 index 8dd65af6e77..03a91412bc8 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 de93a198438..352f20baf7c 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