Date: Fri, 20 Feb 2015 22:52:25 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r279091 - head/share/man/man4 Message-ID: <201502202252.t1KMqPZk040167@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502202252.t1KMqPZk040167>