summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-02-24 08:22:31 +0000
committerderaadt <deraadt@openbsd.org>1999-02-24 08:22:31 +0000
commite870ae7267181426510bfcbd7ee711979f954401 (patch)
tree775194f08686a543d07da425485af05eb97a56a6 /lib/libc/stdio
parentZip250 doesn't do modesense, either. (diff)
downloadwireguard-openbsd-e870ae7267181426510bfcbd7ee711979f954401.tar.xz
wireguard-openbsd-e870ae7267181426510bfcbd7ee711979f954401.zip
stderr is not always unbuffered... only initially; kleink
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/setbuf.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3
index 6d35565bdc4..f6b235aceaa 100644
--- a/lib/libc/stdio/setbuf.3
+++ b/lib/libc/stdio/setbuf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setbuf.3,v 1.3 1997/07/08 17:25:54 millert Exp $
+.\" $OpenBSD: setbuf.3,v 1.4 1999/02/24 08:22:31 deraadt Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -82,7 +82,7 @@ If a stream refers to a terminal
normally does) it is line buffered.
The standard error stream
.Em stderr
-is always unbuffered.
+is initially unbuffered.
.Pp
The
.Fn setvbuf