summaryrefslogtreecommitdiff
path: root/doc/api/dns.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-29 12:49:56 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-29 17:48:43 +0300
commita3bd06a5e6cf07854dd757dd97c5a0292f8ea0a3 (patch)
treecfc7f2c1fc8445b53bae4d92f76f35dd29e02b99 /doc/api/dns.md
parent8809f8b40b3b9f16702c91c7ba6d7324ce431970 (diff)
downloadandroid-node-v8-a3bd06a5e6cf07854dd757dd97c5a0292f8ea0a3.tar.gz
android-node-v8-a3bd06a5e6cf07854dd757dd97c5a0292f8ea0a3.tar.bz2
android-node-v8-a3bd06a5e6cf07854dd757dd97c5a0292f8ea0a3.zip
doc: remove redundant empty lines
PR-URL: https://github.com/nodejs/node/pull/20398 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index a878ad2717..46d8995fe9 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -296,7 +296,6 @@ Uses the DNS protocol to resolve a IPv4 addresses (`A` records) for the
will contain an array of IPv4 addresses (e.g.
`['74.125.79.104', '74.125.79.105', '74.125.79.106']`).
-
## dns.resolve6(hostname[, options], callback)
<!-- YAML
added: v0.1.16
@@ -320,7 +319,6 @@ Uses the DNS protocol to resolve a IPv6 addresses (`AAAA` records) for the
`hostname`. The `addresses` argument passed to the `callback` function
will contain an array of IPv6 addresses.
-
## dns.resolveCname(hostname, callback)
<!-- YAML
added: v0.3.2