From: Daniel Stenberg Date: Mon, 15 Nov 2021 10:36:58 +0000 (+0100) Subject: form-escape.d: double the back-slashes for proper man page output X-Git-Tag: curl-7_81_0~162 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2d8eac04a4eb1d5a98cf24b4e5cec5cec565d27;p=thirdparty%2Fcurl.git form-escape.d: double the back-slashes for proper man page output --- diff --git a/docs/cmdline-opts/form-escape.d b/docs/cmdline-opts/form-escape.d index 5fcd9ac1d0..c135dd602c 100644 --- a/docs/cmdline-opts/form-escape.d +++ b/docs/cmdline-opts/form-escape.d @@ -4,7 +4,7 @@ Protocols: HTTP See-also: form Added: 7.81.0 Category: http post -Example: --form-escape --form 'field\\name=curl' 'file=@load"this' $URL +Example: --form-escape --form 'field\\\\name=curl' 'file=@load"this' $URL --- Tells curl to pass on names of multipart form fields and files using backslash-escaping instead of percent-encoding.