aboutsummaryrefslogtreecommitdiff
path: root/doc/upgrade.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-07-14 23:35:18 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-07-14 23:35:18 +0300
commit8d4894458790db74d795e874c298b0810aca7746 (patch)
treeef5a30b144afdc0980bb2a2ccfc8ced68b526963 /doc/upgrade.texi
parent439316ca0f68a32663e8bffdcb6b6f0e9e6d091f (diff)
downloadmailfromd-8d4894458790db74d795e874c298b0810aca7746.tar.gz
mailfromd-8d4894458790db74d795e874c298b0810aca7746.tar.bz2
Document try-catch and dclex
* NEWS: Update. * doc/mailfromd.texi: Document try-catch and dclex. * doc/upgrade.texi : Update. * doc/values.texi (MIN_EXCEPTION, MAX_EXCEPTION): New values.
Diffstat (limited to 'doc/upgrade.texi')
-rw-r--r--doc/upgrade.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/upgrade.texi b/doc/upgrade.texi
index d95fdad4..929dff86 100644
--- a/doc/upgrade.texi
+++ b/doc/upgrade.texi
@@ -278,7 +278,7 @@ variables, which remained unnoticed in previous releases.
To minimize chances of name clashes, all symbolic exception codes has
been renamed by prefixing them with the @samp{e_}, thus, e.g. @code{divzero}
became @code{e_divzero}, etc. The @code{ioerr} exception code is renamed to
-@code{e_io}. @xref{status.mfh}, for a full list of the new exception codes.
+@code{e_io}. @xref{status.mf}, for a full list of the new exception codes.
@cindex @code{OLD_EXCEPTION_CODES}, preprocessor symbol
For consistency, the following most often used codes are available without
@@ -386,7 +386,7 @@ non-blocking syslog}.
predefined symbolic names for exception codes (previous versions used
the @samp{&} prefix to dereference them). Instead, it relies on
constants defined in the include file @file{status.mfh}
-(@pxref{status.mfh}).
+(@pxref{status.mf}).
However, the script files from 3.1 series will still work, but
the following warning messages will be displayed:

Return to:

Send suggestions and report system problems to the System administrator.