diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-30 16:10:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-30 16:10:20 (GMT) |
commit | 21e80b3a2597bf0fd3929581c7920833e2d26ab8 (patch) | |
tree | 8bcfa6fea1ccdf1c10edbcd55a70269fa893739e /doc | |
parent | 8e6efd70260d3e66cefce5a84f130d3d6f30c06d (diff) | |
download | tcl-21e80b3a2597bf0fd3929581c7920833e2d26ab8.zip tcl-21e80b3a2597bf0fd3929581c7920833e2d26ab8.tar.gz tcl-21e80b3a2597bf0fd3929581c7920833e2d26ab8.tar.bz2 |
Stop [glob] complaining about empty list result. Continue support for
a no-op -nocomplain option, but don't document it. Old script support only.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/glob.n | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -44,11 +44,6 @@ The remaining pattern arguments, after option processing, are treated as a single pattern obtained by joining the arguments with directory separators. .TP -\fB\-nocomplain\fR -. -Allows an empty list to be returned without error; without this -switch an error is returned if the result list would be empty. -.TP \fB\-path\fR \fIpathPrefix\fR . Search for files with the given \fIpathPrefix\fR where the rest of the name |