svn commit: r367170 - stable/12/share/man/man9

Mark Johnston markj at FreeBSD.org
Fri Oct 30 14:40:49 UTC 2020


Author: markj
Date: Fri Oct 30 14:40:48 2020
New Revision: 367170
URL: https://svnweb.freebsd.org/changeset/base/367170

Log:
  MFC r366970:
  Add some missing nv(9) MLINKS

Modified:
  stable/12/share/man/man9/Makefile
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man9/Makefile
==============================================================================
--- stable/12/share/man/man9/Makefile	Fri Oct 30 14:38:17 2020	(r367169)
+++ stable/12/share/man/man9/Makefile	Fri Oct 30 14:40:48 2020	(r367170)
@@ -1483,6 +1483,11 @@ MLINKS+=nv.9 libnv.9 \
 	nv.9 nvlist_add_stringf.9 \
 	nv.9 nvlist_add_stringv.9 \
 	nv.9 nvlist_add_string_array.9 \
+	nv.9 nvlist_append_bool_array.9 \
+	nv.9 nvlist_append_descriptor_array.9 \
+	nv.9 nvlist_append_nvlist_array.9 \
+	nv.9 nvlist_append_number_array.9 \
+	nv.9 nvlist_append_string_array.9 \
 	nv.9 nvlist_clone.9 \
 	nv.9 nvlist_create.9 \
 	nv.9 nvlist_destroy.9 \


More information about the svn-src-all mailing list