summaryrefslogtreecommitdiffstats
path: root/doc/StringObj.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/StringObj.3')
-rw-r--r--doc/StringObj.33
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/StringObj.3 b/doc/StringObj.3
index cb81559..817ed34 100644
--- a/doc/StringObj.3
+++ b/doc/StringObj.3
@@ -116,7 +116,8 @@ of a value's string representation.
May be (Tcl_Size *)NULL when not used. If it points to a variable which
type is not \fBTcl_Size\fR, a compiler warning will be generated.
If your extensions is compiled with -DTCL_8_API, this function will
-panic for strings with more than INT_MAX bytes/characters, otherwise expect it to crash.
+panic for strings with more than INT_MAX bytes/characters, otherwise
+expect it to crash.
.AP "const char" *string in
Null-terminated string value to append to \fIobjPtr\fR.
.AP Tcl_Size limit in