1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

Rewrap protocol.http.compression doc to 59 columns

This makes the option manager display it much better on an 80x24
terminal.

Alternatively, the "\n" newline characters within paragraphs could
have been removed entirely.  ELinks would then have line-wrapped the
text to the appropriate width in the info window of the option
manager, but unfortunately not in --config-help.
This commit is contained in:
Kalle Olavi Niemitalo 2009-02-22 21:24:18 +02:00 committed by Kalle Olavi Niemitalo
parent 9a186a45e8
commit 39707c4102

View File

@ -182,16 +182,18 @@ static struct option_info http_options[] = {
* we might wrap this option in #if CFG_DEBUG. */
INIT_OPT_BOOL("protocol.http", N_("Enable on-the-fly compression"),
"compression", 0, 1,
N_("If enabled, the capability to receive compressed content (gzip and/or\n"
"bzip2) is announced to the server, which usually sends the reply\n"
"compressed, thus saving some bandwidth at slight CPU expense.\n"
"\n"
"If ELinks displays a incomplete page or garbage, try disabling this\n"
"option. If that helps, there may be a bug in the decompression part\n"
"of ELinks. Please report such bugs.\n"
N_("If enabled, the capability to receive compressed content\n"
"(gzip and/or bzip2) is announced to the server, which\n"
"usually sends the reply compressed, thus saving some\n"
"bandwidth at slight CPU expense.\n"
"\n"
"If ELinks has been compiled without compression support, this option\n"
"has no effect. To check the supported features, see Help -> About.")),
"If ELinks displays a incomplete page or garbage, try\n"
"disabling this option. If that helps, there may be a bug in\n"
"the decompression part of ELinks. Please report such bugs.\n"
"\n"
"If ELinks has been compiled without compression support,\n"
"this option has no effect. To check the supported features,\n"
"see Help -> About.")),
INIT_OPT_BOOL("protocol.http", N_("Activate HTTP TRACE debugging"),
"trace", 0, 0,