Module Name: src
Committed By: joerg
Date: Wed Oct 14 22:00:55 UTC 2009
Modified Files:
src/sbin/fdisk: fdisk.8
Log Message:
Do not use .Xo / .Xc without a good reason.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sbin/fdisk/fdisk.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/fdisk/fdisk.8
diff -u src/sbin/fdisk/fdisk.8:1.62 src/sbin/fdisk/fdisk.8:1.63
--- src/sbin/fdisk/fdisk.8:1.62 Mon Aug 10 02:56:23 2009
+++ src/sbin/fdisk/fdisk.8 Wed Oct 14 22:00:55 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: fdisk.8,v 1.62 2009/08/10 02:56:23 yamt Exp $
+.\" $NetBSD: fdisk.8,v 1.63 2009/10/14 22:00:55 joerg Exp $
.\"
.Dd August 10, 2009
.Dt FDISK 8
@@ -429,17 +429,11 @@
.It Em bootmenu
is the menu prompt output by the interactive boot code for this partition.
This line is omitted if the prompt is not defined.
-.It Xo
-.Em start ,
-.Em size
-.Xc
+.It Em start , Em size
are the start address and size of the partition in sectors.
.It Em MB
is the size of the partition in megabytes.
-.It Xo
-.Em first ,
-.Em next
-.Xc
+.It Em first , Em next
are the bounds of this partition displayed as cylinder/head/sector.
If the partition starts (or ends) on a cylinder boundary the head and
sector values are omitted.
@@ -472,11 +466,7 @@
.Em sector
.in -4
.Bl -tag -width "bootmenu"
-.It Xo
-.Em "cylinder" ,
-.Em "head" ,
-.Em "sector"
-.Xc
+.It Em "cylinder" , Em "head" , Em "sector"
are the beginning or ending address of a partition.
.Pp
.Em "Note:"