From 4926bc368352fe4324b4c38121f533ed88dbe320 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 12 Jan 2015 11:15:55 +0100 Subject: [PATCH] partx: don't use "hard drive" in man pages Signed-off-by: Karel Zak --- disk-utils/addpart.8 | 2 +- disk-utils/delpart.8 | 2 +- disk-utils/resizepart.8 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3