diff options
author | mistachkin <mistachkin@noemail.net> | 2008-10-02 19:01:29 (GMT) |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2008-10-02 19:01:29 (GMT) |
commit | f1c40934de6ab1e5b79f9fc9afe6d614c482f43f (patch) | |
tree | 7c5087b839c039d878ec1e8c5a0022ae0953534a /doc/variable.n | |
parent | d1a7d952c1f40bcc54e327a796133cfcc3a84e96 (diff) | |
download | tcl-f1c40934de6ab1e5b79f9fc9afe6d614c482f43f.zip tcl-f1c40934de6ab1e5b79f9fc9afe6d614c482f43f.tar.gz tcl-f1c40934de6ab1e5b79f9fc9afe6d614c482f43f.tar.bz2 |
Fixes for [Bug 1934272, 2072891]
FossilOrigin-Name: c2fdf161b8fdcea0633458ea959f41b11cf50f77
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 6e5b5c4..f94178d 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.9 2008/09/25 19:51:28 dgp Exp $ +'\" RCS: @(#) $Id: variable.n,v 1.10 2008/10/02 19:01:30 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 +\fBvariable \fIname\fR .sp \fBvariable \fR?\fIname value...\fR? .BE |