--- ORIG/find.texi 2003-05-26 15:30:32.000000000 -0700 +++ find.texi 2003-05-26 15:48:45.000000000 -0700 @@ -2,86 +2,62 @@ @c %**start of header @setfilename find.info -@settitle Finding Files -@c For double-sided printing, uncomment: -@c @setchapternewpage odd -@c %**end of header - @include version.texi +@settitle GNU Find Utilities @value{VERSION} +@c %**end of header -@iftex -@finalout -@end iftex - -@ifinfo -@format -START-INFO-DIR-ENTRY -* Finding Files: (find). Listing and operating on files - that match certain criteria. -END-INFO-DIR-ENTRY -@end format - -This file documents the GNU utilities for finding files that match -certain criteria and performing various operations on them. - -Copyright (C) 1994 Free Software Foundation, Inc. - -Permission is granted to make and distribute verbatim copies of -this manual provided the copyright notice and this permission notice -are preserved on all copies. - -@ignore -Permission is granted to process this file through TeX and print the -results, provided the printed document carries copying permission -notice identical to this one except for the removal of this paragraph -(this paragraph not being relevant to the printed manual). - -@end ignore -Permission is granted to copy and distribute modified versions of this -manual under the conditions for verbatim copying, provided that the entire -resulting derived work is distributed under the terms of a permission -notice identical to this one. - -Permission is granted to copy and distribute translations of this manual -into another language, under the above conditions for modified versions, -except that this permission notice may be stated in a translation approved -by the Foundation. -@end ifinfo +@copying +This manual is for the GNU Find Utilities +(version @value{VERSION}, @value{UPDATED}), +which find files matching certain criteria and performing general +operations on them. + +Copyright @copyright{} 1994, 2003 Free Software Foundation, Inc. + +@quotation +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.1 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,'' +and with the Back-Cover Texts as in (a) below. A copy of the +license is included in the section entitled ``GNU Free Documentation +License.'' + +(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify +this GNU Manual, like GNU software. Copies published by the Free +Software Foundation raise funds for GNU development.'' +@end quotation +@end copying + +@dircategory Basics +@direntry +* Finding files: (find). Operating on files matching certain criteria. +@end direntry +@dircategory Individual utilities +@direntry +* find: (find)Invoking find. Finding and acting on files. +* locate: (find)Invoking locate. Finding files in a database. +* updatedb: (find)Invoking updatedb. Building the locate database. +* xargs: (find)Invoking xargs. Operating on many files. +@end direntry @titlepage @title Finding Files -@subtitle Edition @value{EDITION}, for GNU @code{find} version @value{VERSION} -@subtitle @value{UPDATED} -@author by David MacKenzie - +@subtitle for version @value{VERSION}, @value{UPDATED} +@author David MacKenzie (@email{bug-findutils@@gnu.org}) @page @vskip 0pt plus 1filll -Copyright @copyright{} 1994 Free Software Foundation, Inc. - -Permission is granted to make and distribute verbatim copies of -this manual provided the copyright notice and this permission notice -are preserved on all copies. - -Permission is granted to copy and distribute modified versions of this -manual under the conditions for verbatim copying, provided that the entire -resulting derived work is distributed under the terms of a permission -notice identical to this one. - -Permission is granted to copy and distribute translations of this manual -into another language, under the above conditions for modified versions, -except that this permission notice may be stated in a translation approved -by the Foundation. +@insertcopying @end titlepage -@node Top, Introduction, , (dir) -@comment node-name, next, previous, up +@contents + +@ifnottex +@node Top +@top GNU Find Utilities -@ifinfo -This file documents the GNU utilities for finding files that match -certain criteria and performing various actions on them. -This is edition @value{EDITION}, for @code{find} version @value{VERSION}. -@end ifinfo +@insertcopying +@end ifnottex @c The master menu, created with texinfo-master-menu, goes here. - @menu * Introduction:: Summary of the tasks this manual describes. @@ -92,8 +68,9 @@ * File Permissions:: How to control access to files. * Reference:: Summary of how to invoke the programs. +* Copying This Manual:: The GNU Free Documentation License. * Primary Index:: The components of @code{find} expressions. @end menu -@node Introduction, Finding Files, Top, Top +@node Introduction @chapter Introduction @@ -297,5 +274,5 @@ @end table -@node Finding Files, Actions, Introduction, Top +@node Finding Files @chapter Finding Files @@ -933,5 +910,5 @@ @end deffn -@node Actions, Common Tasks, Finding Files, Top +@node Actions @chapter Actions @@ -1600,5 +1577,5 @@ @end example -@node Common Tasks, Databases, Actions, Top +@node Common Tasks @chapter Common Tasks @@ -1828,5 +1805,5 @@ is one of the most time consuming parts of its work). -@node Databases, File Permissions, Common Tasks, Top +@node Databases @chapter File Name Databases @@ -2018,10 +1995,10 @@ environments. -@node File Permissions, Reference, Databases, Top +@node File Permissions @chapter File Permissions @include perm.texi -@node Reference, Primary Index, File Permissions, Top +@node Reference @chapter Reference @@ -2036,5 +2013,5 @@ @end menu -@node Invoking find, Invoking locate, , Reference +@node Invoking find @section Invoking @code{find} @@ -2069,5 +2046,5 @@ @end table -@node Invoking locate, Invoking updatedb, Invoking find, Reference +@node Invoking locate @section Invoking @code{locate} @@ -2103,5 +2080,5 @@ @end table -@node Invoking updatedb, Invoking xargs, Invoking locate, Reference +@node Invoking updatedb @section Invoking @code{updatedb} @@ -2148,5 +2125,5 @@ @end table -@node Invoking xargs, , Invoking updatedb, Reference +@node Invoking xargs @section Invoking @code{xargs} @@ -2250,5 +2227,16 @@ @end table -@node Primary Index, , Reference, Top + +@node Copying This Manual +@appendix Copying This Manual + +@menu +* GNU Free Documentation License:: License for copying this manual. +@end menu + +@include fdl.texi + + +@node Primary Index @unnumbered @code{find} Primary Index @@ -2259,5 +2247,4 @@ @printindex fn -@contents @bye