svn commit: r297216 - stable/10/share/man/man4

Navdeep Parhar np at FreeBSD.org
Wed Mar 23 20:21:53 UTC 2016


Author: np
Date: Wed Mar 23 20:21:51 2016
New Revision: 297216
URL: https://svnweb.freebsd.org/changeset/base/297216

Log:
  MFC r279091.
  
  Add cxl(4) and if_cxl(4) as links to cxgbe(4).

Modified:
  stable/10/share/man/man4/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man4/Makefile
==============================================================================
--- stable/10/share/man/man4/Makefile	Wed Mar 23 19:26:53 2016	(r297215)
+++ stable/10/share/man/man4/Makefile	Wed Mar 23 20:21:51 2016	(r297216)
@@ -580,7 +580,9 @@ MLINKS+=cfi.4 cfid.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-all mailing list