diff options
author | andreas_kupries <andreas_kupries@noemail.net> | 2010-09-02 19:50:54 (GMT) |
---|---|---|
committer | andreas_kupries <andreas_kupries@noemail.net> | 2010-09-02 19:50:54 (GMT) |
commit | 7b4e6500eee90526cd74efabd34f944f1bde45a0 (patch) | |
tree | fee003902556a262262c7174809c9e14334539f1 /doc | |
parent | 21c10105cdc92f30e367e2fe7f1b337f1a69f12a (diff) | |
download | tcl-7b4e6500eee90526cd74efabd34f944f1bde45a0.zip tcl-7b4e6500eee90526cd74efabd34f944f1bde45a0.tar.gz tcl-7b4e6500eee90526cd74efabd34f944f1bde45a0.tar.bz2 |
* doc/glob.n: Fixed documentation ambiguity regarding the handling
of -join.
FossilOrigin-Name: 5836ca98cb2d536b035080aa316e6afd3ce5a857
Diffstat (limited to 'doc')
-rw-r--r-- | doc/glob.n | 7 |
1 files changed, 4 insertions, 3 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.25 2008/10/17 10:22:25 dkf Exp $ +'\" RCS: @(#) $Id: glob.n,v 1.26 2010/09/02 19:50:55 andreas_kupries Exp $ '\" .so man.macros .TH glob n 8.3 Tcl "Tcl Built-In Commands" @@ -43,8 +43,9 @@ 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 . |