diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-01-20 23:23:22 +0000 | 
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-01-20 23:23:22 +0000 | 
| commit | 75141cc9877bd4c86b39c602f68ae5dc205cefdb (patch) | |
| tree | 23860e44c1ece8967b4f9b16c420be624a805a80 /lib/libc/stdio | |
| parent | 179604044813b13b6c13ecb74de46206ad287e49 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio')
| -rw-r--r-- | lib/libc/stdio/fflush.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdio/fputs.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdio/getc.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdio/scanf.3 | 8 | ||||
| -rw-r--r-- | lib/libc/stdio/setbuf.3 | 6 | ||||
| -rw-r--r-- | lib/libc/stdio/stdio.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdio/ungetc.3 | 2 | 
7 files changed, 12 insertions, 12 deletions
| diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3 index ce3f1b7e61d6..abc8c676a4ff 100644 --- a/lib/libc/stdio/fflush.3 +++ b/lib/libc/stdio/fflush.3 @@ -99,8 +99,8 @@ for any of the errors specified for the routine  .Xr write 2 .  .Sh SEE ALSO  .Xr write 2 , -.Xr fopen 3 ,  .Xr fclose 3 , +.Xr fopen 3 ,  .Xr setbuf 3  .Sh STANDARDS  The diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3 index 5578ec2f52d6..0961366dc09b 100644 --- a/lib/libc/stdio/fputs.3 +++ b/lib/libc/stdio/fputs.3 @@ -95,8 +95,8 @@ may also fail and set  for any of the errors specified for the routines  .Xr write 2 .  .Sh SEE ALSO -.Xr putc 3 ,  .Xr ferror 3 , +.Xr putc 3 ,  .Xr stdio 3  .Sh STANDARDS  The functions diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 352f20baf7cc..0c63fbec5bc1 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -106,8 +106,8 @@ until the condition is cleared with  .Xr clearerr 3 .  .Sh SEE ALSO  .Xr ferror 3 , -.Xr fread 3 ,  .Xr fopen 3 , +.Xr fread 3 ,  .Xr putc 3 ,  .Xr ungetc 3  .Sh STANDARDS diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3 index dbfff8871273..e262d421053a 100644 --- a/lib/libc/stdio/scanf.3 +++ b/lib/libc/stdio/scanf.3 @@ -391,11 +391,11 @@ end-of-file occurs. If an error or end-of-file occurs after conversion  has begun,  the number of conversions which were successfully completed is returned.  .Sh SEE ALSO -.Xr strtol 3 , -.Xr strtoul 3 , -.Xr strtod 3 ,  .Xr getc 3 , -.Xr printf 3 +.Xr printf 3 , +.Xr strtod 3 , +.Xr strtol 3 , +.Xr strtoul 3  .Sh STANDARDS  The functions  .Fn fscanf , diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index 30e9db75db5d..a94dec17a304 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -170,12 +170,12 @@ function returns what the equivalent  .Fn setvbuf  would have returned.  .Sh SEE ALSO -.Xr fopen 3 ,  .Xr fclose 3 , +.Xr fopen 3 ,  .Xr fread 3 ,  .Xr malloc 3 , -.Xr puts 3 , -.Xr printf 3 +.Xr printf 3 , +.Xr puts 3  .Sh STANDARDS  The  .Fn setbuf diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 5b200c051eae..81a69708694b 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -204,8 +204,8 @@ and  exist and will be used if the macros  definitions are explicitly removed.  .Sh SEE ALSO -.Xr open 2 ,  .Xr close 2 , +.Xr open 2 ,  .Xr read 2 ,  .Xr write 2  .Sh BUGS diff --git a/lib/libc/stdio/ungetc.3 b/lib/libc/stdio/ungetc.3 index e88b64f028c2..e5c68d0640b5 100644 --- a/lib/libc/stdio/ungetc.3 +++ b/lib/libc/stdio/ungetc.3 @@ -85,8 +85,8 @@ character equals  .Dv EOF ,  the operation will fail and the stream will remain unchanged.  .Sh SEE ALSO -.Xr getc 3 ,  .Xr fseek 3 , +.Xr getc 3 ,  .Xr setvbuf 3  .Sh STANDARDS  The | 
