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