=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/login/login.1,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- src/usr.bin/login/login.1 2005/06/02 07:51:37 1.24 +++ src/usr.bin/login/login.1 2007/03/26 14:29:37 1.25 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login.1,v 1.24 2005/06/02 07:51:37 jmc Exp $ +.\" $OpenBSD: login.1,v 1.25 2007/03/26 14:29:37 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -39,8 +39,8 @@ .Nm login .Op Fl fp .Op Fl h Ar hostname -.Op Fl L Ar local-ip-address -.Op Fl R Ar remote-ip-address +.Op Fl L Ar local-ip +.Op Fl R Ar remote-ip .Op Fl u Ar username .Op Ar user .Sh DESCRIPTION @@ -75,7 +75,7 @@ .It Fl h Ar hostname Specifies the host from which the connection was received. This option may only be used by the superuser. -.It Fl L +.It Fl L Ar local-ip The .Fl L option specifies the local IP address of a socket. @@ -88,7 +88,7 @@ The .Fl p option disables this behavior. -.It Fl R +.It Fl R Ar remote-ip The .Fl R option specifies the remote IP address of a socket. @@ -211,8 +211,6 @@ message-of-the-day .It Pa /etc/nologin disallows logins -.It Pa /var/run/utmp -current logins .It Pa /var/log/failedlogin failed login account records .It Pa /var/log/lastlog @@ -221,6 +219,8 @@ login account records .It Pa /var/mail/user system mailboxes +.It Pa /var/run/utmp +current logins .It Pa \&.hushlogin makes login quieter .El