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. https://github.com/ceph/ceph/pull/58908#discussion_r1697715486 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 <zac.dover@proton.me>
This commit is contained in:
Zac Dover 2024-08-17 13:44:30 +10:00
parent 91f88e4d13
commit a0f81cfb50
2 changed files with 2 additions and 2 deletions

View File

@ -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 #

View File

@ -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
===============