Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 2021 13:17:19 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 331d4f3c0779 - main - igc(4): Correct the man page section
Message-ID:  <202107131317.16DDHJ89037636@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

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

commit 331d4f3c0779d250292cb2d4b999bf35e32ab9d0
Author:     Trond Endrestol <Trond.Endrestol@ximalas.info>
AuthorDate: 2021-07-13 13:14:24 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-07-13 13:14:24 +0000

    igc(4): Correct the man page section
    
    When not specifying the man page section the man page is set to 'LOCAL'
    in the header of the page.
    
    PR:     257145
    Reviewed by:    gbe
    MFC after:      1 month (when the driver is MFC'ed)
---
 share/man/man4/igc.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man4/igc.4 b/share/man/man4/igc.4
index bb79fbe5a8fa..db88aa4ca725 100644
--- a/share/man/man4/igc.4
+++ b/share/man/man4/igc.4
@@ -6,7 +6,7 @@
 .\" $FreeBSD$
 .\"
 .Dd May 10, 2021
-.Dt IGC
+.Dt IGC 4
 .Os
 .Sh NAME
 .Nm igc



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