]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
partx: don't use "hard drive" in man pages
authorKarel Zak <kzak@redhat.com>
Mon, 12 Jan 2015 10:15:55 +0000 (11:15 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 12 Jan 2015 10:15:55 +0000 (11:15 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/addpart.8
disk-utils/delpart.8
disk-utils/resizepart.8

index 867d53f2bdc58ffeb0c0c04600115324d888c10b..bc79581a64c904cb722d47d79d3c04afea61a11a 100644 (file)
@@ -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
index 8c17678c65d36865f6440600d61822a6c63428ea..464331e824c4b00f632e96911aa94e3236b8b712 100644 (file)
@@ -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),
index b6efe7e852d15b878ec70be97556993fc84c69b5..bb3eabd7e1b861a904dcfa4ca72fa59d44202a41 100644 (file)
@@ -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