summaryrefslogtreecommitdiffstats
path: root/doc/glob.n
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-09-02 19:50:28 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-09-02 19:50:28 (GMT)
commit1150e7e99aa60d4f7edcb46684f6685d2cd89a01 (patch)
treea71355399d45e0eb4c8dcda3ac9714656d57097b /doc/glob.n
parent37b5a07a958d560a4ec376cc8198efd66cdf82ba (diff)
downloadtcl-1150e7e99aa60d4f7edcb46684f6685d2cd89a01.zip
tcl-1150e7e99aa60d4f7edcb46684f6685d2cd89a01.tar.gz
tcl-1150e7e99aa60d4f7edcb46684f6685d2cd89a01.tar.bz2
* doc/glob.n: Fixed documentation ambiguity regarding the handling
of -join.
Diffstat (limited to 'doc/glob.n')
-rw-r--r--doc/glob.n7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/glob.n b/doc/glob.n
index d2751d3..a117167 100644
--- a/doc/glob.n
+++ b/doc/glob.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: glob.n,v 1.22 2007/12/13 15:22:32 dgp Exp $
+'\" RCS: @(#) $Id: glob.n,v 1.22.2.1 2010/09/02 19:50:29 andreas_kupries Exp $
'\"
.so man.macros
.TH glob n 8.3 Tcl "Tcl Built-In Commands"
@@ -40,8 +40,9 @@ characters explicitly. This option may not be used in conjunction with
whose names may contain glob-sensitive characters.
.TP
\fB\-join\fR
-The remaining pattern arguments are treated as a single pattern
-obtained by joining the arguments with directory separators.
+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