From 57bc47072876adedd90f9f5d204a1524f36400e1 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 22 Jul 2009 11:29:05 +0200 Subject: [PATCH] fdisk.8: formatting Signed-off-by: Peter Breitenlohner --- fdisk/fdisk.8 | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/fdisk/fdisk.8 b/fdisk/fdisk.8 index 30ee9d4a..c04972f6 100644 --- a/fdisk/fdisk.8 +++ b/fdisk/fdisk.8 @@ -5,14 +5,26 @@ .SH NAME fdisk \- Partition table manipulator for Linux .SH SYNOPSIS -.BI "fdisk [\-u] [\-b " sectorsize ] -.BI "[\-C " cyls "] [\-H " heads "] [\-S " sects "] " device +.B fdisk +.RB [ \-u ] +.RB [ \-b +.IR sectorsize ] +.RB [ \-C +.IR cyls ] +.RB [ \-H +.IR heads ] +.RB [ \-S +.IR sects ] +.I device .sp -.BI "fdisk \-l [\-u] [" "device ..." ] +.B fdisk \-l +.RB [ \-u ] +.RI [ device ...] .sp -.BI "fdisk \-s " "partition ..." +.B fdisk \-s +.IR partition ... .sp -.BI "fdisk \-v +.B fdisk \-v .SH DESCRIPTION Hard disks can be divided into one or more logical disks called .IR partitions . @@ -45,7 +57,7 @@ It understands DOS type partition tables and BSD or SUN type disklabels. .B fdisk doesn't understand GUID Partition Table (GPT) and it is not designed for large partitions. In particular case use more advanced GNU -.B parted(8). +.BR parted (8). The .I device -- 2.39.5