]> granicus.if.org Git - psmisc/commitdiff
pstree no longer includes termcap.h
authorCraig Small <csmall@users.sourceforge.net>
Wed, 15 Dec 2004 11:15:52 +0000 (11:15 +0000)
committerCraig Small <csmall@users.sourceforge.net>
Wed, 15 Dec 2004 11:15:52 +0000 (11:15 +0000)
ChangeLog
doc/killall.1
src/pstree.c

index 6b7b320c20ed6e5d4ea3a37058e9d8c2738b381e..5d2d54a110b1752e3478e74ef915597ef43091db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@ Changes in 21.6 (not released yet)
        * Symbolic link created properly for pstree.x11 Debian #250096
        * Strange mount points handled better Debian #178972
        * Added Catalan translation
+       * killall can be case insenstive now
+       * Warning in killall.1 about process changing names Debian #187941
+       * Removed include termcap.h to fix RH include problem.
 
 Changes in 21.5
 ===============
index ad22f8a712bf8ad8ee1e894759a384b4406f640d..e44ad31cbbf34e3b32bd658df60ab5e9e649dfba 100644 (file)
@@ -14,6 +14,7 @@ killall \- kill processes by name
 .IR signal ]
 .RB [ \-v , \-\-verbose ]
 .RB [ \-w , \-\-wait ]
+.RB [ \-I , \-\-ignore-case ]
 .RB [ \-V, \-\-version ]
 .RB [ \-\- ]
 .I name ...
@@ -90,6 +91,9 @@ user.
 .PP
 \fBkillall \-w\fP doesn't detect if a process disappears and is replaced by
 a new process with the same PID between scans.
+.PP
+If processes change their name, \fBkillall\fP may not be able to match 
+them correctly.
 .SH AUTHORS
 Werner Almesberger <werner@almesberger.net> wrote the original version
 of psmisc. Since version 20 Craig Small <csmall@small.dropbear.id.au>
index 5f4eec1dda144ae2883fb84d78773844795496f2..50bab044e2a417013bad0f96c3ce74539c369de4 100644 (file)
@@ -18,7 +18,6 @@
 #include <curses.h>
 #include <term.h>
 #include <termios.h>
-#include <termcap.h>
 #include <langinfo.h>
 #include <sys/types.h>
 #include <sys/stat.h>