]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
(WRITTEN_BY): Rename from AUTHORS.
authorJim Meyering <jim@meyering.net>
Thu, 18 Sep 2003 22:19:03 +0000 (22:19 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 18 Sep 2003 22:19:03 +0000 (22:19 +0000)
Begin each WRITTEN_BY string with `Written by ' and end it with `.'.
Mark each WRITTEN_BY string as translatable.

login-utils/su.c

index 3bcc87abde26a0ee51fc2e4db57da6a98f2500c2..94594b237d350ce867e75e336cab5194a2474d36 100644 (file)
 /* The official name of this program (e.g., no `g' prefix).  */
 #define PROGRAM_NAME "su"
 
-#define AUTHORS "David MacKenzie"
+#define WRITTEN_BY _("Written by David MacKenzie.")
 
 #if HAVE_PATHS_H
 # include <paths.h>
@@ -508,7 +508,7 @@ main (int argc, char **argv)
 
        case_GETOPT_HELP_CHAR;
 
-       case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS);
+       case_GETOPT_VERSION_CHAR (PROGRAM_NAME, WRITTEN_BY);
 
        default:
          usage (EXIT_FAILURE);