diff options
author | 2020-10-04 12:44:49 +0000 | |
---|---|---|
committer | 2020-10-04 12:44:49 +0000 | |
commit | edf9a60edc0eb33df20d18b2e9c4bd43967323b4 (patch) | |
tree | 9198135fe3938007453d37eade03a781fcec0322 | |
parent | regen (diff) | |
download | wireguard-openbsd-edf9a60edc0eb33df20d18b2e9c4bd43967323b4.tar.xz wireguard-openbsd-edf9a60edc0eb33df20d18b2e9c4bd43967323b4.zip |
Fix IEEE 802.1Q link
-rw-r--r-- | share/man/man4/bpe.4 | 6 | ||||
-rw-r--r-- | share/man/man4/vlan.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/bpe.4 b/share/man/man4/bpe.4 index 5d852f62c89..78334e55228 100644 --- a/share/man/man4/bpe.4 +++ b/share/man/man4/bpe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bpe.4,v 1.3 2018/12/20 23:57:06 jmc Exp $ +.\" $OpenBSD: bpe.4,v 1.4 2020/10/04 12:44:49 kn Exp $ .\" .\" Copyright (c) 2018 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 20 2018 $ +.Dd $Mdocdate: October 4 2020 $ .Dt BPE 4 .Os .Sh NAME @@ -145,7 +145,7 @@ Get the currently configured virtual network identifier. .Xr netstart 8 .Rs .%T IEEE 802.1Q standard -.%U http://standards.ieee.org/getieee802/802.1.html +.%U https://standards.ieee.org/standard/802_1Q-2018.html .Re .Rs .%Q Provider Backbone Bridges diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4 index c9f93713bc2..e3cb9ee95f0 100644 --- a/share/man/man4/vlan.4 +++ b/share/man/man4/vlan.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vlan.4,v 1.50 2018/11/16 08:43:52 dlg Exp $ +.\" $OpenBSD: vlan.4,v 1.51 2020/10/04 12:44:49 kn Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 16 2018 $ +.Dd $Mdocdate: October 4 2020 $ .Dt VLAN 4 .Os .Sh NAME @@ -193,7 +193,7 @@ the packet priority: .Xr netstart 8 .Rs .%T IEEE 802.1Q standard -.%U http://standards.ieee.org/getieee802/802.1.html +.%U https://standards.ieee.org/standard/802_1Q-2018.html .Re .Rs .%Q Provider Bridges, QinQ |