diff options
author | tjr <tjr@FreeBSD.org> | 2002-06-04 09:52:30 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-06-04 09:52:30 +0000 |
commit | f91c8f40be0986622f27dff87bd398261ee82d38 (patch) | |
tree | 492be9c005b52f2a0017cb8bb478acbc72f78a69 /usr.bin/who/who.1 | |
parent | f577e81d49fdd18efca5e4b8766665ed3535fc3f (diff) | |
download | FreeBSD-src-f91c8f40be0986622f27dff87bd398261ee82d38.zip FreeBSD-src-f91c8f40be0986622f27dff87bd398261ee82d38.tar.gz |
Respect the setting of the COLUMNS environment variable, use it instead of
the TTY width obtained by ioctl() when set & non-null. (SUSv3)
Diffstat (limited to 'usr.bin/who/who.1')
-rw-r--r-- | usr.bin/who/who.1 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1 index d2d93f0..d84a24c 100644 --- a/usr.bin/who/who.1 +++ b/usr.bin/who/who.1 @@ -118,6 +118,19 @@ or one of the special characters '|', '}' and '~'. Logouts produce an output line without any user name. For more information on the special characters, see .Xr utmp 5 . +.Sh ENVIRONMENT +The following environment variables affect the execution of +.Nm : +.Bl -tag -width ".Ev COLUMNS" +.It Ev COLUMNS +If set, specifies the user's preferred output width in column positions. +This is used when the +.Fl q +option is specified to calculate how many user names to display per line. +By default, +.Nm +attempts to automatically determine the terminal width. +.El .Sh FILES .Bl -tag -width /var/log/wtmp.[0-6] -compact .It Pa /var/run/utmp |