doc: fix some links
* Add missing reference ids. * Un-link impossible wildcard link. * Hardcode a link that baffles our new doc toolchain (`[][]` part is parsed as an empty link now instead of two-dimensional array sign). PR-URL: https://github.com/nodejs/node/pull/27141 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
parent
427fce711f
commit
d5f9cf81e3
@ -527,7 +527,7 @@ added: v0.1.27
|
|||||||
* `hostname` {string}
|
* `hostname` {string}
|
||||||
* `callback` {Function}
|
* `callback` {Function}
|
||||||
- `err` {Error}
|
- `err` {Error}
|
||||||
- `records` {string[][]}
|
- `records` <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type" class="type"><string[][]></a>
|
||||||
|
|
||||||
Uses the DNS protocol to resolve text queries (`TXT` records) for the
|
Uses the DNS protocol to resolve text queries (`TXT` records) for the
|
||||||
`hostname`. The `records` argument passed to the `callback` function is a
|
`hostname`. The `records` argument passed to the `callback` function is a
|
||||||
@ -576,7 +576,7 @@ The `dns.setServers()` method must not be called while a DNS query is in
|
|||||||
progress.
|
progress.
|
||||||
|
|
||||||
The [`dns.setServers()`][] method affects only [`dns.resolve()`][],
|
The [`dns.setServers()`][] method affects only [`dns.resolve()`][],
|
||||||
[`dns.resolve*()`][] and [`dns.reverse()`][] (and specifically *not*
|
`dns.resolve*()` and [`dns.reverse()`][] (and specifically *not*
|
||||||
[`dns.lookup()`][]).
|
[`dns.lookup()`][]).
|
||||||
|
|
||||||
Note that this method works much like
|
Note that this method works much like
|
||||||
|
@ -481,7 +481,7 @@ added: v11.4.0
|
|||||||
|
|
||||||
* {boolean}
|
* {boolean}
|
||||||
|
|
||||||
Is `true` if it is safe to call [`writable.write()`][].
|
Is `true` if it is safe to call [`writable.write()`][stream-write].
|
||||||
|
|
||||||
##### writable.writableHighWaterMark
|
##### writable.writableHighWaterMark
|
||||||
<!-- YAML
|
<!-- YAML
|
||||||
@ -1066,7 +1066,7 @@ added: v11.4.0
|
|||||||
|
|
||||||
* {boolean}
|
* {boolean}
|
||||||
|
|
||||||
Is `true` if it is safe to call [`readable.read()`][].
|
Is `true` if it is safe to call [`readable.read()`][stream-read].
|
||||||
|
|
||||||
##### readable.readableHighWaterMark
|
##### readable.readableHighWaterMark
|
||||||
<!-- YAML
|
<!-- YAML
|
||||||
|
Loading…
x
Reference in New Issue
Block a user