From: Kefu Chai Date: Sun, 6 Sep 2015 11:28:31 +0000 (+0800) Subject: doc: fix the typo in command example X-Git-Tag: v9.1.0~211^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=351d957992d16286900f6c6ca47bb954f7d0411b;p=ceph.git doc: fix the typo in command example always indent using tab, the rendered html looks good, but it helps with editor to highlight the codeblock properly. Signed-off-by: Kefu Chai --- diff --git a/doc/dev/mon-bootstrap.rst b/doc/dev/mon-bootstrap.rst index 86f06dcaada37..75c8a5e764970 100644 --- a/doc/dev/mon-bootstrap.rst +++ b/doc/dev/mon-bootstrap.rst @@ -146,7 +146,7 @@ their own address). For example:: When these daemons are started, they will know their own address, but not their peers. They can learn those addresses via the admin socket:: - ceph mon. add_bootstrap_peer_hint + ceph daemon mon. add_bootstrap_peer_hint Once they learn enough of their peers from the initial member set, they will be able to create the cluster. diff --git a/doc/rados/operations/monitoring.rst b/doc/rados/operations/monitoring.rst index 1ea3231ba544a..cc3424bc61ca6 100644 --- a/doc/rados/operations/monitoring.rst +++ b/doc/rados/operations/monitoring.rst @@ -272,8 +272,8 @@ following command:: For example, the following are equivalent:: - ceph daemon osd.0 foo - ceph daemon /var/run/ceph/ceph-osd.0.asok foo + ceph daemon osd.0 foo + ceph daemon /var/run/ceph/ceph-osd.0.asok foo To view the available admin socket commands, execute the following command::