diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-09-13 23:43:03 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-09-13 23:43:03 -0700 |
commit | 3b8d68039907ce6070d7b03dcab3a20b4be85983 (patch) | |
tree | cb1e9d90c323a7fb7e79214a0abdf3069f4af5f2 | |
parent | 10817c037b5028c4ab1cead11295af34255e7b50 (diff) | |
download | txr-3b8d68039907ce6070d7b03dcab3a20b4be85983.tar.gz txr-3b8d68039907ce6070d7b03dcab3a20b4be85983.tar.bz2 txr-3b8d68039907ce6070d7b03dcab3a20b4be85983.zip |
doc: glob*: spelling
* txr.1: Typos in recently added paragraphs.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76155,7 +76155,7 @@ When the .meta pattern arguments of .code glob* -use brace expansion, they those arguments produce multiple patterns. +use brace expansion, those arguments produce multiple patterns. The order of these patterns is preserved: the patterns are matched in that order. For each pattern, the matching path names are sorted, unless the @@ -76177,7 +76177,7 @@ all files, directories and other objects in the current directory and its children. Otherwise the double star may appear at the start of a pattern if it is -followed by a slash; at the end of a patter if it is preceded by a slash, +followed by a slash; at the end of a pattern if it is preceded by a slash, or in the middle of a pattern if it is surrounded by two slashes. The double star is not recognized in a bracket-enclosed character class. |