top: do not refresh like crazy
This commit is contained in:
@@ -40,9 +40,10 @@ static void signal_handler(int signo){
|
||||
/* fprintf() is not reentrant, but we _exit() anyway */
|
||||
fprintf(stderr,
|
||||
"\n\n"
|
||||
"Signal %d caught by ps (%s).\n"
|
||||
"Please send bug reports to <acahalan@cs.uml.edu>\n",
|
||||
"Signal %d (%s) caught by ps (%s).\n"
|
||||
"Please send bug reports to <feedback@lists.sf.net> or <albert@users.sf.net>\n",
|
||||
signo,
|
||||
signal_number_to_name(signo),
|
||||
procps_version
|
||||
);
|
||||
_exit(signo+128);
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 1998-2002 by Albert Cahalan; all rights reserved.
|
||||
* Copyright 1998-2003 by Albert Cahalan; all rights reserved.
|
||||
* This file may be used subject to the terms and conditions of the
|
||||
* GNU Library General Public License Version 2, or any later version
|
||||
* at your option, as published by the Free Software Foundation.
|
||||
|
Reference in New Issue
Block a user