summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2011-03-10 15:09:39 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2011-03-10 15:09:39 +0000
commit553aa710e86143b47d019de41dc54166ce3259b0 (patch)
treed1e1257d5d406f4aba8734defea1aaa8527c1a89
parentab5ebde7943d19ac93cec9e9f8843c2185acaf14 (diff)
tweak previous;
-rw-r--r--share/man/man8/rc.subr.87
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8
index 247c338b935..fad5ed83061 100644
--- a/share/man/man8/rc.subr.8
+++ b/share/man/man8/rc.subr.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rc.subr.8,v 1.12 2011/03/10 10:24:33 ajacoutot Exp $
+.\" $OpenBSD: rc.subr.8,v 1.13 2011/03/10 15:09:38 jmc Exp $
.\"
.\" Copyright (c) 2011 Robert Nagy, Antoine Jacoutot, Ingo Schwarze
.\" All rights reserved.
@@ -136,7 +136,7 @@ Call
Return 0 if the daemon is running or 1 if it is not.
.It Ic start
Check that the service is running by calling
-.Fn rc_check ,
+.Fn rc_check .
If it's not running, call
.Fn rc_pre
if it exists, then
@@ -174,7 +174,8 @@ on the regular expression given in the
.Ar pexp
variable.
.It Ic rc_start
-Start the daemon. Defaults to
+Start the daemon.
+Defaults to
.Va ${rcexec} "${daemon} ${daemon_flags} ${_bg}" .
.It Ic rc_stop
Stop the daemon.