diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-04 18:57:46 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-04 18:57:46 +0000 |
| commit | ae828962685b8ae9e5104ce8e7fe8b05effcb9ec (patch) | |
| tree | 98ead4f30dc156961d0a69e06b26fd806200f3b6 /lib/libc/stdio/setbuf.3 | |
| parent | a597332c22f4fda1d02426fc5fe0e18e3f5a6b10 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/setbuf.3')
| -rw-r--r-- | lib/libc/stdio/setbuf.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index cb16fa3b653f..d10b5bc27691 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -65,7 +65,8 @@ destination file or terminal as soon as written; when it is block buffered many characters are saved up and written as a block; when it is line buffered characters are saved up until a newline is output or input is read from any stream attached to a terminal device -(typically stdin). +(typically +.Dv stdin ) . The function .Xr fflush 3 may be used to force the block out early. @@ -81,10 +82,10 @@ is called, and an optimally-sized buffer is obtained. If a stream refers to a terminal (as -.Em stdout +.Dv stdout normally does) it is line buffered. The standard error stream -.Em stderr +.Dv stderr is always unbuffered. .Pp The |
