diff options
author | dkf <dkf@noemail.net> | 2004-10-28 10:22:49 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2004-10-28 10:22:49 (GMT) |
commit | 51cec1f04a649b473ed1ede44d3c4aac55a1b330 (patch) | |
tree | 4a0680cb493f74dee4162dbbed922841cdf25694 /doc/console.n | |
parent | 00ff8f08c9fb153f8e6923fa5ce0b4ecb92c7f41 (diff) | |
download | tk-51cec1f04a649b473ed1ede44d3c4aac55a1b330.zip tk-51cec1f04a649b473ed1ede44d3c4aac55a1b330.tar.gz tk-51cec1f04a649b473ed1ede44d3c4aac55a1b330.tar.bz2 |
Assorted minor documentation fixes
FossilOrigin-Name: 3bb2aef6b58802431527acc4e76c3936a444a478
Diffstat (limited to 'doc/console.n')
-rw-r--r-- | doc/console.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/console.n b/doc/console.n index f32bbdc..7992457 100644 --- a/doc/console.n +++ b/doc/console.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: console.n,v 1.6 2004/06/21 21:56:44 dkf Exp $ +'\" RCS: @(#) $Id: console.n,v 1.7 2004/10/28 10:22:51 dkf Exp $ '\" .so man.macros .TH console n 8.4 Tk "Tk Built-In Commands" @@ -130,7 +130,7 @@ Not all platforms have the \fBconsole\fR command, so debugging code often has the following code fragment in it so output produced by \fBputs\fR can be seen while during development: .CS -catch {\fBconsole\fR show} +catch {\fBconsole show\fR} .CE .SH KEYWORDS |