diff options
author | 2014-07-22 07:38:52 +0000 | |
---|---|---|
committer | 2014-07-22 07:38:52 +0000 | |
commit | 0091b43dca1bd9a27b4a46c064bb95de09b81f12 (patch) | |
tree | 6c512d6ae987c14ca4c5f551167fcb59fc963828 | |
parent | use ansi style function declarations (diff) | |
download | wireguard-openbsd-0091b43dca1bd9a27b4a46c064bb95de09b81f12.tar.xz wireguard-openbsd-0091b43dca1bd9a27b4a46c064bb95de09b81f12.zip |
Tweak after recebt rc.securelevel change.
-rw-r--r-- | share/man/man8/rc.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8 index 709d36f0da7..c0d9b1b1247 100644 --- a/share/man/man8/rc.8 +++ b/share/man/man8/rc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.8,v 1.39 2014/07/14 09:21:04 ajacoutot Exp $ +.\" $OpenBSD: rc.8,v 1.40 2014/07/22 07:38:52 ajacoutot Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)rc.8 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: July 14 2014 $ +.Dd $Mdocdate: July 22 2014 $ .Dt RC 8 .Os .Sh NAME @@ -138,7 +138,8 @@ is executed by to start daemons that must be run before the security level changes. Following this, .Nm rc -then sets the security level to '1'. +then sets the security level to '1' if it wasn't set already by +.Nm rc.securelevel . See .Xr securelevel 7 for the effects of setting the security level. |