summaryrefslogtreecommitdiff
path: root/frm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-09-28 14:13:46 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-09-28 14:13:46 +0300
commit50da8665bad9738fb69f603d9d7d0d2f52d0c0fa (patch)
tree14ea1dd6a254e125629a8ab577b364398676bd02 /frm
parentee2bb525fbfa5e194b3f572642f146a251115aed (diff)
downloadmailutils-50da8665bad9738fb69f603d9d7d0d2f52d0c0fa.tar.gz
mailutils-50da8665bad9738fb69f603d9d7d0d2f52d0c0fa.tar.bz2
Fix program descriptions (docstings).
* config/mailutils-config.c: Terminate docstring with a period. * dotlock/dotlock.c: Likewise. * frm/frm.c: Likewise. * frm/from.c: Likewise. * imap4d/imap4d.c: Likewise. * maidag/maidag.c: Likewise. * pop3d/pop3d.c: Likewise. * readmsg/readmsg.c: Likewise. * sieve/sieve.c: Likewise.
Diffstat (limited to 'frm')
-rw-r--r--frm/frm.c2
-rw-r--r--frm/from.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/frm/frm.c b/frm/frm.c
index a4dc0960f..79ecb7ea7 100644
--- a/frm/frm.c
+++ b/frm/frm.c
@@ -32,7 +32,7 @@ static int align = 0; /* Tidy mode. -t option. */
static int select_attribute;
const char *program_version = "frm (" PACKAGE_STRING ")";
-static char doc[] = N_("GNU frm -- display From: lines");
+static char doc[] = N_("GNU frm -- display From: lines.");
static struct attr_tab {
char *name; /* Attribute name */
diff --git a/frm/from.c b/frm/from.c
index 20c829469..3369fe7e5 100644
--- a/frm/from.c
+++ b/frm/from.c
@@ -23,7 +23,7 @@ char *sender_option;
char *mailbox_name;
const char *program_version = "from (" PACKAGE_STRING ")";
-static char doc[] = N_("GNU from -- display from and subject");
+static char doc[] = N_("GNU from -- display from and subject.");
static struct argp_option options[] = {
{"count", 'c', NULL, 0, N_("just print a count of messages and exit")},

Return to:

Send suggestions and report system problems to the System administrator.