diff options
Diffstat (limited to 'usr.bin/login')
-rw-r--r-- | usr.bin/login/login.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index c10a7ca92ff..4035b299364 100644 --- a/usr.bin/login/login.1 +++ b/usr.bin/login/login.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login.1,v 1.28 2009/10/16 12:29:37 martynas Exp $ +.\" $OpenBSD: login.1,v 1.29 2010/12/10 20:00:14 martynas Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)login.1 8.2 (Berkeley) 5/5/94 .\" -.Dd $Mdocdate: October 16 2009 $ +.Dd $Mdocdate: December 10 2010 $ .Dt LOGIN 1 .Os .Sh NAME @@ -70,8 +70,7 @@ The option is used when a user name is specified to indicate that proper authentication has already been done and that no password need be requested. -This option may only be used by the superuser or when an already -logged in user is logging in as themselves. +This option may only be used by the superuser. .It Fl h Ar hostname Specifies the host from which the connection was received. This option may only be used by the superuser. |