diff options
Diffstat (limited to 'contrib/tcl/doc/concat.n')
-rw-r--r-- | contrib/tcl/doc/concat.n | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/tcl/doc/concat.n b/contrib/tcl/doc/concat.n index f24833592b5a4..3a1e7a47cd4d6 100644 --- a/contrib/tcl/doc/concat.n +++ b/contrib/tcl/doc/concat.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: @(#) concat.n 1.7 96/03/25 20:11:56 +'\" SCCS: @(#) concat.n 1.8 96/08/26 12:59:54 '\" .so man.macros .TH concat n "" Tcl "Tcl Built-In Commands" @@ -14,9 +14,7 @@ .SH NAME concat \- Join lists together .SH SYNOPSIS -.VS \fBconcat\fI \fR?\fIarg arg ...\fR? -.VE .BE .SH DESCRIPTION @@ -36,9 +34,7 @@ will return .CE as its result. .PP -.VS If no \fIarg\fRs are supplied, the result is an empty string. -.VE .SH KEYWORDS concatenate, join, lists |