summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2015-06-22 12:40:27 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2015-06-22 12:40:27 (GMT)
commitf7d1196f8c6d4e93379fabf4b83c946c331790c7 (patch)
tree0da92988a85a0d74973000accd9d27e016c761f3 /doc
parent97895a4fdceee8f6b1eaea4253bb6dbffb9c9360 (diff)
parentaf46fd5b12c1265e04beeab0871ce9207e86c7a9 (diff)
downloadtcl-f7d1196f8c6d4e93379fabf4b83c946c331790c7.zip
tcl-f7d1196f8c6d4e93379fabf4b83c946c331790c7.tar.gz
tcl-f7d1196f8c6d4e93379fabf4b83c946c331790c7.tar.bz2
Merge trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/TraceCmd.32
-rw-r--r--doc/lreplace.n2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/TraceCmd.3 b/doc/TraceCmd.3
index db2f5d5..fccc0c6 100644
--- a/doc/TraceCmd.3
+++ b/doc/TraceCmd.3
@@ -78,7 +78,7 @@ created. \fIClientData\fR typically points to an application-specific
data structure that describes what to do when \fIproc\fR is invoked.
\fIOldName\fR gives the name of the command being renamed, and
\fInewName\fR gives the name that the command is being renamed to (or
-an empty string or NULL when the command is being deleted.)
+NULL when the command is being deleted.)
\fIFlags\fR is an OR'ed combination of bits potentially providing
several pieces of information. One of the bits \fBTCL_TRACE_RENAME\fR and
\fBTCL_TRACE_DELETE\fR will be set in \fIflags\fR to indicate which
diff --git a/doc/lreplace.n b/doc/lreplace.n
index 7bba543..d19f0cd 100644
--- a/doc/lreplace.n
+++ b/doc/lreplace.n
@@ -35,7 +35,7 @@ by \fIfirst\fR must exist or \fIfirst\fR must indicate before the
start of the list.
.PP
If \fIlast\fR is less than \fIfirst\fR, then any specified elements
-will be inserted into the list at the point specified by \fIfirst\fR
+will be inserted into the list before the point specified by \fIfirst\fR
with no elements being deleted.
.PP
The \fIelement\fR arguments specify zero or more new arguments to