diff --git a/share/man/man7/freebsd-base.7 b/share/man/man7/freebsd-base.7 --- a/share/man/man7/freebsd-base.7 +++ b/share/man/man7/freebsd-base.7 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd September 25, 2025 +.Dd December 4, 2025 .Dt FREEBSD-BASE 7 .Os .Sh NAME @@ -130,6 +130,20 @@ .Xr nm 1 . This set also includes native development files (headers and static libraries) for all packages. +.It optional +Optional software which is not part of either the +.Sy devel +or +.Sy minimal +sets. +.It optional-jail +The equivalent of +.Sy optional +for systems running in a +.Xr jail 8 +environment. +This set excludes system functionality which typically does not work +or is not useful in a jail. .It lib32 32-compatibility libraries, for running 32-bit applications on a 64-bit host system. @@ -137,6 +151,13 @@ .It base The complete base system, excluding tests, the system source code, and debugging symbols. +Installing the +.Sy base +set is equivalent to installing +.Sy minimal , +.Sy devel +and +.Sy optional . .It base-jail The equivalent of .Sy base @@ -145,6 +166,13 @@ environment. This set excludes system functionality which typically does not work or is not useful in a jail. +Installing the +.Sy base-jail +set is equivalent to installing +.Sy minimal-jail , +.Sy devel +and +.Sy optional-jail . .It src The system source tree for the userland and kernel, installed in .Pa /usr/src .