Import Debian changes 4.89-2+deb9u3~bpo8+1
[hcoop/debian/exim4.git] / debian / manpages / update-exim4.conf.8
index 9d871b9..9a4efcb 100644 (file)
@@ -25,8 +25,14 @@ update\-exim4.conf \- Generate exim4 configuration files.
 
 .SH OPTIONS
 .TP
-.I \-v|\-\-verbose
-Enable verbose mode
+.I \-\-check
+Generate temporary configuration file, check its validity and exit with
+either success (exitcode 0) or an error (exitcode 1). On success the
+temporary file is deleted, otherwise the file is left for further
+debugging.
+.TP
+.I \-d|\-\-confdir directory
+Read input from directory instead of /etc/exim4.
 .TP
 .I \-h|\-\-help
 Show short help message and exit
@@ -34,14 +40,14 @@ Show short help message and exit
 .I \-\-keepcomments
 Do not remove comment lines from the output file.
 .TP
-.I \-\-removecomments
-Remove comment lines from the output file. [Default]
-.TP
 .I \-o|\-\-output file
 Write output to file instead of /var/lib/exim4/config.autogenerated.
 .TP
-.I \-d|\-\-confdir directory
-Read input from directory instead of /etc/exim4.
+.I \-\-removecomments
+Remove comment lines from the output file. [Default]
+.TP
+.I \-v|\-\-verbose
+Enable verbose mode
 
 .SH DESCRIPTION
 The script
@@ -145,7 +151,7 @@ the past, they used to be colon separated. This was changed to
 semicolon separation to make specification of IPv6 addresses easier.
 Backwards compatibility is preserved, so that old configurations using
 colons as separators do still work. Colons are deprecated and might
-stop working in a later release. If you need to specifiy a single IPv6
+stop working in a later release. If you need to specify a single IPv6
 address in a field that is defined as a list of host names or IP
 addresses, please prefix "<;" to explicitly specify the list separator
 as a semicolon. Otherwise, the code cannot tell an IP address from a
@@ -335,6 +341,6 @@ with debconf
 /usr/share/doc/exim4\-base/README.Debian.gz
 
 .SH AUTHOR
-Andreas Metzler <ametzler at downhill.at.eu.org>
+Andreas Metzler <ametzler at debian.org>
 .br
 Marc Haber <mh+debian-packages@zugschlus.de>