Skip to content

Commit a0f81cf

Browse files
committed
doc/cephfs: s/mountpoint/mount point/
Change the string "mountpoint" to "mount point" in English-language strings (as opposed to in commands, where the string "mountpoint" sometimes appears and is correct). cf. ceph#58908 (comment) in which page 345 of The IBM Style Guide is referenced to back up this change. This commit alters only English-language text and example commands in which the string "{mount point}" is meant to be replaced. No commands meant for cutting-and-pasting have been altered in this commit. Signed-off-by: Zac Dover <[email protected]>
1 parent 91f88e4 commit a0f81cf

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)