#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:12:06 +0100
changeset 20806 729f94d21909
parent 20805 5e4783d33953
child 20807 fd862f559394
#DOCUMENTATION by cg class: NonPositionableExternalStream comment/format in: #documentation
NonPositionableExternalStream.st
--- a/NonPositionableExternalStream.st	Fri Nov 04 16:11:27 2016 +0100
+++ b/NonPositionableExternalStream.st	Fri Nov 04 16:12:06 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -68,7 +66,7 @@
 
     There are three special instances of this class, representing stdin,
     stdout and stderr of the smalltalk/X process (see Unix manuals, if you
-    dont know what those are used for). These special streams are bound to
+    don't know what those are used for). These special streams are bound to
     to globals Stdin, Stdout and Stderr at early initialization time
     (see Smalltalk>>initializeStandardStreams).
 
@@ -76,7 +74,7 @@
     'TTYStream' or similar.
 
     [author:]
-	Claus Gittinger
+        Claus Gittinger
 "
 ! !