Revision: 4463 Author: edi URL: http://bknr.net/trac/changeset/4463
Rename "server" to "acceptor" in documentation
U trunk/thirdparty/hunchentoot/doc/index.xml
Modified: trunk/thirdparty/hunchentoot/doc/index.xml =================================================================== --- trunk/thirdparty/hunchentoot/doc/index.xml 2009-10-29 15:01:32 UTC (rev 4462) +++ trunk/thirdparty/hunchentoot/doc/index.xml 2009-11-03 10:20:18 UTC (rev 4463) @@ -908,7 +908,7 @@ <a href="http://www.lispworks.com/documentation/HyperSpec/Body/03_de.htm">destructuring lambda list</a> </p> - <pre>(name &key uri server-names default-parameter-type default-request-type).</pre> + <pre>(name &key uri acceptor-names default-parameter-type default-request-type).</pre> clix:arglambda-list</clix:arg> is a list the elements of which are either a symbol clix:argvar</clix:arg> or a list matching the destructuring lambda list @@ -939,14 +939,14 @@ object</a> returns a true value. </p> <p> - clix:argserver-names</clix:arg> (which is evaluated) can be a + clix:argacceptor-names</clix:arg> (which is evaluated) can be a list of symbols which means that the handler will only be returned by clix:refDISPATCH-EASY-HANDLERS</clix:ref> in - servers which have one of these names - (see clix:refSERVER-NAME</clix:ref>). clix:argserver-names</clix:arg> can also be the + acceptors which have one of these names + (see clix:refACCEPTOR-NAME</clix:ref>). clix:argacceptor-names</clix:arg> can also be the symbol <code>T</code> which means that the handler will be returned by clix:refDISPATCH-EASY-HANDLERS</clix:ref> - in <em>every</em> server. + in <em>every</em> acceptor. </p> <p> Whether the GET or POST parameter (or both) will be taken into