Update the -d option and its description

Some of the descriptions of the other options have been also updated.
This commit is contained in:
Lefteris Chatzimparmpas 2012-02-19 13:25:47 +01:00
parent 6d39df8b70
commit 7199aa249f
1 changed files with 15 additions and 19 deletions

View File

@ -1,4 +1,4 @@
.Dd April 4, 2011 .Dd February 19, 2011
.Dt IMAPFILTER 1 .Dt IMAPFILTER 1
.Os .Os
.Sh NAME .Sh NAME
@ -6,8 +6,9 @@
.Nd mail filter .Nd mail filter
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl diVv .Op Fl iVv
.Op Fl c Ar configfile .Op Fl c Ar configfile
.Op Fl d Ar debugfile
.Op Fl e Ar 'command' .Op Fl e Ar 'command'
.Op Fl l Ar logfile .Op Fl l Ar logfile
.Sh DESCRIPTION .Sh DESCRIPTION
@ -25,26 +26,23 @@ are as follows:
.It Fl c Ar configfile .It Fl c Ar configfile
Path to the configuration file. The default is Path to the configuration file. The default is
.Pa $HOME/.imapfilter/config.lua . .Pa $HOME/.imapfilter/config.lua .
.It Fl d .It Fl d Ar debugfile
Debug mode; creates a temporary file name in File that contains debugging information about the full communication with the
.Pa $HOME/.imapfilter/debug.XXXXXX , server, along with other inner workings' details.
where debugging messages about the program's progress are printed.
.It Fl e Ar 'command' .It Fl e Ar 'command'
May be used to enter one line of program (configuration). May be used to enter
When this options is used, .Dq one line
.Nm of configuration, while it is also possible to pipe a full configuration as a
will not look for any configuration file. string.
When this options is used, a configuration file will not be loaded.
.It Fl i .It Fl i
Enters interactive mode after executing the configuration file or the command Enters interactive mode after executing the configuration file.
line.
.It Fl l Ar logfile .It Fl l Ar logfile
File that contains logs of error messages File that contains logs of error messages produced.
.Nm
produces.
.It Fl V .It Fl V
Displays program's version. Displays version and copyright information.
.It Fl v .It Fl v
Verbose mode; prints detailed information about the program's actions. Enables printing of some brief details of the communication with the server.
.El .El
.Sh ENVIRONMENT .Sh ENVIRONMENT
.Bl -tag -width Ds .Bl -tag -width Ds
@ -59,8 +57,6 @@ as user passwords, the recommended permissions are read/write for the user, and
not accessible by others. not accessible by others.
.It Pa $HOME/.imapfilter/certificates .It Pa $HOME/.imapfilter/certificates
File where the SSL/TLS certificates are stored. File where the SSL/TLS certificates are stored.
.It Pa $HOME/.imapfilter/debug.XXXXXX
Debug files.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr imapfilter_config 5 .Xr imapfilter_config 5