]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Attempt to implement who -a.
authorEd Schouten <ed@FreeBSD.org>
Sat, 11 Feb 2012 21:49:23 +0000 (21:49 +0000)
committerEd Schouten <ed@FreeBSD.org>
Sat, 11 Feb 2012 21:49:23 +0000 (21:49 +0000)
commit79625d00a29291807039192671e0dee5020e43d8
treec883665f1510635a0138b03c67dd17d7d59f45b9
parentc0b3cf0676b6dbfa5c9f580af9f083eb0c0263f2
Attempt to implement who -a.

According to POSIX, -a is equal to -bdlprtTu.  It seems this is not true
in practice, as -b normally restricts the output to BOOT_TIME entries
and all implementations that I know of don't.
usr.bin/who/who.1
usr.bin/who/who.c