From owner-svn-src-all@FreeBSD.ORG Fri Aug 26 17:35:22 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 736D3106566C; Fri, 26 Aug 2011 17:35:22 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 61AA78FC08; Fri, 26 Aug 2011 17:35:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p7QHZMPM064461; Fri, 26 Aug 2011 17:35:22 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p7QHZMMf064458; Fri, 26 Aug 2011 17:35:22 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <201108261735.p7QHZMMf064458@svn.freebsd.org> From: Christian Brueffer Date: Fri, 26 Aug 2011 17:35:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225196 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2011 17:35:22 -0000 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