svn commit: r232392 - head/lib/libc/gen

Konstantin Belousov kib at FreeBSD.org
Fri Mar 2 13:19:57 UTC 2012


Author: kib
Date: Fri Mar  2 13:19:56 2012
New Revision: 232392
URL: http://svn.freebsd.org/changeset/base/232392

Log:
  Belatedly add dl_iterate_phdr(3) to the list of installed manpages.
  
  MFC after:	3 days

Modified:
  head/lib/libc/gen/Makefile.inc

Modified: head/lib/libc/gen/Makefile.inc
==============================================================================
--- head/lib/libc/gen/Makefile.inc	Fri Mar  2 12:42:59 2012	(r232391)
+++ head/lib/libc/gen/Makefile.inc	Fri Mar  2 13:19:56 2012	(r232392)
@@ -54,7 +54,7 @@ SYM_MAPS+=${.CURDIR}/gen/Symbol.map
 MAN+=	alarm.3 arc4random.3 \
 	basename.3 check_utility_compat.3 clock.3 \
 	confstr.3 ctermid.3 daemon.3 devname.3 directory.3 dirname.3 \
-	dladdr.3 dlinfo.3 dllockinit.3 dlopen.3 \
+	dl_iterate_phdr.3 dladdr.3 dlinfo.3 dllockinit.3 dlopen.3 \
 	err.3 exec.3 \
 	feature_present.3 fmtcheck.3 fmtmsg.3 fnmatch.3 fpclassify.3 frexp.3 \
 	ftok.3 fts.3 ftw.3 \


More information about the svn-src-all mailing list