Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 12:58:59 GMT
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a85b9d34ac8e - stable/13 - puc: fix man page reference
Message-ID:  <202307311258.36VCwxO7093812@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by mhorne:

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

commit a85b9d34ac8eac1c8735525df9855e747c26ea34
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-07-24 12:52:19 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-07-31 12:54:01 +0000

    puc: fix man page reference
    
    The reference to puc(9) is wrong; the page does not exist, and drivers
    belong to section 4. Change the reference to puc(4), which does exist.
    
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 09e5d91069d13000d1d93b0e6a26731926d500e1)
---
 sys/dev/puc/puc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/puc/puc.c b/sys/dev/puc/puc.c
index 4ef883fa2eb3..63ddff003873 100644
--- a/sys/dev/puc/puc.c
+++ b/sys/dev/puc/puc.c
@@ -74,7 +74,7 @@ const char puc_driver_name[] = "puc";
 static MALLOC_DEFINE(M_PUC, "PUC", "PUC driver");
 
 SYSCTL_NODE(_hw, OID_AUTO, puc, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
-    "puc(9) driver configuration");
+    "puc(4) driver configuration");
 
 struct puc_bar *
 puc_get_bar(struct puc_softc *sc, int rid)



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