summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rcctl
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2015-10-06 18:35:55 +0000
committerschwarze <schwarze@openbsd.org>2015-10-06 18:35:55 +0000
commit3a5ffbf1c3b711d1521fe90ef89b0db2950777bb (patch)
treed19dbbba8276524e65615440c0216a8e0e462b18 /usr.sbin/rcctl
parentA process should be able to do sigpending for itself (diff)
downloadwireguard-openbsd-3a5ffbf1c3b711d1521fe90ef89b0db2950777bb.tar.xz
wireguard-openbsd-3a5ffbf1c3b711d1521fe90ef89b0db2950777bb.zip
use ellipsis for arguments that can be repeated;
ok ajacoutot@ jmc@
Diffstat (limited to 'usr.sbin/rcctl')
-rw-r--r--usr.sbin/rcctl/rcctl.820
1 files 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 <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