From: Adam Dickmeiss Date: Tue, 27 Nov 2001 22:12:24 +0000 (+0000) Subject: Fix and remove OSI reference. X-Git-Tag: YAZ.1.8.4~13 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=590c128319e6987f82f3e798b12173c5ecf197b4;p=yaz-moved-to-github.git Fix and remove OSI reference. --- diff --git a/doc/client.xml b/doc/client.xml index 88e7c2b..978d3bc 100644 --- a/doc/client.xml +++ b/doc/client.xml @@ -1,4 +1,4 @@ - + The YAZ client Introduction @@ -114,7 +114,7 @@ Syntax: - [(tcp|ssl)':'<[tsel/]]host[:port][/base>] + [(tcp|ssl)':']host[:port][/base>] @@ -128,9 +128,8 @@ f query - f - Sends Search Request using the query + Sends a Search Request using the query given. diff --git a/doc/frontend.xml b/doc/frontend.xml index 84bb35a..70329d0 100644 --- a/doc/frontend.xml +++ b/doc/frontend.xml @@ -1,4 +1,4 @@ - + Generic server Introduction @@ -687,14 +687,15 @@ typedef struct bend_scan_rr { - -a file + -a + file Specify a file for dumping PDUs (for diagnostic purposes). The special name "-" sends output to stderr. - -S + -S Don't fork or make threads on connection requests. This is good for debugging, but not recommended for real operation: Although the @@ -703,19 +704,19 @@ typedef struct bend_scan_rr { current users. - -T + -T Operate the server in threaded mode. The server creates a thread for each connection rather than a fork a process. Only available on UNIX systems that offers POSIX threads. - -s + -s Use the SR protocol (obsolete). - -z + -z Use the Z39.50 protocol (default). These two options complement each other. You can use both multiple times on the same command @@ -724,11 +725,13 @@ typedef struct bend_scan_rr { concurrently, on different local ports. - -l file + -l + file The logfile. - -c config + -c + config A user option that serves as a specifier for some sort of configuration, e.g. a filename. The argument to this option is transferred to member @@ -736,13 +739,15 @@ typedef struct bend_scan_rr { statserv_options_block. - -v level + -v + level The log level. Use a comma-separated list of members of the set {fatal,debug,warn,log,all,none}. - -u userid + -u + userid Set user ID. Sets the real UID of the server process to that of the given user. It's useful if you aren't comfortable with having the @@ -750,22 +755,37 @@ typedef struct bend_scan_rr { privileged port. - -w dir + -w + dir Working directory. - -i + -i - Use this when running from the inetd server. + Use this to make the the server run from the + inetd server (UNIX only). + + + -install + + Use this to install the server as an NT service (Windows 2000/NT only). + Control the server by going to the Services in the Control Panel. + + + -remove + + Use this to remove the server from the NT services (Windows 2000/NT only). - -t minutes + -t + minutes Idle session timeout, in minutes. - -k size + -k + size Maximum record size/message size, in kilobytes. @@ -803,8 +823,8 @@ typedef struct bend_scan_rr { In both cases, the special hostname "@" is mapped to - the address INADDR_ANY, which causes the server to listen on any local - interface. + the address INADDR_ANY, which causes the + server to listen on any local interface.