Skip to content

Commit 3cb74d7

Browse files
AliasTBethGriggs
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 59c26a2 commit 3cb74d7

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
@@ -830,7 +830,7 @@ warning will be written to stderr instead.
830830

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

835835
### `--report-compact`
836836

doc/api/crypto.md

+2
Original file line numberDiff line numberDiff line change
@@ -5637,6 +5637,7 @@ See the [list of SSL OP Flags][] for details.
56375637
<td><code>SSL_OP_NO_TLSv1_3</code></td>
56385638
<td>Instructs OpenSSL to turn off TLS v1.3</td>
56395639
</tr>
5640+
<tr>
56405641
<td><code>SSL_OP_PKCS1_CHECK_1</code></td>
56415642
<td></td>
56425643
</tr>
@@ -5662,6 +5663,7 @@ See the [list of SSL OP Flags][] for details.
56625663
<td>Instructs OpenSSL to always create a new key when using
56635664
temporary/ephemeral ECDH parameters.</td>
56645665
</tr>
5666+
<tr>
56655667
<td><code>SSL_OP_SSLEAY_080_CLIENT_DH_BUG</code></td>
56665668
<td></td>
56675669
</tr>

doc/api/dns.md

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

340340
On error, `err` is an [`Error`][] object, where `err.code` is one of the
341-
[DNS error codes]().
341+
[DNS error codes][].
342342

343343
## `dns.resolve4(hostname[, options], callback)`
344344

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

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

947947
### `dnsPromises.resolve4(hostname[, options])`
948948

@@ -1210,7 +1210,7 @@ Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an
12101210
array of host names.
12111211

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

12151215
### `dnsPromises.setDefaultResultOrder(order)`
12161216

doc/api/os.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ The following error constants are exported by `os.constants.errno`.
952952
</tr>
953953
<tr>
954954
<td><code>EXDEV</code></td>
955-
<td>Indicates an improper link.
955+
<td>Indicates an improper link.</td>
956956
</tr>
957957
</table>
958958

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)