diff options
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 ce3f1b7..abc8c67 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 5578ec2..0961366 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 352f20b..0c63fbe 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 dbfff88..e262d42 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 30e9db7..a94dec1 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 5b200c0..81a6970 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 e88b64f..e5c68d0 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 |