bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

find.texi patch for FDL, @copying


From: Karl Berry
Subject: find.texi patch for FDL, @copying
Date: Mon, 26 May 2003 18:52:16 -0400

I just submitted this patch to
http://savannah.gnu.org/patch/?group=findutils
and am redundantly sending it to this list as well :).

It changes the find.texi file to use the @copying command, the GNU
FDL, standard dircategory stuff, and removes all the node pointers for
maintenance simplicity.

You'll need to get the latest fdl.texi and texinfo.tex from gnulib or
wherever.

Let me know if questions or problems ...

karl


--- ORIG/find.texi      2003-05-26 15:30:32.000000000 -0700
+++ find.texi   2003-05-26 15:44:42.000000000 -0700
@@ -2,86 +2,62 @@
 @c %**start of header
 @setfilename find.info
address@hidden Finding Files
address@hidden For double-sided printing, uncomment:
address@hidden @setchapternewpage odd
address@hidden %**end of header
-
 @include version.texi
address@hidden GNU Find Utilities @value{VERSION}
address@hidden %**end of header
 
address@hidden
address@hidden
address@hidden iftex
-
address@hidden
address@hidden
-START-INFO-DIR-ENTRY
-* Finding Files: (find).        Listing and operating on files
-                                that match certain criteria.
-END-INFO-DIR-ENTRY
address@hidden 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.
-
address@hidden
-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).
-
address@hidden 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.
address@hidden ifinfo
address@hidden
+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.
+
address@hidden
+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.''
address@hidden quotation
address@hidden copying
+
address@hidden Basics
address@hidden
+* Finding files: (find).        Operating on files matching certain criteria.
address@hidden direntry
address@hidden Individual utilities
address@hidden
+* 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.
address@hidden direntry
 
 @titlepage
 @title Finding Files
address@hidden Edition @value{EDITION}, for GNU @code{find} version 
@value{VERSION}
address@hidden @value{UPDATED}
address@hidden by David MacKenzie
-
address@hidden for version @value{VERSION}, @value{UPDATED}
address@hidden 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.
address@hidden
 @end titlepage
 
address@hidden Top, Introduction, , (dir)
address@hidden  node-name,  next,  previous,  up
address@hidden
+
address@hidden
address@hidden Top
address@hidden GNU Find Utilities
 
address@hidden
-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}.
address@hidden ifinfo
address@hidden
address@hidden 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
 
address@hidden Introduction, Finding Files, Top, Top
address@hidden Introduction
 @chapter Introduction
 
@@ -297,5 +274,5 @@
 @end table
 
address@hidden Finding Files, Actions, Introduction, Top
address@hidden Finding Files
 @chapter Finding Files
 
@@ -933,5 +910,5 @@
 @end deffn
 
address@hidden Actions, Common Tasks, Finding Files, Top
address@hidden Actions
 @chapter Actions
 
@@ -1600,5 +1577,5 @@
 @end example
 
address@hidden Common Tasks, Databases, Actions, Top
address@hidden Common Tasks
 @chapter Common Tasks
 
@@ -1828,5 +1805,5 @@
 is one of the most time consuming parts of its work).
 
address@hidden Databases, File Permissions, Common Tasks, Top
address@hidden Databases
 @chapter File Name Databases
 
@@ -2018,10 +1995,10 @@
 environments.
 
address@hidden File Permissions, Reference, Databases, Top
address@hidden File Permissions
 @chapter File Permissions
 
 @include perm.texi
 
address@hidden Reference, Primary Index, File Permissions, Top
address@hidden Reference
 @chapter Reference
 
@@ -2036,5 +2013,5 @@
 @end menu
 
address@hidden Invoking find, Invoking locate, , Reference
address@hidden Invoking find
 @section Invoking @code{find}
 
@@ -2069,5 +2046,5 @@
 @end table
 
address@hidden Invoking locate, Invoking updatedb, Invoking find, Reference
address@hidden Invoking locate
 @section Invoking @code{locate}
 
@@ -2103,5 +2080,5 @@
 @end table
 
address@hidden Invoking updatedb, Invoking xargs, Invoking locate, Reference
address@hidden Invoking updatedb
 @section Invoking @code{updatedb}
 
@@ -2148,5 +2125,5 @@
 @end table
 
address@hidden Invoking xargs, ,  Invoking updatedb, Reference
address@hidden Invoking xargs
 @section Invoking @code{xargs}
 
@@ -2250,4 +2227,15 @@
 @end table
 
+
address@hidden Copying This Manual
address@hidden Copying This Manual
+
address@hidden
+* GNU Free Documentation License::  License for copying this manual.
address@hidden menu
+
address@hidden fdl.texi
+
+
 @node Primary Index, , Reference, Top
 @unnumbered @code{find} Primary Index
@@ -2259,5 +2247,4 @@
 @printindex fn
 
address@hidden
 @bye
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]