summaryrefslogtreecommitdiffstats
path: root/doc/glob.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-09-29 16:03:27 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-09-29 16:03:27 (GMT)
commita3e470a520e59549b32c105f2aa0234c30eac772 (patch)
treebe3fc321fed687e92451501bc8e509c83bde8196 /doc/glob.n
parentf47fa38944c02518936f12a7bf883cb48b7feca8 (diff)
downloadtcl-a3e470a520e59549b32c105f2aa0234c30eac772.zip
tcl-a3e470a520e59549b32c105f2aa0234c30eac772.tar.gz
tcl-a3e470a520e59549b32c105f2aa0234c30eac772.tar.bz2
TIP #323 IMPLEMENTATION (partial)
* doc/glob.n: Revise [glob] to accept zero patterns. * generic/tclFileName.c: * tests fileName.test:
Diffstat (limited to 'doc/glob.n')
-rw-r--r--doc/glob.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/glob.n b/doc/glob.n
index d2751d3..a7cf7ad 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.23 2008/09/29 16:03:29 dgp Exp $
'\"
.so man.macros
.TH glob n 8.3 Tcl "Tcl Built-In Commands"
@@ -14,7 +14,7 @@
.SH NAME
glob \- Return names of files that match patterns
.SH SYNOPSIS
-\fBglob \fR?\fIswitches\fR? \fIpattern \fR?\fIpattern ...\fR?
+\fBglob \fR?\fIswitches\fR? ?\fIpattern ...\fR?
.BE
.SH DESCRIPTION