diff --git a/doc/cephfs/client-auth.rst b/doc/cephfs/client-auth.rst index f0909aa5aa4..0fe833441d3 100644 --- a/doc/cephfs/client-auth.rst +++ b/doc/cephfs/client-auth.rst @@ -274,7 +274,7 @@ Client ``someuser`` is authorized for only one file system: caps mon = "allow r" caps osd = "allow rw tag cephfs data=cephfs" -Mounting ``cephfs1`` on the already-created mountpoint ``/mnt/cephfs1`` with +Mounting ``cephfs1`` on the already-created mount point ``/mnt/cephfs1`` with ``someuser`` works: .. prompt:: bash # diff --git a/doc/cephfs/mount-using-fuse.rst b/doc/cephfs/mount-using-fuse.rst index 5058f3f3ba2..67e5a424d8a 100644 --- a/doc/cephfs/mount-using-fuse.rst +++ b/doc/cephfs/mount-using-fuse.rst @@ -27,7 +27,7 @@ This is the general form of the command for mounting CephFS via FUSE: .. prompt:: bash # - ceph-fuse {mountpoint} {options} + ceph-fuse {mount point} {options} Mounting CephFS ===============