From 7157fd44a1e3d975ab08fed48a6fb0daa484df57 Mon Sep 17 00:00:00 2001
From: Jan Soukal <soukal@ics.muni.cz>
Date: Fri, 19 Oct 2012 17:12:21 +0200
Subject: [PATCH] typo + drobne upravy

---
 src/warden-client/doc/README | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/warden-client/doc/README b/src/warden-client/doc/README
index 14e1221..fda0e82 100644
--- a/src/warden-client/doc/README
+++ b/src/warden-client/doc/README
@@ -92,12 +92,12 @@ C. Installation (First installation of the Warden client package)
     are often not accessible by standard users.
 
     Install script does check the accessibility of SSL certificates to
-    provided user. If these files are restricted, the install script will wait
-    for confirmation. Either privileges to read them must be changed or Warden 
-    client must be run under root.
+    provided user. If these files are restricted, the install script will raise
+    a warning. However this will not stop the install process. Either privileges
+    to read them must be changed or Warden client must be run under root.
 
     Of course, after installation of Warden client, SSL certificates may also be
-    copyied to another location accessible by the user and corresponding paths
+    copied to another location accessible by the user and corresponding paths
     changed in warden-client/etc/warden-client.conf.
 
  5. Configuration file
@@ -218,11 +218,11 @@ F. Configuration
                          - default set to 6000, which generates app. 250 MB
                            of memory consumption.
                          - only affects "receiving" clients
-                         - Note: server returns the lower number from client's
-                           MAX_RCV_EVENTS_LIMIT and server's internal maximum
-                           size of batch. Contact your Warden server
-                           administrator if you need to know Warden server
-                           batch limits.
+    
+    Note: server is queried for the MAX_RCV_EVENTS_LIMIT number of events, 
+    however server can have its own internal maximum size of batch. Contact
+    your Warden server administrator if you need to know Warden server batch 
+    limits.
 
     Since Warden client 2.1 there is also possibility to log status and other
     information either to STDERR of Syslog.
-- 
GitLab