Make SYNOPSIS match DESCRIPTION.
While there, fix nits reported by igor and mandoc -T lint. Differential Revision: https://reviews.freebsd.org/D35405 Reviewed by: debdrup, gbe, gjb Approved by: gjb (mentor) MFC after: 3 days
This commit is contained in:
parent
2c10be9e06
commit
5cc5c9254d
@ -23,7 +23,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 21, 2021
|
||||
.Dd November 3, 2022
|
||||
.Dt DEVMATCH 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -31,13 +31,12 @@
|
||||
.Nd print information about unattached devices
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl adhpuv
|
||||
.Op Fl -all
|
||||
.Op Fl -dump
|
||||
.Op Fl -hints Ar file
|
||||
.Op Fl -nomatch Ar event
|
||||
.Op Fl -unbound
|
||||
.Op Fl -verbose
|
||||
.Op Fl a | -all
|
||||
.Op Fl d | -dump
|
||||
.Op Oo Fl h | -hints Oc Ar file
|
||||
.Op Oo Fl p | -nomatch Oc Ar event
|
||||
.Op Fl u | -unbound
|
||||
.Op Fl v | -verbose
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
@ -62,7 +61,7 @@ Parse and use a standard NOMATCH event from
|
||||
for matching instead of searching the device tree.
|
||||
.It Fl u Fl -unbound
|
||||
Attempt to produce a list of those drivers with PNP info whose driver
|
||||
tables with that PNP info can not be found.
|
||||
tables with that PNP info cannot be found.
|
||||
.It Fl v Fl -verbose
|
||||
Produce more verbose output.
|
||||
.El
|
||||
@ -91,7 +90,8 @@ and will be reported twice.
|
||||
The PNP string's attributes are evaluated once per PNP entry on that
|
||||
bus rather than once.
|
||||
.Pp
|
||||
The term PNP is overloaded in FreeBSD.
|
||||
The term PNP is overloaded in
|
||||
.Fx .
|
||||
It means, generically, the identifying data the bus provides about a
|
||||
device.
|
||||
While this include old ISA PNP identifiers, it also includes the
|
||||
|
Loading…
Reference in New Issue
Block a user