From e0187ff7a81801627e29bd4f2284dec1a19b65f8 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 27 Oct 2015 09:14:49 +0100 Subject: [PATCH] Fix documentation nits (thanks @jpmens) --- docs/markdown/authoritative/backend-remote.md | 2 +- docs/markdown/authoritative/internals.md | 2 +- docs/process-md.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/markdown/authoritative/backend-remote.md b/docs/markdown/authoritative/backend-remote.md index 9c6cf6f5d..c532455a1 100644 --- a/docs/markdown/authoritative/backend-remote.md +++ b/docs/markdown/authoritative/backend-remote.md @@ -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. diff --git a/docs/markdown/authoritative/internals.md b/docs/markdown/authoritative/internals.md index 708b85f88..d638cd25d 100644 --- a/docs/markdown/authoritative/internals.md +++ b/docs/markdown/authoritative/internals.md @@ -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. diff --git a/docs/process-md.sh b/docs/process-md.sh index d0d174388..e1da62871 100755 --- a/docs/process-md.sh +++ b/docs/process-md.sh @@ -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 -- 2.40.0