Subject: CVS commit: src/usr.bin/find
To: None <source-changes@NetBSD.org>
From: Daniel de Kok <daniel@netbsd.org>
List: source-changes
Date: 07/19/2007 07:49:30
Module Name:	src
Committed By:	daniel
Date:		Thu Jul 19 07:49:30 UTC 2007

Modified Files:
	src/usr.bin/find: extern.h find.1 function.c main.c

Log Message:
Add the '-E' option to interpret regexes as extended regexes. While we
are here, fix ordering in usage information by putting '-X' in the proper
place.

Addition of '-E' was discussed on tech-userlevel.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/usr.bin/find/extern.h
cvs rdiff -r1.65 -r1.66 src/usr.bin/find/find.1
cvs rdiff -r1.63 -r1.64 src/usr.bin/find/function.c
cvs rdiff -r1.26 -r1.27 src/usr.bin/find/main.c

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