svn commit: r246583 - stable/9/share/man/man4
Bryan Venteicher
bryanv at FreeBSD.org
Sat Feb 9 06:29:16 UTC 2013
Author: bryanv
Date: Sat Feb 9 06:29:15 2013
New Revision: 246583
URL: http://svnweb.freebsd.org/changeset/base/246583
Log:
MFC r230461
Connect VirtIO-related manpages to the build.
Approved by: grehan (mentor)
Modified:
stable/9/share/man/man4/Makefile
Directory Properties:
stable/9/share/man/man4/ (props changed)
Modified: stable/9/share/man/man4/Makefile
==============================================================================
--- stable/9/share/man/man4/Makefile Sat Feb 9 06:11:45 2013 (r246582)
+++ stable/9/share/man/man4/Makefile Sat Feb 9 06:29:15 2013 (r246583)
@@ -509,11 +509,15 @@ MAN= aac.4 \
viapm.4 \
${_viawd.4} \
vinum.4 \
+ ${_virtio.4} \
+ ${_virtio_balloon.4} \
+ ${_virtio_blk.4} \
vkbd.4 \
vlan.4 \
vpo.4 \
vr.4 \
vte.4 \
+ ${_vtnet.4} \
${_vxge.4} \
watchdog.4 \
wb.4 \
@@ -676,6 +680,7 @@ MLINKS+=vlan.4 if_vlan.4
MLINKS+=vpo.4 imm.4
MLINKS+=vr.4 if_vr.4
MLINKS+=vte.4 if_vte.4
+MLINKS+=${_vtnet.4} ${_if_vtnet.4}
MLINKS+=${_vxge.4} ${_if_vxge.4}
MLINKS+=watchdog.4 SW_WATCHDOG.4
MLINKS+=wb.4 if_wb.4
@@ -722,6 +727,7 @@ _if_nfe.4= if_nfe.4
_if_nve.4= if_nve.4
_if_nxge.4= if_nxge.4
_if_urtw.4= if_urtw.4
+_if_vtnet.4= if_vtnet.4
_if_vxge.4= if_vxge.4
_if_wpi.4= if_wpi.4
_ipmi.4= ipmi.4
@@ -734,6 +740,10 @@ _nfsmb.4= nfsmb.4
_nve.4= nve.4
_nvram.4= nvram.4
_nxge.4= nxge.4
+_virtio.4= virtio.4
+_virtio_balloon.4=virtio_balloon.4
+_virtio_blk.4= virtio_blk.4
+_vtnet.4= vtnet.4
_vxge.4= vxge.4
_padlock.4= padlock.4
_rr232x.4= rr232x.4
More information about the svn-src-stable-9
mailing list