]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix the typo in command example 5827/head
authorKefu Chai <kchai@redhat.com>
Sun, 6 Sep 2015 11:28:31 +0000 (19:28 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 6 Sep 2015 11:30:02 +0000 (19:30 +0800)
always indent using tab, the rendered html looks good, but it helps with
editor to highlight the codeblock properly.

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/dev/mon-bootstrap.rst
doc/rados/operations/monitoring.rst

index 86f06dcaada3747e4b5764c2408dd89b53e24f8d..75c8a5e7649703178a905ba8b84f085b2253953a 100644 (file)
@@ -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.<id> add_bootstrap_peer_hint <peer ip>
+     ceph daemon mon.<id> add_bootstrap_peer_hint <peer ip>
 
 Once they learn enough of their peers from the initial member set,
 they will be able to create the cluster.
index 1ea3231ba544a5023cfc1bfda2e84e4ea5176f3f..cc3424bc61ca6c11dc0bab0743dc3ec483843a84 100644 (file)
@@ -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::