summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-17 17:10:25 +0000
committerJim Meyering <jim@meyering.net>2003-08-17 17:10:25 +0000
commit2a1a23828c41c5ec0fe5ad869ce1dd72255c4d28 (patch)
tree33ff389f2f9427c7626ab451e22a2fb80933ba14 /doc/coreutils.texi
parent485e87fc26137a119a922dee86e5f204f2203028 (diff)
downloadcoreutils-2a1a23828c41c5ec0fe5ad869ce1dd72255c4d28.tar.xz
(who invocation): Begin adding missing option documentation.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 6a660aee8..fa1185bfe 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -10378,6 +10378,38 @@ i}, as in @samp{who am i}.
The program accepts the following options. Also see @ref{Common options}.
@table @samp
+
+@item -a
+@itemx --all
+@opindex -a
+@opindex --all
+Same as @samp{-b -d --login -p -r -t -T -u}.
+
+@item -b
+@itemx --boot
+@opindex -b
+@opindex --boot
+Print the date and time of last system boot.
+
+@item -d
+@itemx --dead
+@opindex -d
+@opindex --dead
+Print information corresponding to dead processes.
+
+@item -H
+@itemx --heading
+@opindex -H
+@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}.