diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2003-02-15 10:52:46 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2003-02-15 10:52:46 +0000 |
| commit | 02e6893b9c3c1eafe88aea36f039c8d098a16abd (patch) | |
| tree | 19ac2070043df67af242fb4a41c73f56713ea186 /lib/libc | |
| parent | f73449260468e89484a9b3fa684068ec364d6360 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 43e0dc19e371..9507023cff7c 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 \ |
