diff options
author | np <np@FreeBSD.org> | 2015-02-20 22:52:24 +0000 |
---|---|---|
committer | np <np@FreeBSD.org> | 2015-02-20 22:52:24 +0000 |
commit | 0a91cd74e37cccc34406374dd2e1897e74e123dd (patch) | |
tree | 8fd16007ebf8e64fd587b9d6bf359ebc59462946 /share | |
parent | 6fa37b884913b9fb17567a2c595b7d9d228db9d1 (diff) | |
download | FreeBSD-src-0a91cd74e37cccc34406374dd2e1897e74e123dd.zip FreeBSD-src-0a91cd74e37cccc34406374dd2e1897e74e123dd.tar.gz |
Add cxl(4) and if_cxl(4) as links to cxgbe(4).
MFC after: 1 week.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |