[usocket-cvs] r117 - usocket/trunk

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Thu Jun 8 21:35:51 UTC 2006


Author: ehuelsmann
Date: Thu Jun  8 17:35:51 2006
New Revision: 117

Modified:
   usocket/trunk/usocket.lisp
Log:
Add documentation.

Modified: usocket/trunk/usocket.lisp
==============================================================================
--- usocket/trunk/usocket.lisp	(original)
+++ usocket/trunk/usocket.lisp	Thu Jun  8 17:35:51 2006
@@ -30,6 +30,8 @@
                               (external-format :default)
                               (element-type 'character)
                               (protocol :tcp))
+  "trivial-sockets compat function to make usocket a drop-in replacement
+apart from the package naming difference."
   (unless (and (eql local-host :any) (eql local-port 0))
     (error 'unsupported :feature :bind))
   (unless (eql protocol :tcp)



More information about the usocket-cvs mailing list