From: Rocco Rutte Date: Fri, 29 May 2009 11:27:52 +0000 (+0200) Subject: Manual: Fix markup of environment variables X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5361b0c33f97b62be0779335a8dd228415b2b050;p=neomutt Manual: Fix markup of environment variables --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 7284975d3..e8dd1696a 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -1791,7 +1791,7 @@ set record=+sent_on_$HOSTNAME will cause Mutt to save outgoing messages to a folder named -sent_on_kremvax if the environment variable $HOSTNAME is set to +sent_on_kremvax if the environment variable $HOSTNAME is set to kremvax. (See $record for details.) @@ -2550,7 +2550,7 @@ the foreground color boldfaced (e.g., brightred). If your terminal supports it, the special keyword default can be used as a transparent color. The value brightdefault is also valid. If Mutt is linked against the S-Lang library, you also need to set -the COLORFGBG environment variable to the default colors of your +the $COLORFGBG environment variable to the default colors of your terminal for this to work; for example (for Bourne-like shells): @@ -4531,7 +4531,7 @@ parentheses to override these precedence rules. -If you compile Mutt with the GNU rx package, the +If you compile Mutt with the included regular expression engine, the following operators may also be used in regular expressions as described in . @@ -5639,8 +5639,8 @@ Initial folder selection The folder Mutt opens at startup is determined as follows: the folder -specified in the $MAIL environment variable if -present. Otherwise, the value of $MAILDIR is taken +specified in the $MAIL environment variable if +present. Otherwise, the value of $MAILDIR is taken into account. If that isn't present either, Mutt takes the user's mailbox in the mailspool as determined at compile-time (which may also reside in the home directory). The