diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-09-17 20:13:04 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-09-17 20:14:18 +0000 |
| commit | a2783fb75401c85f5ae815a1349fbad8e7ab7b3c (patch) | |
| tree | e0fea8e7939c429bf4364bd1e3d73f608ece3007 | |
| parent | 9537aa02f40454ba8243e8c877695876d3e4c150 (diff) | |
packages: Move kernel-man to the minimal set
Currently this is in the "kernels" set, which doesn't make sense
because it's not a kernel.
Move it to the "minimal" set, on the basis that minimal already includes
a bunch of manpages, and a user who installs with minimal expects that
e.g. "man ix" will work.
MFC after: 3 seconds
Reported by: des
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D52560
| -rw-r--r-- | release/packages/ucl/kernel-man.ucl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release/packages/ucl/kernel-man.ucl b/release/packages/ucl/kernel-man.ucl index 9d70baf2c3af..e4c376379fe3 100644 --- a/release/packages/ucl/kernel-man.ucl +++ b/release/packages/ucl/kernel-man.ucl @@ -1,5 +1,10 @@ comment = "Kernel manual pages" + desc = <<EOD Manual pages for kernel interfaces and drivers (section 4) and the kernel developer manual pages (section 9). EOD + +annotations { + set = "minimal" +} |
