File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -830,7 +830,7 @@ warning will be written to stderr instead.
830830
831831The ` file ` name may be an absolute path. If it is not, the default directory it
832832will be written to is controlled by the
833- [ ` --diagnostic-dir ` ] ( ) command-line option.
833+ [ ` --diagnostic-dir ` ] [ ] command-line option.
834834
835835### ` --report-compact `
836836
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
340340On 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
944944On 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
12101210array of host names.
12111211
12121212On 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ The `'secure'` event is emitted by the `SecurePair` object once a secure
459459connection has been established.
460460
461461As with checking for the server
462- [ ` 'secureConnection' ` ] ( )
462+ [ ` 'secureConnection' ` ] [ ]
463463event, ` pair.cleartext.authorized ` should be inspected to confirm whether the
464464certificate used is properly authorized.
465465
You can’t perform that action at this time.
0 commit comments