diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-07-31 06:41:05 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-07-31 06:41:05 +0000 |
commit | bcacd6e720be1090c84c09990e4964ee8ca1278b (patch) | |
tree | 62c588de81be13e0683b260aad753f1b0c940028 /sbin/ifconfig | |
parent | 649fd1146b4f4031e1cb4a7fb8bc0abcf66ed3bf (diff) |
oops, forgot to include the man page tweaks from jmc@
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 876883e697b..49a1a0dc004 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.147 2007/07/31 06:37:48 pyr Exp $ +.\" $OpenBSD: ifconfig.8,v 1.148 2007/07/31 06:41:04 pyr 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 $ .\" @@ -919,7 +919,7 @@ to .Ar vlan_tag . This value is a 12-bit number which is used to create an 802.1Q vlan header for packets sent from the vlan interface. -This value can not be changed once it is set for an interface. +This value cannot be changed once it is set for an interface. .It Cm vlandev Ar parent-interface If the interface is a .Xr vlan 4 @@ -942,7 +942,7 @@ and are not set at the same time, the vlan tag will be inferred from the interface name, for instance .Cm vlan5 -will be assigned the 802.1Q tag 5. +will be assigned 802.1Q tag 5. If the vlan interface already has a physical interface associated with it, this command will fail. To change the association to another physical interface, the existing |