Commit 33d40f75 33d40f75ba9d2ba896431035ca5d24fe7cbc558f by Sergey Poznyakoff

Fix docstrings

1 parent c9f168e6
...@@ -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\
......