From a1795dfc82969f361ec83f455e09a85e8c0c4bcb Mon Sep 17 00:00:00 2001
From: Peter Breitenlohner <peb@mppmu.mpg.de>
Date: Mon, 3 Aug 2009 11:16:29 +0200
Subject: [PATCH 1/3] Remove duplicate paragraph in texinfo
To: findutils-patches@gnu.org

Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
---
 ChangeLog     |    4 ++++
 doc/find.texi |   12 +-----------
 2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c99d77d..d9b096c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-03  Peter Breitenlohner  <peb@mppmu.mpg.de>
+
+	* doc/find.texi: Remove duplicate paragraph and fix a typo.
+
 2013-03-31  James Youngman  <jay@gnu.org>
 
 	Don't use reserved identifiers in macro names; fix other code smells.
diff --git a/doc/find.texi b/doc/find.texi
index 699458b..9b00fce 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -2971,7 +2971,7 @@ database is zero.  The second byte is immediately followed by the
 first database entry.  The first entry in the database is not preceded
 by any differential count or dummy entry.  Instead the differential
 count for the first item is assumed to be zero.
-.P
+
 Starting with the second entry (if any) in the database, data is
 interpreted as for the GNU LOCATE02 format.
 
@@ -3544,16 +3544,6 @@ that ``exports'' configurations for variable definitions and uses
 another shell script that ``sources'' the configuration file into the
 environment and then executes @code{updatedb} in the environment.
 
-@code{updatedb} creates and updates the database of file names used by
-@code{locate}.  @code{updatedb} generates a list of files similar to
-the output of @code{find} and then uses utilities for optimizing the
-database for performance.  @code{updatedb} is often run periodically
-as a @code{cron} job and configured with environment variables or
-command options.  Typically, operating systems have a shell script
-that ``exports'' configurations for variable definitions and uses
-another shell script that ``sources'' the configuration file into the
-environment and then executes @code{updatedb} in the environment.
-
 @table @code
 @item --findoptions='@var{OPTION}@dots{}'
 Global options to pass on to @code{find}.
-- 
1.7.2.5

