From: Brad Fitzpatrick Date: Tue, 3 Jul 2018 02:15:10 +0000 (-0700) Subject: doc: fix some it's -> its typos X-Git-Tag: v14.0.1~963^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=64212f3e6de2c5386951f8c4e576be3df848fdd7;p=ceph-ci.git doc: fix some it's -> its typos Signed-off-by: Brad Fitzpatrick --- diff --git a/doc/dev/mon-bootstrap.rst b/doc/dev/mon-bootstrap.rst index 75c8a5e7649..13da36196f4 100644 --- a/doc/dev/mon-bootstrap.rst +++ b/doc/dev/mon-bootstrap.rst @@ -167,7 +167,7 @@ New nodes can be forced to join an existing cluster in two ways: 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 --fsid --keyring --public-addr diff --git a/doc/man/8/ceph-deploy.rst b/doc/man/8/ceph-deploy.rst index dd779b24513..447e02f0b0a 100644 --- a/doc/man/8/ceph-deploy.rst +++ b/doc/man/8/ceph-deploy.rst @@ -241,7 +241,7 @@ disk ---- 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. diff --git a/doc/rados/configuration/ceph-conf.rst b/doc/rados/configuration/ceph-conf.rst index 34e84d15d11..b306625224f 100644 --- a/doc/rados/configuration/ceph-conf.rst +++ b/doc/rados/configuration/ceph-conf.rst @@ -157,7 +157,7 @@ Sections may also specify an individual daemon or client name. For example, ``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