Turn blank lines into .Pp . This does not significantly change the

rendering of the man pages (turns some sequences of two blank lines
into a single blank line), and eliminates 306 errors generated while
formatting named.conf.5 .
This commit is contained in:
Bill Fenner 2002-04-21 18:41:29 +00:00
parent fedda4fff3
commit 8bddab08a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95223

View File

@ -52,6 +52,7 @@ EXT_SED_CMD = INDOT_U=`echo "${INDOT}"|tr "[a-z]" "[A-Z]"`; \
-e "s/@BSD_SYSCALL_EXT_U@/$${BSD_SYSCALL_EXT_U}/g" \
-e "s/@LIB_C_EXT@/${LIB_C_EXT}/g" \
-e "s/@LIB_C_EXT_U@/$${LIB_C_EXT_U}/g" \
-e "s@/etc/named\.conf@/etc/namedb/named.conf@g"
-e "s@/etc/named\.conf@/etc/namedb/named.conf@g" \
-e "s/^ *$$/.Pp/"
MANFILTER= ${EXT_SED_CMD}