svn commit: r273752 - head/lib/libnv

John-Mark Gurney jmg at FreeBSD.org
Mon Oct 27 23:03:18 UTC 2014


Author: jmg
Date: Mon Oct 27 23:03:17 2014
New Revision: 273752
URL: https://svnweb.freebsd.org/changeset/base/273752

Log:
  fix typo, properly install a link to nv for nvlist_freev...

Modified:
  head/lib/libnv/Makefile

Modified: head/lib/libnv/Makefile
==============================================================================
--- head/lib/libnv/Makefile	Mon Oct 27 22:41:55 2014	(r273751)
+++ head/lib/libnv/Makefile	Mon Oct 27 23:03:17 2014	(r273752)
@@ -149,7 +149,7 @@ MLINKS+=nv.3 nvlist_existsv.3 \
 	nv.3 nvlist_takev_nvlist.3 \
 	nv.3 nvlist_takev_descriptor.3 \
 	nv.3 nvlist_takev_binary.3 \
-	nv.3 nvlist_freef.3 \
+	nv.3 nvlist_freev.3 \
 	nv.3 nvlist_freev_type.3 \
 	nv.3 nvlist_freev_null.3 \
 	nv.3 nvlist_freev_bool.3 \


More information about the svn-src-head mailing list