From: Karel Zak Date: Tue, 6 Aug 2019 10:24:33 +0000 (+0200) Subject: libfdisk: refer to partx(8) rather than to kpartx(8) X-Git-Tag: v2.35-rc1~291 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb74ebad253c6aaaf81b8f5fcdee8be71c956dbf;p=thirdparty%2Futil-linux.git libfdisk: refer to partx(8) rather than to kpartx(8) Reported-by: Petr Pisar Signed-off-by: Karel Zak --- diff --git a/libfdisk/src/context.c b/libfdisk/src/context.c index bc284f34e2..f97f0a6127 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; }