From: Servesha Dudhgaonkar Date: Thu, 4 Apr 2019 12:41:44 +0000 (+0530) Subject: doc : fixed capitalization X-Git-Tag: v15.1.0~3026^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F27379%2Fhead;p=ceph.git doc : fixed capitalization Signed-off-by: Servesha Dudhgaonkar --- diff --git a/doc/cephfs/client-auth.rst b/doc/cephfs/client-auth.rst index 39513748e431..74cd8a38ab2b 100644 --- a/doc/cephfs/client-auth.rst +++ b/doc/cephfs/client-auth.rst @@ -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 diff --git a/doc/cephfs/hadoop.rst b/doc/cephfs/hadoop.rst index 566c6030ffb1..cfb291e1efdf 100644 --- a/doc/cephfs/hadoop.rst +++ b/doc/cephfs/hadoop.rst @@ -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