diff options
author | ru <ru@FreeBSD.org> | 2002-12-23 15:36:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-23 15:36:04 +0000 |
commit | 48942467dc106e51b6995bdea8ca104ab6eae2db (patch) | |
tree | fa5035381586c3a1779f7238f64a08d81026f076 | |
parent | 24cc7c42945d14bd23f3535ef257a189f9e0a31f (diff) | |
download | FreeBSD-src-48942467dc106e51b6995bdea8ca104ab6eae2db.zip FreeBSD-src-48942467dc106e51b6995bdea8ca104ab6eae2db.tar.gz |
mdoc(7) police: fixed the misplaced .Bl call.
-rw-r--r-- | sbin/fdisk_pc98/fdisk.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fdisk_pc98/fdisk.8 b/sbin/fdisk_pc98/fdisk.8 index a3ca910..ba15116 100644 --- a/sbin/fdisk_pc98/fdisk.8 +++ b/sbin/fdisk_pc98/fdisk.8 @@ -13,7 +13,6 @@ .Op Fl b Ar bootcode .Op Fl 1234 .Op Ar disk -.Bl -tag -width time .Nm .Fl f Ar configfile .Op Fl itv @@ -50,6 +49,7 @@ table. The second is used to write a partition table using a and is designed to be used by other scripts/programs. .Pp Options are: +.Bl -tag -width time .It Fl a Change the active partition only. Ignored if .Fl f |