>>>>> "Sean" == Sean Champ <[EMAIL PROTECTED]> writes:

    Sean> In the CMUCL 19a image that is installed on my host -- CMUCL with
    Sean> version "CVS release-19a 19a-release-20040728 + minimal debian
    Sean> patches" -- the function EXT:CREATE-INET-LISTENER is documented,
    Sean> in the image, with the following syntax (default/initial values
    Sean> removed, here) :

    Sean>   create-inet-listener port &optional kind
    Sean>      &key :host :reuse-address :backlog


    Sean> The :host argument is not mentioned in the 19a CMUCL User
    Sean> Manual. Furthermore, in the manual (section 10.3), there is an
    Sean> :interface argument mentioned for that function, but which is  not
    Sean> present within the code within the image.

    Sean> Namely, the manual has the function's syntax/arguments documented as
    Sean> so (package name removed, here) : 

    Sean>   create-inet-listener port &optional kind 
    Sean>      &key :reuse-address :backlog :interface


    Sean> It appears that the :host and :interface arguments may be mostly
    Sean> analogous. Regardless, if :host is what will be used, now, then I
    Sean> would hope that the manual might be updated for it, time allowing, and
    Sean> if otherwise, then I suppose that it may  already be resolved, in a
    Sean> more recent release of CMUCL.

Thanks for pointing this out.  I guess we can change the docs to use
:host instead of :interface.

Ray


Reply via email to