diff options
author | Jim Meyering <jim@meyering.net> | 2002-05-01 06:51:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-05-01 06:51:55 +0000 |
commit | 8bbc4ca7ec34e564e0ce35fff5a61ff5bcc11579 (patch) | |
tree | c3f037f0c084e92051307e9b4bd84094b93487dc /old/sh-utils | |
parent | 56130b32315db36445e67c41e5a67ee5b1aa824d (diff) | |
download | coreutils-8bbc4ca7ec34e564e0ce35fff5a61ff5bcc11579.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 8a09a22ed..1e3f69372 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,6 +1,10 @@ Changes in release 2.1 [2.0.12] * kill: new program +* who accepts new options: --all (-a), --boot (-b), --dead (-d), --login, + --process (-p), --runlevel (-r), --short (-s), --time (-t), --users (-u). + The -u option now produces POSIX-specified results and is the same as + the long option `--users'. --idle is no longer the same as -u. * The following changes apply on systems conforming to POSIX 1003.1-2001, and are required by the new POSIX standard: - `date -I' is no longer supported. Instead, use `date --iso-8601'. |