From 3fc0eb38840f2d43c7000c1d82d7ddab48aff4a4 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Tue, 31 Jan 2006 15:17:11 +0100 Subject: [PATCH] DOC: Sync with current option tree, propagate zas' fix for hooks file list --- doc/man/man1/elinks.1.in | 4 ++-- doc/man/man5/elinks.conf.5 | 26 +++++++++++++++++--------- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/doc/man/man1/elinks.1.in b/doc/man/man1/elinks.1.in index 7a23b8a2..00521452 100644 --- a/doc/man/man1/elinks.1.in +++ b/doc/man/man1/elinks.1.in @@ -17,7 +17,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "ELINKS" 1 "The Elinks text-browser" "2006-01-14" "The Elinks text-browser" +.TH "ELINKS" 1 "The Elinks text-browser" "2006-01-31" "The Elinks text-browser" .SH NAME elinks \- lynx-like alternative character mode WWW browser .SH "SYNOPSIS" @@ -279,7 +279,7 @@ History file containing most recently visited URLs\&. GoTo URL dialog history file\&. .TP -~/\&.elinks/hooks\&.{js,lua,pl,py,pl,scm} +~/\&.elinks/hooks\&.{js,lua,pl,py,rb,scm} Browser scripting hooks\&. .TP diff --git a/doc/man/man5/elinks.conf.5 b/doc/man/man5/elinks.conf.5 index fcd422df..c392ae14 100644 --- a/doc/man/man5/elinks.conf.5 +++ b/doc/man/man5/elinks.conf.5 @@ -17,7 +17,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "ELINKS.CONF" 5 "ELinks configuration file" "2006-01-14" "ELinks configuration file" +.TH "ELINKS.CONF" 5 "ELinks configuration file" "2006-01-31" "ELinks configuration file" .SH NAME elinks.conf \- ELinks configuration file .SH "SYNOPSIS" @@ -1156,6 +1156,18 @@ Allow blacklisting of buggy peers\&. protocol\&.file Options specific to local browsing\&. +.TP +protocol\&.file\&.allow_special_files [0|1] (default: 0) +Whether to allow reading from non\-regular files\&. Note this can be dangerous; reading /dev/urandom or /dev/zero can ruin your day! + +.TP +protocol\&.file\&.show_hidden_files [0|1] (default: 1) +When set to false, files with name starting with a dot will be hidden in local directories listing\&. + +.TP +protocol\&.file\&.try_encoding_extensions [0|1] (default: 1) +When set, if we can't open a file named 'filename', we'll try to open 'filename' with some encoding extension appended (ie\&. 'filename\&.gz'); it depends on the supported encodings\&. + .TP protocol\&.file\&.cgi Local CGI specific options\&. @@ -1169,16 +1181,12 @@ protocol\&.file\&.cgi\&.policy [0|1] (default: 0) Whether to execute local CGI scripts\&. .TP -protocol\&.file\&.allow_special_files [0|1] (default: 0) -Whether to allow reading from non\-regular files\&. Note this can be dangerous; reading /dev/urandom or /dev/zero can ruin your day! +protocol\&.fsp +FSP specific options\&. .TP -protocol\&.file\&.show_hidden_files [0|1] (default: 1) -When set to false, files with name starting with a dot will be hidden in local directories listing\&. - -.TP -protocol\&.file\&.try_encoding_extensions [0|1] (default: 1) -When set, if we can't open a file named 'filename', we'll try to open 'filename' with some encoding extension appended (ie\&. 'filename\&.gz'); it depends on the supported encodings\&. +protocol\&.fsp\&.sort [0|1] (default: 1) +Whether to sort entries in directory listings\&. .TP protocol\&.ftp