summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-09-22 15:16:56 -0700
committerSage Weil <sage@newdream.net>2011-09-22 16:18:37 -0700
commit3e9a9360625dff3b9bc87f94c0b5109535b58b5e (patch)
treee05cd1844581b0858a95bf7e32bd3974010c074c /man
parentfba541e4e85ee17bf3c9c1f97b69922d4e3cce70 (diff)
downloadceph-3e9a9360625dff3b9bc87f94c0b5109535b58b5e.tar.gz
doc: more c* -> ceph-* renames
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'man')
-rw-r--r--man/ceph-authtool.816
-rw-r--r--man/ceph-osd.84
2 files changed, 10 insertions, 10 deletions
diff --git a/man/ceph-authtool.8 b/man/ceph-authtool.8
index 3abbba34326..afb5abb7fb6 100644
--- a/man/ceph-authtool.8
+++ b/man/ceph-authtool.8
@@ -1,6 +1,6 @@
.TH "CAUTHTOOL" "8" "September 09, 2011" "dev" "Ceph"
.SH NAME
-cauthtool \- ceph keyring manipulation tool
+ceph-authtool \- ceph keyring manipulation tool
.
.nr rst2man-indent-level 0
.
@@ -32,14 +32,14 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.
.SH SYNOPSIS
.nf
-\fBcauthtool\fP \fIkeyringfile\fP [ \-l | \-\-list ] [ \-C | \-\-create\-keyring
+\fBceph-authtool\fP \fIkeyringfile\fP [ \-l | \-\-list ] [ \-C | \-\-create\-keyring
] [ \-p | \-\-print ] [ \-n | \-\-name \fIentityname\fP ] [ \-\-gen\-key ] [ \-a |
\-\-add\-key \fIbase64_key\fP ] [ \-\-caps \fIcapfils\fP ] [ \-b | \-\-bin ]
.fi
.sp
.SH DESCRIPTION
.sp
-\fBcauthtool\fP is a utility to create, view, and modify a Ceph keyring
+\fBceph-authtool\fP is a utility to create, view, and modify a Ceph keyring
file. A keyring file stores one or more Ceph authentication keys and
possibly an associated capability specification. Each key is
associated with an entity name, of the form
@@ -144,7 +144,7 @@ To create a new keyring containing a key for client.foo:
.sp
.nf
.ft C
-cauthtool \-c \-n client.foo \-\-gen\-key keyring
+ceph-authtool \-c \-n client.foo \-\-gen\-key keyring
.ft P
.fi
.sp
@@ -153,7 +153,7 @@ mount a Ceph filesystem):
.sp
.nf
.ft C
-cauthtool \-n client.foo \-\-cap mds \(aqallow\(aq \-\-cap osd \(aqallow rw pool=data\(aq \-\-cap mon \(aqallow r\(aq keyring
+ceph-authtool \-n client.foo \-\-cap mds \(aqallow\(aq \-\-cap osd \(aqallow rw pool=data\(aq \-\-cap mon \(aqallow r\(aq keyring
.ft P
.fi
.sp
@@ -161,7 +161,7 @@ To display the contents of the keyring:
.sp
.nf
.ft C
-cauthtool \-l keyring
+ceph-authtool \-l keyring
.ft P
.fi
.sp
@@ -169,12 +169,12 @@ When mount a Ceph file system, you can grab the appropriately encoded secret key
.sp
.nf
.ft C
-mount \-t ceph serverhost:/ mountpoint \-o name=foo,secret=\(gacauthtool \-p \-n client.foo keyring\(ga
+mount \-t ceph serverhost:/ mountpoint \-o name=foo,secret=\(gaceph-authtool \-p \-n client.foo keyring\(ga
.ft P
.fi
.SH AVAILABILITY
.sp
-\fBcauthtool\fP is part of the Ceph distributed file system. Please
+\fBceph-authtool\fP is part of the Ceph distributed file system. Please
refer to the Ceph wiki at \fI\%http://ceph.newdream.net/wiki\fP for more
information.
.SH SEE ALSO
diff --git a/man/ceph-osd.8 b/man/ceph-osd.8
index 79d9839bd40..edaa884da6b 100644
--- a/man/ceph-osd.8
+++ b/man/ceph-osd.8
@@ -80,7 +80,7 @@ Create an empty object repository. Normally invoked by
.B \-\-mkkey
Generate a new secret key. This is normally used in combination
with \fB\-\-mkfs\fP as it is more convenient than generating a key by
-hand with \fBcauthtool\fP(8).
+hand with \fBceph-authtool\fP(8).
.UNINDENT
.INDENT 0.0
.TP
@@ -118,7 +118,7 @@ the Ceph wiki at \fI\%http://ceph.newdream.net/wiki\fP for more information.
\fBceph\fP(8),
\fBcmds\fP(8),
\fBcmon\fP(8),
-\fBcauthtool\fP(8)
+\fBceph-authtool\fP(8)
.SH COPYRIGHT
2011, New Dream Network
.\" Generated by docutils manpage writer.