diff options
author | dougb <dougb@FreeBSD.org> | 2006-12-15 18:02:20 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2006-12-15 18:02:20 +0000 |
commit | 64d068233d479c15dbfc1665a14ca8e850d00f74 (patch) | |
tree | a5fcabd038db7f5d17e69d3f6cf8af85da851fd5 /usr.bin/nslookup | |
parent | 75044764a1a48af980100c5cc21ff5da817434bf (diff) | |
download | FreeBSD-src-64d068233d479c15dbfc1665a14ca8e850d00f74.zip FreeBSD-src-64d068233d479c15dbfc1665a14ca8e850d00f74.tar.gz |
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>
Diffstat (limited to 'usr.bin/nslookup')
-rw-r--r-- | usr.bin/nslookup/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/nslookup/Makefile b/usr.bin/nslookup/Makefile index c8a2dda..2a4e8c6 100644 --- a/usr.bin/nslookup/Makefile +++ b/usr.bin/nslookup/Makefile @@ -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> |