Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Aug 2011 17:35:22 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r225196 - head/share/man/man4
Message-ID:  <201108261735.p7QHZMMf064458@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Fri Aug 26 17:35:22 2011
New Revision: 225196
URL: http://svn.freebsd.org/changeset/base/225196

Log:
  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)

Modified:
  head/share/man/man4/Makefile
  head/share/man/man4/vxge.4

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Fri Aug 26 17:28:29 2011	(r225195)
+++ head/share/man/man4/Makefile	Fri Aug 26 17:35:22 2011	(r225196)
@@ -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

Modified: head/share/man/man4/vxge.4
==============================================================================
--- head/share/man/man4/vxge.4	Fri Aug 26 17:28:29 2011	(r225195)
+++ head/share/man/man4/vxge.4	Fri Aug 26 17:35:22 2011	(r225196)
@@ -25,7 +25,7 @@
 .\" $FreeBSD$
 .\"
 .Dd March 16, 2011
-.Dt VXGE 1
+.Dt VXGE 4
 .Os
 .Sh NAME
 .Nm vxge



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108261735.p7QHZMMf064458>