aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-12-10 22:03:32 +1100
committerBen Elliston <bje@gnu.org>2018-12-10 22:03:32 +1100
commitaaee01475fee922b8e1d3a5231f4cf03763002af (patch)
treec8ea4c3bf044cb7be3ec8cb30359f4882727a569 /doc
parent2e7d28b57873761210c0405cf472478884b7ddb7 (diff)
downloaddejagnu-aaee01475fee922b8e1d3a5231f4cf03763002af.zip
dejagnu-aaee01475fee922b8e1d3a5231f4cf03763002af.tar.gz
dejagnu-aaee01475fee922b8e1d3a5231f4cf03763002af.tar.bz2
* doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl
glob patterns, not "shell wildcard characters" per se.
Diffstat (limited to 'doc')
-rw-r--r--doc/dejagnu.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 173bf78..b0392ff 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -4807,9 +4807,8 @@ recursively.
The top level directory to start the search from.
@item @code{pattern}
-If you do not specify @code{pattern}, @code{getdirs} uses a default
-pattern of @code{*}. You may use the common shell wildcard characters in
-the pattern.
+The Tcl glob pattern to match. If you do not specify @code{pattern},
+@code{getdirs} uses a default pattern of @code{*}.
@end table