From 786d53d19462dddfd2d380d42d566e70f944456b Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 25 Apr 1999 19:28:02 +0000 Subject: [PATCH] * Added remark that popen opened files should not be reset --- docs/linux.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/linux.tex b/docs/linux.tex index 523e0564ff..6249e5b3f8 100644 --- a/docs/linux.tex +++ b/docs/linux.tex @@ -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}