forked from ungleich-public/cdist
Fix docs code block errors
This commit is contained in:
parent
77dab4c5c6
commit
65c43d3c1d
2 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ resolved name to stdout - if any. The script must be executable.
|
|||
Simplest script:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
|
|
@ -71,6 +72,7 @@ Simplest script:
|
|||
Resolving name from `PTR` DNS record:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
#!/bin/sh
|
||||
|
||||
for cmd in dig sed; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue