This commit is contained in:
albert
2002-12-09 07:53:09 +00:00
parent 5087f3dbf6
commit b657e7e08a
7 changed files with 20 additions and 9 deletions

View File

@ -57,8 +57,8 @@ static union el *opt_ruid = NULL;
static char *opt_pattern = NULL;
static int
usage (int opt)
static int usage (int opt) NORETURN;
static int usage (int opt)
{
if (i_am_pkill)
fprintf (stderr, "Usage: pkill [-SIGNAL] [-fvx] ");