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
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user