History log of /openbsd/usr.bin/rusers/rusers.1 (Results 1 – 17 of 17)
Revision Date Author Comments
# bd58ad09 17-Mar-2016 jmc <jmc@openbsd.org>

simplify previous; ok bentley


# 7220d8ec 17-Mar-2016 bentley <bentley@openbsd.org>

Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.

Previously behaviors were all over the map. This changes them to
use COLUMNS first, and either terminal width or a hardcoded

Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.

Previously behaviors were all over the map. This changes them to
use COLUMNS first, and either terminal width or a hardcoded value
(typically 80) as appropriate.

ok deraadt@; man bits ok jmc@

show more ...


# 826ce532 24-Apr-2014 tedu <tedu@openbsd.org>

rm rwho xr


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# f75387cb 03-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 0a6ac3b9 07-Nov-2001 millert <millert@openbsd.org>

When mixing the -l and -i flags sort on each individual user's
idle time, not the minimum idle tiem of all users on the host.
This makes the -i option much more useful...


# 20e8edac 06-Nov-2001 millert <millert@openbsd.org>

implement missing sorting options


# d670a5c3 01-Nov-2001 millert <millert@openbsd.org>

Major overhaul.

Add protocol version 3 support. To avoid doing two separate broadcasts
(like the solaris client does) we now do the equivalent of clnt_broadcast()
ourselves and send both version 2

Major overhaul.

Add protocol version 3 support. To avoid doing two separate broadcasts
(like the solaris client does) we now do the equivalent of clnt_broadcast()
ourselves and send both version 2 and 3 broadcasts. These are staggered
such that under normal circumstances the version 3 reply will be received
before the version 2 reply (which is what we want). Version 3 support
is important now that we have long user and host names in utmp.

Avoid potential duplicates on multihomed machines by storing all
the addresses we get back from gethostbyaddr(), not just a single
address.

Reduce the timeout from 1 minute to 30 seconds which is closer to
what Solaris uses and is generally more useful.

Check window width and take this into account when formatting lines
in -l mode.

show more ...


# f1ba3473 09-Nov-2000 aaron <aaron@openbsd.org>

Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency

Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.

show more ...


# f885a527 15-Apr-2000 aaron <aaron@openbsd.org>

Mostly punctuation fixes.


# 4aac73a4 23-Mar-2000 aaron <aaron@openbsd.org>

More pedantic man page formatting insanity, lalala


# ad32b772 10-Mar-2000 aaron <aaron@openbsd.org>

Various cleanups and standardization.


# 8cf461a5 05-Mar-2000 aaron <aaron@openbsd.org>

Finish standardizing options list introduction.


# 2e0eb34f 05-Jun-1999 aaron <aaron@openbsd.org>

- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/


# 9e171883 27-Sep-1998 aaron <aaron@openbsd.org>

usr.bin/ man page cleanups, n-s


# 1258a77d 26-Jun-1996 deraadt <deraadt@openbsd.org>

rcsid


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree