summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2006-12-15 18:02:20 +0000
committerdougb <dougb@FreeBSD.org>2006-12-15 18:02:20 +0000
commit64d068233d479c15dbfc1665a14ca8e850d00f74 (patch)
treea5fcabd038db7f5d17e69d3f6cf8af85da851fd5
parent75044764a1a48af980100c5cc21ff5da817434bf (diff)
downloadFreeBSD-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>
-rw-r--r--usr.bin/nslookup/Makefile2
-rw-r--r--usr.bin/nsupdate/Makefile3
2 files changed, 4 insertions, 1 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>
diff --git a/usr.bin/nsupdate/Makefile b/usr.bin/nsupdate/Makefile
index 3bc6506..26efd14 100644
--- a/usr.bin/nsupdate/Makefile
+++ b/usr.bin/nsupdate/Makefile
@@ -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>
OpenPOWER on IntegriCloud