masqmail

changeset 112:c2f1ba43ae0c

typographic fixes for masqmail.conf.5 (thanks to Paolo)
author meillo@marmaro.de
date Wed, 30 Jun 2010 12:46:09 +0200
parents 43798acdfbc9
children c93023f58cc7
files man/masqmail.conf.5
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line diff
     1.1 --- a/man/masqmail.conf.5	Tue Jun 29 11:42:51 2010 +0200
     1.2 +++ b/man/masqmail.conf.5	Wed Jun 30 12:46:09 2010 +0200
     1.3 @@ -336,17 +336,17 @@
     1.4  \fBonline_detect = \fIstring\fR
     1.5  
     1.6  Defines the method masqmail uses to detect whether there is currently an online connection.
     1.7 -It can have the values \fBfile\fR, \fBpipe\fR, or \fBmserver\fR.
     1.8 +It can have the values \fIfile\fR, \fIpipe\fR, or \fImserver\fR.
     1.9  
    1.10 -When it is set to \fBfile\fR, masqmail first checks for the existence of \fBonline_file\fR
    1.11 +When it is set to \fIfile\fR, masqmail first checks for the existence of \fBonline_file\fR
    1.12  (see below) and if it exists, it reads it.
    1.13  The content of the file should be the name of the current connection as defined
    1.14  with \fBconnect_route.\fIname\fR (trailing whitespace is removed).
    1.15  
    1.16 -When it is set to \fBpipe\fR, masqmail calls the executable given by the
    1.17 +When it is set to \fIpipe\fR, masqmail calls the executable given by the
    1.18  \fBonline_pipe\fR option (see below) and reads the current online status from its standard output.
    1.19  
    1.20 -When it is set to \fBmserver\fR, masqmail connects to the masqdialer server
    1.21 +When it is set to \fImserver\fR, masqmail connects to the masqdialer server
    1.22  using the value of \fBmserver_iface\fR and asks it whether a connection exists and for the name,
    1.23  which should be the name of the current connection as defined with \fBconnect_route.\fIname\fR.
    1.24  \fBThe mserver detection method is OBSOLETE.\fR