diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-09-05 09:47:02 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-09-05 09:47:02 (GMT) |
commit | 7f0a3ff10c179cf763d5ca191db7cedde3b704da (patch) | |
tree | a9ead423b2f63d94776e6de5aa328a3cc3c1f1ca | |
parent | 4c3a4ca226ab8a36144f0096e3eb689b67f8d876 (diff) | |
parent | 5c94189d521507337dc7831ceae34212fadf771b (diff) | |
download | tcl-7f0a3ff10c179cf763d5ca191db7cedde3b704da.zip tcl-7f0a3ff10c179cf763d5ca191db7cedde3b704da.tar.gz tcl-7f0a3ff10c179cf763d5ca191db7cedde3b704da.tar.bz2 |
Minor clarification of description; all traces use a command prefix for their callbacks.
-rw-r--r-- | doc/trace.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/trace.n b/doc/trace.n index 940a1e9..63ed1cb 100644 --- a/doc/trace.n +++ b/doc/trace.n @@ -143,7 +143,7 @@ error will occur. For \fBleave\fR and \fBleavestep\fR operations: .PP .CS -\fIcommand command-string code result op\fR +\fIcommandPrefix command-string code result op\fR .CE .PP \fICommand-string\fR gives the complete current command being |