-.\" $OpenBSD: rcctl.8,v 1.22 2015/10/04 13:38:25 ajacoutot Exp $
+.\" $OpenBSD: rcctl.8,v 1.23 2015/10/06 18:35:55 schwarze Exp $
.\"
.\" Copyright (c) 2014 Antoine Jacoutot <ajacoutot@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 4 2015 $
+.Dd $Mdocdate: October 6 2015 $
.Dt RCCTL 8
.Os
.Sh NAME
.Cm user
.Pc :
.Bl -tag -width Ds
-.It Oo Fl df Oc Ar action daemons
+.It Oo Fl df Oc Ar action daemon ...
Run the
.Xr rc.d 8
-.Ar daemons
+.Ar daemon
scripts with the
.Ar action
argument, passing through the specified options, if any.
.It Cm stopped
stopped daemons
.El
-.It Cm order Op Ar daemons
-Move the specified package
-.Ar daemons
-to the beginning of
+.It Cm order Op Ar daemon ...
+Move the specified package daemons to the beginning of
.Va pkg_scripts .
They need to be already enabled.
-If
-.Ar daemons
-is empty, display the current order.
+If no
+.Ar daemon
+is specified, display the current order.
.Pp
The
.Cm order