[usocket-cvs] r231 - usocket/trunk
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Tue May 8 20:20:58 UTC 2007
Author: ehuelsmann
Date: Tue May 8 16:20:57 2007
New Revision: 231
Modified:
usocket/trunk/usocket.lisp
Log:
Update docstring for the 'new' :element-type key parameter.
Modified: usocket/trunk/usocket.lisp
==============================================================================
--- usocket/trunk/usocket.lisp (original)
+++ usocket/trunk/usocket.lisp Tue May 8 16:20:57 2007
@@ -279,7 +279,7 @@
;; Documentation for the function
;;
-;; (defun SOCKET-CONNECT (host port) ..)
+;; (defun SOCKET-CONNECT (host port &key element-type) ..)
;;
(setf (documentation 'socket-connect 'function)
@@ -287,6 +287,9 @@
an IP address represented in vector notation, such as #(192 168 1 1).
`port' is assumed to be an integer.
+`element-type' specifies the element type to use when constructing the
+stream associated with the socket. The default is 'character.
+
Returns a usocket object.")
;; Documentation for the function
More information about the usocket-cvs
mailing list