top: do not refresh like crazy

This commit is contained in:
albert
2003-03-17 23:42:00 +00:00
parent 7775a65c4d
commit 1351592110
10 changed files with 49 additions and 25 deletions

View File

@@ -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);

View File

@@ -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.