Module Name:    src
Committed By:   njoly
Date:           Sun Jan 24 22:21:34 UTC 2010

Modified Files:
        src/share/man/man3: Makefile

Log Message:
Do not link timeradd.3 to itself.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/share/man/man3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man3/Makefile
diff -u src/share/man/man3/Makefile:1.34 src/share/man/man3/Makefile:1.35
--- src/share/man/man3/Makefile:1.34	Sun Jan 24 21:05:45 2010
+++ src/share/man/man3/Makefile	Sun Jan 24 22:21:34 2010
@@ -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

Reply via email to