summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-24 08:22:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-24 08:22:32 +0000
commit311fbf5acce77666543daef4c73c4e1406e5e811 (patch)
treea366ee2a92cd6dfca121e1f6a46486d490378474
parent4fcfe46cf82a741774d7ded89e63e898b8d1b5c7 (diff)
stderr is not always unbuffered... only initially; kleink
-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