diff options
Diffstat (limited to 'lib/libc/stdio/setbuf.3')
-rw-r--r-- | lib/libc/stdio/setbuf.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |