summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-10-30 13:07:52 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-10-30 13:07:52 +0000
commit33d40f75ba9d2ba896431035ca5d24fe7cbc558f (patch)
tree08d30fe5740670d2de82086477204b59562daeb4
parentc9f168e6ac2a31c16621a9e8decb1f2137a6b5ca (diff)
downloadmailutils-33d40f75ba9d2ba896431035ca5d24fe7cbc558f.tar.gz
mailutils-33d40f75ba9d2ba896431035ca5d24fe7cbc558f.tar.bz2
Fix docstrings
-rw-r--r--mail.remote/mail.remote.c2
-rw-r--r--sieve/sieve.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail.remote/mail.remote.c b/mail.remote/mail.remote.c
index 783abc10f..949e9aed6 100644
--- a/mail.remote/mail.remote.c
+++ b/mail.remote/mail.remote.c
@@ -47,7 +47,7 @@
const char *program_version = "mail.remote (" PACKAGE_STRING ")";
static char doc[] =
-N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery\n")
+N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery")
"\v"
N_("This is a simple drop-in replacement for sendmail to forward mail directly\n\
to an SMTP gateway.\n\
diff --git a/sieve/sieve.c b/sieve/sieve.c
index d3f8f3690..34804451b 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -49,7 +49,7 @@
const char *program_version = "sieve (" PACKAGE_STRING ")";
static char doc[] =
-N_("GNU sieve -- a mail filtering tool\n")
+N_("GNU sieve -- a mail filtering tool")
"\v"
N_("Debug flags:\n\
g - main parser traces\n\

Return to:

Send suggestions and report system problems to the System administrator.