make flush_output easier to understand.
This commit is contained in:
parent
b4502969ad
commit
80b97aafaa
@ -4257,13 +4257,13 @@ Succeeds if @var{S} is a currently open stream.
|
||||
@findex flush_output/0
|
||||
@syindex 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]
|
||||
@findex flush_output/1
|
||||
@syindex 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})
|
||||
@findex set_input/1
|
||||
|
Reference in New Issue
Block a user