From 23ccf6ef725820684b8ab9724e09bfc75d40b941 Mon Sep 17 00:00:00 2001 From: nion Date: Thu, 17 Mar 2005 14:45:04 +0000 Subject: [PATCH] Nico Golde: - fixed manual tags in the sgml file to fix the warnings during the make process git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@189 e385b8ad-14ed-0310-8656-cc95a2468c6d --- doc/manual.sgml.head | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index 33fb23e..199c851 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -821,7 +821,7 @@ split over multiple lines with only one ``#''. # folder-hook . \ set realname="Michael \"MuttDude\" Elkins" - + When testing your config files, beware the following caveat. The backslash at the end of the commented line extends the current line with the next line @@ -838,7 +838,7 @@ line2a # line2b\ line3\ line4 line5 - + line1 ``continues'' until line4. however, the part after the # is a comment which includes line3 and line4. line5 is a new line of its own and @@ -1775,14 +1775,14 @@ ifndef feature_nntp 'push q' # ifndef newsrc 'push q' # or # ... - + To only set the when the system's SVN is recent enough to have it: ifdef imap_mail_check 'set imap_mail_check=300' - + Removing hooks