From 396443e1809711c8f3e184b61a515e0995dd1848 Mon Sep 17 00:00:00 2001 From: fenner Date: Sun, 21 Apr 2002 18:41:29 +0000 Subject: 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 . --- usr.sbin/named/Makefile.maninc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/named/Makefile.maninc b/usr.sbin/named/Makefile.maninc index b4595b9..8e7e07e 100644 --- a/usr.sbin/named/Makefile.maninc +++ b/usr.sbin/named/Makefile.maninc @@ -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} -- cgit v1.1