git: 1811fa623d74 - main - Install pvscsi man page

From: Zhenlei Huang <zlei_at_FreeBSD.org>
Date: Thu, 28 Nov 2024 10:05:29 UTC
The branch main has been updated by zlei:

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

commit 1811fa623d74b42f79c109c3fe8ea9dd21d60076
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2024-11-28 10:04:22 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2024-11-28 10:04:22 +0000

    Install pvscsi man page
    
    This was lost during the initial introduction of the pvscsi driver [1].
    Later the driver was enabled on arm64 [2], so also install the man page
    on arm64.
    
    1. 052e12a5084f Add the pvscsi driver to the tree
    2. 375d797b8191 Enable pvscsi and vmx in arm64 GENERIC
    
    Reviewed by:    emaste, Alexander Ziaee <concussious.bugzilla_runbox.com> (manpages)
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D47712
---
 share/man/man4/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index c988584c2e00..0f3e72007e7c 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -477,6 +477,7 @@ MAN=	aac.4 \
 	pty.4 \
 	puc.4 \
 	pwmc.4 \
+	${_pvscsi.4} \
 	${_qat.4} \
 	${_qat_c2xxx.4} \
 	${_qlxge.4} \
@@ -928,6 +929,7 @@ _if_vmx.4=	if_vmx.4
 _ipmi.4=	ipmi.4
 _linux.4=	linux.4
 _ossl.4=	ossl.4
+_pvscsi.4=	pvscsi.4
 _vmx.4=		vmx.4
 .endif