summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-09-21 16:28:43 -0700
committerSage Weil <sage@newdream.net>2011-09-22 15:08:25 -0700
commit6f8f140350c91f4d823f7c7cc856d78abb57b22c (patch)
tree6349d318688a41254a633bd233a97ff5f8a693ca /man
parent97aa1aab7b56ecec8f2bdb4f996428c4d82929d5 (diff)
downloadceph-6f8f140350c91f4d823f7c7cc856d78abb57b22c.tar.gz
c* -> ceph-*
Hopefully I didn't miss too much... Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am20
-rw-r--r--man/ceph-authtool.8 (renamed from man/cauthtool.8)0
-rw-r--r--man/ceph-clsinfo.8 (renamed from man/cclsinfo.8)0
-rw-r--r--man/ceph-conf.8 (renamed from man/cconf.8)0
-rw-r--r--man/ceph-debugpack.8 (renamed from man/cdebugpack.8)2
-rw-r--r--man/ceph-fuse.8 (renamed from man/cfuse.8)0
-rw-r--r--man/ceph-mds.8 (renamed from man/cmds.8)6
-rw-r--r--man/ceph-mon.8 (renamed from man/cmon.8)4
-rw-r--r--man/ceph-osd.8 (renamed from man/cosd.8)0
-rw-r--r--man/ceph-rbdnamer.8 (renamed from man/crbdnamer.8)0
-rw-r--r--man/ceph-run.8 (renamed from man/crun.8)0
-rw-r--r--man/ceph-syn.8 (renamed from man/csyn.8)0
12 files changed, 16 insertions, 16 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 640c65a6b22..8c180039ff4 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,25 +1,25 @@
AUTOMAKE_OPTIONS = gnu
dist_man_MANS = \
- cosd.8 \
- cmds.8 \
- cmon.8 \
+ ceph-osd.8 \
+ ceph-mds.8 \
+ ceph-mon.8 \
mkcephfs.8 \
- cfuse.8 \
- csyn.8 \
+ ceph-fuse.8 \
+ ceph-syn.8 \
crushtool.8 \
osdmaptool.8 \
monmaptool.8 \
- cconf.8 \
- crun.8 \
+ ceph-conf.8 \
+ ceph-run.8 \
ceph.8 \
mount.ceph.8 \
radosgw.8 \
radosgw_admin.8 \
- cauthtool.8 \
+ ceph-authtool.8 \
rados.8 \
librados-config.8 \
rbd.8 \
- cclsinfo.8 \
- cdebugpack.8 \
+ ceph-clsinfo.8 \
+ ceph-debugpack.8 \
cephfs.8
diff --git a/man/cauthtool.8 b/man/ceph-authtool.8
index 3abbba34326..3abbba34326 100644
--- a/man/cauthtool.8
+++ b/man/ceph-authtool.8
diff --git a/man/cclsinfo.8 b/man/ceph-clsinfo.8
index 204292d8282..204292d8282 100644
--- a/man/cclsinfo.8
+++ b/man/ceph-clsinfo.8
diff --git a/man/cconf.8 b/man/ceph-conf.8
index f3e45fa3876..f3e45fa3876 100644
--- a/man/cconf.8
+++ b/man/ceph-conf.8
diff --git a/man/cdebugpack.8 b/man/ceph-debugpack.8
index 7cf3aa7f378..6aa1c4dfd0b 100644
--- a/man/cdebugpack.8
+++ b/man/ceph-debugpack.8
@@ -41,7 +41,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
useful for debugging crashes. The resulting tarball can be shared with
Ceph developers when debugging a problem.
.sp
-The tarball will include the binaries for cmds, cosd, and cmon, any
+The tarball will include the binaries for ceph-mds, ceph-osd, and ceph-mon, any
log files, the ceph.conf configuration file, any core files we can
find, and (if the system is running) dumps of the current osd, mds,
and pg maps from the monitor.
diff --git a/man/cfuse.8 b/man/ceph-fuse.8
index 50f0f39154d..50f0f39154d 100644
--- a/man/cfuse.8
+++ b/man/ceph-fuse.8
diff --git a/man/cmds.8 b/man/ceph-mds.8
index efec2678b99..9367d3424bd 100644
--- a/man/cmds.8
+++ b/man/ceph-mds.8
@@ -59,7 +59,7 @@ overrides specifying the name.
.TP
.B \-f, \-\-foreground
Foreground: do not daemonize after startup (run in foreground). Do
-not generate a pid file. Useful when run via \fBcrun\fP(8).
+not generate a pid file. Useful when run via \fBceph-run\fP(8).
.UNINDENT
.INDENT 0.0
.TP
@@ -86,8 +86,8 @@ Connect to specified monitor (instead of looking through
.SH SEE ALSO
.sp
\fBceph\fP(8),
-\fBcmon\fP(8),
-\fBcosd\fP(8)
+\fBceph-mon\fP(8),
+\fBceph-osd\fP(8)
.SH COPYRIGHT
2011, New Dream Network
.\" Generated by docutils manpage writer.
diff --git a/man/cmon.8 b/man/ceph-mon.8
index 4ab94374585..dc6c4146f2b 100644
--- a/man/cmon.8
+++ b/man/ceph-mon.8
@@ -71,8 +71,8 @@ the Ceph wiki at \fI\%http://ceph.newdream.net/wiki\fP for more information.
.SH SEE ALSO
.sp
\fBceph\fP(8),
-\fBcmds\fP(8),
-\fBcosd\fP(8)
+\fBceph-mds\fP(8),
+\fBceph-osd\fP(8)
.SH COPYRIGHT
2011, New Dream Network
.\" Generated by docutils manpage writer.
diff --git a/man/cosd.8 b/man/ceph-osd.8
index 79d9839bd40..79d9839bd40 100644
--- a/man/cosd.8
+++ b/man/ceph-osd.8
diff --git a/man/crbdnamer.8 b/man/ceph-rbdnamer.8
index 0f7d349df57..0f7d349df57 100644
--- a/man/crbdnamer.8
+++ b/man/ceph-rbdnamer.8
diff --git a/man/crun.8 b/man/ceph-run.8
index 37975efffd9..37975efffd9 100644
--- a/man/crun.8
+++ b/man/ceph-run.8
diff --git a/man/csyn.8 b/man/ceph-syn.8
index 3a42473217e..3a42473217e 100644
--- a/man/csyn.8
+++ b/man/ceph-syn.8