diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-09-23 10:14:27 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-09-23 10:14:27 +0000 |
commit | 0e4d91bd31869b6f67e9284e1de3d470e10a3156 (patch) | |
tree | 25d90813148cd22f3c5ea19061e5b4dfaa2a6c6e /timezone | |
parent | 787b20e995af2c10ffa8fc116a071cba7d2ed065 (diff) | |
download | glibc-0e4d91bd31869b6f67e9284e1de3d470e10a3156.tar glibc-0e4d91bd31869b6f67e9284e1de3d470e10a3156.tar.gz glibc-0e4d91bd31869b6f67e9284e1de3d470e10a3156.tar.bz2 glibc-0e4d91bd31869b6f67e9284e1de3d470e10a3156.zip |
Updated to fedora-glibc-20060923T0946cvs/fedora-glibc-2_4_90-34
Diffstat (limited to 'timezone')
-rw-r--r-- | timezone/zdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timezone/zdump.c b/timezone/zdump.c index 45ce64157c..d525da1bae 100644 --- a/timezone/zdump.c +++ b/timezone/zdump.c @@ -389,7 +389,7 @@ _("%s: usage is %s [ --version ] [ -v ] [ -c [loyear,]hiyear ] zonename ...\n"), } if (fflush(stdout) || ferror(stdout)) { (void) fprintf(stderr, "%s: ", progname); - (void) perror(_("Error writing standard output")); + (void) perror(_("Error writing to standard output")); exit(EXIT_FAILURE); } exit(EXIT_SUCCESS); |