summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2023-11-06 16:45:18 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2023-11-06 16:45:18 (GMT)
commitcea34b6d9878e7861e983182282b2905b4a2175f (patch)
tree29a571d4513a02fe64461b697e9e28c0dd377f9f
parent352f3ff588c3d6ca7b832fd69a88416d9ea0c0f9 (diff)
downloadtcl-cea34b6d9878e7861e983182282b2905b4a2175f.zip
tcl-cea34b6d9878e7861e983182282b2905b4a2175f.tar.gz
tcl-cea34b6d9878e7861e983182282b2905b4a2175f.tar.bz2
Remove the quoting example by ". It is more complicated than that, so be quiet.
-rw-r--r--doc/exec.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/exec.n b/doc/exec.n
index 4024ffe..f4a1702 100644
--- a/doc/exec.n
+++ b/doc/exec.n
@@ -260,7 +260,7 @@ Avoid subprogram execution:
Any special character argument containing a special character (\fB&\fR, \fB|\fR,
\fB^\fR, \fB<\fR, \fB>\fR, \fB!\fR, \fB(\fR, \fB)\fR, \fB(\fR, \fB%\fR)
is automatically enclosed in quotes (\fB"\fR). Any data quote is escaped by
-appropriate sequences like a double-quote.
+appropriate sequences.
.IP \(bu 3
Avoid environment variable replacement:
Any appearence of environment variable reference (\fB%\fR) is individually quoted