mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 11:02:44 +00:00
Document meanings of flags to the -r and -s options.
This commit is contained in:
parent
49cc016a39
commit
0d58ca2312
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37967
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user