Add an example of how to use the -m option that clarifies how the bits in

the mask correspond to slice numbers.  Also, clarify the description of the
existing example.

Requested by:	Larry Rosenman <ler@lerctr.org>
This commit is contained in:
John Baldwin 2003-04-15 21:03:19 +00:00
parent 8667535d13
commit 4a87a5eecd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113533

View File

@ -147,12 +147,13 @@ The default
image
.El
.Sh EXAMPLES
The following is an example of a typical usage
of the
.Nm
utility to affect the next boot:
To boot slice 2 on the next boot:
.Pp
.Dl "boot0cfg -s 2 ad0"
.Pp
To enable just slices 1 and 2 in the menu:
.Pp
.Dl "boot0cfg -m 0x3 ad0"
.Sh DIAGNOSTICS
.Ex -std
.Sh SEE ALSO