From 3e9a9360625dff3b9bc87f94c0b5109535b58b5e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 22 Sep 2011 15:16:56 -0700 Subject: doc: more c* -> ceph-* renames Signed-off-by: Sage Weil --- man/ceph-authtool.8 | 16 ++++++++-------- man/ceph-osd.8 | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'man') 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. -- cgit v1.2.1