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 @@ -861,7 +861,7 @@ warning will be written to stderr instead.
861861
862862The ` file ` name may be an absolute path. If it is not, the default directory it
863863will be written to is controlled by the
864- [ ` --diagnostic-dir ` ] ( ) command-line option.
864+ [ ` --diagnostic-dir ` ] [ ] command-line option.
865865
866866### ` --report-compact `
867867
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
346346On 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
956956On 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
12241224array of host names.
12251225
12261226On 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
Original file line number Diff line number Diff 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
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