>From 7bc5c976f966d220aa77c89f2d2d8bfffcdfefcf Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 2 Sep 2008 21:40:52 +0200 Subject: [PATCH] doc: order the options of 'who' alphabetically --- doc/coreutils.texi | 50 ++++++++++++++++++++++---------------------------- 1 files changed, 22 insertions(+), 28 deletions(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 3a04176..4e6e2bc 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -12711,29 +12711,7 @@ Print information corresponding to dead processes. @itemx --heading @opindex -H @opindex --heading -Print column headings. - address@hidden -m address@hidden -m -Same as @samp{who am i}. - address@hidden -q address@hidden --count address@hidden -q address@hidden --count -Print only the login names and the number of users logged on. -Overrides all other options. - address@hidden -s address@hidden -s -Ignored; for compatibility with other versions of @command{who}. - address@hidden -u address@hidden -u address@hidden 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 the last minute. address@hidden means the user has been idle for more than 24 hours. +Print a line of column headings. @item -l @itemx --login @@ -12748,11 +12726,9 @@ Attempt to canonicalize hostnames found in utmp through a DNS lookup. This is not the default because it can cause significant delays on systems with automatic dial-up internet access. address@hidden -H address@hidden --heading address@hidden -H address@hidden --heading -Print a line of column headings. address@hidden -m address@hidden -m +Same as @samp{who am i}. @item -p @itemx --process @@ -12760,18 +12736,36 @@ Print a line of column headings. @opindex --process List active processes spawned by init. address@hidden -q address@hidden --count address@hidden -q address@hidden --count +Print only the login names and the number of users logged on. +Overrides all other options. + @item -r @itemx --runlevel @opindex -r @opindex --runlevel Print the current (and maybe previous) run-level of the init process. address@hidden -s address@hidden -s +Ignored; for compatibility with other versions of @command{who}. + @item -t @itemx --time @opindex -t @opindex --time Print last system clock change. address@hidden -u address@hidden -u address@hidden 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 the last minute. address@hidden means the user has been idle for more than 24 hours. + @item -w @itemx -T @itemx --mesg -- 1.5.6.4