mirror of
https://github.com/curl/curl.git
synced 2026-07-23 09:27:17 +03:00
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
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue