[usocket-cvs] r416 - public_html

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Thu Aug 7 20:28:37 UTC 2008


Author: ehuelsmann
Date: Thu Aug  7 16:28:36 2008
New Revision: 416

Modified:
   public_html/api-docs.shtml
Log:
Further explanation and xhtml compliance.

Modified: public_html/api-docs.shtml
==============================================================================
--- public_html/api-docs.shtml	(original)
+++ public_html/api-docs.shtml	Thu Aug  7 16:28:36 2008
@@ -108,7 +108,8 @@
 <dt class="sym"><span class="function-name">get-peer-name</span> socket => address, port<br/>
 <span class="function-name">get-peer-name</span> socket => address<br/>
 <span class="function-name">get-peer-port</span> socket => port</dt>
-<dd><p>Returns the remote address and/or port information of socket.</dd>
+<dd><p>Returns the remote address and/or port information of socket.
+    The socket passed to this function must be a <em>connected</em> socket.</p></dd>
 
 
 </dl>



More information about the usocket-cvs mailing list