git: 29a4fe3dbd84 - main - packages: Add kernel-man to minimal-jail
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Sep 2025 02:00:35 UTC
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=29a4fe3dbd8493d0066c5424bfe0e890d4703f34 commit 29a4fe3dbd8493d0066c5424bfe0e890d4703f34 Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-09-28 01:49:08 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-09-28 02:00:16 +0000 packages: Add kernel-man to minimal-jail These manpages are broadly applicable to all systems, even jails, since they describe kernel facilities which are available in jails. MFC after: 3 days Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D52743 --- release/packages/ucl/kernel-man.ucl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/packages/ucl/kernel-man.ucl b/release/packages/ucl/kernel-man.ucl index 90257693b97b..4f56bd12cd92 100644 --- a/release/packages/ucl/kernel-man.ucl +++ b/release/packages/ucl/kernel-man.ucl @@ -24,5 +24,5 @@ developer manual pages (section 9). EOD annotations { - set = "minimal" + set = "minimal,minimal-jail" }