git: 331d4f3c0779 - main - igc(4): Correct the man page section

Gordon Bergling gbe at FreeBSD.org
Tue Jul 13 13:17:19 UTC 2021


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 at ximalas.info>
AuthorDate: 2021-07-13 13:14:24 +0000
Commit:     Gordon Bergling <gbe at 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


More information about the dev-commits-src-main mailing list