From 53821dca0072dc19d1d81661a6750cd1a7485f8f Mon Sep 17 00:00:00 2001 From: jmc Date: Thu, 3 Jul 2014 06:08:06 +0000 Subject: rework some fflush text, as requested From: Edward tweaks From: Tim van der Molen --- lib/libc/stdio/stdio.3 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/libc/stdio/stdio.3') 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. -- cgit v1.2.3-59-g8ed1b