summaryrefslogtreecommitdiffstats
path: root/doc/StringObj.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-04 07:23:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-04 07:23:25 (GMT)
commit67805e59cef248f01fd68e0479ad848ac1f08485 (patch)
tree74da9f2b5899274f2be2187a2e77e4a9b2aad51e /doc/StringObj.3
parent33243cc1f9d89ae5e3ab90854bd7e3dfbe76773a (diff)
downloadtcl-67805e59cef248f01fd68e0479ad848ac1f08485.zip
tcl-67805e59cef248f01fd68e0479ad848ac1f08485.tar.gz
tcl-67805e59cef248f01fd68e0479ad848ac1f08485.tar.bz2
Remove unnecessary end-of-line spacing (preparing for some further documentation updates)
Diffstat (limited to 'doc/StringObj.3')
-rw-r--r--doc/StringObj.38
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/StringObj.3 b/doc/StringObj.3
index cf8f6d3..7042cc8 100644
--- a/doc/StringObj.3
+++ b/doc/StringObj.3
@@ -3,7 +3,7 @@
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-'\"
+'\"
.TH Tcl_StringObj 3 8.1 Tcl "Tcl Library Procedures"
.so man.macros
.BS
@@ -308,7 +308,7 @@ sprintf(buf, format, ...);
\fBTcl_NewStringObj\fR(buf, -1);
.CE
.PP
-but with greater convenience and no need to
+but with greater convenience and no need to
determine \fBSOME_SUITABLE_LENGTH\fR. The formatting is done with the same
core formatting engine used by \fBTcl_Format\fR. This means the set of
supported conversion specifiers is that of the \fBformat\fR command and
@@ -329,8 +329,8 @@ Tcl_Obj *objPtr = \fBTcl_ObjPrintf\fR("Value is %d", x);
.PP
If the value of \fIformat\fR contains internal inconsistencies or invalid
specifier formats, the formatted string result produced by
-\fBTcl_ObjPrintf\fR will be an error message describing the error.
-It is impossible however to provide runtime protection against
+\fBTcl_ObjPrintf\fR will be an error message describing the error.
+It is impossible however to provide runtime protection against
mismatches between the format and any subsequent arguments.
Compile-time protection may be provided by some compilers.
.PP