From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id c88e13eb for ; Tue, 19 Jul 2016 12:56:34 -0500 (EST) Date: Tue, 19 Jul 2016 12:56:34 -0500 (EST) Message-Id: <11805521192903729718.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Remove one outdated comment and fix one typo noted by Jan Stary X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Remove one outdated comment and fix one typo noted by Jan Stary . Modified Files: -------------- mdocml: configure.local.example Revision Data ------------- Index: configure.local.example =================================================================== RCS file: /home/cvs/mdocml/mdocml/configure.local.example,v retrieving revision 1.13 retrieving revision 1.14 diff -Lconfigure.local.example -Lconfigure.local.example -u -p -r1.13 -r1.14 --- configure.local.example +++ configure.local.example @@ -91,8 +91,6 @@ MANDIR="${PREFIX}/man" 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 @@ -198,7 +196,7 @@ BINM_MAKEWHATIS=mandocdb # default is "m 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. -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv