]> granicus.if.org Git - pdns/commitdiff
Fix documentation nits (thanks @jpmens)
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 27 Oct 2015 08:14:49 +0000 (09:14 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 27 Oct 2015 08:14:49 +0000 (09:14 +0100)
docs/markdown/authoritative/backend-remote.md
docs/markdown/authoritative/internals.md
docs/process-md.sh

index 9c6cf6f5d4bb12debc95b84e36e41c6e01f07484..c532455a1d6846371ec0984a0df9a389a85a1873 100644 (file)
@@ -11,7 +11,7 @@
 |DNSSEC|Yes*|
 |Multiple instances|Yes|
 
-* If provided by the responder (your script).
+\* If provided by the responder (your script).
 
 This backend provides unix socket / pipe / http remoting for powerdns. You should think this as normal RPC thin client, which converts native C++ calls into JSON/RPC and passes them to you via connector.
 
index 708b85f8841ba7230f4310c1c9454b9611dde98a..d638cd25d553c0cbe480280ff5cfd02b67fd776d 100644 (file)
@@ -63,7 +63,7 @@ Logs on to a PKCS#11 slot. You only need to login once per slot, even if you hav
 Reports the uptime of the daemon in human readable form.
 
 ## `show VARIABLE`
-Show a specific statistic. Use * for all. (You may need to quote as '*' or \\*).
+Show a specific statistic. Use * for all. (You may need to quote as '\*' or \\\*).
 
 ## `version`
 Returns the version of a running pdns daemon.
index d0d1743884b52970a0f67cd08a6fcb020dd43405..e1da62871b4aac87b0dce1bbdb5c92ae26e4d666 100755 (executable)
@@ -14,7 +14,7 @@ pre() {
     # Remove crap:
     #  * Escaped symbols
     perl -i -p \
-    -e 's/\\([\$\*\^><])/\1/g;' \
+    -e 's/\\([\$\^><])/\1/g;' \
     $file
   done
   sed 's|\([0-9a-f]\{9\}\)\([0-9a-f]*\)|[\1](https://github.com/PowerDNS/pdns/commit/\1\2)|g' < markdown/changelog.md.raw > doc-build/changelog.md