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 | 9ec7e406cfc5b15bbe46a81a3545596f60c6acd9 (patch) | |
tree | a9ead423b2f63d94776e6de5aa328a3cc3c1f1ca /doc/trace.n | |
parent | 4c8d436cd9e92ed6a304fed697f233ecb7996635 (diff) | |
parent | 96b1a87503f1da17ec4626ba78ef7a04030e98ce (diff) | |
download | tcl-9ec7e406cfc5b15bbe46a81a3545596f60c6acd9.zip tcl-9ec7e406cfc5b15bbe46a81a3545596f60c6acd9.tar.gz tcl-9ec7e406cfc5b15bbe46a81a3545596f60c6acd9.tar.bz2 |
Minor clarification of description; all traces use a command prefix for their callbacks.
Diffstat (limited to 'doc/trace.n')
-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 |