"Rodney W. Grimes" <free...@pdx.rh.cn85.dnsmgr.net> writes: > Dag-Erling Smørgrav <d...@freebsd.org> writes: > > Modified: head/contrib/unbound/doc/unbound-checkconf.8.in > > ============================================================================== > > --- head/contrib/unbound/doc/unbound-checkconf.8.in Sat May 12 17:04:40 > > 2018 (r333572) > > +++ head/contrib/unbound/doc/unbound-checkconf.8.in Sat May 12 17:10:36 > > 2018 (r333573) > > @@ -8,7 +8,7 @@ > > .\" > > .\" > > .SH "NAME" > > -unbound\-checkconf > > +.B unbound\-checkconf > Is that one missing a local-, or did unbound-checkconf not get > renamed?
This was just a markup error, the man pages are preprocessed at build time: > > Modified: head/usr.sbin/unbound/Makefile.inc > > ============================================================================== > > --- head/usr.sbin/unbound/Makefile.inc Sat May 12 17:04:40 2018 > > (r333572) > > +++ head/usr.sbin/unbound/Makefile.inc Sat May 12 17:10:36 2018 > > (r333573) > > @@ -4,4 +4,14 @@ NO_WERROR= true > > NO_WTHREAD_SAFETY= true > > PACKAGE= unbound > > > > +.for man in ${MAN} > > +${man}: ${UNBOUNDDIR}/doc/${man:S/local-//} > > + sed -E \ > > + -e 's/\<(fI)?unbound\>/\1local-unbound/g' \ > > + -e 's/\<(fI)?Unbound\>/Local-unbound/g' \ > > + -e 's/\/local-unbound/\/unbound/g' \ > > + <${.ALLSRC} >${.TARGET} > > +CLEANFILES += ${man} > > +.endfor > > + > > .include "../Makefile.inc" DES -- Dag-Erling Smørgrav - d...@des.no _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"