From 3c78b697c589b36db34d7ea5b56e2554236dd583 Mon Sep 17 00:00:00 2001 From: nyan Date: Wed, 9 May 2007 11:38:58 +0000 Subject: - A partition number is allowed to 1-8. - Remove non-exist -b flag. - Add reference to boot98cfg and newfs. - s/disklabel/bsdlabel/ --- sbin/fdisk_pc98/fdisk.8 | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'sbin') 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. -- cgit v1.1