]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc : fixed capitalization 27379/head
authorServesha Dudhgaonkar <sdudhgao@redhat.com>
Thu, 4 Apr 2019 12:41:44 +0000 (18:11 +0530)
committerServesha Dudhgaonkar <sdudhgao@redhat.com>
Thu, 4 Apr 2019 13:39:38 +0000 (19:09 +0530)
Signed-off-by: Servesha Dudhgaonkar <sdudhgao@redhat.com>
doc/cephfs/client-auth.rst
doc/cephfs/hadoop.rst

index 39513748e4311312aee7b7eb9868ba687c25f706..74cd8a38ab2bc7ee90778e03b7fb64176f173b2e 100644 (file)
@@ -29,7 +29,7 @@ directory while creating key for a client using the following syntax. ::
 
  ceph fs authorize *filesystem_name* client.*client_name* /*specified_directory* rw
 
-for example, to restrict client ``foo`` to writing only in the ``bar`` directory of filesystem ``cephfs``, use ::
+For example, to restrict client ``foo`` to writing only in the ``bar`` directory of filesystem ``cephfs``, use ::
 
  ceph fs authorize cephfs client.foo / r /bar rw
 
@@ -61,7 +61,7 @@ directory while mounting using the following syntax. ::
 
  ./ceph-fuse -n client.*client_name* *mount_path* -r *directory_to_be_mounted*
 
-for example, to restrict client ``foo`` to ``mnt/bar`` directory, we will use. ::
+For example, to restrict client ``foo`` to ``mnt/bar`` directory, we will use. ::
 
  ./ceph-fuse -n client.foo mnt -r /bar
 
index 566c6030ffb186b179f3a68c1e7cd631d9faf97b..cfb291e1efdf079a35559f0b1c3bbb4df5c71f84 100644 (file)
@@ -159,7 +159,7 @@ The output should resemble::
 
     pool 3 'hadoop1' rep size 1 min_size 1 crush_rule 0...
 
-where ``3`` is the pool id. Next we will use the pool id reference to register
+Where ``3`` is the pool id. Next we will use the pool id reference to register
 the pool as a data pool for storing file system data. ::
 
     ceph fs add_data_pool cephfs 3