Skip to content

Commit 7976693

Browse files
authored
Merge pull request ceph#59257 from zdover23/wip-doc-2024-08-17-cephfs-mount-point
doc/cephfs: s/mountpoint/mount point/ Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 91f88e4 + a0f81cf commit 7976693

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/cephfs/client-auth.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Client ``someuser`` is authorized for only one file system:
274274
caps mon = "allow r"
275275
caps osd = "allow rw tag cephfs data=cephfs"
276276

277-
Mounting ``cephfs1`` on the already-created mountpoint ``/mnt/cephfs1`` with
277+
Mounting ``cephfs1`` on the already-created mount point ``/mnt/cephfs1`` with
278278
``someuser`` works:
279279

280280
.. prompt:: bash #

doc/cephfs/mount-using-fuse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This is the general form of the command for mounting CephFS via FUSE:
2727

2828
.. prompt:: bash #
2929

30-
ceph-fuse {mountpoint} {options}
30+
ceph-fuse {mount point} {options}
3131

3232
Mounting CephFS
3333
===============

0 commit comments

Comments
 (0)