From 69f0c0120b79284d6b21ea090f10e987b72a4541 Mon Sep 17 00:00:00 2001
From: Tomas Plesnik <plesnik@ics.muni.cz>
Date: Mon, 11 Feb 2013 11:30:11 +0100
Subject: [PATCH] zmena popisu odregistrace klienta

---
 src/warden-server/doc/README | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/warden-server/doc/README b/src/warden-server/doc/README
index 1395fd4..74d10d3 100644
--- a/src/warden-server/doc/README
+++ b/src/warden-server/doc/README
@@ -316,8 +316,8 @@ G. Registration of Clients
 
  3. Unregister Client
 
-    In the Warden system, already registered clients can be removed 
-    (unregistered) via unregisterClient.pl.
+    In the Warden system, already registered clients can be unregistered 
+    via unregisterClient.pl.
 
     Following attribute must be provided in order to unregister existing client
     successfully:
@@ -326,9 +326,9 @@ G. Registration of Clients
 
     One can run unregisterClient.pl with -h argument to see a help.
 
-    The process of unregistration deletes this client from clients table in DB.
-    But all messages stored by this client (considering "sender" client) are not 
-    deleted, they are merely set 'invalid' in DB table events.
+    The process of unregistration set client (specified by client_id) like 'invalid'
+    in DB table clients and all messages stored by this client (considering "sender"
+    client) are not deleted, they are merely set 'invalid' in DB table events too.
 
 --------------------------------------------------------------------------------
 H. Status Info
-- 
GitLab