summaryrefslogtreecommitdiff
path: root/dotlock
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 /dotlock
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 'dotlock')
-rw-r--r--dotlock/dotlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotlock/dotlock.c b/dotlock/dotlock.c
index dd98b6877..09b70fa6f 100644
--- a/dotlock/dotlock.c
+++ b/dotlock/dotlock.c
@@ -35,7 +35,7 @@
const char *program_version = "GNU dotlock (" PACKAGE_STRING ")";
static char doc[] =
-N_("GNU dotlock -- lock mail spool files")
+N_("GNU dotlock -- lock mail spool files.")
"\v"
N_("Returns 0 on success, 3 if locking the file fails because\
it's already locked, and 1 if some other kind of error occurred.");

Return to:

Send suggestions and report system problems to the System administrator.