summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2015-01-07 10:44:14 +0000
committerajacoutot <ajacoutot@openbsd.org>2015-01-07 10:44:14 +0000
commit59a10a9fdecea25722de9d52e79358a3562dd655 (patch)
tree3254e367a1d0fcf2acfc8e7cec510b8c4250a8bf
parentOnly MS IntelliMouse have a Z axis, prevent a false positive triggered (diff)
downloadwireguard-openbsd-59a10a9fdecea25722de9d52e79358a3562dd655.tar.xz
wireguard-openbsd-59a10a9fdecea25722de9d52e79358a3562dd655.zip
Start tweaking a bit.
-rw-r--r--usr.sbin/rcctl/rcctl.820
1 files changed, 14 insertions, 6 deletions
diff --git a/usr.sbin/rcctl/rcctl.8 b/usr.sbin/rcctl/rcctl.8
index fe04521fa74..ed8743bf035 100644
--- a/usr.sbin/rcctl/rcctl.8
+++ b/usr.sbin/rcctl/rcctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rcctl.8,v 1.13 2015/01/06 12:28:56 ajacoutot Exp $
+.\" $OpenBSD: rcctl.8,v 1.14 2015/01/07 10:44:14 ajacoutot 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: January 6 2015 $
+.Dd $Mdocdate: January 7 2015 $
.Dt RCCTL 8
.Os
.Sh NAME
@@ -37,19 +37,25 @@ or a base system or package
in
.Xr rc.conf.local 8
or display its configuration and status.
-For a daemon, it can also change the command line arguments or call its
+For a daemon, it can also change the command line arguments, the running
+user, the
+.Xr rc.d 8
+script timeout or call its
.Xr rc.d 8
.Ar daemon
control script.
.Pp
+The following commands are available:
+.D1
+.Po
.Ar variable
can be one of
.Ar flags ,
.Ar status ,
.Ar timeout
or
-.Ar user .
-The following commands are available:
+.Ar user
+.Pc
.Bl -tag -width Ds
.It Cm enable Ar service | daemon
Alias for
@@ -63,7 +69,9 @@ Display the value of
or
.Ar daemon
variable.
-Without a variable, display all variables with their values in a format
+Without a variable, display all
+.Ar daemon
+variables with their values in a format
compatible with
.Xr rc.conf 8 .
.It Cm set Ar daemon Cm variable Op arguments