]> granicus.if.org Git - psmisc/commitdiff
Minor fix in fuser includes
authorCraig Small <csmall@users.sourceforge.net>
Sun, 4 Nov 2007 06:04:51 +0000 (06:04 +0000)
committerCraig Small <csmall@users.sourceforge.net>
Sun, 4 Nov 2007 06:04:51 +0000 (06:04 +0000)
ChangeLog
doc/killall.1
src/peekfd.c

index 04df2ab9127141606aa705b32e19667192b3bf46..26e6b68c12ff33512ddfc11af73bb03da866e5e9 100644 (file)
--- 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
 
index ce1f34b1cbea99dc6b550a11df0a16d511463185..61951fe3d806cb49336163d5aa3fdd61698e72e0 100644 (file)
@@ -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
index 9262304c98523078c7fa1b4134d2bc4e952db71e..4c3a570cb6ca9a084f73bcf2defb0d9f65a1a34a 100644 (file)
@@ -29,7 +29,7 @@
 #include <sys/syscall.h>
 #include <byteswap.h>
 #include <endian.h>
-#include <linux/user.h>
+#include <sys/user.h>
 #include <stdlib.h>
 #include <getopt.h>
 #include <ctype.h>