From 3a5ffbf1c3b711d1521fe90ef89b0db2950777bb Mon Sep 17 00:00:00 2001 From: schwarze Date: Tue, 6 Oct 2015 18:35:55 +0000 Subject: [PATCH] use ellipsis for arguments that can be repeated; ok ajacoutot@ jmc@ --- usr.sbin/rcctl/rcctl.8 | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/usr.sbin/rcctl/rcctl.8 b/usr.sbin/rcctl/rcctl.8 index a57c924ff7a..b14f1e3bd5a 100644 --- a/usr.sbin/rcctl/rcctl.8 +++ b/usr.sbin/rcctl/rcctl.8 @@ -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 .\" @@ -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 -- 2.20.1