diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-09 20:07:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-09 20:07:53 +0000 |
commit | 55b525c75863613cedb28e4a8a14d47469b758d1 (patch) | |
tree | 88703ffae03c2ba90494412f8189b8e865b82c6d | |
parent | 6b8a8334e1ba72992bc8de70c89e4c402c161511 (diff) |
missing quote in an example;
from xavier venient;
while i'm in here, remove a blank line that serves no purpose;
-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 |