From 1313da9a1dd1e342dc4dadf7dfdb77d66b559510 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 5 Jun 2024 08:29:50 +0200 Subject: [PATCH] CURLOPT_INTERFACE.md: quote the less-than and larger-than Fixes the warnings shown on stderr. Follow-up from 3060557af702dd5 Closes #13883 --- docs/libcurl/opts/CURLOPT_INTERFACE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3