Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make The :C/// modifier takes an extendedregular exp...



details:   https://anonhg.NetBSD.org/src/rev/c0d8955c766c
branches:  trunk
changeset: 790889:c0d8955c766c
user:      apb <apb%NetBSD.org@localhost>
date:      Fri Oct 25 20:57:02 2013 +0000

description:
The :C/// modifier takes an extendedregular expression.

diffstat:

 usr.bin/make/make.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f5e8a8ea5580 -r c0d8955c766c usr.bin/make/make.1
--- a/usr.bin/make/make.1       Fri Oct 25 20:55:24 2013 +0000
+++ b/usr.bin/make/make.1       Fri Oct 25 20:57:02 2013 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index