summaryrefslogtreecommitdiff
path: root/posix/getconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/getconf.c')
-rw-r--r--posix/getconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/posix/getconf.c b/posix/getconf.c
index e42b909ed9..7423a77225 100644
--- a/posix/getconf.c
+++ b/posix/getconf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1995 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -61,7 +61,7 @@ static CONST char *program;
static void
DEFUN_VOID(usage)
{
- fprintf (stderr, "Usage: %s variable_name [pathname]\n", program);
+ fprintf (stderr, _("Usage: %s variable_name [pathname]\n"), program);
exit (2);
}
@@ -129,6 +129,6 @@ DEFUN(main, (argc, argv), int argc AND char **argv)
}
}
- fprintf (stderr, "%s: Unrecognized variable `%s'\n", program, argv[1]);
+ fprintf (stderr, _("%s: Unrecognized variable `%s'\n"), program, argv[1]);
exit (2);
}