]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: Emphasize no data should return in example
authorGert van Dijk <gertvdijk@gmail.com>
Sun, 31 Mar 2019 17:25:22 +0000 (19:25 +0200)
committerGert van Dijk <gertvdijk@gmail.com>
Mon, 8 Apr 2019 10:15:07 +0000 (12:15 +0200)
The line with just a '$' confused be until I've read the sentence above it
again.

docs/guides/basic-database.rst

index 2dac35834f67398bedf3dc092a333a3332d0f1a4..8396096ef02be6bb2d594572fe4c62cc4958cf12 100644 (file)
@@ -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