diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2014-08-02 15:26:46 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2014-08-02 15:26:46 (GMT) |
commit | 50e84817bf26eed388c0fb3df70cfb4d00e9eab5 (patch) | |
tree | 4687543a47761a272c292a071803d13d45c85dc5 /doc/string.n | |
parent | 199f805233d9af1ccfd843748bffd339b275bbab (diff) | |
download | tcl-50e84817bf26eed388c0fb3df70cfb4d00e9eab5.zip tcl-50e84817bf26eed388c0fb3df70cfb4d00e9eab5.tar.gz tcl-50e84817bf26eed388c0fb3df70cfb4d00e9eab5.tar.bz2 |
Don't use [pid] in tests, stick to constant literals.
Diffstat (limited to 'doc/string.n')
-rw-r--r-- | doc/string.n | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/string.n b/doc/string.n index 9108e7c..450a97b 100644 --- a/doc/string.n +++ b/doc/string.n @@ -19,6 +19,7 @@ string \- Manipulate strings Performs one of several string operations, depending on \fIoption\fR. The legal \fIoption\fRs (which may be abbreviated) are: .TP +.VS 8.6.2 \fBstring cat\fR ?\fIstring1\fR? ?\fIstring2...\fR? . Concatenate the given strings just like direct juxtaposition @@ -26,6 +27,7 @@ would. This primitive is occasionally handier than juxtaposition when mixed quoting is wanted, or when the aim is to return the result of a concatenation without resorting to \fB[return -level 0]\fR. If no arg is present, an empty string is returned. +.VE .TP \fBstring compare\fR ?\fB\-nocase\fR? ?\fB\-length\fI length\fR? \fIstring1 string2\fR . |