/[mailutils]/mailutils/dotlock/dotlock.c
ViewVC logotype

Diff of /mailutils/dotlock/dotlock.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by gray, Fri Dec 27 19:31:05 2002 UTC revision 1.7 by gray, Sat Dec 28 08:14:40 2002 UTC
# Line 32  Line 32 
32    
33  const char *argp_program_version = "GNU dotlock (" PACKAGE_STRING ")";  const char *argp_program_version = "GNU dotlock (" PACKAGE_STRING ")";
34  static char doc[] =  static char doc[] =
35  N_("GNU dotlock -- lock mail spool files"  N_("GNU dotlock -- lock mail spool files")
36    "\v"    "\v"
37    "Returns 0 on success, 3 if the locking the file fails because"  N_("Returns 0 on success, 3 if the locking the file fails because"
38    " it's already locked, and 1 if some other kind of error occurred.");     " it's already locked, and 1 if some other kind of error occurred.");
39    /* Note: keep \v excluded from the gettext strings, this way it's more
40       convenient for translators */
41    
42  static char args_doc[] = N_("FILE");  static char args_doc[] = N_("FILE");
43  error_t argp_err_exit_status = MU_DL_EX_ERROR;  error_t argp_err_exit_status = MU_DL_EX_ERROR;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26