From fd1260d492f9fb4d16c5abd22a58de959f49dcf8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 19 Mar 2024 11:27:42 +0100 Subject: [PATCH] CURLOPT_INTERFACE.md: remove spurious amp, add see-also Closes #13149 --- docs/libcurl/opts/CURLOPT_INTERFACE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/libcurl/opts/CURLOPT_INTERFACE.md b/docs/libcurl/opts/CURLOPT_INTERFACE.md index 0cd3d44cf9ab20..9f5822d495eed8 100644 --- a/docs/libcurl/opts/CURLOPT_INTERFACE.md +++ b/docs/libcurl/opts/CURLOPT_INTERFACE.md @@ -7,6 +7,7 @@ Source: libcurl See-also: - CURLOPT_SOCKOPTFUNCTION (3) - CURLOPT_TCP_NODELAY (3) + - CURLOPT_LOCALPORT (3) --- # NAME @@ -28,12 +29,12 @@ outgoing network interface. The name can be an interface name, an IP address, or a hostname. If the parameter starts with "if!" then it is treated only as an interface -name. If the parameter starts with &"host!" it is treated as either an IP +name. If the parameter starts with "host!" it is treated as either an IP address or a hostname. If "if!" is specified but the parameter does not match an existing interface, -*CURLE_INTERFACE_FAILED* is returned from the libcurl function used to -perform the transfer. +*CURLE_INTERFACE_FAILED* is returned from the libcurl function used to perform +the transfer. libcurl does not support using network interface names for this option on Windows.