#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Tue, 17 Jan 2017 00:59:04 +0100
changeset 17228 359e1996b557
parent 17227 1cdacb64232c
child 17229 1d09b2eeeb06
#REFACTORING by cg class: ExternalStreamMonitor comment/format in: #documentation
ExternalStreamMonitor.st
--- a/ExternalStreamMonitor.st	Tue Jan 17 00:58:01 2017 +0100
+++ b/ExternalStreamMonitor.st	Tue Jan 17 00:59:04 2017 +0100
@@ -41,23 +41,23 @@
 
 documentation
 "
-    This view shows smalltalk's semaphores - a debugging tool.
+    This view shows smalltalk's external stream instances - a debugging tool.
 
     [disclaimer:]
-        this is one of the oldest tools in the system, written in the early 90's.
+        this is based on one of the oldest tools in the system, written in the early 90's.
         It does in no way reflect the way GUIs are designed/written these days.
         
     [see also:]
-        Semaphore SemaphoreSet
-        Process ProcessorScheduler
+        Stream ExternalStream
         WindowGroup
         ProcessMonitor
+        SemaphoreMonitor
 
     [author:]
         Claus Gittinger
 
     [start with:]
-        SemaphoreMonitor open
+        ExternalStreamMonitor open
 "
 ! !