From: Craig Small Date: Sun, 4 Nov 2007 06:04:51 +0000 (+0000) Subject: Minor fix in fuser includes X-Git-Tag: v22.11~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04902fece30d0c28a3fed9bb028bd32779b1c2b0;p=psmisc Minor fix in fuser includes --- diff --git a/ChangeLog b/ChangeLog index 04df2ab..26e6b68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Changes in ?? ============= +2007-08-09 Craig Small + * killall.1 mentions you can use -SIGxxx as well as just -XXX for signal + Debian #431082 + 2007-07-04 Tomas Smetana * Added support for PPC architecture for peekfd diff --git a/doc/killall.1 b/doc/killall.1 index ce1f34b..61951fe 100644 --- a/doc/killall.1 +++ b/doc/killall.1 @@ -1,4 +1,4 @@ -.TH KILLALL 1 2004-11-09 "Linux" "User Commands" +.TH KILLALL 1 2007-08-09 "Linux" "User Commands" .SH NAME killall \- kill processes by name .SH SYNOPSIS @@ -33,8 +33,8 @@ killall \- kill processes by name sends a signal to all processes running any of the specified commands. If no signal name is specified, SIGTERM is sent. .PP -Signals can be specified either by name (e.g. \fB\-HUP\fP) or by number -(e.g. \fB\-1\fP) or by option \fB-s\fP. +Signals can be specified either by name (e.g. \fB\-HUP\fP or \fB-SIGHUP\fP ) +or by number (e.g. \fB\-1\fP) or by option \fB-s\fP. .PP If the command name is not regular expression (option \fB-r\fP) and contains a slash (\fB/\fP), processes executing that diff --git a/src/peekfd.c b/src/peekfd.c index 9262304..4c3a570 100644 --- a/src/peekfd.c +++ b/src/peekfd.c @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include #include