@@ -112,7 +112,7 @@ added: v0.11.3
112112
113113* Returns: {string[ ] }
114114
115- Returns an array of IP address strings, formatted according to [ rfc5952 ] [ ] ,
115+ Returns an array of IP address strings, formatted according to [ RFC 5952 ] [ ] ,
116116that are currently configured for DNS resolution. A string will include a port
117117section if a custom port is used.
118118
@@ -555,10 +555,10 @@ one of the [DNS error codes][].
555555<!-- YAML
556556added: v0.11.3
557557-->
558- * ` servers ` {string[ ] } array of [ rfc5952 ] [ ] formatted addresses
558+ * ` servers ` {string[ ] } array of [ RFC 5952 ] [ ] formatted addresses
559559
560560Sets the IP address and port of servers to be used when performing DNS
561- resolution. The ` servers ` argument is an array of [ rfc5952 ] [ ] formatted
561+ resolution. The ` servers ` argument is an array of [ RFC 5952 ] [ ] formatted
562562addresses. If the port is the IANA default DNS port (53) it can be omitted.
563563
564564``` js
@@ -647,7 +647,7 @@ added: v10.6.0
647647
648648* Returns: {string[ ] }
649649
650- Returns an array of IP address strings, formatted according to [ rfc5952 ] [ ] ,
650+ Returns an array of IP address strings, formatted according to [ RFC 5952 ] [ ] ,
651651that are currently configured for DNS resolution. A string will include a port
652652section if a custom port is used.
653653
@@ -1008,10 +1008,10 @@ is one of the [DNS error codes](#dns_error_codes).
10081008<!-- YAML
10091009added: v10.6.0
10101010-->
1011- * ` servers ` {string[ ] } array of [ rfc5952 ] [ ] formatted addresses
1011+ * ` servers ` {string[ ] } array of [ RFC 5952 ] [ ] formatted addresses
10121012
10131013Sets the IP address and port of servers to be used when performing DNS
1014- resolution. The ` servers ` argument is an array of [ rfc5952 ] [ ] formatted
1014+ resolution. The ` servers ` argument is an array of [ RFC 5952 ] [ ] formatted
10151015addresses. If the port is the IANA default DNS port (53) it can be omitted.
10161016
10171017``` js
@@ -1147,5 +1147,5 @@ uses. For instance, _they do not use the configuration from `/etc/hosts`_.
11471147[ DNS error codes ] : #dns_error_codes
11481148[ Implementation considerations section ] : #dns_implementation_considerations
11491149[ RFC 8482 ] : https://tools.ietf.org/html/rfc8482
1150- [ rfc5952 ] : https://tools.ietf.org/html/rfc5952#section-6
1150+ [ RFC 5952 ] : https://tools.ietf.org/html/rfc5952#section-6
11511151[ supported `getaddrinfo` flags ] : #dns_supported_getaddrinfo_flags
0 commit comments