From 4a87a5eecd43d5dcbe777e9c1ddac828db337f3b Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 15 Apr 2003 21:03:19 +0000 Subject: [PATCH] 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 --- usr.sbin/boot0cfg/boot0cfg.8 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/usr.sbin/boot0cfg/boot0cfg.8 b/usr.sbin/boot0cfg/boot0cfg.8 index fd4d8d8a6f1..2791bbef890 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