1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

config doc: Mention the set_domain command.

This commit is contained in:
Kalle Olavi Niemitalo 2008-03-08 16:17:50 +02:00 committed by Kalle Olavi Niemitalo
parent 3f74f546c9
commit e302d6ca59
2 changed files with 10 additions and 8 deletions

View File

@ -9,10 +9,11 @@ elinks.conf - ELinks configuration file
SYNOPSIS
--------
[verse]
set <option> = <value>
unset <option>
bind "<keymap>" "<key>" = "<action>"
include "<file>"
set <option> = <value>
set_domain <domain> <option> = <value>
unset <option>
bind "<keymap>" "<key>" = "<action>"
include "<file>"
DESCRIPTION
-----------

View File

@ -16,10 +16,11 @@ elinks.conf \- ELinks configuration file
.sp
.RS 4
.nf
set <option> = <value>
unset <option>
bind "<keymap>" "<key>" = "<action>"
include "<file>"
set <option> = <value>
set_domain <domain> <option> = <value>
unset <option>
bind "<keymap>" "<key>" = "<action>"
include "<file>"
.fi
.RE
.SH "DESCRIPTION"