mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
radosgw-admin manpage: Fix broken quotes
Signed-off-by: Dan Mick <dan.mick@inktank.com>
This commit is contained in:
parent
18a3cee29e
commit
96e365be85
@ -50,10 +50,10 @@ Commands
|
||||
:command:`bucket unlink`
|
||||
Remove a bucket
|
||||
|
||||
:command:'bucket rm'
|
||||
:command:`bucket rm`
|
||||
Remove a bucket
|
||||
|
||||
:command:'object rm'
|
||||
:command:`object rm`
|
||||
Remove an object
|
||||
|
||||
:command:`key create`
|
||||
@ -62,7 +62,7 @@ Commands
|
||||
:command:`key rm`
|
||||
Remove an access key
|
||||
|
||||
:command:'pool add'
|
||||
:command:`pool add`
|
||||
Add an existing pool for data placement
|
||||
|
||||
:command:`pool rm`
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH "RADOSGW-ADMIN" "8" "September 27, 2012" "dev" "Ceph"
|
||||
.TH "RADOSGW-ADMIN" "8" "October 15, 2012" "dev" "Ceph"
|
||||
.SH NAME
|
||||
radosgw-admin \- rados REST gateway user administration utility
|
||||
.
|
||||
@ -72,10 +72,10 @@ List all buckets
|
||||
.B \fBbucket unlink\fP
|
||||
Remove a bucket
|
||||
.TP
|
||||
.B :command:\(aqbucket rm\(aq
|
||||
.B \fBbucket rm\fP
|
||||
Remove a bucket
|
||||
.TP
|
||||
.B :command:\(aqobject rm\(aq
|
||||
.B \fBobject rm\fP
|
||||
Remove an object
|
||||
.TP
|
||||
.B \fBkey create\fP
|
||||
@ -84,7 +84,7 @@ Create an access key
|
||||
.B \fBkey rm\fP
|
||||
Remove an access key
|
||||
.TP
|
||||
.B :command:\(aqpool add\(aq
|
||||
.B \fBpool add\fP
|
||||
Add an existing pool for data placement
|
||||
.TP
|
||||
.B \fBpool rm\fP
|
||||
|
Loading…
Reference in New Issue
Block a user