diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-03-21 08:51:32 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-03-21 08:51:32 +0000 |
commit | 60177063033562f29ab642141da2263326a0548b (patch) | |
tree | f0a64509fc04d7714efee846158ec02761c6c193 /share/man | |
parent | d1805f60afc3f3c65f5d2bb360ed1ab55ea705da (diff) | |
download | src-60177063033562f29ab642141da2263326a0548b.tar.gz src-60177063033562f29ab642141da2263326a0548b.zip |
Attach the vmci(4) man page to the build. Looks like it's been
missed by mistake.
MFC after: 2 weeks
Sponsored by: DARPA, AFRL
Notes
Notes:
svn path=/head/; revision=345368
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 00de2201e628..20ce7a2cb1b8 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -546,6 +546,7 @@ MAN= aac.4 \ ${_virtio_console.4} \ ${_virtio_random.4} \ ${_virtio_scsi.4} \ + ${_vmci.4} \ vkbd.4 \ vlan.4 \ vxlan.4 \ @@ -821,6 +822,7 @@ _spkr.4= spkr.4 _tpm.4= tpm.4 _urtw.4= urtw.4 _viawd.4= viawd.4 +_vmci.4= vmci.4 _wbwd.4= wbwd.4 _wpi.4= wpi.4 _xen.4= xen.4 |