From: Craig Small Date: Wed, 15 Dec 2004 11:15:52 +0000 (+0000) Subject: pstree no longer includes termcap.h X-Git-Tag: v22.11~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d54b1c2a6660555e393fb641e0fd43e159c43e5b;p=psmisc pstree no longer includes termcap.h --- diff --git a/ChangeLog b/ChangeLog index 6b7b320..5d2d54a 100644 --- 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 =============== diff --git a/doc/killall.1 b/doc/killall.1 index ad22f8a..e44ad31 100644 --- a/doc/killall.1 +++ b/doc/killall.1 @@ -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 wrote the original version of psmisc. Since version 20 Craig Small diff --git a/src/pstree.c b/src/pstree.c index 5f4eec1..50bab04 100644 --- a/src/pstree.c +++ b/src/pstree.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include