From 1b69f09c3944d661bdfb60b725571a3fbe02b80f Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Fri, 6 Sep 2002 17:33:11 +0000 Subject: [PATCH] Make it clear that the ":C" variable modifier expects an extended regular expression instead of an obsolete regular expression. Also, cross-reference re_format(7) instead of regex(3). MFC after: 3 days --- usr.bin/make/make.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index b35649e61c1c..c0b797c5ed15 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -606,8 +606,8 @@ The modifier is just like the .Cm S modifier except that the old and new strings, instead of being -simple strings, are a regular expression (see -.Xr regex 3 ) +simple strings, are an extended regular expression (see +.Xr re_format 7 ) and an .Xr ed 1 Ns \-style replacement string.