diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-07-31 13:19:36 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-07-31 13:19:36 +0000 |
commit | db9452a9b5941d43e6ef3988cd0d30d2758844cf (patch) | |
tree | b6e68cd1f69258664107c79183ba05cbb8425270 /doc/doc-docbook/x2man | |
parent | e85a7ad5e4b86e82cf7150532bfe8c261bd1cca9 (diff) |
Update reference manual for the 4.63 release.
Diffstat (limited to 'doc/doc-docbook/x2man')
-rwxr-xr-x | doc/doc-docbook/x2man | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/doc-docbook/x2man b/doc/doc-docbook/x2man index 474d068a3..13458bbc4 100755 --- a/doc/doc-docbook/x2man +++ b/doc/doc-docbook/x2man @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# $Cambridge: exim/doc/doc-docbook/x2man,v 1.3 2006/04/04 14:03:49 ph10 Exp $ +# $Cambridge: exim/doc/doc-docbook/x2man,v 1.4 2006/07/31 13:19:36 ph10 Exp $ # Script to find the command line options in the DocBook source of the Exim # spec, and turn them into a man page, because people like that. @@ -41,6 +41,16 @@ the reference manual. This man page contains only a description of the command line options. It has been automatically generated from the reference manual source, hopefully without too much mangling. +.SH DEFAULT ACTION +.rs +.sp +If none of the options that specifies a specific action (such as starting the +daemon or a queue runner, or testing an address, or receiving a message in a +specific format, or listing the queue) are present, and there is at least one +argument on the command line, \\fB-bm\\fR (accept a local message on the +standard input, with the arguments specifying the recipients) is assumed. +Otherwise, Exim outputs a brief message about itself and exits. + .SH SETTING OPTIONS BY PROGRAM NAME .rs .TP 10 |