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:
Daniel Stenberg 2024-06-05 08:29:50 +02:00
parent 68680ba544
commit 1313da9a1d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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