summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-04 11:02:33 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-04 11:02:33 (GMT)
commite949bfae939a0cae5a32415b32a1e60b36351ffa (patch)
tree24cd06b1e308e3ec9c5c2bcd36d78460d504a2d9 /doc
parent2d3d61a110e7b0bb25fd02cc60e00098e1054565 (diff)
parente583aab8c93cf6a1c2bd747295996e83667b6bf8 (diff)
downloadtcl-e949bfae939a0cae5a32415b32a1e60b36351ffa.zip
tcl-e949bfae939a0cae5a32415b32a1e60b36351ffa.tar.gz
tcl-e949bfae939a0cae5a32415b32a1e60b36351ffa.tar.bz2
Merge 8.6
Diffstat (limited to 'doc')
-rw-r--r--doc/string.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/string.n b/doc/string.n
index 72c7913..44d621d 100644
--- a/doc/string.n
+++ b/doc/string.n
@@ -362,21 +362,21 @@ specified using the forms described in \fBSTRING INDICES\fR.
Returns a value equal to \fIstring\fR except that any leading or
trailing characters present in the string given by \fIchars\fR are removed. If
\fIchars\fR is not specified then white space is removed (any character
-for which \fBstring is space\fR returns 1, and "\0").
+for which \fBstring is space\fR returns 1, and "\e0").
.TP
\fBstring trimleft \fIstring\fR ?\fIchars\fR?
.
Returns a value equal to \fIstring\fR except that any leading
characters present in the string given by \fIchars\fR are removed. If
\fIchars\fR is not specified then white space is removed (any character
-for which \fBstring is space\fR returns 1, and "\0").
+for which \fBstring is space\fR returns 1, and "\e0").
.TP
\fBstring trimright \fIstring\fR ?\fIchars\fR?
.
Returns a value equal to \fIstring\fR except that any trailing
characters present in the string given by \fIchars\fR are removed. If
\fIchars\fR is not specified then white space is removed (any character
-for which \fBstring is space\fR returns 1, and "\0").
+for which \fBstring is space\fR returns 1, and "\e0").
.SS "OBSOLETE SUBCOMMANDS"
.PP
These subcommands are currently supported, but are likely to go away in a