diff --git a/doc/design-2.0.rst b/doc/design-2.0.rst
index 5724662d8d0b5061f531aaa1fc46017770b1fcf4..123afa2280c75f8907a04621918c3c01acc014cd 100644
--- a/doc/design-2.0.rst
+++ b/doc/design-2.0.rst
@@ -1681,7 +1681,7 @@ response body. Typical examples of queries would be: list of nodes,
instances, cluster info, etc.
In the case of job submission, the client receive a job ID, the
-identifier which allows to query the job progress in the job queue
+identifier which allows one to query the job progress in the job queue
(see `Job Queue`_).
Internally, each exported object has an version identifier, which is
diff --git a/doc/design-2.2.rst b/doc/design-2.2.rst
index 66f13b020807786b2b895579d1c526ead468efa5..5af014ad91518463414a6fc671ea51afb390bd66 100644
--- a/doc/design-2.2.rst
+++ b/doc/design-2.2.rst
@@ -286,8 +286,8 @@ level only, allowing us to easily support non-DRBD instance moves.
Intra-cluster instance moves will re-use the existing export and import
scripts supplied by instance OS definitions. Unlike simply copying the
-raw data, this allows to use filesystem-specific utilities to dump only
-used parts of the disk and to exclude certain disks from the move.
+raw data, this allows one to use filesystem-specific utilities to dump
+only used parts of the disk and to exclude certain disks from the move.
Compression should be used to further reduce the amount of data
transferred.
diff --git a/doc/security.rst b/doc/security.rst
index a02a72e23c7981e60339746be37f951809b161fa..10010ab4a710892a3bc778555d8f6cef284d0d49 100644
--- a/doc/security.rst
+++ b/doc/security.rst
@@ -122,11 +122,11 @@ only one available before Ganeti 2.1.2.
Under security model 'user' an instance is run as the user specified by
the hypervisor parameter 'security_domain'. This makes it easy to run
-all instances as non privileged users, and allows to manually allocate
-specific users to specific instances or sets of instances. If the
-specified user doesn't have permissions a jail broken instance will need
-some local privilege escalation before being able to take over the node
-and the cluster. It's possible though for a jail broken instance to
+all instances as non privileged users, and allows one to manually
+allocate specific users to specific instances or sets of instances. If
+the specified user doesn't have permissions a jail broken instance will
+need some local privilege escalation before being able to take over the
+node and the cluster. It's possible though for a jail broken instance to
affect other ones running under the same user.
Under security model 'pool' a global cluster-level uid pool is used to
diff --git a/man/ganeti-watcher.rst b/man/ganeti-watcher.rst
index cc38a83cb4e355bf4d6b8432522d24a74f490d27..f63acfa786fc9afa2a34db6aa287a275c9016440 100644
--- a/man/ganeti-watcher.rst
+++ b/man/ganeti-watcher.rst
@@ -23,7 +23,7 @@ that runs on every node.
If the watcher is disabled at cluster level (via the
**gnt-cluster watcher pause** command), it will exit without doing
-anything. The cluster-level pause can be overriden via the
+anything. The cluster-level pause can be overridden via the
``--ignore-pause`` option, for example if during a maintenance the
watcher needs to be disabled in general, but the administrator
wants to run it just once.
diff --git a/man/gnt-cluster.rst b/man/gnt-cluster.rst
index b4790259fd6b0da344a7d53c48e92d04d566f783..062d55a6946c06a355b3e4780ad9237fa24f4c53 100644
--- a/man/gnt-cluster.rst
+++ b/man/gnt-cluster.rst
@@ -287,7 +287,7 @@ link
network script it is interpreted as a routing table number or
name.
-The option ``--maintain-node-health`` allows to enable/disable
+The option ``--maintain-node-health`` allows one to enable/disable
automatic maintenance actions on nodes. Currently these include
automatic shutdown of instances and deactivation of DRBD devices on
offline nodes; in the future it might be extended to automatic
diff --git a/man/gnt-debug.rst b/man/gnt-debug.rst
index d25beb8963cd4bb222439a9dbc38f7e98c48e089..f13c49bb4ee92a2a91c33b00990d78653461ab42 100644
--- a/man/gnt-debug.rst
+++ b/man/gnt-debug.rst
@@ -123,7 +123,7 @@ pending
If the value of the option starts with the character ``+``, the new
-fields will be added to the default list. This allows to quickly
+fields will be added to the default list. This allows one to quickly
see the default list plus a few other fields, instead of retyping
the entire list of fields.
diff --git a/man/gnt-group.rst b/man/gnt-group.rst
index c2e3f3a2740c23dd5343a4bc14e27687dcd98a19..172000389c356174cfbdd1ec5ddf90f904f1cbf5 100644
--- a/man/gnt-group.rst
+++ b/man/gnt-group.rst
@@ -107,7 +107,7 @@ special field states (see **ganeti(7)**).
The ``-o`` option takes a comma-separated list of output fields.
If the value of the option starts with the character ``+``, the new
-fields will be added to the default list. This allows to quickly
+fields will be added to the default list. This allows one to quickly
see the default list plus a few other fields, instead of retyping
the entire list of fields.
diff --git a/man/gnt-instance.rst b/man/gnt-instance.rst
index f4dc84e06f29237a53ade7bc535e230d3c91b50b..2a57a98e023f89b3abacc78204e392c57e21473a 100644
--- a/man/gnt-instance.rst
+++ b/man/gnt-instance.rst
@@ -182,8 +182,8 @@ boot\_order
blockdev\_prefix
Valid for the Xen HVM and PVM hypervisors.
- Relevant to nonpvops guest kernels, in which the disk device names
- are given by the host. Allows to specify 'xvd', which helps run
+ Relevant to non-pvops guest kernels, in which the disk device names
+ are given by the host. Allows one to specify 'xvd', which helps run
Red Hat based installers, driven by anaconda.
floppy\_image\_path
@@ -823,8 +823,8 @@ be/auto\_balance
If the value of the option starts with the character ``+``, the new
-field(s) will be added to the default list. This allows to quickly see
-the default list plus a few other fields, instead of retyping the
+field(s) will be added to the default list. This allows one to quickly
+see the default list plus a few other fields, instead of retyping the
entire list of fields.
There is a subtle grouping about the available output fields: all
diff --git a/man/gnt-job.rst b/man/gnt-job.rst
index 4b07af3f08bb7f5f1b19dfadcee4284866f9f433..a8f44a1bb3daec118e5b08c65bd79c866f23a58b 100644
--- a/man/gnt-job.rst
+++ b/man/gnt-job.rst
@@ -124,7 +124,7 @@ oppriority
If the value of the option starts with the character ``+``, the new
-fields will be added to the default list. This allows to quickly
+fields will be added to the default list. This allows one to quickly
see the default list plus a few other fields, instead of retyping
the entire list of fields.
diff --git a/man/gnt-node.rst b/man/gnt-node.rst
index d66ac7cbad78216a6f3475d32d8d13a3c595a127..36412b3407371e5c9dc8986ca59c15ac6bbaa948 100644
--- a/man/gnt-node.rst
+++ b/man/gnt-node.rst
@@ -298,7 +298,7 @@ group.uuid
If the value of the option starts with the character ``+``, the new
-fields will be added to the default list. This allows to quickly
+fields will be added to the default list. This allows one to quickly
see the default list plus a few other fields, instead of retyping
the entire list of fields.