#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 02 Aug 2018 11:09:58 +0200
changeset 23256 966ae73cc387
parent 23255 f1e0a3edca55
child 23257 7aaf6920019d
#DOCUMENTATION by cg class: AbstractOperatingSystem class comment/format in: #getCommandOutputFrom:maxNumberOfLines:errorDisposition:
AbstractOperatingSystem.st
--- a/AbstractOperatingSystem.st	Thu Aug 02 11:07:30 2018 +0200
+++ b/AbstractOperatingSystem.st	Thu Aug 02 11:09:58 2018 +0200
@@ -2479,9 +2479,9 @@
      errorDisposition controls where the stdErr output should go,
      and may be one of #discard, #inline or #stderr (default).
      #discard causes stderr to be discarded (/dev/null),
-     #inline causes it to be written to smalltalks own stdout and
-     #stderr causes it to be written to smalltalks own stderr.
-     Nil is treated like #stderr"
+     #inline causes it to be written to smalltalk's own stdout and
+     #stderr causes it to be written to smalltalk's own stderr.
+     nil is treated like #stderr"
 
     |result|
 
@@ -2521,7 +2521,7 @@
     "
 
     "Modified: / 19-05-1999 / 14:25:02 / cg"
-    "Modified (comment): / 02-08-2018 / 11:05:24 / Claus Gittinger"
+    "Modified (comment): / 02-08-2018 / 11:09:34 / Claus Gittinger"
 !
 
 getFullCommandOutputFrom:aCommand