0.8.12.40:
[sbcl.git] / contrib / sb-bsd-sockets / api-reference.html
index 09e3f04..94bb89d 100644 (file)
@@ -1,4 +1,15 @@
 <html><head><title>db-sockets API Reference</title></head><body>
+
+<!--
+ This is intended to be[**] a machine-generated file (from SB-BSD-SOCKETS
+ source code, massaged by doc.lisp), so do not edit it directly.
+
+ [**] As of sbcl-0.8.0.12, there's clearly been some divergence between
+ the text here and the original doc.lisp output, e.g. the way doc.lisp 
+ says "<title>SBCL BSD-Sockets API Reference</title>" where this file
+ says "<title>db-sockets API Reference</title>". FIXME?
+ -->
+
 <h1>Package SOCKETS</h1>
 
 <P>
@@ -118,7 +129,7 @@ sockopt-receive-low-water)</tt>.
 <ul>
 <li>These functions do not accept hostnames directly: see <a href="#name-service">name resolution</a>
 <li>Internet <b>addresses</b> are represented by vectors of <tt>(unsigned-byte 8)</tt> - viz. <tt>#(127 0 0 1)</tt>.  <b>Ports</b> are just integers: <tt>6010</tt>.  No conversion between network- and host-order data is needed from the user of this package.
-<li><b><i>socket addresses</i></b> are represented by the two values for <b>address</b> and <b>port</b>, so for example, <tt>(<a href="#SOCKET-CONNECT">socket-connect</a> s #(192.168.1.1) 80)</tt>
+<li><b><i>socket addresses</i></b> are represented by the two values for <b>address</b> and <b>port</b>, so for example, <tt>(<a href="#SOCKET-CONNECT">socket-connect</a> s #(192 168 1 1) 80)</tt>
 </ul>
 <P>
 <p><a name="INET-SOCKET"><i>Class: </i><b>INET-SOCKET</b></a>