Преглед изворни кода

* Added remark that popen opened files should not be reset

michael пре 26 година
родитељ
комит
786d53d194
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      docs/linux.tex

+ 4 - 0
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}