partx: don't use "hard drive" in man pages

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2015-01-12 11:15:55 +01:00
parent e04b812407
commit 4926bc3683
3 changed files with 3 additions and 3 deletions

View 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

View 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),

View 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