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

Navdeep Parhar np at FreeBSD.org
Fri Feb 20 22:52:25 UTC 2015


Author: np
Date: Fri Feb 20 22:52:24 2015
New Revision: 279091
URL: https://svnweb.freebsd.org/changeset/base/279091

Log:
  Add cxl(4) and if_cxl(4) as links to cxgbe(4).
  
  MFC after:	1 week.

Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Fri Feb 20 21:21:38 2015	(r279090)
+++ head/share/man/man4/Makefile	Fri Feb 20 22:52:24 2015	(r279091)
@@ -573,7 +573,9 @@ MLINKS+=cdce.4 if_cdce.4
 MLINKS+=crypto.4 cryptodev.4
 MLINKS+=cue.4 if_cue.4
 MLINKS+=cxgb.4 if_cxgb.4
-MLINKS+=cxgbe.4 if_cxgbe.4
+MLINKS+=cxgbe.4 if_cxgbe.4 \
+	cxgbe.4 cxl.4 \
+	cxgbe.4 if_cxl.4
 MLINKS+=dc.4 if_dc.4
 MLINKS+=de.4 if_de.4
 MLINKS+=disc.4 if_disc.4


More information about the svn-src-head mailing list