git: 1cf7c6cd513f - stable/15 - libsys: install manpage links for jail_attach_jd/jail_remove_jd
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Apr 2026 03:16:22 UTC
The branch stable/15 has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=1cf7c6cd513f8333174450bbbd41c14140d48bcf
commit 1cf7c6cd513f8333174450bbbd41c14140d48bcf
Author: Christian S.J. Peron <csjp@FreeBSD.org>
AuthorDate: 2025-11-07 01:08:17 +0000
Commit: Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2026-04-12 03:15:08 +0000
libsys: install manpage links for jail_attach_jd/jail_remove_jd
This was a minor oversight from their introduction.
Commit message by kevans@.
Reviewed by: kevans
(cherry picked from commit 51c5e2b60247b3deb204a1d78ea6edc91a8ac652)
---
lib/libsys/Makefile.sys | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/libsys/Makefile.sys b/lib/libsys/Makefile.sys
index fc948ae9c5c7..b17336babfcb 100644
--- a/lib/libsys/Makefile.sys
+++ b/lib/libsys/Makefile.sys
@@ -471,7 +471,9 @@ MLINKS+=intro.2 errno.2
MLINKS+=jail.2 jail_attach.2 \
jail.2 jail_get.2 \
jail.2 jail_remove.2 \
- jail.2 jail_set.2
+ jail.2 jail_set.2 \
+ jail.2 jail_attach_jd.2 \
+ jail.2 jail_remove_jd.2
MLINKS+=kldunload.2 kldunloadf.2
MLINKS+=kqueue.2 kevent.2 \
kqueue.2 kqueue1.2 \