summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2011-08-26 17:35:22 +0000
committerbrueffer <brueffer@FreeBSD.org>2011-08-26 17:35:22 +0000
commit1fcff6eeb62aa56b7131d2bcc1dafeb8bc67f2c5 (patch)
treed2e50fca7a053b8fffd0916e8db12d440fd03ee7 /share
parentc189a8585eba561c69434f90d30a71e897228236 (diff)
downloadFreeBSD-src-1fcff6eeb62aa56b7131d2bcc1dafeb8bc67f2c5.zip
FreeBSD-src-1fcff6eeb62aa56b7131d2bcc1dafeb8bc67f2c5.tar.gz
Fix the manpage section number, thus unbreaking the hardware notes build. (1)
Also hook up vxge(4) to the build. Submitted by: simon (1) Approved by: re (blackend)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/vxge.42
2 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 2e328c1..2548b1a 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -500,6 +500,7 @@ MAN= aac.4 \
vpo.4 \
vr.4 \
vte.4 \
+ ${_vxge.4} \
watchdog.4 \
wb.4 \
wi.4 \
@@ -645,6 +646,7 @@ MLINKS+=vge.4 if_vge.4
MLINKS+=vlan.4 if_vlan.4
MLINKS+=vpo.4 imm.4
MLINKS+=vr.4 if_vr.4
+MLINKS+=${_vxge.4} ${_if_vxge.4}
MLINKS+=watchdog.4 SW_WATCHDOG.4
MLINKS+=wb.4 if_wb.4
MLINKS+=wi.4 if_wi.4
@@ -685,6 +687,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_vxge.4= if_vxge.4
_if_wpi.4= if_wpi.4
_ipmi.4= ipmi.4
_io.4= io.4
@@ -696,6 +699,7 @@ _nfsmb.4= nfsmb.4
_nve.4= nve.4
_nvram.4= nvram.4
_nxge.4= nxge.4
+_vxge.4= vxge.4
_padlock.4= padlock.4
_rr232x.4= rr232x.4
_speaker.4= speaker.4
diff --git a/share/man/man4/vxge.4 b/share/man/man4/vxge.4
index 72a644d..888413e 100644
--- a/share/man/man4/vxge.4
+++ b/share/man/man4/vxge.4
@@ -25,7 +25,7 @@
.\" $FreeBSD$
.\"
.Dd March 16, 2011
-.Dt VXGE 1
+.Dt VXGE 4
.Os
.Sh NAME
.Nm vxge
OpenPOWER on IntegriCloud