X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fcomstack.xml;fp=doc%2Fcomstack.xml;h=7409e64e19868a4b288c40847eec5bad7b7aa274;hb=1344028e56cd1456543fca8ef4889b053cf667a3;hp=e96c4b3b2fcccb7ba132cec0012455c8d463c60f;hpb=5f20d0ca24f3ab6ff9cc5c1532760782387d038e;p=yaz-moved-to-github.git diff --git a/doc/comstack.xml b/doc/comstack.xml index e96c4b3..7409e64 100644 --- a/doc/comstack.xml +++ b/doc/comstack.xml @@ -1,4 +1,4 @@ - + The COMSTACK Module Synopsis (blocking mode) @@ -299,12 +299,12 @@ if (buf) Initiate a connection with the target at address - (more onaddresses below). The function will return 0 on success, and 1 if + (more on addresses below). The function will return 0 on success, and 1 if the operation does not complete immediately (this will only happen on a nonblocking endpoint). In this case, use cs_rcvconnect to complete the operation, - when select(2) reports input pending on the - association. + when select(2) or poll(2) + reports input pending on the association. @@ -446,7 +446,7 @@ if (buf) COMSTACK cs_create_host (const char *str, int blocking, void **vp); - which is just a wrapper around cs_create and + which is just a wrapper for cs_create and cs_straddr. The str is similar to that described for cs_straddr but with a prefix denoting the &comstack; type. Prefixes supported