From: Rocco Rutte Date: Mon, 24 Nov 2008 10:31:34 +0000 (+0100) Subject: Manual: Add 'spellcheck' target for aspell and fix typos (closes #3137) X-Git-Tag: mutt-1-5-19-rel~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=577a987791f11eafef1d88489be9214293806cf0;p=mutt Manual: Add 'spellcheck' target for aspell and fix typos (closes #3137) --- diff --git a/ChangeLog b/ChangeLog index 60ecf483..e680cb71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-11-23 18:46 +0100 Rocco Rutte (82b4664129cd) + + * doc/Makefile.am: Complete e1304a641938 commit + +2008-11-23 18:01 +0100 Rocco Rutte (e1304a641938) + + * ChangeLog, doc/Makefile.am, doc/db-cleanup.xsl: Manual: Convert + manual.html to manual.txt under C locale + + This ensures manual.txt is always pure ASCII and removes the + horrible XSLT-based and incomplete hack. + 2008-11-23 17:31 +0100 Rocco Rutte (462579309bf2) * doc/manual.xml.head: Manual: Fix wording for simple search diff --git a/doc/Makefile.am b/doc/Makefile.am index eb69e4a1..1eaff56d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -132,6 +132,10 @@ manual.tex: stamp-doc-xml validate: stamp-doc-xml xmllint --noout --noblanks --postvalid manual.xml +spellcheck: + -aspell -l en --mode sgml -c manual.xml.head && \ + -aspell -l en --mode nroff -c muttrc.man.head + clean-local: rm -f *~ *.html *.orig *.rej stamp-doc-* *.ps mutt.1 muttrc.man rm -f *.aux *.log *.tex *.out diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 37b3a1fb..e8651240 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -287,7 +287,7 @@ short descriptions. <Tab><complete>complete filename or alias ˆT<complete-query>complete address with query ˆK<kill-eol>delete to the end of the line -Esc d<kill-eow>delete to the end ot the word +Esc d<kill-eow>delete to the end of the word ˆW<kill-word>kill the word in front of the cursor ˆU<kill-line>delete entire line ˆV<quote-char>quote the next typed key @@ -445,7 +445,7 @@ who the message is addressed to. They can be customized with the Message status flags -FlagDesciption +FlagDescription Dmessage is deleted (is marked for deletion) @@ -467,7 +467,7 @@ who the message is addressed to. They can be customized with the Message recipient flags -FlagDesciption +FlagDescription +message is to you and you only @@ -1258,7 +1258,7 @@ is not intended to be a quote character Note that mutt only support space-stuffing for the first two types of lines but not for the third: It is impossible to safely detect whether a leading > character starts a -quote or not. Futhermore, Mutt only applies space-stuffing +quote or not. Furthermore, Mutt only applies space-stuffing once after the initial edit is finished. @@ -1529,7 +1529,7 @@ following implications: These variables should be set early in a configuration -file with $charset preceeding $config_charset so Mutt +file with $charset preceding $config_charset so Mutt know what character set to convert to. If $config_charset is set, it should be set @@ -1565,7 +1565,7 @@ expression or an email address, respectively. -These address groups can also be created implicitely by the +These address groups can also be created implicitly by the alias, lists, subscribe and alternates commands by specifying the @@ -3175,11 +3175,11 @@ too. Those are our concern here. -Some of the modifers are borrowed right out of C (though you might -know them from Perl, Python, shell, or another langugage). These are +Some of the modifiers are borrowed right out of C (though you might +know them from Perl, Python, shell, or another language). These are the [-]m.n modifiers, as in %-12.12s. As with such programming languages, these modifiers allow you to specify the -minumum and maximum size of the resulting string, as well as its +minimum and maximum size of the resulting string, as well as its justification. If the - sign follows the percent, the string will be left-justified instead of right-justified. If there's a number immediately following that, it's the minimum amount of space the @@ -3754,7 +3754,7 @@ pattern language. For example, Without the quotes, the parenthesis wouldn't end. -This would be seperated to two OR'd patterns: ˜f me@(mutt\.org +This would be separated to two OR'd patterns: ˜f me@(mutt\.org and cs\.hmc\.edu). They are never what you want. @@ -5277,7 +5277,7 @@ Disposition is the attachment's Content-disposition type -- either -Disposition is prefixed by either a + symbolor a - symbol. If it's +Disposition is prefixed by either a + symbol or a - symbol. If it's a +, you're saying that you want to allow this disposition and MIME type to qualify. If it's a -, you're saying that this disposition and MIME type is an exception to previous + rules. There are examples @@ -5289,7 +5289,7 @@ Mime-type is, unsurprisingly, the MIME type of the attachment you want to affect. A MIME type is always of the format "major/minor", where "major" describes the broad category of document you're looking at, and "minor" describes the specific type within that category. The major -part of mim-type must be literal text (or the special token "*"), but +part of mime-type must be literal text (or the special token "*"), but the minor part may be a regular expression. (Therefore, "*/.*" matches any MIME type.) @@ -5464,7 +5464,7 @@ server: imap://imapserver:port/INBOX. You can also specify di username for each folder: imap://username@imapserver[:port]/INBOX or imap://username2@imapserver[:port]/path/to/folder. Replacing imap:// by imaps:// -would make mutt attempt to conect using SSL or TLS on a different port +would make mutt attempt to connect using SSL or TLS on a different port to encrypt the communication. @@ -5987,7 +5987,7 @@ searches. For regular expressions, patterns are prefixed with Even though a regular expression search is fast, it's several times -slower than a pure string search which is noticable especially on large +slower than a pure string search which is noticeable especially on large folders. As a consequence, a string search should be used instead of a regular expression search if the user already knows enough about the search pattern. diff --git a/doc/muttrc.man.head b/doc/muttrc.man.head index d269a058..5e46332e 100644 --- a/doc/muttrc.man.head +++ b/doc/muttrc.man.head @@ -95,7 +95,7 @@ specified group or groups. The syntax is similar to the \fBgroup\fP command, however the special character \fB*\fP can be used to empty a group of all of its contents. .IP -These address groups can also be created implicitely by the \fBalias\fP, \fBlists\fP, +These address groups can also be created implicitly by the \fBalias\fP, \fBlists\fP, \fBsubscribe\fP and \fBalternates\fP commands by specifying the optional \fI-group\fP option. .IP @@ -218,7 +218,7 @@ specify multiple maps, put only a comma between the maps. .fi .IP If your terminal supports color, these commands can be used to -assign \fIforeground\fP/\fIbackgound\fP combinations to certain +assign \fIforeground\fP/\fIbackground\fP combinations to certain objects. Valid objects are: .BR attachment ", " body ", " bold ", " header ", " .BR hdrdefault ", " index ", " indicator ", " markers ", " @@ -357,7 +357,7 @@ This command adds the named \fIstring\fP to the keyboard buffer. .fi .IP These commands are used to set and manipulate configuration -varibles. +variables. .IP Mutt knows four basic types of variables: boolean, number, string and quadoption. Boolean variables can be \fBset\fP (true), @@ -573,7 +573,7 @@ messages with a size in the range \fIMIN\fP to \fIMAX\fP duplicated messages (see $duplicate_threads) .TP ~$ -unreferenced message (requries threaded view) +unreferenced message (requires threaded view) .TP ~(PATTERN) messages in threads containing messages matching a certain pattern, e.g. all threads containing messages from you: ~(~P)