rh analysis #2: tload

http://www.freelists.org/post/procps/Scan-results,5
This commit is contained in:
Jim Warner 2011-10-18 03:43:25 -05:00 committed by Sami Kerola
parent 3f75390563
commit 9408b9721b

View File

@ -87,7 +87,7 @@ int main(int argc, char **argv)
if (argc > optind) {
if ((fd = open(argv[optind], 1)) == -1) {
perror(argv[optind]);
perror("tty");
exit(1);
}
}