From fc357a11b8c9b87534b3baa8c2c4d5b656f0998a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 22 Oct 2002 08:23:57 +0000 Subject: [PATCH] Fix typos. --- doc/installation.xml | 4 ++-- doc/proxy.xml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index 82b86cb..4b24e4a 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,5 +1,5 @@ - + Installation You need a C++ compiler to compile and use YAZ++. @@ -56,7 +56,7 @@ ./configure --help. - This is a list of what you have after succesful compilation: + This is a list of what you have after successful compilation: src/yaz-proxy diff --git a/doc/proxy.xml b/doc/proxy.xml index d64d6cf..67ee312 100644 --- a/doc/proxy.xml +++ b/doc/proxy.xml @@ -1,10 +1,10 @@ - + YAZ Proxy The YAZ proxy is a transparent Z39.50 to Z39.50 gateway. It is useful for debugging Z39.50 software, redirect - Z39.50 packages through firewalls, etc. + Z39.50 packages through fire walls, etc. Furthermore, the proxy offers facilities that often @@ -25,7 +25,7 @@ If the Initialize Request PDU from the client - includes OtherInformation, with OID, + includes Other-Information, with OID, 1.2.840.10003.10.1000.81.1, that specifies the target. @@ -58,7 +58,7 @@ point of view should be considered stateless. - As for the target specification, the OtherInformation + As for the target specification, the Other-Information area is used to hold the cookie with OID 1.2.840.10003.10.1000.81.2. @@ -117,7 +117,7 @@ DESCRIPTION - The proxy is a daemon on its own and runs standalone (no + The proxy is a daemon on its own and runs stand-alone (no inetd support). The host:port specifies host address and listening port respectively. Use @ for ANY address. @@ -157,7 +157,7 @@ Sets level for optimization. Use zero to disable; non-zero to enable. Handling for this is not fully implemented; - we will probably use a bitmask to enable/disable specific + we will probably use a bit mask to enable/disable specific features. -- 1.7.10.4