From: Karel Zak Date: Mon, 12 Jan 2015 10:15:55 +0000 (+0100) Subject: partx: don't use "hard drive" in man pages X-Git-Tag: v2.26-rc1~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4926bc368352fe4324b4c38121f533ed88dbe320;p=thirdparty%2Futil-linux.git partx: don't use "hard drive" in man pages Signed-off-by: Karel Zak --- diff --git a/disk-utils/addpart.8 b/disk-utils/addpart.8 index 867d53f2bd..bc79581a64 100644 --- a/disk-utils/addpart.8 +++ b/disk-utils/addpart.8 @@ -13,7 +13,7 @@ addpart \- tell the kernel about the existence of a partition tells the Linux kernel about the existence of the specified partition. The command is a simple wrapper around the "add partition" ioctl. -This command doesn't manipulate partitions on a hard drive. +This command doesn't manipulate partitions on a block device. .SH PARAMETERS .TP diff --git a/disk-utils/delpart.8 b/disk-utils/delpart.8 index 8c17678c65..464331e824 100644 --- a/disk-utils/delpart.8 +++ b/disk-utils/delpart.8 @@ -14,7 +14,7 @@ asks the Linux kernel to forget about the specified \fIpartition\fR (a number) on the specified \fIdevice\fR. The command is a simple wrapper around the "del partition" ioctl. -This command doesn't manipulate partitions on a hard drive. +This command doesn't manipulate partitions on a block device. .SH SEE ALSO .BR addpart (8), diff --git a/disk-utils/resizepart.8 b/disk-utils/resizepart.8 index b6efe7e852..bb3eabd7e1 100644 --- a/disk-utils/resizepart.8 +++ b/disk-utils/resizepart.8 @@ -13,7 +13,7 @@ resizepart \- tell the kernel about the new size of a partition tells the Linux kernel about the new size of the specified partition. The command is a simple wrapper around the "resize partition" ioctl. -This command doesn't manipulate partitions on a hard drive. +This command doesn't manipulate partitions on a block device. .SH PARAMETERS .TP