aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2015-05-19 15:43:11 -0400
committerJay Satiro <raysatiro@yahoo.com>2015-05-19 15:43:40 -0400
commit265f83a9f02880d34a82a6b6143ab4059002615a (patch)
treed4c4570ec2316a3e8540cde602861a4d8da45c09 /docs/curl.1
parent301ba7772cc9655d350afc546052bbfd0a1a1a42 (diff)
curl.1: fix missing space in section --data
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index c8d9baf11..1d1bc8102 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