From: Noèl Köthe Date: Thu, 28 Jul 2011 11:16:32 +0000 (+0200) Subject: doc: fix typo. X-Git-Tag: v1.13~12 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=f9d46e0f9c4768dcde817f0ee5db38c11e1697ed doc: fix typo. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 5273f623..e0ee7d39 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-07-28 Noèl Köthe (tiny change) + + * wget.texi (HTTP Options): Fix typo. + 2011-07-26 Giuseppe Scrivano * wget.info (cookies): Remove reference to --cookies. diff --git a/doc/wget.texi b/doc/wget.texi index 8706fb2c..7c2a69dd 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -1445,7 +1445,7 @@ data, whereas @samp{--post-file} sends the contents of @var{file}. Other than that, they work in exactly the same way. In particular, they @emph{both} expect content of the form @code{key1=value1&key2=value2}, with percent-encoding for special characters; the only difference is -that one expects its content as a command-line paramter and the other +that one expects its content as a command-line parameter and the other accepts its content from a file. In particular, @samp{--post-file} is @emph{not} for transmitting files as form attachments: those must appear as @code{key=value} data (with appropriate percent-coding) just