diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-01-11 10:26:54 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-01-11 10:26:54 +0100 |
commit | b6a42aa49c1dcbad21afbbdc3aeb1be6cd032548 (patch) | |
tree | ec702f15fd6fc15407df6809cc7e03ab7036eded | |
parent | 3007ee80c31669679bfbf606d7bf68b32b73c8e3 (diff) |
hget(1): fix typo, various cleanups
-rw-r--r-- | sys/man/1/hget | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/man/1/hget b/sys/man/1/hget index 4cbcafb12..8c97d25ef 100644 --- a/sys/man/1/hget +++ b/sys/man/1/hget @@ -144,7 +144,7 @@ flags set the form method to GET and POST, respectively. The .B -m flag sets the form method to POST and its enctype to .B multipart/form-data. -In all cases, the form action URL is set to +In all cases, the target relative form action URL is set to .I action. .PP The @@ -166,7 +166,7 @@ argument of the form .B name@file is interpreted as a file upload, with the information following the .B @ -symbol treated as the full path to the location of the file. +symbol treated as the file name. For .B multipart/form-data uploads (see @@ -178,7 +178,7 @@ is invoked to determine its mime type. .I Urlencode is a helper program to URL encode and decode files. The .B -d -flag insead of encoding, decodes URL encoded file. If no +flag, instead of encode, decodes URL encoded file. If no .I file is given, standard input is read. The resulting data is written to standard output. |