From 9b33ecfd013d0713a707aec097f3fd6fe3d495a3 Mon Sep 17 00:00:00 2001 From: Heinrich Schaefer Date: Thu, 10 Oct 2013 23:08:47 +0200 Subject: minor fix in doc --- docs/curl.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/curl.1 b/docs/curl.1 index f90bdabf3..b90cc89e8 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -298,7 +298,7 @@ If you start the data with the letter @, the rest should be a file name to read the data from, or - if you want curl to read the data from stdin. The contents of the file must already be URL-encoded. Multiple files can also be specified. Posting data from a file named 'foobar' would thus be done with -\fI--data\fP @filename. When --data is told to read from a file like that, +\fI--data\fP @foobar. When --data is told to read from a file like that, carriage returns and newlines will be stripped out. .IP "-D, --dump-header " Write the protocol headers to the specified file. -- cgit v1.2.3