summaryrefslogtreecommitdiffstats
path: root/doc/glob.n
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-01-26 03:37:30 (GMT)
committerhobbs <hobbs>2000-01-26 03:37:30 (GMT)
commit04bd0d9f87302a0c6dfcf3641cee54bc29c3f223 (patch)
treea55cbc54826268b00ba33e4185f293956c234123 /doc/glob.n
parent985b9d320f2f4ba7c7b7914af60f5ef0be724288 (diff)
downloadtcl-04bd0d9f87302a0c6dfcf3641cee54bc29c3f223.zip
tcl-04bd0d9f87302a0c6dfcf3641cee54bc29c3f223.tar.gz
tcl-04bd0d9f87302a0c6dfcf3641cee54bc29c3f223.tar.bz2
* doc/ListObj.3: clarified Tcl_ListObjGetElements docs [Bug: 4080]
* doc/glob.n: clarified Mac path separator determination docs.
Diffstat (limited to 'doc/glob.n')
-rw-r--r--doc/glob.n10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/glob.n b/doc/glob.n
index 8d125d4..dcf3cb9 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.6 1999/12/12 22:46:38 hobbs Exp $
+'\" RCS: @(#) $Id: glob.n,v 1.7 2000/01/26 03:37:30 hobbs Exp $
'\"
.so man.macros
.TH glob n 8.3 Tcl "Tcl Built-In Commands"
@@ -146,6 +146,14 @@ directory of the user whose account information resides on the specified NT
domain server. Otherwise, user account information is obtained from
the local computer. On Windows 95 and 98, \fBglob\fR accepts patterns
like ``.../'' and ``..../'' for successively higher up parent directories.
+.TP
+\fBMacintosh\fR
+.
+When using the options, \fB\-dir\fR, \fB\-join\fR or \fB\-path\fR, glob
+assumes the directory separator for the entire pattern is the standard
+``:''. When not using these options, glob examines each pattern argument
+and uses ``/'' unless the pattern contains a ``:''.
+
.SH KEYWORDS
exist, file, glob, pattern