diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-12-18 19:48:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-12-18 19:48:05 +0000 |
commit | 7852f6d632b42b88a5efea117e232537d62195be (patch) | |
tree | 94c6624bbd8d600fec444aee3ab755b3f70491f3 /usr.sbin/hoststatectl | |
parent | 17ce0ab7b8daa07d5feae21242b94227d554cd50 (diff) |
some initial improvements for the hostated pages;
Diffstat (limited to 'usr.sbin/hoststatectl')
-rw-r--r-- | usr.sbin/hoststatectl/hoststatectl.8 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/usr.sbin/hoststatectl/hoststatectl.8 b/usr.sbin/hoststatectl/hoststatectl.8 index c511bc9da66..af49ee1b338 100644 --- a/usr.sbin/hoststatectl/hoststatectl.8 +++ b/usr.sbin/hoststatectl/hoststatectl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hoststatectl.8,v 1.3 2006/12/16 18:50:33 reyk Exp $ +.\" $OpenBSD: hoststatectl.8,v 1.4 2006/12/18 19:48:04 jmc Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> .\" @@ -33,19 +33,21 @@ daemon. .Pp The following commands are available: .Bl -tag -width Ds -.It Cm show -.It Cm show summary -Show status of services, tables and hosts. +.It Cm show Op Cm summary +Show status of services, tables, and hosts. +The keyword +.Cm summary +is optional. .It Cm service disable Op Ar name | id Disable a service. If it has .Xr pf 4 redirection rules installed, remove them. -Mark the service's main table and - -if applicable - backup table disabled as well. +Mark the service's main table and \(en +if applicable \(en backup table disabled as well. .It Cm service enable Op Ar name | id Enable a service. -Mark the service's main table and - if applicable - backup +Mark the service's main table and \(en if applicable \(en backup table enabled as well. .It Cm table disable Op Ar name | id Disable a table. @@ -72,5 +74,4 @@ Unix-domain socket used for communication with .Xr hostated 8 . .El .Sh SEE ALSO -.Xr hostated.conf 5 , .Xr hostated 8 |