diff options
author | 2014-07-03 06:08:06 +0000 | |
---|---|---|
committer | 2014-07-03 06:08:06 +0000 | |
commit | 53821dca0072dc19d1d81661a6750cd1a7485f8f (patch) | |
tree | fabec4cd78b956481dff6d8723e2caca9dd6f82e /lib/libc/stdio/stdio.3 | |
parent | document that -g will only work in the multiplexed case if applied to (diff) | |
download | wireguard-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.3 | 7 |
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. |