From a304091a0afe06815c2c0541caa4abb5c778cb2e Mon Sep 17 00:00:00 2001 From: Laurent MONIN <zas@norz.org> Date: Tue, 10 Jan 2006 00:45:06 +0100 Subject: [PATCH] print_elinksconf_header(): fix quotes and backslashes escaping. elinks.conf.5 was badly formatted. --- doc/tools/help2doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tools/help2doc b/doc/tools/help2doc index 36129cd75..b85a50240 100755 --- a/doc/tools/help2doc +++ b/doc/tools/help2doc @@ -171,7 +171,7 @@ print_elinksconf_header() .\" General Public License. <www.gnu.org/licenses/gpl.html> .\" .\" Process this file with groff -man -Tascii elinks.conf.5 -.TH ELINKS.CONF 5 \"$date_string\" +.TH ELINKS.CONF 5 "ELinks configuration file" "$date_string" "ELinks configuration file" .SH NAME elinks.conf \- ELinks configuration file @@ -213,7 +213,7 @@ set document.browse.margin_width = 3 # Default document codepage. set document.codepage.assume = "ISO-8859-1" # User defined protocol handlers -set protocol.user.mailto.unix = "mutt %h -s \"%s\"" +set protocol.user.mailto.unix = "mutt %h -s \e\*(lq%s\e\*(rq" .SH OPTIONS __END__