> ===================================================================
> RCS file: /cvs/src/etc/examples/man.conf,v
> retrieving revision 1.2
> diff -u -r1.2 man.conf
> --- etc/examples/man.conf     27 Mar 2015 21:17:16 -0000      1.2
> +++ etc/examples/man.conf     18 Apr 2015 14:44:00 -0000
> @@ -1,12 +1,15 @@
>  #    $OpenBSD: man.conf,v 1.2 2015/03/27 21:17:16 schwarze Exp $
>  # man(1)/apropos(1)/makewhatis(8) configuration, see man.conf(5).
>  # This sample file shows the default settings.
> +# Commented lines are suggestions that are not enabled by default.
>  
>  # Default search path for manual pages.
>  # Copy these three lines, then add, delete, or reorder as desired.
> +# For example, to work on ports(7), uncomment and add the fourth line.
>  manpath /usr/share/man
>  manpath /usr/X11R6/man
>  manpath /usr/local/man
> +#manpath /usr/ports/infrastructure/man

If the ports infrastructure manual pages were simply part of a package
that is neccessary for building ports, then the manuals could show up
in /usr/local/man, removing the need for any configuration.

Reply via email to