mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Sync man pages
This commit is contained in:
parent
52bd1ea01b
commit
5f4f4f770b
@ -17,7 +17,7 @@
|
||||
.el .ne 3
|
||||
.IP "\\$1" \\$2
|
||||
..
|
||||
.TH "ELINKS" 1 "The Elinks text-browser" "2006-01-31" "The Elinks text-browser"
|
||||
.TH "ELINKS" 1 "The Elinks text-browser" "2006-06-12" "The Elinks text-browser"
|
||||
.SH NAME
|
||||
elinks \- lynx-like alternative character mode WWW browser
|
||||
.SH "SYNOPSIS"
|
||||
@ -88,6 +88,10 @@ Print formatted plain\-text versions of given URLs to stdout\&.
|
||||
\-dump\-charset (alias for document\&.dump\&.codepage)
|
||||
Codepage used when formatting dump output\&.
|
||||
|
||||
.TP
|
||||
\-dump\-color\-mode (alias for document\&.dump\&.color_mode)
|
||||
Color mode used with \-dump\&.
|
||||
|
||||
.TP
|
||||
\-dump\-width (alias for document\&.dump\&.width)
|
||||
Width of the dump output\&.
|
||||
@ -309,7 +313,7 @@ Other files that ELinks uses from \fI~/\&.elinks/\fR includes the user defined C
|
||||
.SH "BUGS"
|
||||
|
||||
|
||||
Please report any other bugs you find to the either the ELinks mailing list at <elinks\-users@linuxfromscratch\&.org> or if you prefer enter them into the bug tracking system <http://bugzilla\&.elinks\&.or\&.cz/>\&. More information about how to get in contact with developers and getting help can be found on the community page <http://elinks\&.or\&.cz/community\&.html>\&.
|
||||
Please report any other bugs you find to the either the ELinks mailing list at <elinks\-users@linuxfromscratch\&.org> or if you prefer enter them into the bug tracking system <http://bugzilla\&.elinks\&.cz/>\&. More information about how to get in contact with developers and getting help can be found on the community page <http://elinks\&.cz/community\&.html>\&.
|
||||
|
||||
.SH "LICENSE"
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
.el .ne 3
|
||||
.IP "\\$1" \\$2
|
||||
..
|
||||
.TH "ELINKS.CONF" 5 "ELinks configuration file" "2006-01-31" "ELinks configuration file"
|
||||
.TH "ELINKS.CONF" 5 "ELinks configuration file" "2006-06-12" "ELinks configuration file"
|
||||
.SH NAME
|
||||
elinks.conf \- ELinks configuration file
|
||||
.SH "SYNOPSIS"
|
||||
@ -776,6 +776,27 @@ Dump output options\&.
|
||||
document\&.dump\&.codepage <codepage> (default: System)
|
||||
Codepage used in dump output\&. 'System' stands for a codepage determined by a selected locale\&.
|
||||
|
||||
.TP
|
||||
document\&.dump\&.color_mode <num> (default: \-1)
|
||||
Color mode for dumps:
|
||||
|
||||
.RS
|
||||
.TP 3
|
||||
\(bu
|
||||
\-1: is standard dump mode
|
||||
.TP
|
||||
\(bu
|
||||
0: is mono mode
|
||||
.TP
|
||||
\(bu
|
||||
1: is 16 color mode
|
||||
.TP
|
||||
\(bu
|
||||
2: is 256 color mode
|
||||
.LP
|
||||
.RE
|
||||
.IP
|
||||
|
||||
.TP
|
||||
document\&.dump\&.footer <str> (default: "")
|
||||
Footer string used in dumps\&. %u is substituted by URL\&.
|
||||
@ -900,7 +921,7 @@ Compress successive empty lines to only one in displayed text\&.
|
||||
|
||||
.TP
|
||||
document\&.uri_passing
|
||||
Rules for passing URIs to external commands\&.
|
||||
Rules for passing URIs to external commands\&. When one rule is defined the link and tab menu will have a menu item that makes it possible to pass the the link, frame or tab URI to an external command\&. If several rules are defined the link and tab menu will have a submenu of items for each rule\&. Note, this is mostly useful for launching graphical viewers, since there is not support for releasing the terminal while the command runs\&. The action and submenus are also available by binding keys to the frame\-external\-command, the link\-external\-command, and the tab\-external\-command actions\&.
|
||||
|
||||
.TP
|
||||
document\&.uri_passing\&._template_ <str> (default: "")
|
||||
@ -2517,6 +2538,10 @@ Show tabs bar on the screen:
|
||||
.RE
|
||||
.IP
|
||||
|
||||
.TP
|
||||
ui\&.tabs\&.top [0|1] (default: 0)
|
||||
Whether display tab bar at top like other browsers do\&.
|
||||
|
||||
.TP
|
||||
ui\&.tabs\&.wraparound [0|1] (default: 1)
|
||||
When moving right from the last tab, jump at the first one, and vice versa\&.
|
||||
@ -2563,6 +2588,10 @@ Date format to use in dialogs\&. See strftime(3)\&.
|
||||
ui\&.language <language> (default: "System")
|
||||
Language of user interface\&. 'System' means that the language will be extracted from the environment dynamically\&.
|
||||
|
||||
.TP
|
||||
ui\&.show_menu_bar_always [0|1] (default: 0)
|
||||
Always show menu bar on the screen\&.
|
||||
|
||||
.TP
|
||||
ui\&.show_status_bar [0|1] (default: 1)
|
||||
Show status bar on the screen\&.
|
||||
|
@ -17,7 +17,7 @@
|
||||
.el .ne 3
|
||||
.IP "\\$1" \\$2
|
||||
..
|
||||
.TH "ELINKSKEYS" 5 "ELinks keybindings" "2006-01-12" "ELinks keybindings"
|
||||
.TH "ELINKSKEYS" 5 "ELinks keybindings" "2006-06-12" "ELinks keybindings"
|
||||
.SH NAME
|
||||
elinkskeys \- keybindings for ELinks
|
||||
.SH "SYNOPSIS"
|
||||
@ -113,6 +113,10 @@ Bookmark all open tabs\&.
|
||||
auth\-manager
|
||||
Open authentication manager\&.
|
||||
|
||||
.TP
|
||||
backspace\-prefix
|
||||
Backspace the last entered digit of the current prefix\&.
|
||||
|
||||
.TP
|
||||
bookmark\-manager
|
||||
Open bookmark manager\&.
|
||||
@ -980,6 +984,10 @@ Show information about the current page protocol headers (\fIheader\-info\fR)
|
||||
\fI}\fR
|
||||
Scroll right (\fIscroll\-right\fR)
|
||||
|
||||
.TP
|
||||
\fIBackspace\fR
|
||||
Backspace the last entered digit of the current prefix (\fIbackspace\-prefix\fR)
|
||||
|
||||
.TP
|
||||
\fIDelete\fR
|
||||
Scroll down (\fIscroll\-down\fR)
|
||||
|
Loading…
Reference in New Issue
Block a user