aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorLukas Ertl <le@FreeBSD.org>2004-02-28 23:01:20 +0000
committerLukas Ertl <le@FreeBSD.org>2004-02-28 23:01:20 +0000
commit06aed75cac0c64f8aa2cdb0be80d16a8ab16167a (patch)
tree5919c0df8ca5f211f465a5381501276ddcaa7dcc /share
parentf5687a43d2e5aa8b0a937a63fe0251eed4218805 (diff)
downloadsrc-06aed75cac0c64f8aa2cdb0be80d16a8ab16167a.tar.gz
src-06aed75cac0c64f8aa2cdb0be80d16a8ab16167a.zip
Add MLINKs for MALLOC_DEFINE and MALLOC_DECLARE.
Approved by: grog (mentor)
Notes
Notes: svn path=/head/; revision=126390
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 0baabf4ab1f2..ea2eda651d2b 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -499,7 +499,9 @@ MLINKS+=malloc.9 FREE.9 \
malloc.9 free.9 \
malloc.9 MALLOC.9 \
malloc.9 realloc.9 \
- malloc.9 reallocf.9
+ malloc.9 reallocf.9 \
+ malloc.9 MALLOC_DEFINE.9 \
+ malloc.9 MALLOC_DECLARE.9
MLINKS+=mbchain.9 mb_detach.9 \
mbchain.9 mb_done.9 \
mbchain.9 mb_fixhdr.9 \