diff options
Diffstat (limited to 'contrib/tcl/doc/list.n')
-rw-r--r-- | contrib/tcl/doc/list.n | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/tcl/doc/list.n b/contrib/tcl/doc/list.n index f89b203a0972f..5a688cba5a1d9 100644 --- a/contrib/tcl/doc/list.n +++ b/contrib/tcl/doc/list.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: @(#) list.n 1.8 96/03/25 20:19:13 +'\" SCCS: @(#) list.n 1.9 96/08/26 13:00:04 '\" .so man.macros .TH list n "" Tcl "Tcl Built-In Commands" @@ -14,17 +14,13 @@ .SH NAME list \- Create a list .SH SYNOPSIS -.VS \fBlist \fR?\fIarg arg ...\fR? -.VE .BE .SH DESCRIPTION .PP This command returns a list comprised of all the \fIarg\fRs, -.VS or an empty string if no \fIarg\fRs are specified. -.VE Braces and backslashes get added as necessary, so that the \fBindex\fR command may be used on the result to re-extract the original arguments, and also so that \fBeval\fR may be used to execute the resulting list, with |