From owner-svn-src-all@freebsd.org Mon Feb 12 22:43:48 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5184EF003FC; Mon, 12 Feb 2018 22:43:48 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 089E072E58; Mon, 12 Feb 2018 22:43:48 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0379C183E7; Mon, 12 Feb 2018 22:43:48 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1CMhlmU031044; Mon, 12 Feb 2018 22:43:47 GMT (envelope-from cem@FreeBSD.org) Received: (from cem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1CMhlsK031043; Mon, 12 Feb 2018 22:43:47 GMT (envelope-from cem@FreeBSD.org) Message-Id: <201802122243.w1CMhlsK031043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cem set sender to cem@FreeBSD.org using -f From: Conrad Meyer Date: Mon, 12 Feb 2018 22:43:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r329186 - head/sbin/devmatch X-SVN-Group: head X-SVN-Commit-Author: cem X-SVN-Commit-Paths: head/sbin/devmatch X-SVN-Commit-Revision: 329186 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2018 22:43:48 -0000 Author: cem Date: Mon Feb 12 22:43:47 2018 New Revision: 329186 URL: https://svnweb.freebsd.org/changeset/base/329186 Log: devmatch.8: Link to MODULE_PNP_INFO(9) Sponsored by: Dell EMC Isilon Modified: head/sbin/devmatch/devmatch.8 Modified: head/sbin/devmatch/devmatch.8 ============================================================================== --- head/sbin/devmatch/devmatch.8 Mon Feb 12 22:42:06 2018 (r329185) +++ head/sbin/devmatch/devmatch.8 Mon Feb 12 22:43:47 2018 (r329186) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 25, 2017 +.Dd February 12, 2018 .Dt DEVMATCH 8 .Os .Sh NAME @@ -57,7 +57,8 @@ tables with that PNP info can't be found. Produce more verbose output. .El .Sh SEE ALSO -.Xr devinfo 8 +.Xr devinfo 8 , +.Xr MODULE_PNP_INFO 9 .Sh BUGS The kernel has hints in it, but we exclude it from the list of modules to suggest for unmatched devices.