Skip to content

Commit 65effa1

Browse files
AliasTtargos
authored andcommitted
doc: fix markdown syntax and HTML tag misses
PR-URL: #40608 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Voltrex <[email protected]>
1 parent 7a22f91 commit 65effa1

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

doc/api/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ warning will be written to stderr instead.
861861

862862
The `file` name may be an absolute path. If it is not, the default directory it
863863
will be written to is controlled by the
864-
[`--diagnostic-dir`]() command-line option.
864+
[`--diagnostic-dir`][] command-line option.
865865

866866
### `--report-compact`
867867

doc/api/crypto.md

+2
Original file line numberDiff line numberDiff line change
@@ -5643,6 +5643,7 @@ See the [list of SSL OP Flags][] for details.
56435643
<td><code>SSL_OP_NO_TLSv1_3</code></td>
56445644
<td>Instructs OpenSSL to turn off TLS v1.3</td>
56455645
</tr>
5646+
<tr>
56465647
<td><code>SSL_OP_PKCS1_CHECK_1</code></td>
56475648
<td></td>
56485649
</tr>
@@ -5668,6 +5669,7 @@ See the [list of SSL OP Flags][] for details.
56685669
<td>Instructs OpenSSL to always create a new key when using
56695670
temporary/ephemeral ECDH parameters.</td>
56705671
</tr>
5672+
<tr>
56715673
<td><code>SSL_OP_SSLEAY_080_CLIENT_DH_BUG</code></td>
56725674
<td></td>
56735675
</tr>

doc/api/dns.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ records. The type and structure of individual results varies based on `rrtype`:
344344
| `'TXT'` | text records | {string\[]} | [`dns.resolveTxt()`][] |
345345

346346
On error, `err` is an [`Error`][] object, where `err.code` is one of the
347-
[DNS error codes]().
347+
[DNS error codes][].
348348

349349
## `dns.resolve4(hostname[, options], callback)`
350350

@@ -954,7 +954,7 @@ based on `rrtype`:
954954
| `'TXT'` | text records | {string\[]} | [`dnsPromises.resolveTxt()`][] |
955955

956956
On error, the `Promise` is rejected with an [`Error`][] object, where `err.code`
957-
is one of the [DNS error codes]().
957+
is one of the [DNS error codes][].
958958

959959
### `dnsPromises.resolve4(hostname[, options])`
960960

@@ -1224,7 +1224,7 @@ Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an
12241224
array of host names.
12251225

12261226
On error, the `Promise` is rejected with an [`Error`][] object, where `err.code`
1227-
is one of the [DNS error codes]().
1227+
is one of the [DNS error codes][].
12281228

12291229
### `dnsPromises.setDefaultResultOrder(order)`
12301230

doc/api/os.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ The following error constants are exported by `os.constants.errno`.
954954
</tr>
955955
<tr>
956956
<td><code>EXDEV</code></td>
957-
<td>Indicates an improper link.
957+
<td>Indicates an improper link.</td>
958958
</tr>
959959
</table>
960960

doc/api/tls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ The `'secure'` event is emitted by the `SecurePair` object once a secure
459459
connection has been established.
460460

461461
As with checking for the server
462-
[`'secureConnection'`]()
462+
[`'secureConnection'`][]
463463
event, `pair.cleartext.authorized` should be inspected to confirm whether the
464464
certificate used is properly authorized.
465465

0 commit comments

Comments
 (0)