diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-15 14:59:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-15 14:59:17 +0000 |
commit | e418d03571481b67cba3f990c21a542e045d0cb0 (patch) | |
tree | 6ec85647d0d0c7e040c59ec966de49fa0dfbc613 /doc | |
parent | c6ee1b3a32912a72ca3003dff42241691eb23039 (diff) | |
download | coreutils-e418d03571481b67cba3f990c21a542e045d0cb0.tar.xz |
(who invocation): Remove documentation for deprecated --idle (-i).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 34e93b485..b35a1569e 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -11477,13 +11477,6 @@ Print information corresponding to dead processes. @opindex --heading Print column headings. -@item -i -@itemx --idle -@opindex -i -@opindex --idle -Include idle time in HOURS:MINUTES, @samp{.} (to indicate -current process), or @samp{old}. - @item -m @opindex -m Same as @samp{who am i}. @@ -11499,16 +11492,12 @@ Overrides all other options. @opindex -s Ignored; for compatibility with other versions of @command{who}. -@item -i @itemx -u -@itemx --idle -@opindex -i @opindex -u -@opindex --idle @cindex idle time After the login time, print the number of hours and minutes that the -user has been idle. @samp{.} means the user was active in last minute. -@samp{old} means the user was idle for more than 24 hours. +user has been idle. @samp{.} means the user was active in the last minute. +@samp{old} means the user has been idle for more than 24 hours. @item -l @itemx --login |