From: Daniel Stenberg Date: Wed, 5 Jun 2024 06:29:50 +0000 (+0200) Subject: CURLOPT_INTERFACE.md: quote the less-than and larger-than X-Git-Tag: curl-8_9_0~295 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1313da9a1dd1e342dc4dadf7dfdb77d66b559510;p=thirdparty%2Fcurl.git CURLOPT_INTERFACE.md: quote the less-than and larger-than Fixes the warnings shown on stderr. Follow-up from 3060557af702dd5 Closes #13883 --- diff --git a/docs/libcurl/opts/CURLOPT_INTERFACE.md b/docs/libcurl/opts/CURLOPT_INTERFACE.md index c29db3e818..51099ab2fe 100644 --- a/docs/libcurl/opts/CURLOPT_INTERFACE.md +++ b/docs/libcurl/opts/CURLOPT_INTERFACE.md @@ -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!` - Interface name -* `host!` - IP address or hostname -* `ifhost!!` - Interface name and IP address or hostname +* `if!\` - Interface name +* `host!\` - IP address or hostname +* `ifhost!\!\` - 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