Signed-off-by: Ondrej Oprala <ooprala@xxxxxxxxxx> --- disk-utils/addpart.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/disk-utils/addpart.8 b/disk-utils/addpart.8 index 9dcd0a3..875ca9e 100644 --- a/disk-utils/addpart.8 +++ b/disk-utils/addpart.8 @@ -5,15 +5,15 @@ .TH ADDPART 8 "January 2007" "util-linux" "System Administration" .SH NAME addpart \- -simple wrapper around the "add partition" ioctl +a 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 a 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). -- 1.8.5.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html