From: Gert van Dijk Date: Sun, 31 Mar 2019 17:25:22 +0000 (+0200) Subject: docs: Emphasize no data should return in example X-Git-Tag: rec-4.2.0-rc1~45^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ae11fa4d899e79a29b19438774728eff285ae52;p=thirdparty%2Fpdns.git docs: Emphasize no data should return in example The line with just a '$' confused be until I've read the sentence above it again. --- diff --git a/docs/guides/basic-database.rst b/docs/guides/basic-database.rst index 2dac35834f..8396096ef0 100644 --- a/docs/guides/basic-database.rst +++ b/docs/guides/basic-database.rst @@ -65,12 +65,11 @@ to launch in monitor mode and display no errors: 15:39:55 [gMySQLbackend] MySQL connection succeeded In a different shell, a sample query sent to the server should now -return quickly without data: +return quickly *without* data: .. code-block:: shell - $ dig +short www.example.com @127.0.0.1 - $ + $ dig +short www.example.com @127.0.0.1 # should print nothing .. warning:: When debugging DNS problems, don't use ``host``. Please use