aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Nordier <rnordier@FreeBSD.org>1999-02-05 09:58:39 +0000
committerRobert Nordier <rnordier@FreeBSD.org>1999-02-05 09:58:39 +0000
commit708b27a06820c367a1d0102fe09ce2afce1d25bd (patch)
treec5e92fe230c442ccb8be3503378e7601b86138e1
parent0ea78a480866c4be511b0adcb40f159ee254b94e (diff)
downloadsrc-708b27a06820c367a1d0102fe09ce2afce1d25bd.tar.gz
src-708b27a06820c367a1d0102fe09ce2afce1d25bd.zip
Note that nextboot requires the legacy boot code.
Notes
Notes: svn path=/head/; revision=43657
-rw-r--r--sbin/i386/nextboot/nextboot.84
-rw-r--r--sbin/nextboot/nextboot.84
2 files changed, 6 insertions, 2 deletions
diff --git a/sbin/i386/nextboot/nextboot.8 b/sbin/i386/nextboot/nextboot.8
index d7946e1c604c..6219087d3f2d 100644
--- a/sbin/i386/nextboot/nextboot.8
+++ b/sbin/i386/nextboot/nextboot.8
@@ -1,4 +1,4 @@
-.\" $Id: nextboot.8,v 1.7 1997/04/23 04:46:38 danny Exp $
+.\" $Id: nextboot.8,v 1.8 1998/06/30 06:28:17 charnier Exp $
.Dd July 9, 1996
.Dt NEXTBOOT 8
.\".Os BSD 4
@@ -92,6 +92,8 @@ per boot.
.Xr disklabel 8 ,
.Xr fdisk 8
.Sh BUGS
+This program works only in conjunction with the legacy boot code.
+.Pp
The entire program should be made more user-friendly.
The option of whether to write back or not should be stored on the
disk and not a compile time option. I want to rethink this at some
diff --git a/sbin/nextboot/nextboot.8 b/sbin/nextboot/nextboot.8
index d7946e1c604c..6219087d3f2d 100644
--- a/sbin/nextboot/nextboot.8
+++ b/sbin/nextboot/nextboot.8
@@ -1,4 +1,4 @@
-.\" $Id: nextboot.8,v 1.7 1997/04/23 04:46:38 danny Exp $
+.\" $Id: nextboot.8,v 1.8 1998/06/30 06:28:17 charnier Exp $
.Dd July 9, 1996
.Dt NEXTBOOT 8
.\".Os BSD 4
@@ -92,6 +92,8 @@ per boot.
.Xr disklabel 8 ,
.Xr fdisk 8
.Sh BUGS
+This program works only in conjunction with the legacy boot code.
+.Pp
The entire program should be made more user-friendly.
The option of whether to write back or not should be stored on the
disk and not a compile time option. I want to rethink this at some