diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2020-01-13 17:02:42 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2020-01-13 17:02:42 +0000 |
commit | 6e6161d2208effcba45f3717cddff8d3e3867758 (patch) | |
tree | 2958a5dc7d5281c380bb2b2276a25798912be8bb /share/man/man4/Makefile | |
parent | 467d94844ee6b2a59f32fac71a5f82373670b6bd (diff) | |
download | src-6e6161d2208effcba45f3717cddff8d3e3867758.tar.gz src-6e6161d2208effcba45f3717cddff8d3e3867758.zip |
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
Notes
Notes:
svn path=/head/; revision=356688
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |