mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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:
parent
8667535d13
commit
4a87a5eecd
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue