diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2025-09-29 19:48:09 +0200 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2025-10-02 18:57:20 +0200 |
| commit | 51a336aca7d9a20650c394e8a8cec7956aea7b2d (patch) | |
| tree | 56eb9f31be31246a0fa5e06656493826b2545762 /share/man | |
| parent | 89958992b6189eaecbb3d036fce90fcecb005cb2 (diff) | |
vn_fullpath.9: Add missing links for described functions
To reflect all the functions that are now described in the manual page.
Fixes: 9f269a0a771a ("MAC/do: Check executable path ...")
MFC after: 3 days
Event: EuroBSDCon 2025
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 05e5de00b9ea048f868522ff0bdae4e388685ddf)
(cherry picked from commit c87a9f51a0debf707cb4fc9a5e3b4425b08d154d)
(Compilation fix MFCed in the same commit.)
Diffstat (limited to 'share/man')
| -rw-r--r-- | share/man/man9/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 37b306aa23bd..feef662a9acd 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -2455,7 +2455,9 @@ MLINKS+=vm_page_insert.9 vm_page_remove.9 MLINKS+=vm_page_wire.9 vm_page_unwire.9 \ vm_page_wire.9 vm_page_unwire_noq.9 \ vm_page_wire.9 vm_page_wire_mapped.9 -MLINKS+=vn_fullpath.9 vn_fullpath_jail.9 +MLINKS+=vn_fullpath.9 vn_fullpath_jail.9 \ + vn_fullpath.9 vn_fullpath_global.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 \ |
