diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-30 21:46:02 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-30 21:46:02 (GMT) |
commit | 9823630f3a0f827e324e3475f6819d4fbf619af1 (patch) | |
tree | 322653fa8bc2d37cd3eff26ff1ade5bb912173b0 /doc/memory.n | |
parent | 9ba02fd68a62a09d814b9a34225fcdebf48d3c32 (diff) | |
download | tcl-9823630f3a0f827e324e3475f6819d4fbf619af1.zip tcl-9823630f3a0f827e324e3475f6819d4fbf619af1.tar.gz tcl-9823630f3a0f827e324e3475f6819d4fbf619af1.tar.bz2 |
Eliminate misuse of .br
Diffstat (limited to 'doc/memory.n')
-rw-r--r-- | doc/memory.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/memory.n b/doc/memory.n index ed45620..be9cd6d 100644 --- a/doc/memory.n +++ b/doc/memory.n @@ -3,7 +3,7 @@ '\" Copyright (c) 2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: memory.n,v 1.9 2007/10/29 01:42:19 dkf Exp $ +'\" RCS: @(#) $Id: memory.n,v 1.10 2007/10/30 21:46:02 dkf Exp $ '\" .so man.macros .TH memory n 8.1 Tcl "Tcl Built-In Commands" @@ -57,7 +57,7 @@ is printed along with other information about the packet. The to \fBckalloc\fR to be \fIstring\fR. .TP \fBmemory trace [on|off]\fR -.br +. Turns memory tracing on or off. When memory tracing is on, every call to \fBckalloc\fR causes a line of trace information to be written to \fIstderr\fR, consisting of the word \fIckalloc\fR, followed by the |