Fix the problem with the nsupdate(8) man page reported

in the PR by removing spurious .HP tags, thereby actually
allowing the commands to show up in the man page output,
and making the style consistent with the nslookup(1) man
page. [1]

While I'm here, fix the markup on the first command reference
in nslookup(1).

PR:		docs/98009 [1]
Submitted by:	Dmitry Kazarov <kazarov@ttk.ru>
This commit is contained in:
Doug Barton 2006-12-15 18:02:20 +00:00
parent 090782f5d5
commit 53cccb2d3b
2 changed files with 4 additions and 1 deletions

View File

@ -17,4 +17,6 @@ CFLAGS+= -I${SRCDIR}/include
DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD}
LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD}
MANFILTER= sed -e "s@^host \[server\]@\\\fBhost\\\fR \\\fI[server]\\\fR@"
.include <bsd.prog.mk>

View File

@ -19,6 +19,7 @@ LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD}
MAN= nsupdate.8
MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g"
MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g" \
-e "s@^\.HP [0-9]* @@"
.include <bsd.prog.mk>