Signed-off-by: Brad Fitzpatrick <brad@danga.com>
Initially peerless expansion
----------------------------
-Create a new monitor and give it no peer addresses other than it's own. For
+Create a new monitor and give it no peer addresses other than its own. For
example::
ceph-mon --mkfs -i <myid> --fsid <fsid> --keyring <mon secret key> --public-addr <ip>
----
Manage disks on a remote host. It actually triggers the ``ceph-volume`` utility
-and it's subcommands to manage disks.
+and its subcommands to manage disks.
Subcommand ``list`` lists disk partitions and Ceph OSDs.
``mon.foo``, ``osd.123``, and ``client.smith`` are all valid section names.
-Any given daemon will draw it's settings from the global section, the
+Any given daemon will draw its settings from the global section, the
daemon or client type section, and the section sharing its name.
Settings in the most-specific section take precedence, so for example
if the same option is specified in both ``global``, ``mon``, and