diff options
author | 1999-02-24 08:22:31 +0000 | |
---|---|---|
committer | 1999-02-24 08:22:31 +0000 | |
commit | e870ae7267181426510bfcbd7ee711979f954401 (patch) | |
tree | 775194f08686a543d07da425485af05eb97a56a6 /lib/libc | |
parent | Zip250 doesn't do modesense, either. (diff) | |
download | wireguard-openbsd-e870ae7267181426510bfcbd7ee711979f954401.tar.xz wireguard-openbsd-e870ae7267181426510bfcbd7ee711979f954401.zip |
stderr is not always unbuffered... only initially; kleink
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/setbuf.3 | 4 |
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 |