From: Craig Small Date: Sat, 24 Apr 2004 08:40:51 +0000 (+0000) Subject: inode and device types typo fixes and case insensitive X-Git-Tag: v22.11~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e44b7795d14929991ef93bde1305bd09fe90a374;p=psmisc inode and device types typo fixes and case insensitive --- diff --git a/ChangeLog b/ChangeLog index 53049b2..3e87c49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ Changes in 21.5 not-yet-released * Sven Dahl provides a patch for using psmisc with uclibc * Sid flag in options is d not S. SF#791537 + * Fixed typo in checking ss_family SF#845292 + * Lines not truncated using UTF-8 SF Patch: #757164 + * Case insensitve matching with -I flags SF Patch: #740662 + * inode and devices use ino_t and dev_t SF#: 2004-04-05 gettextize diff --git a/doc/killall.1 b/doc/killall.1 index ee8b763..522dcba 100644 --- a/doc/killall.1 +++ b/doc/killall.1 @@ -48,6 +48,8 @@ out). In this case, \fBkillall\fP will kill everything that matches within the first 15 characters. With \fB\-e\fP, such entries are skipped. \fBkillall\fP prints a message for each skipped entry if \fB\-v\fP is specified in addition to \fB\-e\fP, +.IP "\fB\-I\fP, \fB\-\-ignore-case\fP" +Do case insensitive process name match. .IP "\fB\-g\fP, \fB\-\-process-group\fP" Kill the process group to which the process belongs. The kill signal is only sent once per group, even if multiple processes belonging to the same process