diff options
author | rwatson <rwatson@FreeBSD.org> | 2012-08-26 10:38:02 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2012-08-26 10:38:02 +0000 |
commit | 3847ffcea261f3eed6c05b8c674520d351d9d71d (patch) | |
tree | 6fbf25ba78f647678b907c3d465121ecb5cad16c | |
parent | b1ab314c3fd985a2e3ce065c160e729829c3e6f8 (diff) | |
download | FreeBSD-src-3847ffcea261f3eed6c05b8c674520d351d9d71d.zip FreeBSD-src-3847ffcea261f3eed6c05b8c674520d351d9d71d.tar.gz |
Add a altera_sdcardc(4) man page link for altera_sdcard(4), as that is
the name that will appear in dmesg.
Sponsored by: DARPA, AFRL
-rw-r--r-- | share/man/man4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 83f98f2..dded119 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -558,6 +558,7 @@ MLINKS+=age.4 if_age.4 MLINKS+=agp.4 agpgart.4 MLINKS+=alc.4 if_alc.4 MLINKS+=ale.4 if_ale.4 +MLINKS+=altera_sdcard.4 altera_sdcardc.4 MLINKS+=altq.4 ALTQ.4 MLINKS+=ath.4 if_ath.4 MLINKS+=ath_pci.4 if_ath_pci.4 |