summaryrefslogtreecommitdiffstats
path: root/doc/exec.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-23 13:27:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-23 13:27:14 (GMT)
commit6d3aeef45e68dc92f69195ab165ce49ecd4738c4 (patch)
tree557acf48815936a86298a60639af7077e4056f8d /doc/exec.n
parent63ef0e3d26d5ef38c104cb50b97e7cddb70dbba6 (diff)
downloadtcl-6d3aeef45e68dc92f69195ab165ce49ecd4738c4.zip
tcl-6d3aeef45e68dc92f69195ab165ce49ecd4738c4.tar.gz
tcl-6d3aeef45e68dc92f69195ab165ce49ecd4738c4.tar.bz2
Give lambda function a name "ReceiveChunked" for easier testing. New function quoteString and code cleanup
Diffstat (limited to 'doc/exec.n')
-rw-r--r--doc/exec.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/exec.n b/doc/exec.n
index d78c34a..99dfdc5 100644
--- a/doc/exec.n
+++ b/doc/exec.n
@@ -224,10 +224,10 @@ Although it is the common escape algorithm, but, in fact, the way how the
executable parses the command-line (resp. splits it into single arguments)
is decisive.
.PP
-Unfortunately, there is currently no way to supply newline character within
-an argument to the batch files (\fB.cmd\fR or \fB.bat\fR) or to the command
+Unfortunately, there is currently no way to supply newline character within
+an argument to the batch files (\fB.cmd\fR or \fB.bat\fR) or to the command
processor (\fBcmd.exe /c\fR), because this causes truncation of command-line
-(also the argument chain) on the first newline character.
+(also the argument chain) on the first newline character.
But it works properly with an executable (using CommandLineToArgv, etc).
.PP
The Tk console text widget does not provide real standard IO capabilities.