From: Santiago Vila <sanvila@debian.org>
Subject: Removed duplicates of "the" in the document.
X-Debian-version: 2.8.1-10

--- a/diff.texi
+++ b/diff.texi
@@ -6,7 +6,7 @@
 @c %**end of header
 
 @ifinfo
-This file documents the the GNU @code{diff}, @code{diff3}, @code{sdiff},
+This file documents the GNU @code{diff}, @code{diff3}, @code{sdiff},
 and @code{cmp} commands for showing the differences between text files
 and the @code{patch} command for using their output to update files.
 
@@ -75,7 +75,7 @@
 @node Top, , , (dir)
 
 @ifinfo
-This file documents the the GNU @code{diff}, @code{diff3}, @code{sdiff},
+This file documents the GNU @code{diff}, @code{diff3}, @code{sdiff},
 and @code{cmp} commands for showing the differences between text files
 and the @code{patch} command for using their output to update files.
 
@@ -1349,7 +1349,7 @@
 
 @item --new-group-format=@var{format}
 These line groups are hunks containing only lines from the second
-file.  The default new group format is same as the the changed group
+file.  The default new group format is same as the changed group
 format if it is specified; otherwise it is a format that outputs the
 line group as-is.
 
@@ -1442,7 +1442,7 @@
 @var{A}'s value equals @var{B}'s; otherwise it is equivalent to @var{E}.
 
 For example, @samp{%(N=0?no:%dN) line%(N=1?:s)} is equivalent to
-@samp{no lines} if @var{N} (the number of lines in the group in the the
+@samp{no lines} if @var{N} (the number of lines in the group in the
 new file) is 0, to @samp{1 line} if @var{N} is 1, and to @samp{%dN lines}
 otherwise.
 @end table
@@ -1494,12 +1494,12 @@
 
 @table @samp
 @item %l
-stands for the the contents of the line, not counting its trailing
+stands for the contents of the line, not counting its trailing
 newline (if any).  This format ignores whether the line is incomplete;
 @xref{Incomplete Lines}.
 
 @item %L
-stands for the the contents of the line, including its trailing newline
+stands for the contents of the line, including its trailing newline
 (if any).  If a line is incomplete, this format preserves its
 incompleteness.
 
@@ -1587,7 +1587,7 @@
 @end example
 
 You should carefully check the @code{diff} output for proper nesting.
-For example, when using the the @samp{-D @var{name}} or
+For example, when using the @samp{-D @var{name}} or
 @samp{--ifdef=@var{name}} option, you should check that if the
 differing lines contain any of the C preprocessor directives
 @samp{#ifdef}, @samp{#ifndef}, @samp{#else}, @samp{#elif}, or
@@ -2721,12 +2721,12 @@
 
 @item -i @var{skip}
 @itemx --ignore-initial=@var{skip}
-Ignore any differences in the the first @var{skip} bytes of the input files.
+Ignore any differences in the first @var{skip} bytes of the input files.
 Treat files with fewer than @var{skip} bytes as if they are empty.
 
 @item -i @var{skip1:skip2}
 @itemx --ignore-initial=@var{skip1:skip2}
-Ignore any differences in the the first @var{skip1} bytes of the file1
+Ignore any differences in the first @var{skip1} bytes of the file1
 and the first @var{skip2} bytes of file2.
 
 @item -l
@@ -3793,7 +3793,7 @@
 structure.  For example, suppose one directory tree contains a directory
 named @samp{D} with some subsidiary files, and another contains a file
 with the same name @samp{D}.  @samp{diff -r} does not output enough
-information for @code{patch} to transform the the directory subtree into
+information for @code{patch} to transform the directory subtree into
 the file.
 
 There should be a way to specify that a file has been deleted without
