git: 5fa6b203e186 - stable/14 - share/man/man9: Fix compilation

From: Olivier Certner <olce_at_FreeBSD.org>
Date: Fri, 10 Oct 2025 17:16:37 UTC
The branch stable/14 has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=5fa6b203e186ae5d77fea778916bea59a3599066

commit 5fa6b203e186ae5d77fea778916bea59a3599066
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-09-29 18:58:03 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-10-10 17:16:01 +0000

    share/man/man9: Fix compilation
    
    I goofed in the previous commit.
    
    Fixes:          05e5de00b9ea ("vn_fullpath.9: Add missing links for described functions")
    MFC after:      3 days
    Event:          EuroBSDCon 2025
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit c87a9f51a0debf707cb4fc9a5e3b4425b08d154d)
---
 share/man/man9/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index b2b6c7de3e7f..211c1150c909 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -2446,7 +2446,7 @@ MLINKS+=vm_page_wire.9 vm_page_unwire.9 \
 	vm_page_wire.9 vm_page_wire_mapped.9
 MLINKS+=vn_fullpath.9 vn_fullpath_jail.9 \
 	vn_fullpath.9 vn_fullpath_global.9 \
-	vn_fullpath.9 vn_fullpath_hardlink.9 \
+	vn_fullpath.9 vn_fullpath_hardlink.9
 MLINKS+=VOP_ACCESS.9 VOP_ACCESSX.9
 MLINKS+=VOP_ATTRIB.9 VOP_GETATTR.9 \
 	VOP_ATTRIB.9 VOP_SETATTR.9 \