summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2019-08-07 11:16:14 +0200
committerKarel Zak2019-08-07 11:16:14 +0200
commit2adf30dceb71135674a74f6f66c84ba5768f107c (patch)
tree3fb96ff12a4b8f7562dbbaf8df9956042bb099dd
parentlibfdisk: refer to partx(8) rather than to kpartx(8) (diff)
parentremoved double space (diff)
downloadkernel-qcow2-util-linux-2adf30dceb71135674a74f6f66c84ba5768f107c.tar.gz
kernel-qcow2-util-linux-2adf30dceb71135674a74f6f66c84ba5768f107c.tar.xz
kernel-qcow2-util-linux-2adf30dceb71135674a74f6f66c84ba5768f107c.zip
Merge branch 'master' of https://github.com/chstarkd/util-linux
* 'master' of https://github.com/chstarkd/util-linux: removed double space fixed mount man page typo, "bythe" -> "by the"
-rw-r--r--sys-utils/mount.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index b79b4ef5f..56d3520be 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -116,7 +116,7 @@ options to avoid ambivalent interpretation of the given argument. For example:
The same filesystem may be mounted more than once, and in some cases (e.g.
network filesystems) the same filesystem may be mounted on the same
mountpoint more times. The mount command does not implement any policy to
-control this behavior. All behavior is controlled bythe kernel and it is usually
+control this behavior. All behavior is controlled by the kernel and it is usually
specific to the filesystem driver. The exception is \fB\-\-all\fR, in this case
already mounted filesystems are ignored (see \fB\-\-all\fR below for more details).