summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2002-09-06 17:33:11 +0000
committerarchie <archie@FreeBSD.org>2002-09-06 17:33:11 +0000
commit8ee3bf6a2a6e0aff6155d10f2e316afd3c344483 (patch)
tree8eb0296ab13344a196c6b18d0f04dd0d505d1419 /usr.bin
parent335a6bfe1d0eb2d3ee5b2d52517e4e88d0a3043b (diff)
downloadFreeBSD-src-8ee3bf6a2a6e0aff6155d10f2e316afd3c344483.zip
FreeBSD-src-8ee3bf6a2a6e0aff6155d10f2e316afd3c344483.tar.gz
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
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 b35649e..c0b797c 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.
OpenPOWER on IntegriCloud