-# $Id: configure.local.example,v 1.13 2016/07/14 11:09:06 schwarze Exp $
+# $Id: configure.local.example,v 1.14 2016/07/19 17:56:04 schwarze Exp $
#
# Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@openbsd.org>
#
HAVE_MANPATH=1
# Force usage of man.conf(5).
-# If it does not exist or contains no valid configuration,
-# man(1), makewhatis(8), and apropos(1) will not work properly.
HAVE_MANPATH=0
# Some distributions may want to avoid naming conflicts
PREFIX="/usr/local"
HOMEBREWDIR="${PREFIX}/Cellar"
-# --- user settings related man.cgi ------------------------------------
+# --- user settings related to man.cgi ---------------------------------
# By default, building man.cgi(8) is disabled. To enable it, copy
# cgi.h.example to cgi.h, edit it, and use the following line.