]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add notify manpage
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 29 Apr 2016 17:31:18 +0000 (19:31 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 29 Apr 2016 17:31:18 +0000 (19:31 +0200)
build-scripts/build-auth-rpm
build-scripts/debian-authoritative/pdns-tools.manpages
docs/Makefile.am
docs/manpages/notify.1.md [new file with mode: 0644]
docs/mkdocs.yml

index 077fada6681567585564d5e33775a266a69639cd..04b989dd13596c04644cf9c1dda15281d57d624a 100755 (executable)
@@ -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
index 525025e078eff30d9a9a365e708f6aae3e14139e..268e9dcc35d25677ce7c7e4baab21fdcfb051719 100644 (file)
@@ -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
index 6e51b9ad0284bf2077c2681d4ff4fa9b07eba3d9..cf8acee54d6e97f3aee579742e62d899e20ca99c 100644 (file)
@@ -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 (file)
index 0000000..166bcca
--- /dev/null
@@ -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
index 7e2f5ee7497740f7befe5701a28b293cc4947610..a0860fd0ddb419e4929511ba88195e234c29fb79 100644 (file)
@@ -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