Socket.st
changeset 48 18b9353c9d07
parent 44 b4db396f9255
child 51 24f978f1d849
--- a/Socket.st	Thu Nov 17 15:17:57 1994 +0100
+++ b/Socket.st	Thu Nov 17 15:21:02 1994 +0100
@@ -22,7 +22,7 @@
 COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.14 1994-10-28 03:07:42 claus Exp $
+$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.15 1994-11-17 14:20:57 claus Exp $
 '!
 
 !Socket class methodsFor:'documentation'!
@@ -43,7 +43,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.14 1994-10-28 03:07:42 claus Exp $
+$Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.15 1994-11-17 14:20:57 claus Exp $
 "
 !
 
@@ -59,7 +59,11 @@
     code using ST-80 Sockets i.e. RemoteInvocation), there is some old interface
     still provided. This will vanish; use the newTCPxxx and newUDPxxx interface,
     which is meant to be compatible to ST-80's UnixSocketAccessor interface.
+"
+!
 
+examples
+"
     example (get help info from an nntp server):
 
 	|sock|