use ellipsis for arguments that can be repeated;
authorschwarze <schwarze@openbsd.org>
Tue, 6 Oct 2015 18:35:55 +0000 (18:35 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 6 Oct 2015 18:35:55 +0000 (18:35 +0000)
ok ajacoutot@ jmc@

usr.sbin/rcctl/rcctl.8

index a57c924..b14f1e3 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $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>
 .\"
@@ -14,7 +14,7 @@
 .\" 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
@@ -58,10 +58,10 @@ or
 .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.
@@ -102,15 +102,13 @@ running daemons
 .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