Process.st
changeset 10742 186b8a15cad6
parent 10553 297602960627
child 11283 b092a213a0d3
--- a/Process.st	Tue Oct 09 11:38:23 2007 +0200
+++ b/Process.st	Wed Oct 17 12:29:13 2007 +0200
@@ -477,7 +477,7 @@
 beGroupLeader
     "make the receiver a processGroupLeader.
      This detaches the process from its creator, so that it will not
-     be terminated when it teminates via #terminateGroup.
+     be terminated when it terminates via #terminateGroup.
      Also, processes forked from a groupLeader belong to that group
      and can be terminated via #terminateGroup - unless they become
      group leaders themself.
@@ -485,8 +485,8 @@
 
     processGroupId := id
 
-    "Modified: 8.7.1996 / 14:00:35 / cg"
-    "Created: 8.7.1996 / 14:08:44 / cg"
+    "Created: / 08-07-1996 / 14:08:44 / cg"
+    "Modified: / 17-10-2007 / 10:49:09 / cg"
 !
 
 beSystemProcess
@@ -2048,7 +2048,7 @@
 !Process class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Process.st,v 1.166 2007-05-28 12:03:51 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Process.st,v 1.167 2007-10-17 10:29:13 cg Exp $'
 ! !
 
 Process initialize!