git: d677560dd071 - main - arswitch(4): Hook new manpage to build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 19:24:09 UTC
The branch main has been updated by ygy (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=d677560dd0711d49ab00c6c54a017cca581e15c0 commit d677560dd0711d49ab00c6c54a017cca581e15c0 Author: Guangyuan Yang <ygy@FreeBSD.org> AuthorDate: 2021-10-21 19:22:34 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-10-21 19:23:48 +0000 arswitch(4): Hook new manpage to build PR: 211668 Fixes: 262717e270c3e8a28fa2937db750ba946be8c836 Reported by: jhb --- share/man/man4/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 421de8728a05..af3ad94c9e2e 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -50,6 +50,7 @@ MAN= aac.4 \ ${_aout.4} \ ${_apic.4} \ arcmsr.4 \ + arswitch.4 \ ${_asmc.4} \ at45d.4 \ ata.4 \