From 351d957992d16286900f6c6ca47bb954f7d0411b Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 6 Sep 2015 19:28:31 +0800 Subject: [PATCH] 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 --- doc/dev/mon-bootstrap.rst | 2 +- doc/rados/operations/monitoring.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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:: -- 2.39.5