From 80b97aafaa1e0ea13f5455604e187b5ea027c034 Mon Sep 17 00:00:00 2001 From: Costa Vitor Date: Wed, 19 Aug 2009 20:24:13 -0500 Subject: [PATCH] make flush_output easier to understand. --- docs/yap.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/yap.tex b/docs/yap.tex index ddd2b5bf0..e4abb169d 100644 --- a/docs/yap.tex +++ b/docs/yap.tex @@ -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