Skip to content

Commit 964adda

Browse files
Merge pull request ceph#59290 from anthonyeleven/mountpoint
doc: Harmonize 'mountpoint'
2 parents 7976693 + fda2db5 commit 964adda

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

doc/cephfs/ceph-dokan.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This will mount the default ceph filesystem using the drive letter ``x``.
2424
If ``ceph.conf`` is placed at the default location, which is
2525
``%ProgramData%\ceph\ceph.conf``, then this argument becomes optional.
2626

27-
The ``-l`` argument also allows using an empty folder as a mountpoint
27+
The ``-l`` argument also allows using an empty folder as a mount point
2828
instead of a drive letter.
2929

3030
The uid and gid used for mounting the filesystem default to 0 and may be
@@ -75,7 +75,7 @@ like so::
7575

7676
ceph-dokan.exe unmap -l x
7777

78-
Note that when unmapping Ceph filesystems, the exact same mountpoint argument
78+
Note that when unmapping Ceph filesystems, the exact same mount point argument
7979
must be used as when the mapping was created.
8080

8181
Limitations

doc/man/8/mount.ceph.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ A sub-directory of the file system can be mounted by specifying the (absolute)
5656
path to the sub-directory right after "=" in the device part of the mount command.
5757

5858
Mount helper application conventions dictate that the first two options are
59-
device to be mounted and the mountpoint for that device. Options must be
59+
device to be mounted and the mount point for that device. Options must be
6060
passed only after these fixed arguments.
6161

6262

doc/man/8/mount.fuse.ceph.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Synopsis
1111

1212
| **mount.fuse.ceph** [-h] [-o OPTIONS [*OPTIONS* ...]]
1313
device [*device* ...]
14-
mountpoint [*mountpoint* ...]
14+
mountpoint [*mount point* ...]
1515
1616
Description
1717
===========

doc/rados/configuration/common.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Naming Clusters (deprecated)
200200

201201
Each Ceph cluster has an internal name. This internal name is used as part of
202202
configuration, and as part of "log file" names as well as part of directory
203-
names and as part of mountpoint names. This name defaults to "ceph". Previous
203+
names and as part of mount point names. This name defaults to "ceph". Previous
204204
releases of Ceph allowed one to specify a custom name instead, for example
205205
"ceph2". This option was intended to facilitate the running of multiple logical
206206
clusters on the same physical hardware, but in practice it was rarely

doc/radosgw/qat-accel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The QATlib can be downloaded from `qatlib`_, which is used for the in-tree QAT
4040
driver.
4141

4242
.. note::
43-
The out-of-tree QAT driver is gradually being migrated to an intree driver+QATlib.
43+
The out-of-tree QAT driver is gradually being migrated to an in-tree driver+QATlib.
4444

4545
2. The implementation of QAT-based encryption is directly based on the QAT API,
4646
which is included the driver package. However, QAT support for compression

0 commit comments

Comments
 (0)