summaryrefslogtreecommitdiff
path: root/dotlock
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-09-10 12:48:15 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-09-10 12:48:15 +0000
commit1491b258c75b403d3f68897a639ee6d290f0fb67 (patch)
tree6bc5771a687640baacfefa18ff21c9a75aa138fe /dotlock
parenta104de8d21b41fe28555317e552e77b6265f8ddc (diff)
downloadmailutils-1491b258c75b403d3f68897a639ee6d290f0fb67.tar.gz
mailutils-1491b258c75b403d3f68897a639ee6d290f0fb67.tar.bz2
Reformat argp docstring in accordance with the new argp guidelines. Remove unneeded translators comment.
Diffstat (limited to 'dotlock')
-rw-r--r--dotlock/dotlock.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/dotlock/dotlock.c b/dotlock/dotlock.c
index 9049532b4..e56973667 100644
--- a/dotlock/dotlock.c
+++ b/dotlock/dotlock.c
@@ -33,11 +33,9 @@
const char *program_version = "GNU dotlock (" PACKAGE_STRING ")";
static char doc[] =
-/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
- in this message */
-N_("GNU dotlock -- lock mail spool files\
-\v\
-Returns 0 on success, 3 if locking the file fails because\
+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.");
static char args_doc[] = N_("FILE");

Return to:

Send suggestions and report system problems to the System administrator.