#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Wed, 21 Nov 2018 17:25:53 +0100
changeset 23537 97943007572e
parent 23536 a92d5817bb84
child 23538 1266c7e94014
#DOCUMENTATION by stefan class: OSProcess comment/format in: #numericPid
OSProcess.st
--- a/OSProcess.st	Sat Nov 17 02:34:59 2018 +0100
+++ b/OSProcess.st	Wed Nov 21 17:25:53 2018 +0100
@@ -523,7 +523,7 @@
 numericPid
     "answer the pid of the process the command is running in,
      or nil if the command has not yet been started.
-     Always return an integer, even in windows where pis is a handle-"
+     Always return an integer, even in windows where pid is a handle-"
 
     (pid isNil or:[pid isInteger]) ifTrue:[
         ^ pid.
@@ -532,7 +532,7 @@
     ^ pid pid.
 
     "Created: / 19-07-2018 / 16:21:25 / Stefan Vogel"
-    "Modified (comment): / 19-07-2018 / 19:04:30 / Stefan Vogel"
+    "Modified (comment): / 20-11-2018 / 16:50:26 / Stefan Vogel"
 !
 
 outStream