diff options
author | dgp <dgp@users.sourceforge.net> | 2008-09-29 16:03:27 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-09-29 16:03:27 (GMT) |
commit | a3e470a520e59549b32c105f2aa0234c30eac772 (patch) | |
tree | be3fc321fed687e92451501bc8e509c83bde8196 /doc | |
parent | f47fa38944c02518936f12a7bf883cb48b7feca8 (diff) | |
download | tcl-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')
-rw-r--r-- | doc/glob.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |