summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorTommi Virtanen <tommi.virtanen@dreamhost.com>2011-09-23 13:39:05 -0700
committerTommi Virtanen <tommi.virtanen@dreamhost.com>2011-09-23 15:55:00 -0700
commit65d2c49943cb07b92ecb9f408fa2ac81e333120e (patch)
tree87adaebbdca746f055bb6204e1bd65cddbad17a4 /doc/man
parent05b06e807ef20c7fe1bd7c7abbeecd656d2280c0 (diff)
downloadceph-65d2c49943cb07b92ecb9f408fa2ac81e333120e.tar.gz
doc: Leftovers of the c* -> ceph-* rename.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/8/ceph-mds.rst2
-rw-r--r--doc/man/8/ceph-mon.rst17
-rw-r--r--doc/man/8/mount.ceph.rst3
3 files changed, 12 insertions, 10 deletions
diff --git a/doc/man/8/ceph-mds.rst b/doc/man/8/ceph-mds.rst
index 8383bca0bd4..bba5e30cc19 100644
--- a/doc/man/8/ceph-mds.rst
+++ b/doc/man/8/ceph-mds.rst
@@ -2,7 +2,7 @@
ceph-mds -- ceph metadata server daemon
=====================================
-.. program:: cmds
+.. program:: ceph-mds
Synopsis
========
diff --git a/doc/man/8/ceph-mon.rst b/doc/man/8/ceph-mon.rst
index 9430017a334..22c7137cf0c 100644
--- a/doc/man/8/ceph-mon.rst
+++ b/doc/man/8/ceph-mon.rst
@@ -2,21 +2,21 @@
ceph-mon -- ceph monitor daemon
=============================
-.. program:: cmon
+.. program:: ceph-mon
Synopsis
========
-| **cmon** -i *monid* [ --mon-data *mondatapath* ]
+| **ceph-mon** -i *monid* [ --mon-data *mondatapath* ]
Description
===========
-**cmon** is the cluster monitor daemon for the Ceph distributed file
-system. One or more instances of **cmon** form a Paxos part-time
-parliament cluster that provides extremely reliable and durable
-storage of cluster membership, configuration, and state.
+**ceph-mon** is the cluster monitor daemon for the Ceph distributed
+file system. One or more instances of **ceph-mon** form a Paxos
+part-time parliament cluster that provides extremely reliable and
+durable storage of cluster membership, configuration, and state.
The *mondatapath* refers to a directory on a local file system storing
monitor data. It is normally specified via the ``mon data`` option in
@@ -44,8 +44,9 @@ Options
Availability
============
-**cmon** is part of the Ceph distributed file system. Please refer to
-the Ceph wiki at http://ceph.newdream.net/wiki for more information.
+**ceph-mon** is part of the Ceph distributed file system. Please refer
+to the Ceph wiki at http://ceph.newdream.net/wiki for more
+information.
See also
diff --git a/doc/man/8/mount.ceph.rst b/doc/man/8/mount.ceph.rst
index 28ecb1d61f9..799e5d39498 100644
--- a/doc/man/8/mount.ceph.rst
+++ b/doc/man/8/mount.ceph.rst
@@ -125,7 +125,8 @@ If there are multiple monitors::
mount.ceph monhost1,monhost2,monhost3:/ /mnt/foo
-If cmon(8) is running on a non-standard port::
+If :doc:`ceph-mon </man/8/ceph-mon>`\(8) is running on a non-standard
+port::
mount.ceph monhost1:7000,monhost2:7000,monhost3:7000:/ /mnt/foo