X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fcomstack.xml;h=671788a5854eab64040cb7d8c3e517f3c6d00c24;hp=86b88f617c27414fe55b4560799518a0a0678f31;hb=3b3deb4d093d747360a5eb0e02c6b4e9c8a89b84;hpb=ce853cc4919ab346fd629e7727905d3ee6e1129f diff --git a/doc/comstack.xml b/doc/comstack.xml index 86b88f6..671788a 100644 --- a/doc/comstack.xml +++ b/doc/comstack.xml @@ -1,4 +1,4 @@ - + The COMSTACK Module Synopsis (blocking mode) @@ -116,7 +116,7 @@ if (buf) Closes the connection (as elegantly as the lower layers will permit), - and releases the resouces pointed to by the + and releases the resources pointed to by the handle parameter. The handle @@ -187,7 +187,7 @@ if (buf) The cs_get() function will sometimes (notably in the TCP/IP mode) read more than a single protocol package off the network. When this happens, the extra package is stored - by the subsystem. After callig cs_get(), and before + by the subsystem. After calling cs_get(), and before waiting for more input, You should always call cs_more() to check if there's a full protocol package already read. If @@ -300,7 +300,7 @@ if (buf) Complete a connect operation initiated by cs_connect(). It will return 0 on success; 1 if the operation has not yet completed (in - this case, call the function again later); -1 if an error has occured. + this case, call the function again later); -1 if an error has occurred. @@ -351,7 +351,7 @@ if (buf) - This finalises the server-side association establishment, after + This finalizes the server-side association establishment, after cs_listen has completed successfully. It returns a new connection endpoint, which represents the new association. The application will typically wish to fork off a process to handle the association at this @@ -368,7 +368,7 @@ if (buf) - on an established connection to retrieve the hostname of the remote host. + on an established connection to retrieve the host-name of the remote host. @@ -515,7 +515,7 @@ if (buf) Installing Xtimosi - Although you will have to download Peter Furniss' XTI/mOSI + Although you will have to down-load Peter Furniss' XTI/mOSI implementation for yourself, we've tried to make the integration as simple as possible. @@ -529,7 +529,7 @@ if (buf) - When you have downloaded and unpacked the archive, it will (we assume) + When you have down-loaded and unpacked the archive, it will (we assume) have created a directory called xtimosi. We suggest that you place this directory in the same directory where you unpacked the &yaz;