diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-12-16 11:48:39 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-12-16 11:48:39 +0000 |
commit | 319dc70a11cfb560818c33b6c310d8b68a825ae6 (patch) | |
tree | ed5a5ffd7650ebcd9ba3df2f1be8e02b33d39013 /usr.sbin/relayctl | |
parent | 40435664ebf23fa4a24a268ae284e5603dbb002b (diff) |
new sentence, new line
Diffstat (limited to 'usr.sbin/relayctl')
-rw-r--r-- | usr.sbin/relayctl/relayctl.8 | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/usr.sbin/relayctl/relayctl.8 b/usr.sbin/relayctl/relayctl.8 index 4a5e8c14b90..18038c6c368 100644 --- a/usr.sbin/relayctl/relayctl.8 +++ b/usr.sbin/relayctl/relayctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayctl.8,v 1.1 2006/12/16 11:45:07 reyk Exp $ +.\" $OpenBSD: relayctl.8,v 1.2 2006/12/16 11:48:38 reyk Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> .\" @@ -37,26 +37,33 @@ The following commands are available: .It Cm show summary Show status of services, tables and hosts. .It Cm service disable id -Disable a service. If it has +Disable a service. +If it has .Xr pf 4 -redirection rules installed, remove them. Mark the service's main table and - +redirection rules installed, remove them. +Mark the service's main table and - if applicable - backup table disabled as well. .It Cm service enable id -Enable a service. Mark the service's main table and - if applicable - backup +Enable a service. +Mark the service's main table and - if applicable - backup table enabled as well. .It Cm table disable id -Disable a table. Consider all hosts disabled. If it is a -main table of a service which has a non-empty backup table, +Disable a table. +Consider all hosts disabled. +If it is a main table of a service which has a non-empty backup table, swap the contents of the .Xr pf 4 table with those of the backup table. .It Cm table enable id -Enable a table. Start doing checks for all hosts that aren't -individually disabled again. +Enable a table. +Start doing checks for all hosts that aren't individually disabled +again. .It Cm host disable id -Disable a host. Treat it as though it were always down. +Disable a host. +Treat it as though it were always down. .It Cm host enable id -Enable the host. Start checking its health again. +Enable the host. +Start checking its health again. .El .Sh FILES .Bl -tag -width "/var/run/hostated.sockXX" -compact |