summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifconfig.8
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-06-27 21:04:00 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-06-27 21:04:00 +0000
commitecf49c7fa3d9dd632ffaa88832f9578c3086b13c (patch)
tree988e0db9ebfbeafcf410b29d5051cd37f4904c48 /sbin/ifconfig/ifconfig.8
parente963833932969600906ffe5fcc0734bbc0353a51 (diff)
tweak previous; ok claudio
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r--sbin/ifconfig/ifconfig.810
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 7153b03752c..1b8a957fb16 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ifconfig.8,v 1.203 2010/06/26 19:51:12 claudio Exp $
+.\" $OpenBSD: ifconfig.8,v 1.204 2010/06/27 21:03:59 jmc Exp $
.\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $
.\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $
.\"
@@ -31,7 +31,7 @@
.\"
.\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94
.\"
-.Dd $Mdocdate: June 26 2010 $
+.Dd $Mdocdate: June 27 2010 $
.Dt IFCONFIG 8
.Os
.Sh NAME
@@ -1400,7 +1400,7 @@ for a complete list of the available protocols,
.Bk -words
.Ar tunnel-interface
.Op Cm deletetunnel Ar src_address dest_address
-.Op Oo Fl Oc Ns Cm keepalive Ar period Ar count
+.Op Oo Fl Oc Ns Cm keepalive Ar period count
.Op Cm tunnel Ar src_address dest_address
.Op Cm tunneldomain Ar route-id
.Ek
@@ -1409,7 +1409,7 @@ The following options are available for a tunnel interface:
.Bl -tag -width Ds
.It Cm deletetunnel Ar src_address dest_address
Remove the source and destination tunnel addresses.
-.It Cm keepalive Ar period Ar count
+.It Cm keepalive Ar period count
Enable
.Xr gre 4
keepalive with a packet sent every
@@ -1423,7 +1423,7 @@ If no keepalive response is received during that time, the link is considered
down.
The minimal usable
.Ar count
-is 2 since the round-trip time of keepalive packets is not accounted.
+is 2 since the round-trip time of keepalive packets needs to be accounted for.
.It Fl keepalive
Disable the
.Xr gre 4