]> err.no Git - util-linux/commitdiff
addpart.8: formatting
authorPeter Breitenlohner <peb@mppmu.mpg.de>
Wed, 22 Jul 2009 09:29:05 +0000 (11:29 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 17 Aug 2009 10:11:11 +0000 (12:11 +0200)
Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
partx/addpart.8

index 562c6f0377e83cecbbae1e9020719adbb2de8d42..d385ba63f6accc9299e9b9e2ece76e6ac6024476 100644 (file)
@@ -7,7 +7,8 @@
 addpart \-
 simple wrapper around the "add partition" ioctl
 .SH SYNOPSIS
-.B addpart device partition start length
+.B addpart
+.I device partition start length
 .SH DESCRIPTION
 .B addpart
 is a program that informs the Linux kernel of new partition.
@@ -16,16 +17,16 @@ This command doesn't manipulate with partitions on hard drive.
 
 .SH PARAMETERS
 .TP
-.BI device
+.I device
 Specify the disk device.
 .TP
-.BI partition
+.I partition
 Specify the partition number.
 .TP
-.BI start
+.I start
 Specify the begin of the partition (in 512-byte sectors).
 .TP
-.BI length
+.I length
 Specify the length of the partition (in 512-byte sectors).
 
 .SH SEE ALSO