Searched hist:47549 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/rlogin/
H A Drlogin.cdiff 47549 Thu May 27 10:58:41 MDT 1999 bde 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).

Completed in 49 milliseconds