diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2008-10-02 19:18:12 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2008-10-02 19:18:12 (GMT) |
commit | 5e54f02d48ca1b26bb819e05b20b49b8012224d4 (patch) | |
tree | 16c2cb9e4f0ce777427b10ac6f8bfbba6632ef80 /doc/variable.n | |
parent | 430612c9b1d9221b032c2c2dabbfed4a10570b50 (diff) | |
download | tcl-5e54f02d48ca1b26bb819e05b20b49b8012224d4.zip tcl-5e54f02d48ca1b26bb819e05b20b49b8012224d4.tar.gz tcl-5e54f02d48ca1b26bb819e05b20b49b8012224d4.tar.bz2 |
forgot one missing unmatched font change
Diffstat (limited to 'doc/variable.n')
-rw-r--r-- | doc/variable.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/variable.n b/doc/variable.n index f94178d..0bb7ce9 100644 --- a/doc/variable.n +++ b/doc/variable.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: variable.n,v 1.10 2008/10/02 19:01:30 mistachkin Exp $ +'\" RCS: @(#) $Id: variable.n,v 1.11 2008/10/02 19:18:12 mistachkin Exp $ '\" .so man.macros .TH variable n 8.0 Tcl "Tcl Built-In Commands" @@ -14,7 +14,7 @@ .SH NAME variable \- create and initialize a namespace variable .SH SYNOPSIS -\fBvariable \fIname\fR +\fBvariable \fR\fIname\fR .sp \fBvariable \fR?\fIname value...\fR? .BE |