Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 1999 05:58:45 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/rlogin rlogin.c
Message-ID:  <199905271258.FAA50734@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/05/27 05:58:45 PDT

  Modified files:
    usr.bin/rlogin       rlogin.c 
  Log:
  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).
  
  Revision  Changes    Path
  1.20      +9 -12     src/usr.bin/rlogin/rlogin.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905271258.FAA50734>