summaryrefslogtreecommitdiff
path: root/usr.bin/login
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2010-12-10 20:00:15 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2010-12-10 20:00:15 +0000
commit64938feff0095451052f1f5efef2efe89ffbd395 (patch)
treeb9fea30c39aadca889eb628f4c90e8895ae2ecce /usr.bin/login
parent70f0db634881a3e075808a47ce9313ddf9834323 (diff)
stating that -f may be used by users is wrong, since that would
just execute su in login emulation mode. from MERIGHI Marcus. ok millert@, otto@, jmc@
Diffstat (limited to 'usr.bin/login')
-rw-r--r--usr.bin/login/login.17
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.