Update docs with missing ~ (#1276)

Looks like the last commit missed a `~` in the docs.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2017-12-04 08:49:04 -08:00
committed by Miek Gieben
parent b52c3418b2
commit 5bafa6d97f

View File

@@ -8,9 +8,9 @@ generating the reply and for debugging.
## Syntax
~~ txt
~~~ txt
nsid [DATA]
~~
~~~
**DATA** is the string to use in the nsid record.
@@ -20,8 +20,8 @@ If **DATA** is not given, the host's name is used.
Enable nsid:
~~ corefile
~~~ corefile
. {
nsid
}
~~
~~~