svn commit: r232542 - stable/9/lib/libc/gen
Konstantin Belousov
kib at FreeBSD.org
Mon Mar 5 11:43:28 UTC 2012
Author: kib
Date: Mon Mar 5 11:43:27 2012
New Revision: 232542
URL: http://svn.freebsd.org/changeset/base/232542
Log:
MFC r232392:
Belatedly add dl_iterate_phdr(3) to the list of installed manpages.
Modified:
stable/9/lib/libc/gen/Makefile.inc
Directory Properties:
stable/9/lib/libc/ (props changed)
Modified: stable/9/lib/libc/gen/Makefile.inc
==============================================================================
--- stable/9/lib/libc/gen/Makefile.inc Mon Mar 5 11:38:02 2012 (r232541)
+++ stable/9/lib/libc/gen/Makefile.inc Mon Mar 5 11:43:27 2012 (r232542)
@@ -52,7 +52,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-stable-9
mailing list