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/stdio.3 | |
| parent | a597332c22f4fda1d02426fc5fe0e18e3f5a6b10 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/stdio.3')
| -rw-r--r-- | lib/libc/stdio/stdio.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index d1e53c34afcc..637f3c1d2deb 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -127,9 +127,9 @@ opened explicitly: (for writing diagnostic output). .El These streams are abbreviated -.Em stdin , stdout +.Dv stdin , stdout and -.Em stderr . +.Dv stderr . Initially, the standard error stream is unbuffered; the standard input and output streams are fully buffered if and only if the streams do not refer to |
