summaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-03-10 16:49:49 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-03-10 16:49:49 +0000
commitf476f73f3b8e7e58878b4ccd7de725187c76d41f (patch)
tree1b417dae13de55f46b3d97cb5c454b25f79181d9 /share/man/man8
parent553aa710e86143b47d019de41dc54166ce3259b0 (diff)
Changing daemon_flags on already running processes can make any kind of
action fail, not just reload and stop. ok sthen@
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/rc.d.88
1 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man8/rc.d.8 b/share/man/man8/rc.d.8
index 30feb57da65..39435ab4c7a 100644
--- a/share/man/man8/rc.d.8
+++ b/share/man/man8/rc.d.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rc.d.8,v 1.4 2011/03/06 07:03:49 ajacoutot Exp $
+.\" $OpenBSD: rc.d.8,v 1.5 2011/03/10 16:49:48 ajacoutot Exp $
.\"
.\" Copyright (c) 2011 Robert Nagy, Antoine Jacoutot, Ingo Schwarze
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 6 2011 $
+.Dd $Mdocdate: March 10 2011 $
.Dt RC.D 8
.Os
.Sh NAME
@@ -114,7 +114,5 @@ Changing flag values in
will change the corresponding pattern used with
.Xr pkill 1 ,
so that
-.Ar stop
-or
-.Ar reload
+.Ar actions
may not work on already running processes.