Index: doc/find.texi =================================================================== RCS file: /cvsroot/findutils/findutils/doc/find.texi,v retrieving revision 1.109 diff -u -r1.109 find.texi --- doc/find.texi 3 Sep 2005 12:49:16 -0000 1.109 +++ doc/find.texi 13 Sep 2005 18:23:12 -0000 @@ -1987,10 +1987,10 @@ @table @asis @item %D, %F, %H, %Y, %y -These expand to values which are not under control of files' ownwers, +These expand to values which are not under control of files' owners, and so are printed as-is. @item %a, %b, %c, %d, %g, %G, %i, %k, %m, %M, %n, %s, %t, %u, %U -These have values which are under the control of files' ownwers but +These have values which are under the control of files' owners but which cannot be used to send arbitrary data to the terminal, and so these are printed as-is. @item %f, %h, %l, %p, %P @@ -2088,7 +2088,7 @@ terminate arguments; instead, the input is split at newlines only. If @var{replace-str} is omitted, it defaults to @samp{@{@}} (like for @samp{find -exec}). Implies @samp{-x} and @samp{-l 1}. @samp{-i} is -depreceated in favour of @samp{-I}. As an +deprecated in favour of @samp{-I}. As an example, to sort each file in the @file{bills} directory, leaving the output in that file name with @file{.sorted} appended, you could do: @@ -2874,7 +2874,7 @@ terminate arguments; instead, the input is split at newlines only. If @var{replace-str} is omitted, it defaults to @samp{@{@}} (like for @samp{find -exec}). Implies @samp{-x} and @samp{-l 1}. @samp{-i} is -depreceated in favour of @samp{-I}. +deprecated in favour of @samp{-I}. @item --max-lines@r{[}=@var{max-lines}@r{]} @itemx -l@r{[}@var{max-lines}@r{]} Index: find/find.1 =================================================================== RCS file: /cvsroot/findutils/findutils/find/find.1,v retrieving revision 1.63 diff -u -r1.63 find.1 --- find/find.1 2 Sep 2005 20:51:01 -0000 1.63 +++ find/find.1 13 Sep 2005 18:23:13 -0000 @@ -834,9 +834,9 @@ If the output is not going to a terminal, it is printed as-is. Otherwise, the result depends on which directive is in use. The directives %D, %F, %g, %G, %H, %Y, and %y expand to values which are -not under control of files' ownwers, and so are printed as-is. The +not under control of files' owners, and so are printed as-is. The directives %a, %b, %c, %d, %i, %k, %m, %M, %n, %s, %t, %u and %U have -values which are under the control of files' ownwers but which cannot +values which are under the control of files' owners but which cannot be used to send arbitrary data to the terminal, and so these are printed as-is. The directives %f, %h, %l, %p and %P are quoted. This quoting is performed in the same way as for GNU Index: xargs/xargs.1 =================================================================== RCS file: /cvsroot/findutils/findutils/xargs/xargs.1,v retrieving revision 1.20 diff -u -r1.20 xargs.1 --- xargs/xargs.1 3 Sep 2005 12:49:16 -0000 1.20 +++ xargs/xargs.1 13 Sep 2005 18:23:16 -0000 @@ -100,7 +100,7 @@ If \fIreplace-str\fR is omitted, it defaults to "{}" (like for `find \-exec'). Implies \fI\-x\fP and \fI\-l 1\fP. -\-i is depreceated in favour of \-I. +\-i is deprecated in favour of \-I. .TP .I "\-\-max\-lines[=max-lines], \-L[max-lines]" Use at most \fImax-lines\fR nonblank input lines per command line;