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 SYNOPSIS
-------- --------
[verse] [verse]
set <option> = <value> set <option> = <value>
unset <option> set_domain <domain> <option> = <value>
bind "<keymap>" "<key>" = "<action>" unset <option>
include "<file>" bind "<keymap>" "<key>" = "<action>"
include "<file>"
DESCRIPTION DESCRIPTION
----------- -----------

View File

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