diff options
author | phantom <phantom@FreeBSD.org> | 2003-02-15 10:52:46 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2003-02-15 10:52:46 +0000 |
commit | ec5df0f204e7928e2071b91f329176982d7dfce5 (patch) | |
tree | 19ac2070043df67af242fb4a41c73f56713ea186 /lib/libc/gen | |
parent | 861ecc30a5f80f5cc362120223114a665c17f21b (diff) | |
download | FreeBSD-src-ec5df0f204e7928e2071b91f329176982d7dfce5.zip FreeBSD-src-ec5df0f204e7928e2071b91f329176982d7dfce5.tar.gz |
Add dlinfo(3) manual page to the rank of base system manpages
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index 43e0dc1..9507023 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -38,8 +38,8 @@ SRCS+= __xuname.c _pthread_stubs.c _rand48.c _spinlock_stub.c _thread_init.c \ 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 dllockinit.3 dlopen.3 \ + confstr.3 ctermid.3 daemon.3 devname.3 directory.3 dirname.3 \ + dladdr.3 dlinfo.3 dllockinit.3 dlopen.3 \ err.3 exec.3 fmtcheck.3 fmtmsg.3 fnmatch.3 fpclassify.3 frexp.3 \ ftok.3 fts.3 \ getbootfile.3 getbsize.3 getcap.3 getcontext.3 getcwd.3 \ |