]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: s/mountpoint/mount point/ 59296/head
authorZac Dover <zac.dover@proton.me>
Sat, 17 Aug 2024 03:37:58 +0000 (13:37 +1000)
committerZac Dover <zac.dover@proton.me>
Mon, 19 Aug 2024 08:07:04 +0000 (18:07 +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.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 57ed73eaa6945c69059d299ea5310eaac57e2299)

doc/cephfs/ceph-dokan.rst

index b9fb6c59287b5d69e1181bcb4030dca774a8b336..4146761869cca65e37a18f087105a7e484991bfc 100644 (file)
@@ -24,7 +24,7 @@ This will mount the default ceph filesystem using the drive letter ``x``.
 If ``ceph.conf`` is placed at the default location, which is
 ``%ProgramData%\ceph\ceph.conf``, then this argument becomes optional.
 
-The ``-l`` argument also allows using an empty folder as a mountpoint
+The ``-l`` argument also allows using an empty folder as a mount point
 instead of a drive letter.
 
 The uid and gid used for mounting the filesystem default to 0 and may be
@@ -75,7 +75,7 @@ like so::
 
     ceph-dokan.exe unmap -l x
 
-Note that when unmapping Ceph filesystems, the exact same mountpoint argument
+Note that when unmapping Ceph filesystems, the exact same mount point argument
 must be used as when the mapping was created.
 
 Limitations