97c6af7
From f98a29af2d74816aa1711d64c7280d4115f83d3f Mon Sep 17 00:00:00 2001
97c6af7
From: Fridolin Pokorny <fpokorny@redhat.com>
97c6af7
Date: Wed, 27 Aug 2014 13:54:20 +0200
97c6af7
Subject: [PATCH 11/14] Removed repeated words in man
97c6af7
97c6af7
Resolves: #948884
97c6af7
97c6af7
---
97c6af7
 tcsh.man | 4 ++--
97c6af7
 1 file changed, 2 insertions(+), 2 deletions(-)
97c6af7
97c6af7
diff --git a/tcsh.man b/tcsh.man
97c6af7
index de8be03..8cc45c8 100644
97c6af7
--- a/tcsh.man
97c6af7
+++ b/tcsh.man
97c6af7
@@ -1401,7 +1401,7 @@ The \fBglobstar\fR shell variable can be set to allow `**' or `***' as
ef5bdb2
 a file glob pattern that matches any string of characters including `/',
ef5bdb2
 recursively traversing any existing sub-directories.  For example, 
ef5bdb2
 `ls **.c' will list all the .c files in the current directory tree.
ef5bdb2
-If used by itself, it will match match zero or more sub-directories
ef5bdb2
+If used by itself, it will match zero or more sub-directories
ef5bdb2
 (e.g. `ls /usr/include/**/time.h' will list any file named `time.h'
ef5bdb2
 in the /usr/include directory tree; `ls /usr/include/**time.h' will match 
ef5bdb2
 any file in the /usr/include directory tree ending in `time.h'; and
ef5bdb2
@@ -3887,7 +3887,7 @@ with `.' except for `.' and `..'
ef5bdb2
 If set, the `**' and `***' file glob patterns will match any string of 
ef5bdb2
 characters including `/' traversing any existing sub-directories.  (e.g. 
ef5bdb2
 `ls **.c' will list all the .c files in the current directory tree).
ef5bdb2
-If used by itself, it will match match zero or more sub-directories
ef5bdb2
+If used by itself, it will match zero or more sub-directories
ef5bdb2
 (e.g. `ls /usr/include/**/time.h' will list any file named `time.h'
ef5bdb2
 in the /usr/include directory tree; whereas `ls /usr/include/**time.h'
ef5bdb2
 will match any file in the /usr/include directory tree ending in `time.h').
97c6af7
-- 
97c6af7
1.9.3
97c6af7