diff options
author | John Wilkins <john.wilkins@inktank.com> | 2012-12-21 14:53:28 -0800 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2012-12-21 14:53:28 -0800 |
commit | 085992f6728daac9843955aebb8585522f4cf704 (patch) | |
tree | 4c17f5878cde66911a84286ac16d280f936dc895 | |
parent | 4a40067db6994614f14159a4466cca3a5e563441 (diff) | |
download | ceph-085992f6728daac9843955aebb8585522f4cf704.tar.gz |
doc: minor fix to syntax.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/start/ceph.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/start/ceph.conf b/doc/start/ceph.conf index 22372317dcc..fd6353c7301 100644 --- a/doc/start/ceph.conf +++ b/doc/start/ceph.conf @@ -16,7 +16,7 @@ # For Bobtail (v 0.56) and subsequent versions, you may # add settings for mkcephfs so that it will create and mount - # the file system on a particular OSD you. Remove the comment `#` + # the file system on a particular OSD for you. Remove the comment `#` # character for the following settings and replace the values # in braces with appropriate values, or leave the following settings # commented out to accept the default values. You must specify the @@ -43,7 +43,7 @@ # For Bobtail (v 0.56) and subsequent versions, you may # add settings for mkcephfs so that it will create and mount - # the file system on a particular OSD you. Remove the comment `#` + # the file system on a particular OSD for you. Remove the comment `#` # character for the following setting for each OSD and specify # a path to the device if you use mkcephfs with the --mkfs option. |