diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-07-21 14:20:58 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-07-21 14:20:58 +0000 |
commit | 0fc524881d218fdecb3ecd0908409a87aadc34f6 (patch) | |
tree | d15f74c2d0e5d0f690315a05f711835c33c69d02 /sbin | |
parent | 812b1e37c151867c39facde42425c294ddeee684 (diff) |
use \- for number ranges
document new timeslot command
ok alex jmc
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index f92960d14fa..aa492fa7d96 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.86 2004/07/15 23:40:39 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.87 2004/07/21 14:20:57 jaredy 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 $ .\" @@ -177,7 +177,7 @@ and on interfaces other than the first. .Dq nn.na .Pq Dq Network Number.Node Address . Node addresses are divided into two classes: User Node IDs and Server Node IDs. -1-127($01-$7F) are for User Node IDs while 128-254($80-$FE) +1\-127($01\-$7F) are for User Node IDs while 128\-254($80\-$FE) are used for Server Node IDs. Node 0($00) is not allowed (unknown) while Node 255($FF) is reserved for the AppleTalk broadcast hardware @@ -560,6 +560,9 @@ Set the IPv6 tentative address bit. .It Fl tentative (inet6 only) 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 @@ -653,7 +656,7 @@ address of 12625920 specified in decimal to interface fxp0: .Dl # ifconfig fxp0 ipx 12625920 .Pp Assign the AppleTalk network 39108 and server node 128 with a network -range of 39107-39109 to interface fxp0 on a phase 2 AppleTalk network: +range of 39107\-39109 to interface fxp0 on a phase 2 AppleTalk network: .Pp .Dl # ifconfig fxp0 atalk 39108.128 range 39107-39109 phase 2 .Pp |