From: Daniel Stenberg Date: Tue, 7 Aug 2012 22:03:30 +0000 (+0200) Subject: curl.1: minor format fix for --data-ascii X-Git-Tag: curl-7_28_0~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=672f24b1dc4004f4c174bb6d0c62019e24bded25;p=thirdparty%2Fcurl.git curl.1: minor format fix for --data-ascii ... and removal of trailing whitespace on a single line --- diff --git a/docs/curl.1 b/docs/curl.1 index d3018c6d48..e0c0ba0aad 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 " See \fI-d, --data\fP. +.IP "--data-ascii " +See \fI-d, --data\fP. .IP "--data-binary " (HTTP) This posts data exactly as specified with no extra processing whatsoever.