Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/regex/Makefile.inc,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/regex/Makefile.inc,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/lib/libc/regex/Makefile.inc 2016/01/14 20:41:47 1.8 +++ src/lib/libc/regex/Makefile.inc 2016/01/14 21:45:01 1.9 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.8 2016/01/14 20:41:47 christos Exp $ +# $NetBSD: Makefile.inc,v 1.9 2016/01/14 21:45:01 christos Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 # regex sources @@ -11,4 +11,4 @@ SRCS+= regcomp.c regerror.c regexec.c re MAN+= regex.3 re_format.7 MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3 \ - regex.3 regfree.3 regex.3 regsub.3 regex.3 regasub.3 + regex.3 regfree.3 regex.3 regnsub.3 regex.3 regasub.3