Commit 3021893d authored by unknown's avatar unknown

Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1

into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
parents db8ea07e 93dcebcf
...@@ -111,10 +111,10 @@ Usage: $0 [-signal] [-?Ift] [--help] pattern ...@@ -111,10 +111,10 @@ Usage: $0 [-signal] [-?Ift] [--help] pattern
Options: -I or -? "info" -f "force" -t "test". Options: -I or -? "info" -f "force" -t "test".
Version 1.0 Version 1.0
Kill processes with matches pattern. Kill processes that match the pattern.
If -f isn't given, ask user for confirmation for each process to kill. If -f isn't given, ask user for confirmation for each process to kill.
If signal isn't given, try first with signal 15 and after that with signal 9. If signal isn't given, try first with signal 15, then with signal 9.
If -t is given the processes is only shown on stdout. If -t is given, the processes are only shown on stdout.
EOF EOF
exit(1); exit(1);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment