mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
elinks.conf.5: quoting corrections
In set and unset commands, the <option> must not be quoted. In the sample protocol.user.mailto.unix setting, the internal quotes were using some manpage syntax, resulting in incorrect HTML output.
This commit is contained in:
parent
1086a7c561
commit
857c27e8b6
@ -9,8 +9,8 @@ elinks.conf - ELinks configuration file
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
[verse]
|
[verse]
|
||||||
set "<option>" = <value>
|
set <option> = <value>
|
||||||
unset "<option>"
|
unset <option>
|
||||||
bind "<keymap>" "<key>" = "<action>"
|
bind "<keymap>" "<key>" = "<action>"
|
||||||
include "<file>"
|
include "<file>"
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ Some sample settings:
|
|||||||
# Default document codepage.
|
# Default document codepage.
|
||||||
set document.codepage.assume = "ISO-8859-1"
|
set document.codepage.assume = "ISO-8859-1"
|
||||||
# User defined protocol handlers
|
# User defined protocol handlers
|
||||||
set protocol.user.mailto.unix = "mutt %h -s \e\*(lq%s\e\*(rq"
|
set protocol.user.mailto.unix = "mutt %h -s \"%s\""
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-------
|
-------
|
||||||
|
Loading…
Reference in New Issue
Block a user