aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2002-09-06 17:33:11 +0000
committerArchie Cobbs <archie@FreeBSD.org>2002-09-06 17:33:11 +0000
commit1b69f09c3944d661bdfb60b725571a3fbe02b80f (patch)
tree8eb0296ab13344a196c6b18d0f04dd0d505d1419 /usr.bin
parentb5e8c7d78326fd2e9fe9f76df7c5e3c27b41e856 (diff)
downloadsrc-1b69f09c3944d661bdfb60b725571a3fbe02b80f.tar.gz
src-1b69f09c3944d661bdfb60b725571a3fbe02b80f.zip
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
Notes
Notes: svn path=/head/; revision=103030
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/make.14
1 files 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.