Skip to content

Commit

Permalink
Merge pull request ceph#3019 from theanalyst/doc/typo/ceph-auth
Browse files Browse the repository at this point in the history
doc: minor fix in ceph-authtool man page

Reviewed-by: Loic Dachary <[email protected]>
  • Loading branch information
Loic Dachary committed Nov 30, 2014
2 parents f3d9728 + faa4cbb commit f1296fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/man/8/ceph-authtool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ To display the contents of the keyring::

ceph-authtool -l keyring

When mount a Ceph file system, you can grab the appropriately encoded secret key with::
When mounting a Ceph file system, you can grab the appropriately encoded secret key with::

mount -t ceph serverhost:/ mountpoint -o name=foo,secret=`ceph-authtool -p -n client.foo keyring`

Expand Down
4 changes: 2 additions & 2 deletions man/ceph-authtool.8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "CEPH-AUTHTOOL" "8" "January 12, 2014" "dev" "Ceph"
.TH "CEPH-AUTHTOOL" "8" "November 30, 2014" "dev" "Ceph"
.SH NAME
ceph-authtool \- ceph keyring manipulation tool
.
Expand Down Expand Up @@ -274,7 +274,7 @@ ceph\-authtool \-l keyring
.UNINDENT
.UNINDENT
.sp
When mount a Ceph file system, you can grab the appropriately encoded secret key with:
When mounting a Ceph file system, you can grab the appropriately encoded secret key with:
.INDENT 0.0
.INDENT 3.5
.sp
Expand Down

0 comments on commit f1296fd

Please sign in to comment.