summaryrefslogtreecommitdiffstats
path: root/usr.bin/nsupdate
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 /usr.bin/nsupdate
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>
Diffstat (limited to 'usr.bin/nsupdate')
-rw-r--r--usr.bin/nsupdate/Makefile3
1 files changed, 2 insertions, 1 deletions
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