diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-08-08 00:03:30 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-08-08 00:03:30 +0200 |
commit | 672f24b1dc4004f4c174bb6d0c62019e24bded25 (patch) | |
tree | 74cd61c8955c3b680acfacd4d39633f6a0f1519b /docs/curl.1 | |
parent | 2f02d825f19d31c4a31e57ef03bff00468b48b05 (diff) |
curl.1: minor format fix for --data-ascii
... and removal of trailing whitespace on a single line
Diffstat (limited to 'docs/curl.1')
-rw-r--r-- | docs/curl.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index d3018c6d4..e0c0ba0aa 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -284,9 +284,10 @@ curl invocation by using the \fI-b, --cookie\fP option! The When used in FTP, the FTP server response lines are considered being "headers" and thus are saved there. -If this option is used several times, the last one will be used. +If this option is used several times, the last one will be used. -.IP "--data-ascii <data>" See \fI-d, --data\fP. +.IP "--data-ascii <data>" +See \fI-d, --data\fP. .IP "--data-binary <data>" (HTTP) This posts data exactly as specified with no extra processing whatsoever. |