diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2025-09-29 18:58:03 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2025-09-29 18:58:03 +0000 |
| commit | c87a9f51a0debf707cb4fc9a5e3b4425b08d154d (patch) | |
| tree | 6821daaea50f34b2d771b4a5802f63a7b68e9551 | |
| parent | 3ca1e69028acdee30739c0e0856692395a36fd21 (diff) | |
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
| -rw-r--r-- | share/man/man9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 7cd306702cc1..3bccc92572d6 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -2457,7 +2457,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 \ |
