diff options
Diffstat (limited to 'contrib/tcl/doc/glob.n')
-rw-r--r-- | contrib/tcl/doc/glob.n | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/tcl/doc/glob.n b/contrib/tcl/doc/glob.n index 11c6cc7e50090..2097534fceac3 100644 --- a/contrib/tcl/doc/glob.n +++ b/contrib/tcl/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. '\" -'\" SCCS: @(#) glob.n 1.10 96/03/25 20:15:48 +'\" SCCS: @(#) glob.n 1.11 96/08/26 12:59:59 '\" .so man.macros .TH glob n 7.5 Tcl "Tcl Built-In Commands" @@ -24,7 +24,6 @@ the csh shell. It returns a list of the files whose names match any of the \fIpattern\fR arguments. .LP If the initial arguments to \fBglob\fR start with \fB\-\fR then -.VS they are treated as switches. The following switches are currently supported: .TP 15 @@ -35,7 +34,6 @@ switch an error is returned if the result list would be empty. \fB\-\|\-\fR Marks the end of switches. The argument following this one will be treated as a \fIpattern\fR even if it starts with a \fB\-\fR. -.VE .PP The \fIpattern\fR arguments may contain any of the following special characters: @@ -69,7 +67,6 @@ the HOME environment variable is used. The \fBglob\fR command differs from csh globbing in two ways. First, it does not sort its result list (use the \fBlsort\fR command if you want the list sorted). -.VS Second, \fBglob\fR only returns the names of files that actually exist; in csh no check for existence is made unless a pattern contains a ?, *, or [] construct. @@ -82,7 +79,6 @@ native and network names are specified), the \fBglob\fR command only accepts native names. Also, for Windows UNC names, the servername and sharename components of the path may not contain ?, *, or [] constructs. -.VE .SH KEYWORDS exist, file, glob, pattern |