summaryrefslogtreecommitdiffstats
path: root/doc/glob.n
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-11-19 06:33:58 (GMT)
committerhobbs <hobbs>1999-11-19 06:33:58 (GMT)
commitb5a3b0736e5c9388b4979a05136aba4c833e902d (patch)
tree34190bd634f345f5fbdb9b251d0034f432ccc425 /doc/glob.n
parent4085140e65b5b9b7df45ab0cd8f6981240c32693 (diff)
downloadtcl-b5a3b0736e5c9388b4979a05136aba4c833e902d.zip
tcl-b5a3b0736e5c9388b4979a05136aba4c833e902d.tar.gz
tcl-b5a3b0736e5c9388b4979a05136aba4c833e902d.tar.bz2
* doc/scan.n:
* tests/scan.test: * generic/tclScan.c: finished support for inline scan by supporting XPG identifiers. * doc/http.n: * library/http2.1/http.tcl: added register and unregister commands to http:: package (better support for tls/SSL), as well as -type argument to http::geturl. [RFE: 2617] * doc/glob.n: added note about ..../ glob behavior on Win9* * doc/tcltest.n: fixed minor example errors [Bug: 3551]
Diffstat (limited to 'doc/glob.n')
-rw-r--r--doc/glob.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/glob.n b/doc/glob.n
index 7857868..d83d8fe 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.4 1999/08/21 19:40:48 hobbs Exp $
+'\" RCS: @(#) $Id: glob.n,v 1.5 1999/11/19 06:33:58 hobbs Exp $
'\"
.so man.macros
.TH glob n 8.1 Tcl "Tcl Built-In Commands"
@@ -86,7 +86,8 @@ may not contain ?, *, or [] constructs. On Windows NT, if \fIpattern\fR is
of the form ``\fB~\fIusername\fB@\fIdomain\fR'' it refers to the home
directory of the user whose account information resides on the specified NT
domain server. Otherwise, user account information is obtained from
-the local computer.
+the local computer. On Windows 95 and 98, \fBglob\fR accepts patterns
+like ``.../'' and ``..../'' for successively higher up parent directories.
.VE
.SH KEYWORDS