masqmail-0.2

changeset 190:fbb3417c1a54 tip

Minor fixes in man pages, reported by lintian(1)
author markus schnalke <meillo@marmaro.de>
date Mon, 29 Aug 2011 19:22:51 +0200
parents bdd343cc4e19
children
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:51:46 2011 +0200
     1.2 +++ b/man/masqmail.conf.5	Mon Aug 29 19:22:51 2011 +0200
     1.3 @@ -170,7 +170,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:51:46 2011 +0200
     2.2 +++ b/man/masqmail.route.5	Mon Aug 29 19:22:51 2011 +0200
     2.3 @@ -80,7 +80,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 -starttls smtp ...'.
     2.8 +Common examples are STARTTLS wrappers, like `openssl \-starttls smtp ...'.
     2.9  
    2.10  If this option is set and a 220 greeting is received though,
    2.11  everything should still work.