From 0a91cd74e37cccc34406374dd2e1897e74e123dd Mon Sep 17 00:00:00 2001 From: np Date: Fri, 20 Feb 2015 22:52:24 +0000 Subject: Add cxl(4) and if_cxl(4) as links to cxgbe(4). MFC after: 1 week. --- share/man/man4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 8d83f62..d9c04b9 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -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 -- cgit v1.1