Index: doc/find.texi
===================================================================
RCS file: /cvsroot/findutils/findutils/doc/find.texi,v
retrieving revision 1.106
diff -u -p -r1.106 find.texi
--- doc/find.texi       29 Jul 2005 22:04:07 -0000      1.106
+++ doc/find.texi       1 Sep 2005 16:19:47 -0000
@@ -3578,7 +3578,7 @@ find subdir -newer timestamp -a \
      -exec touch -r @[EMAIL PROTECTED] timestamp \; 
 @end smallexample
 
-Here, the @samp{-newer} test excludes all he files which are
+Here, the @samp{-newer} test excludes all the files which are
 definitely older than the timestamp, but all the files which are newer
 than the old value of the timestamp are compared against the current
 updated timestamp.


_______________________________________________
Bug-findutils mailing list
Bug-findutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to