From df38683ebdd6534f3f7b3b3a45a7a63e74b2bb80 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 30 May 2002 20:57:38 +0000 Subject: [PATCH] Spell fixes --- doc/client.xml | 6 +++--- doc/frontend.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/client.xml b/doc/client.xml index 3293dc9..92b3860 100644 --- a/doc/client.xml +++ b/doc/client.xml @@ -1,4 +1,4 @@ - + The YAZ client Introduction @@ -75,7 +75,7 @@ Specifies proxy address. When set YAZ client will connect to a proxy on the address and port given. - The actual target will be specifed as part of the InitRequest + The actual target will be specified as part of the InitRequest to inform the proxy about actual target. @@ -93,7 +93,7 @@ -k kilobytes Specifies the maximum messages size in kilobytes. - The default maxium messages for the YAZ client is 1024 + The default maximum messages for the YAZ client is 1024 (1 MB). diff --git a/doc/frontend.xml b/doc/frontend.xml index 2121b07..57b5471 100644 --- a/doc/frontend.xml +++ b/doc/frontend.xml @@ -1,4 +1,4 @@ - + Generic server Introduction @@ -224,7 +224,7 @@ statserv_options_block *statserv_getcontrol(void); int idle_timeout; - Maximum session idletime, in minutes. Zero indicates + Maximum session idle-time, in minutes. Zero indicates no (infinite) timeout. Default is 120 minutes. @@ -651,7 +651,7 @@ typedef enum { } bend_scan_status; typedef struct bend_scan_rr { - int num_bases; /* number of elements in databaselist */ + int num_bases; /* number of elements in database list */ char **basenames; /* databases to search */ oid_value attributeset; Z_ReferenceId *referenceId; /* reference ID */ -- 1.7.10.4