From 9e1bd9899f0a7d7e7c0a9097ffb1ff64db2627c9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 23 Nov 2003 18:39:35 +0000 Subject: [PATCH] Spell fixes --- doc/proxy.xml | 16 ++++++++-------- doc/yaz-proxy-ref.xml | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/proxy.xml b/doc/proxy.xml index ebb1e9c..0fdbd13 100644 --- a/doc/proxy.xml +++ b/doc/proxy.xml @@ -173,7 +173,7 @@ When a client reconnects, query and record caching works better, if the proxy assigns it to the same backend as before. And the result set - (if any) is re-used. To achive this, Index Data defined a session + (if any) is re-used. To achieve this, Index Data defined a session cookie which identifies the backend session. @@ -299,7 +299,7 @@ Configuration: target The element target which may be repeated zero - or more times with parent elemtn proxy contains + or more times with parent element proxy contains information about each backend target. The target element have two attributes: name which holds the logical name of the backend @@ -375,7 +375,7 @@ measures the number of bytes transferred within the last minute. The pdu is the number of requests in the last minute. The retrieve holds the maximum records to - be retrived in one Present Request. + be retrieved in one Present Request. If a bandwidth/pdu limit is reached the proxy will postpone the @@ -455,7 +455,7 @@ or a particular record syntax request from the client. - The syntax has one equired attribute: + The syntax has one required attribute: type which is the Preferred Record Syntax. @@ -473,8 +473,8 @@ type should be XML. The proxy will use preferred record syntax USMARC/MARC21 against the backend target. - To accept USMARC and offer MARCXML XML recors but reject - all other requests the following configuaration could be used: + To accept USMARC and offer MARCXML XML records but reject + all other requests the following configuration could be used: <proxy> <target name="mytarget"> @@ -495,7 +495,7 @@ a target session is shut down. - This can also be specified on the command line bt using option + This can also be specified on the command line by using option -T. Refer to . @@ -679,4 +679,4 @@ sgml-namecase-general:t End: --> - \ No newline at end of file + diff --git a/doc/yaz-proxy-ref.xml b/doc/yaz-proxy-ref.xml index 1e1dc89..252ed1d 100644 --- a/doc/yaz-proxy-ref.xml +++ b/doc/yaz-proxy-ref.xml @@ -43,7 +43,7 @@ yaz-proxy rereads its configuration file and - reopens log files when it receivies the hangup signal, SIGHUP. + reopens log files when it receives the hangup signal, SIGHUP. OPTIONS @@ -112,7 +112,7 @@ Specifies in seconds the idle time for communication between proxy and backend target. If a connection is inactive for this long - it willl be closed. Default: 600 seconds (10 minutes). + it will be closed. Default: 600 seconds (10 minutes). -p pidfile @@ -126,7 +126,7 @@ When specified, yaz-proxy will change identity to the user ID specified, just after the proxy has started listening to a - possibly priviledged port and after the PID file has been created + possibly privileged port and after the PID file has been created if specified by option -u. -- 1.7.10.4