Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-11-09 16:44:32 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-11-12 09:29:49 +0300
commita783f9bc2249f7d6d9a48fa343aecf5ce5ed21a3 (patch)
treee80426866d8a3e7dc92882a9ad6a2edd26b51c8b /doc/api/dns.md
parentba73f93f0205cdd0f1d96032694b40a1727a781a (diff)
doc: update list styles for remark-parse@9 rendering
remark-parse@9.0.0 combined with our html.js tool ends a list if a multi-line item does not include indentation. Update our docs for this formatting. I looked around for a lint rule to enforce this but didn't find one readily available. (Happy to be shown that I'm wrong about that!) We may need to write one. PR-URL: https://github.com/nodejs/node/pull/36049 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index a284c9d0c57..613bd2465b9 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -250,13 +250,13 @@ changes:
The following flags can be passed as hints to [`dns.lookup()`][].
* `dns.ADDRCONFIG`: Limits returned address types to the types of non-loopback
-addresses configured on the system. For example, IPv4 addresses are only
-returned if the current system has at least one IPv4 address configured.
+ addresses configured on the system. For example, IPv4 addresses are only
+ returned if the current system has at least one IPv4 address configured.
* `dns.V4MAPPED`: If the IPv6 family was specified, but no IPv6 addresses were
-found, then return IPv4 mapped IPv6 addresses. It is not supported
-on some operating systems (e.g FreeBSD 10.1).
+ found, then return IPv4 mapped IPv6 addresses. It is not supported
+ on some operating systems (e.g FreeBSD 10.1).
* `dns.ALL`: If `dns.V4MAPPED` is specified, return resolved IPv6 addresses as
-well as IPv4 mapped IPv6 addresses.
+ well as IPv4 mapped IPv6 addresses.
## `dns.lookupService(address, port, callback)`
<!-- YAML