* Added remark that popen opened files should not be reset

This commit is contained in:
michael 1999-04-25 19:28:02 +00:00
parent d3b493a609
commit 786d53d194

View File

@ -448,6 +448,10 @@ What is written to \var{StreamOut}, will go to the standard input of
Reading and writing happens through the usual \var{Readln(StreamIn,...)} and
\var{Writeln (StreamOut,...)} procedures.
{\em Remark:} You should {\em not} use \var{Reset} or \var{Rewrite} on a
file opened with \var{POpen}. This will close the file before re-opening
it again, thereby closing the connection with the program.
\Errors
\var{LinuxError} is used to report errors:
\begin{description}