freebsd-dev/usr.bin/rlogin
Bruce Evans ca4449cf8c Fixed usage message to almost match the man page. The old -d option and
the new -i option were missing.

Fixed style bugs in previous commit:
(1) initialisation of a local variable in its declaration.
(2) inconsistency of (1) with style of nearby code.
(3) disorder of declaration for (1).
(4) a line longer than 80 characters.
(5) bitrot in the printf() -> err() cleanups to help bloat the line in (4).
1999-05-27 12:58:41 +00:00
..
Makefile Use KJH's auth.conf parser to turn on/off Kerberos in userland. 1998-10-09 06:47:57 +00:00
rlogin.1 Add a -i localname switch (restricted to root) to specify a different 1999-05-25 11:14:33 +00:00
rlogin.c Fixed usage message to almost match the man page. The old -d option and 1999-05-27 12:58:41 +00:00