svn commit: r277219 - head/share/man/man4

Jack F Vogel jfv at FreeBSD.org
Thu Jan 15 22:17:13 UTC 2015


Author: jfv
Date: Thu Jan 15 22:17:11 2015
New Revision: 277219
URL: https://svnweb.freebsd.org/changeset/base/277219

Log:
  Add needed bits to the Makefile, and the Mt to the emails.
  Thanks to Nathan and Baptiste for the corrections :)
  
  MFC after: 1 week

Modified:
  head/share/man/man4/Makefile
  head/share/man/man4/ixl.4
  head/share/man/man4/ixlv.4

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Thu Jan 15 21:47:02 2015	(r277218)
+++ head/share/man/man4/Makefile	Thu Jan 15 22:17:11 2015	(r277219)
@@ -217,6 +217,8 @@ MAN=	aac.4 \
 	iwnfw.4 \
 	ixgb.4 \
 	ixgbe.4 \
+	ixl.4 \
+	ixlv.4 \
 	jme.4 \
 	joy.4 \
 	kbdmux.4 \
@@ -667,6 +669,8 @@ MLINKS+=ixgb.4 if_ixgb.4
 MLINKS+=ixgbe.4 ix.4
 MLINKS+=ixgbe.4 if_ix.4
 MLINKS+=ixgbe.4 if_ixgbe.4
+MLINKS+=ixl.4 if_ixl.4
+MLINKS+=ixlv.4 if_ixlv.4
 MLINKS+=jme.4 if_jme.4
 MLINKS+=kue.4 if_kue.4
 MLINKS+=lagg.4 trunk.4

Modified: head/share/man/man4/ixl.4
==============================================================================
--- head/share/man/man4/ixl.4	Thu Jan 15 21:47:02 2015	(r277218)
+++ head/share/man/man4/ixl.4	Thu Jan 15 22:17:11 2015	(r277219)
@@ -183,6 +183,6 @@ device driver first appeared in
 The
 .Nm
 driver was written by
-.An Jack Vogel Aq jfv at FreeBSD.org
+.An Jack Vogel Aq Mt jfv at FreeBSD.org
 and
-.An Eric Joyner Aq ricera10 at gmail.com .
+.An Eric Joyner Aq Mt ricera10 at gmail.com .

Modified: head/share/man/man4/ixlv.4
==============================================================================
--- head/share/man/man4/ixlv.4	Thu Jan 15 21:47:02 2015	(r277218)
+++ head/share/man/man4/ixlv.4	Thu Jan 15 22:17:11 2015	(r277219)
@@ -135,6 +135,6 @@ device driver first appeared in
 The
 .Nm
 driver was written by
-.An Jack Vogel Aq jfv at FreeBSD.org
+.An Jack Vogel Aq Mt jfv at FreeBSD.org
 and
-.An Eric Joyner Aq ricera10 at gmail.com .
+.An Eric Joyner Aq Mt ricera10 at gmail.com .


More information about the svn-src-all mailing list