diff options
author | hmp <hmp@FreeBSD.org> | 2003-06-17 19:50:59 +0000 |
---|---|---|
committer | hmp <hmp@FreeBSD.org> | 2003-06-17 19:50:59 +0000 |
commit | fd75f32b6552025854ca95ffe373b5bfea2be472 (patch) | |
tree | 13c4f51ab8ce7b7279a50a408e471bfedc210149 /share | |
parent | 263ba3bebb2e04352025d598d6bfb74c1482a752 (diff) | |
download | FreeBSD-src-fd75f32b6552025854ca95ffe373b5bfea2be472.zip FreeBSD-src-fd75f32b6552025854ca95ffe373b5bfea2be472.tar.gz |
Add MLINK for busdma(9) to bus_dma(9).
This resolves confusion for at least 10 people.
Suggested by: Bruce M. Simpson <bms@spc.org>
Approved by: des (mentor)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 85c2bc4..8c38020 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -113,6 +113,7 @@ MLINKS+=atomic.9 atomic_set.9 MLINKS+=atomic.9 atomic_subtract.9 MLINKS+=atomic.9 atomic_store.9 MLINKS+=bus_activate_resource.9 bus_deactivate_resource.9 +MLINKS+=bus_dma.9 busdma.9 MLINKS+=bus_dma.9 bus_dma_tag_create.9 MLINKS+=bus_dma.9 bus_dma_tag_destroy.9 MLINKS+=bus_dma.9 bus_dmamap_create.9 |