summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-02-15 20:57:22 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-02-15 20:57:22 +0000
commit90ae1941281d165a6972261063064167b6266f85 (patch)
tree54733fda7257c7b2757454b5174d27e16418fab4
parent0f52619b9f61cd68b66f691cf5ae4817d8bcc0f1 (diff)
`tunnel' before `txpower' in the command list;
-rw-r--r--sbin/ifconfig/ifconfig.816
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 966cc4d5253..078aea062c2 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ifconfig.8,v 1.99 2005/02/15 19:45:22 reyk Exp $
+.\" $OpenBSD: ifconfig.8,v 1.100 2005/02/15 20:57:21 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 $
.\"
@@ -656,6 +656,13 @@ Clear the IPv6 tentative address bit.
.It Cm timeslot Ar timeslot_range
Set the timeslot range map, which is used to control which channels
an interface device uses.
+.It Cm tunnel Ar src_address dest_address
+Set the source and destination tunnel addresses on a tunnel interface,
+including
+.Xr gif 4 .
+Packets routed to this interface will be encapsulated in
+IPv4 or IPv6, depending on the source and destination address families.
+Both addresses must be of the same family.
.It Cm txpower Ar dBm
(IEEE 802.11 devices only)
Set the transmit power for IEEE 802.11-based wireless network interfaces.
@@ -665,13 +672,6 @@ mode.
(IEEE 802.11 devices only)
Disable manual transmit power mode and enable any auto level and transmit
power controls.
-.It Cm tunnel Ar src_address dest_address
-Set the source and destination tunnel addresses on a tunnel interface,
-including
-.Xr gif 4 .
-Packets routed to this interface will be encapsulated in
-IPv4 or IPv6, depending on the source and destination address families.
-Both addresses must be of the same family.
.It Cm up
Mark an interface
.Dq up .