summaryrefslogtreecommitdiffstats
path: root/doc/info.n
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2008-10-02 19:01:30 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2008-10-02 19:01:30 (GMT)
commit430612c9b1d9221b032c2c2dabbfed4a10570b50 (patch)
tree7c5087b839c039d878ec1e8c5a0022ae0953534a /doc/info.n
parentff1f43598ccc3d0a157e9bd32a7f48ecacf42331 (diff)
downloadtcl-430612c9b1d9221b032c2c2dabbfed4a10570b50.zip
tcl-430612c9b1d9221b032c2c2dabbfed4a10570b50.tar.gz
tcl-430612c9b1d9221b032c2c2dabbfed4a10570b50.tar.bz2
Fixes for [Bug 1934272, 2072891]
Diffstat (limited to 'doc/info.n')
-rw-r--r--doc/info.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/info.n b/doc/info.n
index 6200357..e1b877b 100644
--- a/doc/info.n
+++ b/doc/info.n
@@ -8,7 +8,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: info.n,v 1.28 2008/09/23 05:05:47 dkf Exp $
+'\" RCS: @(#) $Id: info.n,v 1.29 2008/10/02 19:01:30 mistachkin Exp $
'\"
.so man.macros
.TH info n 8.4 Tcl "Tcl Built-In Commands"
@@ -458,7 +458,7 @@ inheritance precedence order.
\fBinfo class variables\fI class\fR
.VS 8.6
This subcommand returns a list of all variables that have been declared for
-the class named \Iclass\fR (i.e. that are automatically present in the
+the class named \fIclass\fR (i.e. that are automatically present in the
class's methods, constructor and destructor).
.SS "OBJECT INTROSPECTION"
.PP