diff options
author | dgp <dgp@users.sourceforge.net> | 2008-09-25 19:51:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-09-25 19:51:26 (GMT) |
commit | bea1848e0fa6da616457fc0ce680644388a7e117 (patch) | |
tree | fe5b0bdc6afe2a9b4e95a7f54f044b1c13d09733 /doc/variable.n | |
parent | 5115781cfdf86915300c18ff4ec8e51c09a30219 (diff) | |
download | tcl-bea1848e0fa6da616457fc0ce680644388a7e117.zip tcl-bea1848e0fa6da616457fc0ce680644388a7e117.tar.gz tcl-bea1848e0fa6da616457fc0ce680644388a7e117.tar.bz2 |
TIP #323 IMPLEMENTATION (partial)
* doc/global.n: Revise [global] to accept zero variable names.
* doc/variable.n: Revise [variable] likewise.
* generic/tclVar.c:
* tests/proc-old.test:
* tests/var.test:
Diffstat (limited to 'doc/variable.n')
-rw-r--r-- | doc/variable.n | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/variable.n b/doc/variable.n index fa99930..6e5b5c4 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.8 2005/05/10 18:34:04 kennykb Exp $ +'\" RCS: @(#) $Id: variable.n,v 1.9 2008/09/25 19:51:28 dgp Exp $ '\" .so man.macros .TH variable n 8.0 Tcl "Tcl Built-In Commands" @@ -14,7 +14,9 @@ .SH NAME variable \- create and initialize a namespace variable .SH SYNOPSIS -\fBvariable \fR?\fIname value...\fR? \fIname \fR?\fIvalue\fR? +\fBvariable \fIname +.sp +\fBvariable \fR?\fIname value...\fR? .BE .SH DESCRIPTION |