diff options
author | 2010-12-10 20:00:14 +0000 | |
---|---|---|
committer | 2010-12-10 20:00:14 +0000 | |
commit | f0476be6399722e5acce4eb58e6f9312ae5fbd43 (patch) | |
tree | d01809b347c0f2c95418ab3963489adfff9c4fef | |
parent | - don't use memory from the session we've already cleaned in the (diff) | |
download | wireguard-openbsd-f0476be6399722e5acce4eb58e6f9312ae5fbd43.tar.xz wireguard-openbsd-f0476be6399722e5acce4eb58e6f9312ae5fbd43.zip |
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@
-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. |