Bug 257145

Summary: igc(4): missing second argument to the .Dt request
Product: Documentation Reporter: Trond Endrestøl <Trond.Endrestol>
Component: Manual PagesAssignee: Gordon Bergling <gbe>
Status: Closed FIXED    
Severity: Affects Only Me CC: doc, gbe
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for share/man/man4/igc.4 correcting the .Dt request. none

Description Trond Endrestøl 2021-07-12 21:10:10 UTC
.Dt IGC
should be
.Dt IGC 4

This changes the running header from displaying
Local
to displaying
FreeBSD Kernel Interfaces Manual

This change makes igc(4) consistent with the other manuals in section 4.
Comment 1 Trond Endrestøl 2021-07-12 21:11:11 UTC
Created attachment 226409 [details]
Patch for share/man/man4/igc.4 correcting the .Dt request.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-07-13 13:17:46 UTC
A commit in branch main references this bug:

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(-)
Comment 3 Gordon Bergling freebsd_committer freebsd_triage 2021-07-13 13:19:34 UTC
Corrected, thanks for the patch. I'll MFC this, when the driver is MFC'ed in about a month.
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-09-12 07:49:38 UTC
A commit in branch stable/13 references this bug:

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

commit 21b0eee0d643b1db0acf9ca59d94a7367cc11232
Author:     Trond Endrestol <Trond.Endrestol@ximalas.info>
AuthorDate: 2021-07-13 13:14:24 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-12 07:48:40 +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

    (cherry picked from commit 331d4f3c0779d250292cb2d4b999bf35e32ab9d0)

 share/man/man4/igc.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)