diff options
author | mpp <mpp@FreeBSD.org> | 1996-12-09 08:04:55 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-12-09 08:04:55 +0000 |
commit | 6c8b1af21eebb1fe0653e3aa5728cb8599b8cde2 (patch) | |
tree | e1b7b6a3f6cb81cbdec0dc2126499a0ba31888c7 /sbin/nextboot | |
parent | f18329fad9ac3ef4fd93ebec0a3e5ec0da4b7815 (diff) | |
download | FreeBSD-src-6c8b1af21eebb1fe0653e3aa5728cb8599b8cde2.zip FreeBSD-src-6c8b1af21eebb1fe0653e3aa5728cb8599b8cde2.tar.gz |
Minor formatting/style fixes.
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
Diffstat (limited to 'sbin/nextboot')
-rw-r--r-- | sbin/nextboot/nextboot.8 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sbin/nextboot/nextboot.8 b/sbin/nextboot/nextboot.8 index e573907..089debd 100644 --- a/sbin/nextboot/nextboot.8 +++ b/sbin/nextboot/nextboot.8 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: nextboot.8,v 1.3 1996/09/23 22:23:15 wosch Exp $ .Dd July 9, 1996 .Dt NEXTBOOT 8 .\".Os BSD 4 @@ -11,8 +11,7 @@ .Ar filename bootstring ... .Pp .Nm -.Op Fl e -.Op Fl d +.Op Fl ed .Ar filename .Bl -tag -width time .It Fl b @@ -74,8 +73,6 @@ to change the default boot string. Note, that should the file specified in the nameblock be non-existant, then the name compiled into the boot blocks will be used for the boot rather than the next name in the nameblock. The nameblock is only consulted ONCE per boot. - - .Sh SEE ALSO .Xr boot 8 , .Xr disklabel 8 , @@ -85,9 +82,7 @@ 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 later stage to make it co-exist with disks that do not have -a fdisk partitioning table (i.e. purely disklabel'd systems) - +a fdisk partitioning table (i.e. purely disklabel'd systems). .Pp Whether to write back or not should be specified at run-time in the nameblock so that the boot blocks need not be altered to get this feature. -.Pp |