masqmail

changeset 337:fe00f7952a7c

Minor fixes in man pages, reported by lintian(1)
author markus schnalke <meillo@marmaro.de>
date Mon, 29 Aug 2011 19:32:38 +0200
parents 2d4aa516ba0e
children 75f4a5676808
files man/masqmail.conf.5 man/masqmail.route.5
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/man/masqmail.conf.5	Sat Aug 27 18:38:55 2011 +0200
     1.2 +++ b/man/masqmail.conf.5	Mon Aug 29 19:32:38 2011 +0200
     1.3 @@ -179,7 +179,7 @@
     1.4  
     1.5  You can set this to "localhost:25;foo:25" if your hostname is `foo'.
     1.6  
     1.7 -Note that the names are resolved to IP addreses.
     1.8 +Note that the names are resolved to IP addresses.
     1.9  If your host has different names which resolve to the same IP,
    1.10  use only one of them, otherwise you will get an error message.
    1.11  
     2.1 --- a/man/masqmail.route.5	Sat Aug 27 18:38:55 2011 +0200
     2.2 +++ b/man/masqmail.route.5	Mon Aug 29 19:32:38 2011 +0200
     2.3 @@ -158,7 +158,7 @@
     2.4  after opening the connection.
     2.5  Instead it says EHLO right away (ESMTP is assumed).
     2.6  Use this option with wrappers that eat the 220 greeting of the SMTP server.
     2.7 -Common examples are STARTTLS wrappers, like `openssl s_client -starttls smtp ...'.
     2.8 +Common examples are STARTTLS wrappers, like `openssl s_client \-starttls smtp ...'.
     2.9  
    2.10  If this option is set and a 220 greeting is received though,
    2.11  everything should still work.