summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/setbuf.3
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-22 12:07:25 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-22 12:07:25 +0000
commitb5cf87e26a33fe12c8e2238149b5896b328f7fe2 (patch)
tree3849d872b4b73608feb17809d7fb4d95c0fef6e0 /lib/libc/stdio/setbuf.3
parent4622ab764ab8a3550702e2699d502d3ddd177c1e (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/setbuf.3')
-rw-r--r--lib/libc/stdio/setbuf.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3
index e9fa07972b6f..67179f42c7cf 100644
--- a/lib/libc/stdio/setbuf.3
+++ b/lib/libc/stdio/setbuf.3
@@ -69,7 +69,7 @@ output or input is read from any stream attached to a terminal device
The function
.Xr fflush 3
may be used to force the block out early.
-(See
+(See
.Xr fclose 3 . )
.Pp
Normally all files are block buffered.
@@ -108,7 +108,7 @@ The
parameter may be given as zero
to obtain deferred optimal-size buffer allocation as usual.
If it is not zero,
-then except for unbuffered files, the
+then except for unbuffered files, the
.Fa buf
argument should point to a buffer at least
.Fa size
@@ -135,7 +135,7 @@ but may have peculiar side effects
(such as discarding input or flushing output)
if the stream is ``active''.
Portable applications should call it only once on any given stream,
-and before any
+and before any
.Tn I/O
is performed.
.Pp