diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-01 02:12:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-01 02:12:18 +0000 |
commit | 173606dfc6e373be16e2596ea50cb4ecd2849a6a (patch) | |
tree | 48dbe2e682c558eb6e3f69db44e984f6f445ac4d /doc | |
parent | 3d061807bb463db8541e7b9af91dccf7d089ad83 (diff) | |
download | coreutils-173606dfc6e373be16e2596ea50cb4ecd2849a6a.tar.xz |
Describe who's --lookup option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sh-utils.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index 556f0aea9..488cded5b 100644 --- a/doc/sh-utils.texi +++ b/doc/sh-utils.texi @@ -2038,6 +2038,14 @@ After the login time, print the number of hours and minutes that the user has been idle. @samp{.} means the user was active in last minute. @samp{old} means the user was idle for more than 24 hours. +@item -l +@itemx --lookup +@opindex -l +@opindex --lookup +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. + @item -H @itemx --heading @opindex -H |