From a7036a011865784f08e1885899f12cf7e964bf8c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 15 Apr 2005 02:07:05 +0000 Subject: regsub(3) should not be a link to regex(3) as it is not a POSIX regex routine and is not described in regex(3). --- lib/libc/regex/Makefile.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/libc/regex/Makefile.inc b/lib/libc/regex/Makefile.inc index 0676e384190..9c448585b53 100644 --- a/lib/libc/regex/Makefile.inc +++ b/lib/libc/regex/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 1999/11/17 05:22:43 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2005/04/15 02:07:04 millert Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 # regex sources @@ -10,5 +10,4 @@ SRCS+= regcomp.c regerror.c regexec.c regfree.c MAN+= regex.3 re_format.7 -MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3 -MLINKS+=regex.3 regsub.3 regexec.3 regfree.3 +MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3 regex.3 regfree.3 -- cgit v1.2.3