Skip to content

Commit

Permalink
radosgw-admin manpage: Fix broken quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Mick <[email protected]>
  • Loading branch information
Dan Mick committed Oct 16, 2012
1 parent 18a3cee commit 96e365b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions doc/man/8/radosgw-admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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`
Expand Down
8 changes: 4 additions & 4 deletions man/radosgw-admin.8
Original file line number Diff line number Diff line change
@@ -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
.
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 96e365b

Please sign in to comment.