Hi, Caught in a slight confusion about the wordings describing stdio(3) scenario needing fflush(3). The diff shows my understanding, but please do reply if it is otherwise.
# cvs diff cvs server: Diffing . Index: stdio.3 =================================================================== RCS file: /cvs/src/lib/libc/stdio/stdio.3,v retrieving revision 1.30 diff -u -p -r1.30 stdio.3 --- stdio.3 25 Mar 2014 15:23:27 -0000 1.30 +++ stdio.3 2 Jul 2014 03:00:36 -0000 @@ -148,7 +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 +the standard output before continuing computation so that the output will appear. Alternatively, these defaults may be modified via the .Xr setvbuf 3 Regards, Edward.