From: Jay Satiro Date: Tue, 19 May 2015 19:43:11 +0000 (-0400) Subject: curl.1: fix missing space in section --data X-Git-Tag: curl-7_43_0~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265f83a9f02880d34a82a6b6143ab4059002615a;p=thirdparty%2Fcurl.git curl.1: fix missing space in section --data --- diff --git a/docs/curl.1 b/docs/curl.1 index c8d9baf116..1d1bc8102a 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -317,7 +317,7 @@ using the content-type application/x-www-form-urlencoded. Compare to \fI-d, --data\fP is the same as \fI--data-ascii\fP. \fI--data-raw\fP is almost the same but does not have a special interpretation of the @ character. To -post data purely binary, you should instead use the\fI--data-binary\fP option. +post data purely binary, you should instead use the \fI--data-binary\fP option. To URL-encode the value of a form field you may use \fI--data-urlencode\fP. If any of these options is used more than once on the same command line, the