Index: b/comsat/comsat.c
===================================================================
--- a/comsat/comsat.c	2010-02-28 19:02:50.000000000 +0000
+++ b/comsat/comsat.c	2010-02-28 19:02:57.000000000 +0000
@@ -54,7 +54,7 @@
 #define MAX_TTY_SIZE (sizeof (PATH_TTY_PFX) + sizeof (((UTMP*)0)->ut_line))
 
 const char *program_version = "comsatd (" PACKAGE_STRING ")";
-static char doc[] = "GNU comsatd";
+static char doc[] = N_("GNU comsatd -- the Comsat daemon.");
 static char args_doc[] = N_("\n--test MBOX-URL MSG-QID");
 
 #define OPT_FOREGROUND 256
Index: b/movemail/movemail.c
===================================================================
--- a/movemail/movemail.c	2010-02-28 19:02:50.000000000 +0000
+++ b/movemail/movemail.c	2010-02-28 19:02:57.000000000 +0000
@@ -34,7 +34,7 @@
 #include <muaux.h>
 
 const char *program_version = "movemail (" PACKAGE_STRING ")";
-static char doc[] = N_("GNU movemail");
+static char doc[] = N_("GNU movemail -- move messages across mailboxes.");
 static char args_doc[] = N_("inbox-url destfile [POP-password]");
 
 #define OPT_EMACS 256
