Delay.st
changeset 1282 3f5eda57c516
parent 1273 f8449f53a6a3
child 1294 e26bbb61f6b2
--- a/Delay.st	Thu Apr 25 10:35:28 1996 +0200
+++ b/Delay.st	Thu Apr 25 13:08:07 1996 +0200
@@ -56,7 +56,7 @@
 
     [see also:]
         Semaphore Process ProcessorScheduler
-
+        (using delay : programming/timing.html#DELAY)
 "
 !
 
@@ -258,5 +258,5 @@
 !Delay class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Delay.st,v 1.18 1996-04-23 19:33:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Delay.st,v 1.19 1996-04-25 11:07:31 cg Exp $'
 ! !