]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
addpart: minor man page improvements
authorOndrej Oprala <ooprala@redhat.com>
Tue, 8 Apr 2014 07:48:47 +0000 (09:48 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 14 Apr 2014 11:46:02 +0000 (13:46 +0200)
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
disk-utils/addpart.8

index 9dcd0a3240c66d93d123a5ce1073b54ac1258f79..875ca9efbce5100d691ca784d862f1a57dd75cad 100644 (file)
@@ -5,15 +5,15 @@
 .TH ADDPART 8 "January 2007" "util-linux" "System Administration"
 .SH NAME
 addpart \-
-simple wrapper around the "add partition" ioctl
+simple wrapper around the "add partition" ioctl
 .SH SYNOPSIS
 .B addpart
 .I device partition start length
 .SH DESCRIPTION
 .B addpart
-is a program that informs the Linux kernel of new partition.
+is a program that informs the Linux kernel of new partition.
 
-This command doesn't manipulate partitions on hard drive.
+This command doesn't manipulate partitions on the hard drive.
 
 .SH PARAMETERS
 .TP
@@ -24,7 +24,7 @@ Specify the disk device.
 Specify the partition number.
 .TP
 .I start
-Specify the begin of the partition (in 512-byte sectors).
+Specify the beginning of the partition (in 512-byte sectors).
 .TP
 .I length
 Specify the length of the partition (in 512-byte sectors).