From 6e6161d2208effcba45f3717cddff8d3e3867758 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Mon, 13 Jan 2020 17:02:42 +0000 Subject: Install tap(4) manpage as vmnet(4) as well If one comes across a vmnet interface, this is a useful pointer to have towards what it actually is if they're otherwise unfamiliar. MFC after: 3 days --- share/man/man4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'share/man/man4/Makefile') diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 82394156d1d5..6564e32dbb52 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -729,7 +729,9 @@ MLINKS+=stf.4 if_stf.4 MLINKS+=stge.4 if_stge.4 MLINKS+=syncache.4 syncookies.4 MLINKS+=syscons.4 sc.4 -MLINKS+=tap.4 if_tap.4 +MLINKS+=tap.4 if_tap.4 \ + tap.4 vmnet.4 \ + tap.4 if_vmnet.4 MLINKS+=tdfx.4 tdfx_linux.4 MLINKS+=ti.4 if_ti.4 MLINKS+=tun.4 if_tun.4 -- cgit v1.2.3