]> granicus.if.org Git - pdns/commitdiff
dnsdist: fix some manpage issues
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 1 Dec 2017 10:45:40 +0000 (11:45 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 4 Dec 2017 14:20:20 +0000 (15:20 +0100)
pdns/dnsdistdist/docs/conf.py
pdns/dnsdistdist/docs/index_TOC.rst
pdns/dnsdistdist/docs/manpages/dnsdist.1.rst
pdns/dnsdistdist/docs/manpages/index.rst [new file with mode: 0644]

index f3e0bb92ff8b87eb12e79cecf8a792cfa17b3bde..e912eab0c7d8244fed25783eed2506c714ec3155 100644 (file)
@@ -153,7 +153,8 @@ latex_logo = '_static/powerdns-logo-trans.png'
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    ('manpages/dnsdist.1', 'dnsdist', 'dnsdist',
+    ('manpages/dnsdist.1', 'dnsdist',
+     'A DNS and DoS aware, scriptable loadbalancer',
      [author], 1)
 ]
 
index 34510ad018a4e273240589bb3913eacf7a2730f4..f1bdc6d357b11ce64ce8f2918b8bc49058e9e9a2 100644 (file)
@@ -14,7 +14,7 @@ Table of Contents
    guides/*
    advanced/index
    reference/index
-   manpages/*
+   manpages/index
    changelog
    upgrade_guide
    security-advisories/index
index 7ac1297b6a9b9cac68031fd4f0279c77e345f20a..52c9fa1c7512fcce1c68dd6bd144814ea59b3869 100644 (file)
@@ -1,7 +1,5 @@
-dnsdist manual page
-===================
-
-**dnsdist** - tool to balance DNS queries over downstream servers
+dnsdist
+=======
 
 Synopsis
 --------
diff --git a/pdns/dnsdistdist/docs/manpages/index.rst b/pdns/dnsdistdist/docs/manpages/index.rst
new file mode 100644 (file)
index 0000000..048cb4a
--- /dev/null
@@ -0,0 +1,8 @@
+Manual Pages
+============
+
+.. toctree::
+  :maxdepth: 1
+  :glob:
+
+  *.1