Index: find/find.1 =================================================================== RCS file: /cvsroot/findutils/findutils/find/find.1,v retrieving revision 1.51 diff -u -r1.51 find.1 --- find/find.1 8 Jun 2005 22:53:34 -0000 1.51 +++ find/find.1 10 Jun 2005 18:02:22 -0000 @@ -229,7 +229,7 @@ used. .IP "\-atime \fIn\fR" File was last accessed \fIn\fR*24 hours ago. -When find figures out how many 24-hour preiods ago the file +When find figures out how many 24-hour periods ago the file was last accessed, any fractional part is ignored, so to match .B \-atime .BR +1 , @@ -768,7 +768,7 @@ If \-depth is given, false; no effect. .IP "\-quit" -Exit immediately. No child proceses will be left running, but no more +Exit immediately. No child processes will be left running, but no more paths specified on the command line will be processed. For example, .B find /tmp/foo /tmp/bar \-print \-quit will print only @@ -959,7 +959,7 @@ .I chdir() on the symbolic link, so this diagnostic is frequently not necessary. .P -The \-d option is supported for comatibility with various BSD systems, +The \-d option is supported for compatibility with various BSD systems, but you should use the POSIX-compliant predicate \-depth instead. .SH "ENVIRONMENT VARIABLES" .IP LANG @@ -989,7 +989,7 @@ .IP NLSPATH Determines the location of the internationalisation message catalogues. .IP PATH -Affects the directores which are searched to find the executables +Affects the directories which are searched to find the executables invoked by `\-exec' and `\-ok'. .IP POSIXLY_CORRECT Determines the block size used by `-ls'. @@ -1089,7 +1089,7 @@ .B find . -perm +222 .fi -Search for files which are writeable by somebody (their owner, or +Search for files which are writable by somebody (their owner, or their group, or anybody else). .P @@ -1102,8 +1102,8 @@ All three of these commands do the same thing, but the first one uses the octal representation of the file mode, and the other two use the symbolic form. These commands all search for files which are -writeable by either their owner or their group. The files don't have -to be writeable by both the owner and group to be matched; either will +writable by either their owner or their group. The files don't have +to be writable by both the owner and group to be matched; either will do. .P @@ -1113,7 +1113,7 @@ .fi Both these commands do the same thing; search for files which are -writeable by both their owner and their group. +writable by both their owner and their group. Index: locate/locate.1 =================================================================== RCS file: /cvsroot/findutils/findutils/locate/locate.1,v retrieving revision 1.23 diff -u -r1.23 locate.1 --- locate/locate.1 8 Jun 2005 22:18:59 -0000 1.23 +++ locate/locate.1 10 Jun 2005 18:02:22 -0000 @@ -140,7 +140,7 @@ .TP .I "\-r, \-\-regex " The pattern specified on the command line is understood to be a POSIX -exteded regular expression, as opposed to a glob pattern. Filenames +extended regular expression, as opposed to a glob pattern. Filenames whose full paths match the specified regular expression are printed (or, in the case of the -c option, counted). If you wish to anchor your regular expression at the ends of the full path name, then as is