diff options
author | Karel Zak <kzak@redhat.com> | 2011-01-04 20:15:51 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2011-01-04 20:15:51 +0100 |
commit | b1d78c939bc9d45cb20758c61d56275438eadac0 (patch) | |
tree | 6a52b9da73a84c7c6e9e1f326d137fc1d3922ea4 /partx | |
parent | 049caefdcf5f0fa01339fcca012ea23b7b147619 (diff) | |
download | util-linux-b1d78c939bc9d45cb20758c61d56275438eadac0.tar.gz |
docs: fix typos in man pages
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=664458
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=664294
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=664182
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'partx')
-rw-r--r-- | partx/addpart.8 | 2 | ||||
-rw-r--r-- | partx/delpart.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/partx/addpart.8 b/partx/addpart.8 index 231cbfaf..1c928098 100644 --- a/partx/addpart.8 +++ b/partx/addpart.8 @@ -13,7 +13,7 @@ simple wrapper around the "add partition" ioctl .B addpart is a program that informs the Linux kernel of new partition. -This command doesn't manipulate with partitions on hard drive. +This command doesn't manipulate partitions on hard drive. .SH PARAMETERS .TP diff --git a/partx/delpart.8 b/partx/delpart.8 index 7dd93894..7f35fb9d 100644 --- a/partx/delpart.8 +++ b/partx/delpart.8 @@ -13,7 +13,7 @@ simple wrapper around the "del partition" ioctl .B delpart is a program that asks the Linux kernel to remove a partition. -This command doesn't manipulate with partitions on hard drive. +This command doesn't manipulate partitions on hard drive. .SH OPTIONS .TP |