summaryrefslogtreecommitdiffstats
path: root/disk-utils
diff options
context:
space:
mode:
authorKarel Zak2015-01-12 11:15:55 +0100
committerKarel Zak2015-01-12 11:15:55 +0100
commit4926bc368352fe4324b4c38121f533ed88dbe320 (patch)
treee36595076e2df38c3de0b323f31eb9c7beb89379 /disk-utils
parentdocs: make the wording of the partx man page a bit more precise (diff)
downloadkernel-qcow2-util-linux-4926bc368352fe4324b4c38121f533ed88dbe320.tar.gz
kernel-qcow2-util-linux-4926bc368352fe4324b4c38121f533ed88dbe320.tar.xz
kernel-qcow2-util-linux-4926bc368352fe4324b4c38121f533ed88dbe320.zip
partx: don't use "hard drive" in man pages
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils')
-rw-r--r--disk-utils/addpart.82
-rw-r--r--disk-utils/delpart.82
-rw-r--r--disk-utils/resizepart.82
3 files changed, 3 insertions, 3 deletions
diff --git a/disk-utils/addpart.8 b/disk-utils/addpart.8
index 867d53f2b..bc79581a6 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 8c17678c6..464331e82 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 b6efe7e85..bb3eabd7e 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