summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/stdio.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-07-03 06:08:06 +0000
committerjmc <jmc@openbsd.org>2014-07-03 06:08:06 +0000
commit53821dca0072dc19d1d81661a6750cd1a7485f8f (patch)
treefabec4cd78b956481dff6d8723e2caca9dd6f82e /lib/libc/stdio/stdio.3
parentdocument that -g will only work in the multiplexed case if applied to (diff)
downloadwireguard-openbsd-53821dca0072dc19d1d81661a6750cd1a7485f8f.tar.xz
wireguard-openbsd-53821dca0072dc19d1d81661a6750cd1a7485f8f.zip
rework some fflush text, as requested
From: Edward tweaks From: Tim van der Molen
Diffstat (limited to 'lib/libc/stdio/stdio.3')
-rw-r--r--lib/libc/stdio/stdio.37
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3
index 8d12fccd47e..4b2555de008 100644
--- a/lib/libc/stdio/stdio.3
+++ b/lib/libc/stdio/stdio.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stdio.3,v 1.30 2014/03/25 15:23:27 tedu Exp $
+.\" $OpenBSD: stdio.3,v 1.31 2014/07/03 06:08:06 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 25 2014 $
+.Dd $Mdocdate: July 3 2014 $
.Dt STDIO 3
.Os
.Sh NAME
@@ -148,8 +148,7 @@ In these cases,
or when a large amount of computation is done after printing
part of a line on an output terminal, it is necessary to
.Xr fflush 3
-the standard output before going off and computing so that the output
-will appear.
+the standard output so that the output will appear immediately.
Alternatively, these defaults may be modified via the
.Xr setvbuf 3
function.