CURLOPT_INTERFACE.md: quote the less-than and larger-than
Fixes the warnings shown on stderr.
Follow-up from 3060557af7
Closes #13883
This commit is contained in:
parent
68680ba544
commit
1313da9a1d
@ -31,9 +31,9 @@ outgoing network interface. The name can be an interface name, an IP address,
|
||||
or a hostname. If you prefer one of these, you can use the following special
|
||||
prefixes:
|
||||
|
||||
* `if!<name>` - Interface name
|
||||
* `host!<name>` - IP address or hostname
|
||||
* `ifhost!<interface>!<host>` - Interface name and IP address or hostname
|
||||
* `if!\<name\>` - Interface name
|
||||
* `host!\<name\>` - IP address or hostname
|
||||
* `ifhost!\<interface\>!\<host\>` - Interface name and IP address or hostname
|
||||
|
||||
If `if!` or `ifhost!` is specified but the parameter does not match an existing
|
||||
interface, *CURLE_INTERFACE_FAILED* is returned from the libcurl function used
|
||||
|
||||
Loading…
Reference in New Issue
Block a user