summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotlock/dotlock.c8
-rw-r--r--mail.local/main.c18
-rw-r--r--mail.remote/mail.remote.c4
3 files changed, 14 insertions, 16 deletions
diff --git a/dotlock/dotlock.c b/dotlock/dotlock.c
index 9b4b9a87f..bbe592a9a 100644
--- a/dotlock/dotlock.c
+++ b/dotlock/dotlock.c
@@ -32,12 +32,10 @@
const char *argp_program_version = "GNU dotlock (" PACKAGE_STRING ")";
static char doc[] =
-N_("GNU dotlock -- lock mail spool files")
- "\v"
-N_("Returns 0 on success, 3 if the locking the file fails because"
+N_("GNU dotlock -- lock mail spool files"
+ "\v"
+ "Returns 0 on success, 3 if the locking the file fails because"
" it's already locked, and 1 if some other kind of error occurred.");
-/* Note: keep \v excluded from the gettext strings, this way it's more
- convenient for translators */
static char args_doc[] = N_("FILE");
error_t argp_err_exit_status = MU_DL_EX_ERROR;
diff --git a/mail.local/main.c b/mail.local/main.c
index 252e2208d..574b40e8d 100644
--- a/mail.local/main.c
+++ b/mail.local/main.c
@@ -43,15 +43,15 @@ void notify_biff __P((mailbox_t mbox, char *name, size_t size));
const char *argp_program_version = "mail.local (" PACKAGE_STRING ")";
static char doc[] =
-N_("GNU mail.local -- the local MDA")
-"\v"
-N_("Debug flags are:\n"
-" g - guimb stack traces\n"
-" T - mailutil traces (MU_DEBUG_TRACE)\n"
-" P - network protocols (MU_DEBUG_PROT)\n"
-" t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n"
-" l - sieve action logs\n"
-" 0-9 - Set mail.local debugging level\n");
+N_("GNU mail.local -- the local MDA"
+ "\v"
+ "Debug flags are:\n"
+ " g - guimb stack traces\n"
+ " T - mailutil traces (MU_DEBUG_TRACE)\n"
+ " P - network protocols (MU_DEBUG_PROT)\n"
+ " t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n"
+ " l - sieve action logs\n"
+ " 0-9 - Set mail.local debugging level\n");
static char args_doc[] = N_("recipient [recipient ...]");
diff --git a/mail.remote/mail.remote.c b/mail.remote/mail.remote.c
index f38676ecb..0d94304f9 100644
--- a/mail.remote/mail.remote.c
+++ b/mail.remote/mail.remote.c
@@ -42,10 +42,10 @@
const char *argp_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\n"
"\v"
"\n"
-N_("An RFC2822 formatted message is read from stdin and delivered using\n"
+ "An RFC2822 formatted message is read from stdin and delivered using\n"
"the mailer. This utility can be used as a drop-in replacement\n"
"for /bin/sendmail to forward mail directly to an SMTP gateway.\n"
"\n"

Return to:

Send suggestions and report system problems to the System administrator.