Document meanings of flags to the -r and -s options.

This commit is contained in:
Joseph Koshy 1998-07-30 04:17:12 +00:00
parent 49cc016a39
commit 0d58ca2312
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37967

View File

@ -94,14 +94,36 @@ Use
as an alternate config file. as an alternate config file.
.It Fl g .It Fl g
Fiddle global options. Fiddle global options.
.It Fl r Ar option .It Fl r Ar flag
Reset Reset
.Ar option . .Ar flag .
.Ar Option The list of allowed flags and their meanings are:
is one of labels, follow, debug, io, all, none. .Bl -tag -width "follow"
.It Fl s Ar option .It Ar labels
use disk/slice labels.
.It Ar follow
debug flow in the
.Xr vn 4
driver.
.It Ar debug
debug data in the
.Xr vn 4
driver.
.It Ar io
debug I/O in the
.Xr vn 4
driver.
.It Ar all
turn on all flags.
.It Ar none
turn off all flags.
.El
.It Fl s Ar flag
Set Set
.Ar option . .Ar flag .
The list of allowed flags and their meanings are the same as for the
.Fl r
option.
.It Fl u .It Fl u
Disable and ``unconfigure'' the device. Disable and ``unconfigure'' the device.
.It Fl v .It Fl v