RecursionLock.st
changeset 1273 f8449f53a6a3
parent 1216 d7cbc6eb8dd4
child 1294 e26bbb61f6b2
--- a/RecursionLock.st	Tue Apr 23 20:21:30 1996 +0200
+++ b/RecursionLock.st	Tue Apr 23 21:33:27 1996 +0200
@@ -42,6 +42,14 @@
     I.e. allows reentering the critical region if the current process 
     is the one which did the original locking.
 
+    [see also:]
+        Semaphore
+        Process ProcessorScheduler
+"
+!
+
+examples
+"
     example:
 
         |lock|
@@ -144,5 +152,5 @@
 !RecursionLock class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/RecursionLock.st,v 1.10 1996-04-18 19:12:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/RecursionLock.st,v 1.11 1996-04-23 19:32:29 cg Exp $'
 ! !