diff options
-rw-r--r-- | usr.sbin/ifstated/ifstated.conf.5 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/ifstated/ifstated.conf.5 b/usr.sbin/ifstated/ifstated.conf.5 index 1978364e653..9d11a38b1d5 100644 --- a/usr.sbin/ifstated/ifstated.conf.5 +++ b/usr.sbin/ifstated/ifstated.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifstated.conf.5,v 1.2 2005/08/09 21:03:53 mpf Exp $ +.\" $OpenBSD: ifstated.conf.5,v 1.3 2005/09/09 20:07:52 jmc Exp $ .\" .\" Copyright (c) 2005 Nikolay Sturm <sturm@openbsd.org> .\" Copyright (c) 2005 Marco Pfatschbacher <mpf@openbsd.org> @@ -110,8 +110,8 @@ keyword. For example: .Bd -literal -offset indent carp_up = "carp0.link.up && carp1.link.up" -net = '( "ping -q -c 1 -w 1 192.168.0.1 > /dev/null" every 10 && \\ - ping -q -c 1 -w 1 192.168.0.2 > /dev/null" every 10 )' +net = '( "ping -q -c 1 -w 1 192.168.0.1 > /dev/null" every 10 && \e + "ping -q -c 1 -w 1 192.168.0.2 > /dev/null" every 10 )' .Ed .Sh TESTS AND EVENTS .Xr ifstated 8 @@ -196,7 +196,6 @@ state = "state" string "{" stateopt_list "}" stateopt_list = stateopt [ stateopt_list ] stateopt = init | action init = "init" action_block - .Ed .Sh FILES .Bl -tag -width "/etc/ifstated.conf" -compact |