summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2001-12-18 20:33:51 +0000
committerbrad <brad@openbsd.org>2001-12-18 20:33:51 +0000
commitf6b52246b83b51aa62f762050bddcd9f13ba710d (patch)
tree31f0e748c1ece3d34c1c8dac57dcdbe81e4bf7f6
parentbigger delay in mute; from Maxim V. Tsyplakov <tm@oganer.net> (diff)
downloadwireguard-openbsd-f6b52246b83b51aa62f762050bddcd9f13ba710d.tar.xz
wireguard-openbsd-f6b52246b83b51aa62f762050bddcd9f13ba710d.zip
fix Cisco ISL VLAN protocol URL
-rw-r--r--share/man/man4/vlan.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4
index c1eb91b6654..7e88f007257 100644
--- a/share/man/man4/vlan.4
+++ b/share/man/man4/vlan.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vlan.4,v 1.15 2001/11/13 13:54:26 mpech Exp $
+.\" $OpenBSD: vlan.4,v 1.16 2001/12/18 20:33:51 brad Exp $
.\"
.Dd January 9, 2000
.Dt VLAN 4
@@ -128,7 +128,7 @@ will show untagged packets on the parent interface, although frames
are actually being transmitted and received with tags on the wire.
.Pp
This driver could be the basis for support of the Cisco ISL VLAN protocol,
-detailed at http://www.cisco.com/warp/public/741/4.html .
+detailed at http://www.cisco.com/warp/public/473/741_4.html .
Unfortunately, public reimplementation of this protocol is currently prevented
by patent (at least in the USA).
.Sh AUTHORS