summaryrefslogtreecommitdiffstats
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2002-04-30 12:45:31 +0000
committerasmodai <asmodai@FreeBSD.org>2002-04-30 12:45:31 +0000
commit4d8fcc6041d6a14af689b04bbcb414363c63a77f (patch)
treefd4ce974c5be8670684223b372ad419f22ea1b4d /share/man/man9/Makefile
parent32b14628815cabf630326edd07f808f075c220a9 (diff)
downloadFreeBSD-src-4d8fcc6041d6a14af689b04bbcb414363c63a77f.zip
FreeBSD-src-4d8fcc6041d6a14af689b04bbcb414363c63a77f.tar.gz
Prefix the remaining functions with uma_ as is now the case in UMA.
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index ddc7c27..f819a9d 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -390,8 +390,8 @@ MLINKS+=sbuf.9 sbuf_delete.9
MLINKS+=vcount.9 count_dev.9
MLINKS+=zone.9 uma.9
-MLINKS+=zone.9 zalloc.9
-MLINKS+=zone.9 zfree.9
-MLINKS+=zone.9 zdestroy.9
+MLINKS+=zone.9 uma_zalloc.9
+MLINKS+=zone.9 uma_zfree.9
+MLINKS+=zone.9 uma_zdestroy.9
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud