diff options
author | Ondřej Vašík <ovasik@redhat.com> | 2008-07-02 14:11:05 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-07-04 16:03:50 +0200 |
commit | 5483165b129b1ace218cb20d1a75ddff6ed45488 (patch) | |
tree | fe5a54d2ba23f7548cb72c475c186907685e3c53 /doc | |
parent | 9a4e22d03600c836673033089e396e141c7d1f08 (diff) | |
download | coreutils-5483165b129b1ace218cb20d1a75ddff6ed45488.tar.xz |
doc: describe who's -p, -r, and -t options
* doc/coreutils.texi (who invocation):
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 155ba8d7b..44df6b3e5 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -12710,6 +12710,24 @@ automatic dial-up internet access. @opindex --heading Print a line of column headings. +@item -p +@itemx --process +@opindex -p +@opindex --process +List active processes spawned by init. + +@item -r +@itemx --runlevel +@opindex -r +@opindex --runlevel +Print the current (and maybe previous) run-level of the init process. + +@item -t +@itemx --time +@opindex -t +@opindex --time +Print last system clock change. + @item -w @itemx -T @itemx --mesg |