--- eject/eject.c.orig 2007-06-27 09:05:19 +0800 +++ eject/eject.c.orig 2007-06-27 09:06:15 +0800 @@ -154,7 +154,7 @@ static const char *partitionDevice[] = { static void usage() { // perror(_("%s: device is `%s'\n")); - fprintf(stderr,_( + printf(_( "Eject version %s by Jeff Tranter (tranter@pobox.com)\n" "Usage:\n" " eject -h -- display command usage and exit\n" @@ -185,7 +185,7 @@ static void usage() ) , version); #ifdef GETOPTLONG - fprintf(stderr,_( + printf(_( "Long options:\n" " -h --help -v --verbose -d --default\n" " -a --auto -c --changerslot -t --trayclose -x --cdspeed\n" @@ -204,7 +204,7 @@ static void usage() " -n --noop -V --version\n" " -p --proc -m --no-unmount -T --traytoggle\n")); #endif /* GETOPTLONG */ - fprintf(stderr,_( + printf(_( "Parameter can be a device file or a mount point.\n" "If omitted, name defaults to `%s'.\n" "By default tries -r, -s, -f, and -q in order until success.\n"),