Module Name:    src
Committed By:   apb
Date:           Fri Oct 25 20:57:03 UTC 2013

Modified Files:
        src/usr.bin/make: make.1

Log Message:
The :C/// modifier takes an extendedregular expression.


To generate a diff of this commit:
cvs rdiff -u -r1.222 -r1.223 src/usr.bin/make/make.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/make.1
diff -u src/usr.bin/make/make.1:1.222 src/usr.bin/make/make.1:1.223
--- src/usr.bin/make/make.1:1.222	Sun Aug 11 09:53:49 2013
+++ src/usr.bin/make/make.1	Fri Oct 25 20:57:02 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: make.1,v 1.222 2013/08/11 09:53:49 apb Exp $
+.\"	$NetBSD: make.1,v 1.223 2013/10/25 20:57:02 apb Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	from: @(#)make.1	8.4 (Berkeley) 3/19/94
 .\"
-.Dd August 11, 2013
+.Dd October 25, 2013
 .Dt MAKE 1
 .Os
 .Sh NAME
@@ -1209,7 +1209,7 @@ 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
+simple strings, are an extended regular expression (see
 .Xr regex 3 )
 string
 .Ar pattern

Reply via email to