summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2007-05-09 11:38:58 +0000
committernyan <nyan@FreeBSD.org>2007-05-09 11:38:58 +0000
commit3c78b697c589b36db34d7ea5b56e2554236dd583 (patch)
treede8c90716f810a8935bbba2de6cbc2dd6afc40d6 /sbin
parent845a83180fe66da77c8ddce13b7cef4d80092a3d (diff)
downloadFreeBSD-src-3c78b697c589b36db34d7ea5b56e2554236dd583.zip
FreeBSD-src-3c78b697c589b36db34d7ea5b56e2554236dd583.tar.gz
- A partition number is allowed to 1-8.
- Remove non-exist -b flag. - Add reference to boot98cfg and newfs. - s/disklabel/bsdlabel/
Diffstat (limited to 'sbin')
-rw-r--r--sbin/fdisk_pc98/fdisk.816
1 files changed, 5 insertions, 11 deletions
diff --git a/sbin/fdisk_pc98/fdisk.8 b/sbin/fdisk_pc98/fdisk.8
index b2de044..7c8f442 100644
--- a/sbin/fdisk_pc98/fdisk.8
+++ b/sbin/fdisk_pc98/fdisk.8
@@ -10,7 +10,7 @@
.Nm
.Op Fl BIaistuv
.Op Fl b Ar bootcode
-.Op Fl 1234
+.Op Fl 12345678
.Op Ar disk
.Nm
.Fl f Ar configfile
@@ -57,9 +57,6 @@ Change the active partition only.
Ignored if
.Fl f
is given.
-.It Fl b Ar bootcode
-Get the boot code from the file
-.Ar bootcode .
.It Fl B
Reinitialize the boot code contained in sector 0 of the disk.
Ignored
@@ -459,13 +456,10 @@ Example: to make partition 1 the active partition:
a 1
.Ed
.El
-.Sh FILES
-.Bl -tag -width /boot/mbr -compact
-.It Pa /boot/mbr
-The default boot code
-.El
.Sh SEE ALSO
-.Xr disklabel 8
+.Xr boot98cfg 8 ,
+.Xr bsdlabel 8 ,
+.Xr newfs 8
.Sh BUGS
The default boot code will not necessarily handle all partition types
correctly, in particular those introduced since MS-DOS 6.x.
@@ -481,5 +475,5 @@ in order to conform with the terms used elsewhere.
You cannot use this command to completely dedicate a disk to
.Fx .
The
-.Xr disklabel 8
+.Xr bsdlabel 8
command must be used for this.
OpenPOWER on IntegriCloud