diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-05-31 17:43:23 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-05-31 17:43:23 +0000 |
commit | a38c012fff155fedb103a8ce6792a810fe878f55 (patch) | |
tree | 0b38f747613c42a1ea28f731c06d06ca3f7b4355 /sbin/init/init.8 | |
parent | bc8362e4ef1c185f7c1d9aec69d91f269c97d4e2 (diff) |
clarify "secure" flag in /etc/ttys
Diffstat (limited to 'sbin/init/init.8')
-rw-r--r-- | sbin/init/init.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 95c5d8dee5e..385cd9569b6 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: init.8,v 1.16 1999/05/23 14:11:15 aaron Exp $ +.\" $OpenBSD: init.8,v 1.17 1999/05/31 17:43:22 millert Exp $ .\" $NetBSD: init.8,v 1.6 1995/03/18 14:56:31 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -77,9 +77,9 @@ If the .Ar console entry in the .Xr ttys 5 -file is marked -.Dq insecure , -then +file does not contain the +.Dq secure +flag, then .Nm will require that the super-user password be entered before the system will start a single-user shell. |