summaryrefslogtreecommitdiffstats
path: root/usr.sbin/boot0cfg
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-04-15 21:03:19 +0000
committerjhb <jhb@FreeBSD.org>2003-04-15 21:03:19 +0000
commit4f6904bca33e0bdaea33e9b258bd5987f1f4e220 (patch)
tree444b54539b95f6b82f98a11d1d134fe715290f94 /usr.sbin/boot0cfg
parent8481338066d3a96214f6c197e5281324188a0b9c (diff)
downloadFreeBSD-src-4f6904bca33e0bdaea33e9b258bd5987f1f4e220.zip
FreeBSD-src-4f6904bca33e0bdaea33e9b258bd5987f1f4e220.tar.gz
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>
Diffstat (limited to 'usr.sbin/boot0cfg')
-rw-r--r--usr.sbin/boot0cfg/boot0cfg.89
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/boot0cfg/boot0cfg.8 b/usr.sbin/boot0cfg/boot0cfg.8
index fd4d8d8..2791bbe 100644
--- a/usr.sbin/boot0cfg/boot0cfg.8
+++ b/usr.sbin/boot0cfg/boot0cfg.8
@@ -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
OpenPOWER on IntegriCloud