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>
(cherry picked from commit
a0f81cfb5094164630f55a717efbbcdce45bce58)
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 #
Synopsis
========
-In general, the command to mount CephFS via FUSE looks like this::
+In general, the command to mount CephFS via FUSE looks like this:
- ceph-fuse {mountpoint} {options}
+.. prompt:: bash #
+
+ ceph-fuse {mount point} {options}
Mounting CephFS
===============