-.\" $OpenBSD: rc.d.8,v 1.26 2014/07/22 08:48:07 ajacoutot Exp $
+.\" $OpenBSD: rc.d.8,v 1.27 2015/01/15 09:20:37 ajacoutot Exp $
.\"
.\" Copyright (c) 2011 Robert Nagy, Antoine Jacoutot, Ingo Schwarze
.\" All rights reserved.
.\" (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: July 22 2014 $
+.Dd $Mdocdate: January 15 2015 $
.Dt RC.D 8
.Os
.Sh NAME
.Xr su 1 .
.It Ar daemon Ns _timeout
Maximum time in seconds to wait for the
-.Cm start ,
+.Cm start
+(only if
+.Va rc_bg
+is set),
.Cm stop
and
.Cm reload
actions to return.
+This is only guaranteed with the default
+.Ic rc_start ,
+.Ic rc_stop
+and
+.Ic rc_reload
+functions.
.El
.Pp
To obtain the actual variable names, replace
-.\" $OpenBSD: rc.subr.8,v 1.27 2014/09/22 16:27:03 schwarze Exp $
+.\" $OpenBSD: rc.subr.8,v 1.28 2015/01/15 09:20:37 ajacoutot Exp $
.\"
.\" Copyright (c) 2011 Robert Nagy, Antoine Jacoutot, Ingo Schwarze
.\" All rights reserved.
.\" (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: September 22 2014 $
+.Dd $Mdocdate: January 15 2015 $
.Dt RC.SUBR 8
.Os
.Sh NAME
.Xr su 1 .
.It Va daemon_timeout
Maximum time in seconds to wait for the
-.Cm start ,
+.Cm start
+(only if
+.Va rc_bg
+is set),
.Cm stop
and
.Cm reload
actions to return.
+This is only guaranteed with the default
+.Ic rc_start ,
+.Ic rc_stop
+and
+.Ic rc_reload
+functions.
.It Va daemon_class
Login class to run the daemon with, using
.Xr su 1 .