From 69afd9abc575592c683f938a8af8c20419c6f6ec Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Sat, 12 Jan 2013 16:43:03 +0100 Subject: [PATCH] doc: allows to -> allows one to Signed-off-by: Mathieu Parent (This used to be ctdb commit 95fc493a7d4145f976cb3fe928d9e92faec4dd71) --- ctdb/config/ctdb.sysconfig | 2 +- ctdb/doc/ctdbd.1.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ctdb/config/ctdb.sysconfig b/ctdb/config/ctdb.sysconfig index fecc7a55984..6f58e8fc8ca 100644 --- a/ctdb/config/ctdb.sysconfig +++ b/ctdb/config/ctdb.sysconfig @@ -291,7 +291,7 @@ CTDB_DEBUGLEVEL=ERR # Monitor filesystem useage. # when set, and the 40.fs_use eventscript is enabled, this variable -# allows to monitor the filesystem use and flag a node as unhealthy when +# allows one to monitor the filesystem use and flag a node as unhealthy when # the filesystem becomes too full. # This is useful for example when /var grows too big. # Example: monitor both / and /var and make the node unhealthy when eitehr go diff --git a/ctdb/doc/ctdbd.1.xml b/ctdb/doc/ctdbd.1.xml index a0cba99a49b..accc1549134 100644 --- a/ctdb/doc/ctdbd.1.xml +++ b/ctdb/doc/ctdbd.1.xml @@ -989,7 +989,7 @@ the node and prevented from being migrated off the node. - This setting allows to try to identify such records and stop them from + This setting allows one to try to identify such records and stop them from migrating across the cluster so fast. This will improve performance for certain workloads, such as locking.tdb if many clients are opening/closing the same file concurrently.