grep-commit
[Top][All Lists]
Advanced

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

Changes to grep/manual/html_node/File-and-Directory-Selection.html,v


From: Jim Meyering
Subject: Changes to grep/manual/html_node/File-and-Directory-Selection.html,v
Date: Thu, 2 Jan 2020 18:18:46 -0500 (EST)

CVSROOT:        /webcvs/grep
Module name:    grep
Changes by:     Jim Meyering <meyering> 20/01/02 18:18:45

Index: html_node/File-and-Directory-Selection.html
===================================================================
RCS file: /webcvs/grep/grep/manual/html_node/File-and-Directory-Selection.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- html_node/File-and-Directory-Selection.html 30 Dec 2018 06:24:22 -0000      
1.29
+++ html_node/File-and-Directory-Selection.html 2 Jan 2020 23:18:44 -0000       
1.30
@@ -2,7 +2,7 @@
 <html>
 <!-- This manual is for grep, a pattern matching engine.
 
-Copyright (C) 1999-2002, 2005, 2008-2018 Free Software Foundation,
+Copyright (C) 1999-2002, 2005, 2008-2020 Free Software Foundation,
 Inc.
 
 Permission is granted to copy, distribute and/or modify this document
@@ -14,10 +14,10 @@
 <!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>File and Directory Selection (GNU Grep 3.3)</title>
+<title>File and Directory Selection (GNU Grep 3.4)</title>
 
-<meta name="description" content="File and Directory Selection (GNU Grep 3.3)">
-<meta name="keywords" content="File and Directory Selection (GNU Grep 3.3)">
+<meta name="description" content="File and Directory Selection (GNU Grep 3.4)">
+<meta name="keywords" content="File and Directory Selection (GNU Grep 3.4)">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="makeinfo">
@@ -166,10 +166,11 @@
 <a name="index-searching-directory-trees"></a>
 <p>Skip any command-line file with a name suffix that matches the pattern
 <var>glob</var>, using wildcard matching; a name suffix is either the whole
-name, or any suffix starting after a &lsquo;<samp>/</samp>&rsquo; and before a
-non-&lsquo;<samp>/</samp>&rsquo;.  When searching recursively, skip any 
subfile whose base
+name, or a trailing part that starts with a non-slash character
+immediately after a slash (&lsquo;<samp>/</samp>&rsquo;) in the name.
+When searching recursively, skip any subfile whose base
 name matches <var>glob</var>; the base name is the part after the last
-&lsquo;<samp>/</samp>&rsquo;.  A pattern can use
+slash.  A pattern can use
 &lsquo;<samp>*</samp>&rsquo;, &lsquo;<samp>?</samp>&rsquo;, and 
&lsquo;<samp>[</samp>&rsquo;...&lsquo;<samp>]</samp>&rsquo; as wildcards,
 and <code>\</code> to quote a wildcard or backslash character literally.
 </p>



reply via email to

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