From: Pieter Lexis Date: Fri, 29 Apr 2016 17:31:18 +0000 (+0200) Subject: Add notify manpage X-Git-Tag: rec-4.0.0-alpha3~19^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d7b8556eff1a29c45ef6b4a7a17c428cc5ea2df;p=thirdparty%2Fpdns.git Add notify manpage --- diff --git a/build-scripts/build-auth-rpm b/build-scripts/build-auth-rpm index 077fada668..04b989dd13 100755 --- a/build-scripts/build-auth-rpm +++ b/build-scripts/build-auth-rpm @@ -256,6 +256,7 @@ fi %{_mandir}/man1/dnswasher.1.gz %{_mandir}/man1/dumresp.1.gz %{_mandir}/man1/ixplore.1.gz +%{_mandir}/man1/notify.1.gz %{_mandir}/man1/nsec3dig.1.gz %{_mandir}/man1/saxfr.1.gz %{_mandir}/man1/sdig.1.gz @@ -530,6 +531,7 @@ exit 0 %{_mandir}/man1/dnswasher.1.gz %{_mandir}/man1/dumresp.1.gz %{_mandir}/man1/ixplore.1.gz +%{_mandir}/man1/notify.1.gz %{_mandir}/man1/nsec3dig.1.gz %{_mandir}/man1/saxfr.1.gz %{_mandir}/man1/sdig.1.gz @@ -787,6 +789,7 @@ exit 0 %{_mandir}/man1/dnswasher.1.gz %{_mandir}/man1/dumresp.1.gz %{_mandir}/man1/ixplore.1.gz +%{_mandir}/man1/notify.1.gz %{_mandir}/man1/nsec3dig.1.gz %{_mandir}/man1/saxfr.1.gz %{_mandir}/man1/sdig.1.gz diff --git a/build-scripts/debian-authoritative/pdns-tools.manpages b/build-scripts/debian-authoritative/pdns-tools.manpages index 525025e078..268e9dcc35 100644 --- a/build-scripts/debian-authoritative/pdns-tools.manpages +++ b/build-scripts/debian-authoritative/pdns-tools.manpages @@ -8,5 +8,6 @@ debian/tmp/usr/share/man/man1/dnstcpbench.1 debian/tmp/usr/share/man/man1/dnswasher.1 debian/tmp/usr/share/man/man1/dumresp.1 debian/tmp/usr/share/man/man1/ixplore.1 +debian/tmp/usr/share/man/man1/notify.1 debian/tmp/usr/share/man/man1/nsec3dig.1 debian/tmp/usr/share/man/man1/saxfr.1 diff --git a/docs/Makefile.am b/docs/Makefile.am index 6e51b9ad02..cf8acee54d 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -15,6 +15,7 @@ MANPAGES_TARGET_TOOLS = calidns.1 \ dnswasher.1 \ dumresp.1 \ ixplore.1 \ + notify.1 \ nsec3dig.1 \ saxfr.1 \ sdig.1 diff --git a/docs/manpages/notify.1.md b/docs/manpages/notify.1.md new file mode 100644 index 0000000000..166bccaf3e --- /dev/null +++ b/docs/manpages/notify.1.md @@ -0,0 +1,16 @@ +% NOTIFY(1) +% PowerDNS.com BV +% April 2016 + +# NAME +**notify** - A simple DNS NOTIFY sender + +# SYNOPSIS +**notify** *IP_ADDRESS*[:*PORT*] *DOMAIN* + +# DESCRIPTION +**notify** sends a DNS NOTIFY message to *IP_ADDRESS*, by default on port 53, for +*DOMAIN* and prints the remote nameserver's response. + +# OPTIONS +None diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 7e2f5ee749..a0860fd0dd 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -97,6 +97,7 @@ pages: - 'Manpage: dnsscope.1': manpages/dnsscope.1.md - 'Manpage: dnstcpbench.1': manpages/dnstcpbench.1.md - 'Manpage: dnswasher.1': manpages/dnswasher.1.md + - 'Manpage: notify.1': manpages/notify.1.md - 'Manpage: nsec3dig.1': manpages/nsec3dig.1.md - 'Manpage: saxfr.1': manpages/saxfr.1.md - 'Manpage: sdig.1': manpages/sdig.1.md