make flush_output easier to understand.

This commit is contained in:
Costa Vitor 2009-08-19 20:24:13 -05:00
parent b4502969ad
commit 80b97aafaa
1 changed files with 2 additions and 2 deletions

View File

@ -4257,13 +4257,13 @@ Succeeds if @var{S} is a currently open stream.
@findex flush_output/0 @findex flush_output/0
@syindex flush_output/0 @syindex flush_output/0
@cnindex flush_output/0 @cnindex flush_output/0
Send all data in the output buffer to current output stream. Send out all data in the output buffer of the current output stream.
@item flush_output(+@var{S}) [ISO] @item flush_output(+@var{S}) [ISO]
@findex flush_output/1 @findex flush_output/1
@syindex flush_output/1 @syindex flush_output/1
@cnindex flush_output/1 @cnindex flush_output/1
Send all data in the output buffer to stream @var{S}. Send all data in the output buffer for stream @var{S}.
@item set_input(+@var{S}) @item set_input(+@var{S})
@findex set_input/1 @findex set_input/1