diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-03-10 15:09:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-03-10 15:09:39 +0000 |
commit | 553aa710e86143b47d019de41dc54166ce3259b0 (patch) | |
tree | d1e1257d5d406f4aba8734defea1aaa8527c1a89 | |
parent | ab5ebde7943d19ac93cec9e9f8843c2185acaf14 (diff) |
tweak previous;
-rw-r--r-- | share/man/man8/rc.subr.8 | 7 |
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. |