summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libfdisk/src/context.c2
-rw-r--r--sys-utils/mount.82
2 files changed, 2 insertions, 2 deletions
diff --git a/libfdisk/src/context.c b/libfdisk/src/context.c
index bc284f34e..f97f0a612 100644
--- a/libfdisk/src/context.c
+++ b/libfdisk/src/context.c
@@ -839,7 +839,7 @@ int fdisk_reread_partition_table(struct fdisk_context *cxt)
fdisk_info(cxt, _(
"The kernel still uses the old table. The "
"new table will be used at the next reboot "
- "or after you run partprobe(8) or kpartx(8)."));
+ "or after you run partprobe(8) or partx(8)."));
return -errno;
}
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).