File tree 5 files changed +8
-6
lines changed
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.
861
861
862
862
The ` file ` name may be an absolute path. If it is not, the default directory it
863
863
will be written to is controlled by the
864
- [ ` --diagnostic-dir ` ] ( ) command-line option.
864
+ [ ` --diagnostic-dir ` ] [ ] command-line option.
865
865
866
866
### ` --report-compact `
867
867
Original file line number Diff line number Diff line change @@ -5643,6 +5643,7 @@ See the [list of SSL OP Flags][] for details.
5643
5643
<td><code>SSL_OP_NO_TLSv1_3</code></td>
5644
5644
<td>Instructs OpenSSL to turn off TLS v1.3</td>
5645
5645
</tr >
5646
+ <tr >
5646
5647
<td><code>SSL_OP_PKCS1_CHECK_1</code></td>
5647
5648
<td></td>
5648
5649
</tr >
@@ -5668,6 +5669,7 @@ See the [list of SSL OP Flags][] for details.
5668
5669
<td>Instructs OpenSSL to always create a new key when using
5669
5670
temporary/ephemeral ECDH parameters.</td>
5670
5671
</tr >
5672
+ <tr >
5671
5673
<td><code>SSL_OP_SSLEAY_080_CLIENT_DH_BUG</code></td>
5672
5674
<td></td>
5673
5675
</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`:
344
344
| ` 'TXT' ` | text records | {string\[ ] } | [ ` dns.resolveTxt() ` ] [ ] |
345
345
346
346
On error, ` err ` is an [ ` Error ` ] [ ] object, where ` err.code ` is one of the
347
- [ DNS error codes] ( ) .
347
+ [ DNS error codes] [ ] .
348
348
349
349
## ` dns.resolve4(hostname[, options], callback) `
350
350
@@ -954,7 +954,7 @@ based on `rrtype`:
954
954
| ` 'TXT' ` | text records | {string\[ ] } | [ ` dnsPromises.resolveTxt() ` ] [ ] |
955
955
956
956
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] [ ] .
958
958
959
959
### ` dnsPromises.resolve4(hostname[, options]) `
960
960
@@ -1224,7 +1224,7 @@ Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an
1224
1224
array of host names.
1225
1225
1226
1226
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] [ ] .
1228
1228
1229
1229
### ` dnsPromises.setDefaultResultOrder(order) `
1230
1230
Original file line number Diff line number Diff line change @@ -954,7 +954,7 @@ The following error constants are exported by `os.constants.errno`.
954
954
</tr >
955
955
<tr >
956
956
<td><code>EXDEV</code></td>
957
- <td>Indicates an improper link.
957
+ <td>Indicates an improper link.</td>
958
958
</tr >
959
959
</table >
960
960
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
459
459
connection has been established.
460
460
461
461
As with checking for the server
462
- [ ` 'secureConnection' ` ] ( )
462
+ [ ` 'secureConnection' ` ] [ ]
463
463
event, ` pair.cleartext.authorized ` should be inspected to confirm whether the
464
464
certificate used is properly authorized.
465
465
You can’t perform that action at this time.
0 commit comments