summaryrefslogtreecommitdiff
path: root/doc/api/dns.md
diff options
context:
space:
mode:
authorСковорода Никита Андреевич <chalkerx@gmail.com>2016-09-20 07:44:22 +0300
committerСковорода Никита Андреевич <chalkerx@gmail.com>2016-09-25 13:02:45 +0300
commit50be885285c602c2aa1eb9c6010cb26fe7d186ff (patch)
tree61e6dab2850eb13f14552fbcb7bfc07d25267794 /doc/api/dns.md
parentd196c5d2af6b5727289bf2da68514517bd1c257f (diff)
downloadandroid-node-v8-50be885285c602c2aa1eb9c6010cb26fe7d186ff.tar.gz
android-node-v8-50be885285c602c2aa1eb9c6010cb26fe7d186ff.tar.bz2
android-node-v8-50be885285c602c2aa1eb9c6010cb26fe7d186ff.zip
tools: enable more remark-lint rules
New rules: 1. rule-style 2. strong-marker 3. no-shell-dollars 4. no-inline-padding 5. code-block-style 6. no-multiple-toplevel-headings Fixes to the existing files applied. PR-URL: https://github.com/nodejs/node/pull/8708 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index 5d5354c3ef..95592f9cc3 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -6,9 +6,9 @@ The `dns` module contains functions belonging to two different categories:
1) Functions that use the underlying operating system facilities to perform
name resolution, and that do not necessarily perform any network communication.
-This category contains only one function: [`dns.lookup()`][]. __Developers
+This category contains only one function: [`dns.lookup()`][]. **Developers
looking to perform name resolution in the same way that other applications on
-the same operating system behave should use [`dns.lookup()`][].__
+the same operating system behave should use [`dns.lookup()`][].**
For example, looking up `nodejs.org`.