]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_INTERFACE.md: quote the less-than and larger-than
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 Jun 2024 06:29:50 +0000 (08:29 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 Jun 2024 06:44:58 +0000 (08:44 +0200)
Fixes the warnings shown on stderr.

Follow-up from 3060557af702dd5

Closes #13883

docs/libcurl/opts/CURLOPT_INTERFACE.md

index c29db3e8182fea8ed135dec4df5dd7c701fe20b4..51099ab2fe522ab3252323e2b933df26d020a432 100644 (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