From: Craig Small Date: Fri, 28 Oct 2011 23:53:16 +0000 (+1100) Subject: Fixed minor older/younger typo in killall.1 X-Git-Tag: v22.15~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aedf72e372f116af0a9955874d698a76bffc7638;p=psmisc Fixed minor older/younger typo in killall.1 --- diff --git a/ChangeLog b/ChangeLog index 9a953ff..03b6516 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,12 @@ Changes in 22.15 ================ - * Really apply patch for SF#31110178 RH#651794 + * Really apply patch for SF#31110178 RH#651794, SF#3317431 * Conditionally use fork before stat calls SF#3427522 * Patch from Corrina Vinschen for compiling on cygwin * Use ENOENT not EBADE for FreeBSD Debian #631566 * Fix prstat typos - * Stop zombies by using waitpid Ubuntu #876387 by Peter Holik + * Stop zombies by using waitpid Ubuntu #876387 by Peter Holik, SF#3429674 + * Fixed minor older/younger typo in killall.1 thanks to Maikel Linke Changes in 22.14 ================ diff --git a/doc/killall.1 b/doc/killall.1 index ed6c278..817328f 100644 --- a/doc/killall.1 +++ b/doc/killall.1 @@ -91,7 +91,7 @@ any of the killed processes still exist and only returns if none are left. Note that \fBkillall\fP may wait forever if the signal was ignored, had no effect, or if the process stays in zombie state. .IP "\fB\-y\fP, \fB\-\-younger\-than\fP" -Match only processes that are older (started after) the time specified. +Match only processes that are younger (started after) the time specified. The time is specified as a float then a unit. The units are s,m,h,d,w,M,y for seconds, minutes, hours, days, weeks, Months and years respectively. .IP "\fB\-Z\fP, \fB\-\-context\fP"