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