mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use a separate synopsis line for -u as devinfo will ignore other
options when -u is specified. Xref device(9) and devclass(9).
This commit is contained in:
parent
6646524f34
commit
72eb2563d6
1 changed files with 7 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd May 10, 2002
|
||||
.Dd Nov 28, 2005
|
||||
.Os
|
||||
.Dt DEVINFO 8
|
||||
.Sh NAME
|
||||
|
|
@ -35,7 +35,9 @@
|
|||
.Nd print information about system device configuration
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl ruv
|
||||
.Op Fl rv
|
||||
.Nm
|
||||
.Op Fl u
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
|
@ -67,6 +69,8 @@ Without this flag, only those devices that have attached are reported.
|
|||
.Xr iostat 8 ,
|
||||
.Xr pciconf 8 ,
|
||||
.Xr pnpinfo 8 ,
|
||||
.Xr vmstat 8
|
||||
.Xr vmstat 8 ,
|
||||
.Xr devclass 9 ,
|
||||
.Xr device 9
|
||||
.Sh AUTHORS
|
||||
.An Mike Smith Aq msmith@FreeBSD.org
|
||||
|
|
|
|||
Loading…
Reference in a new issue