From 69671cdbbd835a999c456b058abd128078e6157f Mon Sep 17 00:00:00 2001 From: jmc Date: Sat, 24 Oct 2015 17:08:36 +0000 Subject: [PATCH] some minor tweaks; ok ajacoutot --- usr.sbin/rcctl/rcctl.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.sbin/rcctl/rcctl.8 b/usr.sbin/rcctl/rcctl.8 index 254d2b23712..6fc11612c9f 100644 --- a/usr.sbin/rcctl/rcctl.8 +++ b/usr.sbin/rcctl/rcctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcctl.8,v 1.25 2015/10/24 13:57:24 ajacoutot Exp $ +.\" $OpenBSD: rcctl.8,v 1.26 2015/10/24 17:08:36 jmc Exp $ .\" .\" Copyright (c) 2014 Antoine Jacoutot .\" @@ -28,7 +28,7 @@ .Op Fl df .Ar action daemon ... .Nm rcctl -.Cm disable|enable|order +.Cm disable Ns | Ns Cm enable Ns | Ns Cm order .Op Ar daemon ... .Nm rcctl .Cm ls @@ -73,10 +73,10 @@ scripts with the argument, passing through the specified options, if any. .It Cm disable Ar service ... | daemon ... Alias for -.Dq Cm set Ar service | daemon Cm status off . +.Cm set Ar service Ns | Ns Ar daemon Cm status off . .It Cm enable Ar service ... | daemon ... Alias for -.Dq Cm set Ar service | daemon Cm status on . +.Cm set Ar service Ns | Ns Ar daemon Cm status on . .It Cm get Ar service | daemon Op Ar variable Display the value of .Ar service -- 2.20.1