svn commit: r327833 - head/share/man/man9

Mark Johnston markj at FreeBSD.org
Thu Jan 11 16:41:04 UTC 2018


Author: markj
Date: Thu Jan 11 16:41:03 2018
New Revision: 327833
URL: https://svnweb.freebsd.org/changeset/base/327833

Log:
  Add mallocarray.9 to malloc.9's MLINKS.
  
  X-MFC with:	r327674

Modified:
  head/share/man/man9/Makefile

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Thu Jan 11 16:04:04 2018	(r327832)
+++ head/share/man/man9/Makefile	Thu Jan 11 16:41:03 2018	(r327833)
@@ -1262,6 +1262,7 @@ MLINKS+=make_dev.9 destroy_dev.9 \
 	make_dev.9 make_dev_p.9 \
 	make_dev.9 make_dev_s.9
 MLINKS+=malloc.9 free.9 \
+	malloc.9 mallocarray.9 \
 	malloc.9 MALLOC_DECLARE.9 \
 	malloc.9 MALLOC_DEFINE.9 \
 	malloc.9 realloc.9 \


More information about the svn-src-head mailing list