aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--doc/mailfromd.texi42
2 files changed, 26 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b98c98e..3602649b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,2 +2,6 @@
+ * doc/mailfromd.texi: Spell check. Add missing acknowledgments.
+
+2008-03-10 Sergey Poznyakoff <gray@gnu.org.ua>
+
-= Release 4.4 =-
diff --git a/doc/mailfromd.texi b/doc/mailfromd.texi
index 9cf4871e..368f890d 100644
--- a/doc/mailfromd.texi
+++ b/doc/mailfromd.texi
@@ -340,3 +340,3 @@ Invoke external programs or other mail filters.
The idea of the utility appeared in 2005, and its first version
-appeared soon afterwards. Back then it was a simple implementation of
+appeared soon afterward. Back then it was a simple implementation of
Sender Address Verification (@pxref{SAV}) for @samp{Sendmail} (hence
@@ -383,3 +383,3 @@ to facilitate the configuration on @samp{Sendmail} side.
- The development of 3.@i{x} (more propery, 3.1.@i{x}) series
+ The development of 3.@i{x} (more properly, 3.1.@i{x}) series
concentrated mainly on bug-fixes, while the main development was done
@@ -483,5 +483,7 @@ and helpful comments for various versions of the program:
@cindex Nacho Gonz@'alez L@'opez
+@cindex Phil Miller
@cindex Simon Christian
+@cindex Thomas Lynch
Alan Dobkin, Brent Spencer, Jeff Ballard, Nacho Gonz@'alez L@'opez,
-Simon Christian.
+Phil Miller, Simon Christian, Thomas Lynch.
@@ -1021,6 +1023,6 @@ became @code{e_divzero}, etc. The @code{ioerr} exception code is renamed to
For consistency, the following most often used codes are available without
-the @samp{e_} previx: success, not_found, failure, temp_failure. This
-makes most existing user scripts suitable for use with version 4.4
-without any modification. If your script refers to any exception
-codes other than these four, you can still use it by defining a
+the @samp{e_} prefix: @code{success}, @code{not_found}, @code{failure},
+@code{temp_failure}. This makes most existing user scripts suitable for use
+with version 4.4 without any modification. If your script refers to any
+exception codes other than these four, you can still use it by defining a
preprocessor symbol @code{OLD_EXCEPTION_CODES}, for example:
@@ -1045,3 +1047,3 @@ configuration option is also restored. Use this option in order to
enable asynchronous syslog feature. To set default syslog
-implemetation, use @code{DEFAULT_SYSLOG_ASYNC} configuration variable
+implementation, use @code{DEFAULT_SYSLOG_ASYNC} configuration variable
(@pxref{syslog-async}).
@@ -3458,3 +3460,3 @@ done
-Problems begin when we need tp expand a constant in a
+Problems begin when we need to expand a constant in a
literal string. The only way to do so is by prefixing its name with a
@@ -5094,3 +5096,3 @@ This header is called zero or more times, for each piece of the
message body obtained from the remote host.
-@item Araguments:
+@item Arguments:
@enumerate 1
@@ -5212,3 +5214,3 @@ are executed at shutdown. It is also warranted that all @samp{begin}
and @samp{end} blocks defined within a compilation unit (i.e. a single
-abstract source file, whith all @code{#include} and
+abstract source file, with all @code{#include} and
@code{#include_once} statements expanded in place) are executed in
@@ -5672,3 +5674,3 @@ decimal digit string one may write @samp{*} or @samp{*@var{m}$} (for
some decimal integer @var{m}) to specify that the field width is given
-in the next argument, or in the @var{m}-th argument, respectively,
+in the next argument, or in the @var{m}th argument, respectively,
which must be of numeric type. A negative field width is taken as a
@@ -5684,3 +5686,3 @@ one may write @samp{*} or @samp{*@var{m}$} (for some decimal integer
@var{m}) to specify that the precision is given in the next argument,
-or in the @var{m}-th argument, respectively, which must be of numeric
+or in the @var{m}th argument, respectively, which must be of numeric
type. If the precision is given as just @samp{.}, or the precision is
@@ -6249,3 +6251,3 @@ type is}:
If the lookup key is present in the database and its expiration time
-is not yet reached, the coresponding answer from the database is
+is not yet reached, the corresponding answer from the database is
returned. Otherwise, the function performs actual @acronym{DNS} lookup, stores
@@ -7962,4 +7964,4 @@ do
exactly the same way as the mandatory ones. Attempt to dereference an
-optional argument for which no actual aparameter was supplied, results
-in an undefined value, so be sure to chech whether a parameter is
+optional argument for which no actual parameter was supplied, results
+in an undefined value, so be sure to check whether a parameter is
passed before dereferencing it.
@@ -8657,3 +8659,3 @@ This may change in future releases.
@cindex shadowing, variable
-Defining a variable havinf the same name as an already defined one results
+Defining a variable having the same name as an already defined one results
in a warning message being displayed. The compilation succeeds. The
@@ -9919,3 +9921,3 @@ compilation error.
it. The built-in preprocessor handles only file inclusion
-(@pxref{include}), while the rest of traditional facililities, such as
+(@pxref{include}), while the rest of traditional facilities, such as
macro expansion, are supported via @command{m4}, which is used as an
@@ -9931,3 +9933,3 @@ acquainted with @command{m4} macro processor.
The external preprocessor is invoked with @option{-s} flag, instructing
-it to include line synchornizattion information in its output, which
+it to include line synchronization information in its output, which
is subsequently used by @acronym{MFL} compiler for purposes of error
@@ -9938,3 +9940,3 @@ usually located in
which is fed to the preprocessor input before the script file itself.
-The default @file{pp-setup} file renames all @command{m4} builtin
+The default @file{pp-setup} file renames all @command{m4} built-in
macro names so they all start with the prefix @samp{m4_}@footnote{This

Return to:

Send suggestions and report system problems to the System administrator.