Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2022 04:02:13 GMT
From:      Pau Amma <pauamma@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 34c1b0854624 - stable/13 - Make SYNOPSIS match DESCRIPTION.
Message-ID:  <202211080402.2A842D2R021828@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by pauamma (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=34c1b085462408eed6d7998fd771e273f7046ebf

commit 34c1b085462408eed6d7998fd771e273f7046ebf
Author:     Pau Amma <pauamma@FreeBSD.org>
AuthorDate: 2022-06-05 18:05:25 +0000
Commit:     Pau Amma <pauamma@FreeBSD.org>
CommitDate: 2022-11-08 03:59:40 +0000

    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
    
    (cherry picked from commit 5cc5c9254da048dae5c5ade622405e51dc8a3862)
---
 sbin/devmatch/devmatch.8 | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/sbin/devmatch/devmatch.8 b/sbin/devmatch/devmatch.8
index 914dacf58fdc..49aca89c95d2 100644
--- a/sbin/devmatch/devmatch.8
+++ b/sbin/devmatch/devmatch.8
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 12, 2020
+.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
@@ -90,7 +89,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211080402.2A842D2R021828>