]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: s/mountpoint/mount point/ 59257/head
authorZac Dover <zac.dover@proton.me>
Sat, 17 Aug 2024 03:44:30 +0000 (13:44 +1000)
committerZac Dover <zac.dover@proton.me>
Sat, 17 Aug 2024 03:48:06 +0000 (13:48 +1000)
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>
doc/cephfs/client-auth.rst
doc/cephfs/mount-using-fuse.rst

index f0909aa5aa463e754bf70b3f2791c69fe65040b3..0fe833441d3d555685a8845f99541338f88ea249 100644 (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 #
index 5058f3f3ba252cf37dee675e8b613e209d467318..67e5a424d8afefa34a38f891f7c5d32a320b8e15 100644 (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
 ===============