svn commit: r277926 - head/lib/libnv

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Jan 30 12:57:36 UTC 2015


Author: pjd
Date: Fri Jan 30 12:57:35 2015
New Revision: 277926
URL: https://svnweb.freebsd.org/changeset/base/277926

Log:
  Add missing nvlist_get_parent(3) link.
  
  Submitted by:	Mariusz Zaborski <oshogbo at FreeBSD.org>

Modified:
  head/lib/libnv/Makefile

Modified: head/lib/libnv/Makefile
==============================================================================
--- head/lib/libnv/Makefile	Fri Jan 30 12:31:29 2015	(r277925)
+++ head/lib/libnv/Makefile	Fri Jan 30 12:57:35 2015	(r277926)
@@ -61,6 +61,7 @@ MLINKS+=nv.3 nvlist_create.3 \
 	nv.3 nvlist_get_nvlist.3 \
 	nv.3 nvlist_get_descriptor.3 \
 	nv.3 nvlist_get_binary.3 \
+	nv.3 nvlist_get_parent.3 \
 	nv.3 nvlist_take_bool.3 \
 	nv.3 nvlist_take_number.3 \
 	nv.3 nvlist_take_string.3 \


More information about the svn-src-head mailing list