Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Do not link timeradd.3 to itself.



details:   https://anonhg.NetBSD.org/src/rev/fa53af344d0d
branches:  trunk
changeset: 751106:fa53af344d0d
user:      njoly <njoly%NetBSD.org@localhost>
date:      Sun Jan 24 22:21:34 2010 +0000

description:
Do not link timeradd.3 to itself.

diffstat:

 share/man/man3/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r b9246227b094 -r fa53af344d0d share/man/man3/Makefile
--- a/share/man/man3/Makefile   Sun Jan 24 21:19:53 2010 +0000
+++ b/share/man/man3/Makefile   Sun Jan 24 22:21:34 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.34 2010/01/24 21:05:45 jruoho Exp $
+#      $NetBSD: Makefile,v 1.35 2010/01/24 22:21:34 njoly Exp $
 #      @(#)Makefile    8.2 (Berkeley) 12/13/93
 
 MAN=   _DIAGASSERT.3 CMSG_DATA.3 assert.3 bits.3 bitstring.3 dlfcn.3 end.3 \
@@ -186,8 +186,7 @@
        stdarg.3 va_end.3 stdarg.3 va_start.3
 MLINKS+=dlfcn.3 dlopen.3 dlfcn.3 dlclose.3 dlfcn.3 dlsym.3 dlfcn.3 dlctl.3 \
        dlfcn.3 dlerror.3 dlfcn.3 dladdr.3
-MLINKS+=timeradd.3 timeradd.3 \
-       timeradd.3 timersub.3 \
+MLINKS+=timeradd.3 timersub.3 \
        timeradd.3 timerclear.3 \
        timeradd.3 timerisset.3 \
        timeradd.3 timercmp.3



Home | Main Index | Thread Index | Old Index