diff options
author | Andreas Beckmann <anbe@debian.org> | 2014-02-15 20:52:48 +0100 |
---|---|---|
committer | Andreas Beckmann <anbe@debian.org> | 2014-02-15 20:52:48 +0100 |
commit | 8d0449553d4388fa5429ba6a678879cea2b16a06 (patch) | |
tree | 293b57f6f7d7114117033cc547e8c4f5d414e744 | |
parent | 60cf633d672c0a3f693528b243e887b72bee4292 (diff) | |
download | sendmail-8d0449553d4388fa5429ba6a678879cea2b16a06.tar.gz |
fix manpage problems reported by lintian
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/examples/checksendmail/checksendmail.8 | 1 | ||||
-rw-r--r-- | debian/local/sendmailconfig.8 | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 5e1a756..a69dcf3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ sendmail (8.14.4-4.2) UNRELEASED; urgency=low * sendmail-base.postrm: Do not mess with conffiles and other shipped files during purge. (Closes: #736982) * Switch to debhelper compat level 9. + * Fix some problems reported by lintian. -- Andreas Beckmann <anbe@debian.org> Sat, 19 Oct 2013 02:41:51 +0200 diff --git a/debian/examples/checksendmail/checksendmail.8 b/debian/examples/checksendmail/checksendmail.8 index 229f229..f15478f 100644 --- a/debian/examples/checksendmail/checksendmail.8 +++ b/debian/examples/checksendmail/checksendmail.8 @@ -15,7 +15,6 @@ .Op Fl l Ar log_file .Op Fl r Ar resolve .Op Fl T Ar test.address - .Sh DESCRIPTION .Pp The diff --git a/debian/local/sendmailconfig.8 b/debian/local/sendmailconfig.8 index b2cd52c..95d289b 100644 --- a/debian/local/sendmailconfig.8 +++ b/debian/local/sendmailconfig.8 @@ -2,7 +2,7 @@ .SH NAME sendmailconfig \- configure sendmail for Debian systems .SH SYNOPSIS -sendmailconfig [--no-reload] +sendmailconfig [\-\-no\-reload] .SH DESCRIPTION .B sendmailconfig is used to simplify the configuration of sendmail(8) for use on Debian @@ -14,14 +14,14 @@ in order to create a working sendmail configuration which will be written to the file /etc/mail/sendmail.cf. .PP For advanced configurations, you can modify the sendmail.mc file before -generating sendmail.cf. Future invokations of +generating sendmail.cf. Future invocations of .B sendmailconfig will preserve these changes provided they are made at the end of the file. .PP Normally .B sendmailconfig will ask if you want to reload sendmail after making changes to its -configuration. The --no-reload option will avoid this question. +configuration. The \-\-no\-reload option will avoid this question. .SH FILES .TP /etc/mail/sendmail.mc |