From a0f81cfb5094164630f55a717efbbcdce45bce58 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sat, 17 Aug 2024 13:44:30 +1000 Subject: [PATCH] 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 --- doc/cephfs/client-auth.rst | 2 +- doc/cephfs/mount-using-fuse.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cephfs/client-auth.rst b/doc/cephfs/client-auth.rst index f0909aa5aa4..0fe833441d3 100644 --- a/doc/cephfs/client-auth.rst +++ b/doc/cephfs/client-auth.rst @@ -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 # diff --git a/doc/cephfs/mount-using-fuse.rst b/doc/cephfs/mount-using-fuse.rst index 5058f3f3ba2..67e5a424d8a 100644 --- a/doc/cephfs/mount-using-fuse.rst +++ b/doc/cephfs/mount-using-fuse.rst @@ -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 =============== -- 2.39.5