1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

doc: fix typo.

This commit is contained in:
Noèl Köthe 2011-07-28 13:16:32 +02:00 committed by Giuseppe Scrivano
parent 9bc1422456
commit f9d46e0f9c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-07-28 Noèl Köthe <noel@debian.org> (tiny change)
* wget.texi (HTTP Options): Fix typo.
2011-07-26 Giuseppe Scrivano <giuseppe@southpole.se>
* wget.info (cookies): Remove reference to --cookies.

View File

@ -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