Fix docstrings
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -47,7 +47,7 @@ | ... | @@ -47,7 +47,7 @@ |
47 | 47 | ||
48 | const char *program_version = "mail.remote (" PACKAGE_STRING ")"; | 48 | const char *program_version = "mail.remote (" PACKAGE_STRING ")"; |
49 | static char doc[] = | 49 | static char doc[] = |
50 | N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery\n") | 50 | N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery") |
51 | "\v" | 51 | "\v" |
52 | N_("This is a simple drop-in replacement for sendmail to forward mail directly\n\ | 52 | N_("This is a simple drop-in replacement for sendmail to forward mail directly\n\ |
53 | to an SMTP gateway.\n\ | 53 | to an SMTP gateway.\n\ | ... | ... |
... | @@ -49,7 +49,7 @@ | ... | @@ -49,7 +49,7 @@ |
49 | const char *program_version = "sieve (" PACKAGE_STRING ")"; | 49 | const char *program_version = "sieve (" PACKAGE_STRING ")"; |
50 | 50 | ||
51 | static char doc[] = | 51 | static char doc[] = |
52 | N_("GNU sieve -- a mail filtering tool\n") | 52 | N_("GNU sieve -- a mail filtering tool") |
53 | "\v" | 53 | "\v" |
54 | N_("Debug flags:\n\ | 54 | N_("Debug flags:\n\ |
55 | g - main parser traces\n\ | 55 | g - main parser traces\n\ | ... | ... |
-
Please register or sign in to post a comment