[BACK]Return to login.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / login

Diff for /src/usr.bin/login/login.1 between version 1.25 and 1.26

version 1.25, 2007/03/26 14:29:37 version 1.26, 2007/04/02 07:01:33
Line 39 
Line 39 
 .Nm login  .Nm login
 .Op Fl fp  .Op Fl fp
 .Op Fl h Ar hostname  .Op Fl h Ar hostname
 .Op Fl L Ar local-ip  .Op Fl L Ar local-addr
 .Op Fl R Ar remote-ip  .Op Fl R Ar remote-addr
 .Op Fl u Ar username  .Op Fl u Ar username
 .Op Ar user  .Op Ar user
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 75 
Line 75 
 .It Fl h Ar hostname  .It Fl h Ar hostname
 Specifies the host from which the connection was received.  Specifies the host from which the connection was received.
 This option may only be used by the superuser.  This option may only be used by the superuser.
 .It Fl L Ar local-ip  .It Fl L Ar local-addr
 The  The
 .Fl L  .Fl L
 option specifies the local IP address of a socket.  option specifies the local address of a socket.
 This information is passed on to any classify script (see  This information is passed on to any classify script (see
 .Xr login.conf 5 ) .  .Xr login.conf 5 ) .
 .It Fl p  .It Fl p
Line 88 
Line 88 
 The  The
 .Fl p  .Fl p
 option disables this behavior.  option disables this behavior.
 .It Fl R Ar remote-ip  .It Fl R Ar remote-addr
 The  The
 .Fl R  .Fl R
 option specifies the remote IP address of a socket.  option specifies the remote address of a socket.
 This information is passed on to any classify script (see  This information is passed on to any classify script (see
 .Xr login.conf 5 ) .  .Xr login.conf 5 ) .
 .It Fl u Ar username  .It Fl u Ar username

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26