summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.