OSProcess.st
changeset 21209 e9395c842124
parent 21208 9fbb51649256
child 21223 bebca95ca864
child 21249 86c01ee5a76e
--- a/OSProcess.st	Thu Dec 29 20:41:04 2016 +0100
+++ b/OSProcess.st	Thu Dec 29 20:58:46 2016 +0100
@@ -210,10 +210,8 @@
 !
 
 lineWise:aBoolean
-    "read linewise from the command's output.
-     This is a bit slower.
-     Set lineWise to true, if both error and output is sent to the same stream
-     and you don't want lines to be mangled. This is a bit slower than lineWise = false.
+    "When setting to true, read linewise from the command's output and error.
+     This is a bit slower than lineWise = false.
 
      You may use it also when streaming to e.g. Transcript"