#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Wed, 13 Jul 2016 16:38:59 +0200
changeset 20147 bf474597127c
parent 20146 a01052488d9f
child 20148 a0e964e1c7ac
#DOCUMENTATION by stefan class: ExternalStream changed: #useCRLF:
ExternalStream.st
--- a/ExternalStream.st	Wed Jul 13 10:16:52 2016 +0200
+++ b/ExternalStream.st	Wed Jul 13 16:38:59 2016 +0200
@@ -2190,6 +2190,7 @@
 !
 
 useCRLF:aBoolean
+    <resource: #obsolete>
     "turn on or off CRLF sending (instead of LF only) - default is off.
      This method is provided for backward compatibility - see #eolMode:
      which offers another choice."