From 56f332e61d51d848c2fe3d296184b1dfe8dca0c7 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Wed, 7 Mar 2007 12:18:34 -0800 Subject: [PATCH] Typos in muttrc.man.head --- ChangeLog | 19 +++++++++++++++++++ doc/muttrc.man.head | 12 ++++++------ 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 73ea4d887..e68e21545 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2007-03-07 12:11 -0800 Michael Tatge (162f0c127492) + + * doc/mutt.man: Document -d in the man page + +2007-03-06 18:13 -0800 Alain Bench (5fc8c7cee1dd) + + * ChangeLog, charset.c, charset.h, crypt-gpgme.c, imap/utf7.c, + mbyte.c, mutt_idna.c, pgp.c, rfc2047.c, sendlib.c: Remove buggy + usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local(). + Wipe unwanted code depending on M_ICONV_HOOK_TO in + charset.c:mutt_iconv_open(). Totally wipe M_ICONV_HOOK_TO symbol. + Remove misusages of M_ICONV_HOOK_FROM flag in: + - crypt-gpgme.c:print_utf8(). + - mutt_idna.c:mutt_idna_to_local() and mutt_local_to_idna(). + - pgp.c:pgp_traditional_encryptsign(). Document usage policy of + M_ICONV_HOOK_FROM flag. Cosmetic downcasing of some constant charset + names (utf-8, euc-jp) for consistency. Correction of a typo in the + "iso8859-5" charset name. + 2007-03-06 17:59 -0800 Rocco Rutte (5e47385893fe) * UPDATING, doc/manual.xml.head: Documentation updates for diff --git a/doc/muttrc.man.head b/doc/muttrc.man.head index 1a5ba27cb..bc56755ba 100644 --- a/doc/muttrc.man.head +++ b/doc/muttrc.man.head @@ -39,9 +39,9 @@ characters. The difference between the two types of quotes is similar to that of many popular shell programs, namely that a single quote is used to specify a literal string (one that is not interpreted for shell variables or quoting with a backslash [see -next paragraph]), while double quotes indicate a string for which -should be evaluated. For example, backtics are evaluated inside of -double quotes, but not for single quotes. +next paragraph]), while double quotes indicate a string which +should be evaluated. For example, backquotes are evaluated inside of +double quotes, but not single quotes. .PP \fB\(rs\fP quotes the next character, just as in shells such as bash and zsh. For example, if want to put quotes (\(lq\fB"\fP\(rq) inside of a @@ -60,8 +60,8 @@ It is also possible to substitute the output of a Unix command in an initialization file. This is accomplished by enclosing the command in backquotes (\fB`\fP\fIcommand\fP\fB`\fP). .PP -UNIX environments can be accessed like the way it is done in shells -like sh and bash: Prepend the name of the environment by a dollar +UNIX environment variables can be accessed like the way it is done in shells +like sh and bash: Prepend the name of the variable by a dollar (\(lq\fB\(Do\fP\(rq) sign. .PP .SH COMMANDS @@ -181,7 +181,7 @@ executed in the order given in the configuration file. \fBmacro\fP \fImap\fP \fIkey\fP \fIsequence\fP [ \fIdescription\fP ] This command binds the given \fIsequence\fP of keys to the given \fIkey\fP in the given \fImap\fP or maps. For valid maps, see \fBbind\fP. To -specify multipe maps, put only a comma between the maps. +specify multiple maps, put only a comma between the maps. .PP .nf \fBcolor\fP \fIobject\fP \fIforeground\fP \fIbackground\fP [ \fI regexp\fP ] -- 2.40.0