summaryrefslogtreecommitdiffstats
path: root/usr.sbin/boot0cfg
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-25 01:46:44 +0000
committerobrien <obrien@FreeBSD.org>2002-05-25 01:46:44 +0000
commit36a393821ffd997a4115f5d346498a0da6a4493c (patch)
treec0bbfedf9f7f4f3643b62e8b7ebf52473a3c6717 /usr.sbin/boot0cfg
parent147967841d83dd69815c2cf3c729f8ad0899e284 (diff)
downloadFreeBSD-src-36a393821ffd997a4115f5d346498a0da6a4493c.zip
FreeBSD-src-36a393821ffd997a4115f5d346498a0da6a4493c.tar.gz
The man page is VERY WRONG about using "-o noupdate" with -s.
So fix it, and add an example using -s.
Diffstat (limited to 'usr.sbin/boot0cfg')
-rw-r--r--usr.sbin/boot0cfg/boot0cfg.817
1 files changed, 12 insertions, 5 deletions
diff --git a/usr.sbin/boot0cfg/boot0cfg.8 b/usr.sbin/boot0cfg/boot0cfg.8
index 777be30..93c105b 100644
--- a/usr.sbin/boot0cfg/boot0cfg.8
+++ b/usr.sbin/boot0cfg/boot0cfg.8
@@ -78,8 +78,6 @@ Install the
boot manager.
This option causes MBR code to be replaced, without
affecting the embedded slice table.
-.It Fl v
-Verbose: display information about the slices defined, etc.
.It Fl b Ar boot0
Specify which
.Sq boot0
@@ -135,12 +133,14 @@ Set the default boot selection to
Values between 1 and 4 refer to slices; a value of 5 refers to the
option of booting from a second disk.
This would normally be used in conjunction with the
-.Sq noupdate
+.Sq update
option.
.It Fl t Ar ticks
Set the timeout value to
.Ar ticks .
(There are approximately 18.2 ticks per second.)
+.It Fl v
+Verbose: display information about the slices defined, etc.
.El
.Sh FILES
.Bl -tag -width /boot/boot0 -compact
@@ -149,11 +149,18 @@ The default
.Sq boot0
image
.El
+.Sh EXAMPLES
+The following is an example of a typical usage
+of the
+.Nm
+command to affect the next boot:
+.Pp
+.Dl "boot0cfg -o update -s 2 ad0"
+.Sh DIAGNOSTICS
+.Ex -std
.Sh SEE ALSO
.Xr boot 8 ,
.Xr fdisk 8
-.Sh DIAGNOSTICS
-.Ex -std
.Sh AUTHORS
.An Robert Nordier Aq rnordier@FreeBSD.org .
.Sh BUGS
OpenPOWER on IntegriCloud