]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(who invocation): Begin adding missing option documentation.
authorJim Meyering <jim@meyering.net>
Sun, 17 Aug 2003 17:10:25 +0000 (17:10 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 17 Aug 2003 17:10:25 +0000 (17:10 +0000)
doc/coreutils.texi

index 6a660aee8205c838a8b83eedc6c83c9192bbaa79..fa1185bfe8ceab5f29638f3e9f7bc396b83d7cd7 100644 (file)
@@ -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}.