Print this page
7831 want vmem manual pages
7832 big theory statements need a place in the manual
@@ -8,11 +8,11 @@
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
-# Copyright 2011, Richard Lowe
+# Copyright 2017, Richard Lowe
# Copyright 2014 Garrett D'Amore <garrett@damore>
# Copyright 2016 Joyent, Inc.
# Copyright 2016 Nexenta Systems, Inc.
# Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
#
@@ -522,11 +522,16 @@
usb_pipe_reset.9f \
usb_pipe_set_private.9f \
usb_register_hotplug_cbs.9f \
usb_reset_device.9f \
uwritec.9f \
- va_arg.9f
+ va_arg.9f \
+ vmem_add.9f \
+ vmem_alloc.9f \
+ vmem_contains.9f \
+ vmem_create.9f \
+ vmem_walk.9f
MANLINKS= AVL_NEXT.9f \
AVL_PREV.9f \
SIZEOF_PTR.9f \
SIZEOF_STRUCT.9f \
@@ -1220,10 +1225,16 @@
usb_unregister_hotplug_cbs.9f \
va_copy.9f \
va_end.9f \
va_start.9f \
vcmn_err.9f \
+ vmem_destroy.9f \
+ vmem_free.9f \
+ vmem_size.9f \
+ vmem_xalloc.9f \
+ vmem_xcreate.9f \
+ vmem_xfree.9f \
vsnprintf.9f \
vsprintf.9f \
vzcmn_err.9f \
wr.9f \
zcmn_err.9f
@@ -2091,10 +2102,19 @@
va_copy.9f := LINKSRC = va_arg.9f
va_end.9f := LINKSRC = va_arg.9f
va_start.9f := LINKSRC = va_arg.9f
+vmem_xalloc.9f := LINKSRC = vmem_alloc.9f
+vmem_free.9f := LINKSRC = vmem_alloc.9f
+vmem_xfree.9f := LINKSRC = vmem_alloc.9f
+
+vmem_xcreate.9f := LINKSRC = vmem_create.9f
+vmem_destroy.9f := LINKSRC = vmem_create.9f
+
+vmem_size.9f := LINKSRC = vmem_walk.9f
+
.KEEP_STATE:
include $(SRC)/man/Makefile.man
install: $(ROOTMANFILES) $(ROOTMANLINKS)