1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00

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.
.It Fl g
Fiddle global options.
.It Fl r Ar option
.It Fl r Ar flag
Reset
.Ar option .
.Ar Option
is one of labels, follow, debug, io, all, none.
.It Fl s Ar option
.Ar flag .
The list of allowed flags and their meanings are:
.Bl -tag -width "follow"
.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
.Ar option .
.Ar flag .
The list of allowed flags and their meanings are the same as for the
.Fl r
option.
.It Fl u
Disable and ``unconfigure'' the device.
.It Fl v