From: Jim Meyering Date: Sun, 17 Aug 2003 17:10:25 +0000 (+0000) Subject: (who invocation): Begin adding missing option documentation. X-Git-Tag: v5.0.91~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a1a23828c41c5ec0fe5ad869ce1dd72255c4d28;p=thirdparty%2Fcoreutils.git (who invocation): Begin adding missing option documentation. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 6a660aee82..fa1185bfe8 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}.