diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-07 14:27:30 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-07 14:27:30 (GMT) |
commit | bd6d07883f6ee2874c3e6ba0b64d107e699a0c11 (patch) | |
tree | d65cc1d124aa40a93f64359c9b13de5c18c1e202 /doc | |
parent | c7943be5f2af9c61fd59c86c6d96840896fdc1da (diff) | |
parent | 8e257fe0877e36b5ccdc2fb1aef919e3d876a0eb (diff) | |
download | tcl-bd6d07883f6ee2874c3e6ba0b64d107e699a0c11.zip tcl-bd6d07883f6ee2874c3e6ba0b64d107e699a0c11.tar.gz tcl-bd6d07883f6ee2874c3e6ba0b64d107e699a0c11.tar.bz2 |
merge trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dict.n | 2 | ||||
-rw-r--r-- | doc/tclsh.1 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -158,7 +158,7 @@ variables set appropriately (in the manner of \fBlmap\fR). In an iteration where the evaluated script completes normally (\fBTCL_OK\fR, as opposed to an \fBerror\fR, etc.) the result of the script is put into an accumulator dictionary using the key that is the current contents of the \fIkeyVar\fR -variable at that point. The result of the \fBdict map\fB command is the +variable at that point. The result of the \fBdict map\fR command is the accumulator dictionary after all keys have been iterated over. .RS .PP diff --git a/doc/tclsh.1 b/doc/tclsh.1 index 2819408..8e7fb9e 100644 --- a/doc/tclsh.1 +++ b/doc/tclsh.1 @@ -12,7 +12,7 @@ .SH NAME tclsh \- Simple shell containing Tcl interpreter .SH SYNOPSIS -\fBtclsh\fR ?-encoding \fIname\fR? ?\fIfileName arg arg ...\fR? +\fBtclsh\fR ?\fB\-encoding \fIname\fR? ?\fIfileName arg arg ...\fR? .BE .SH DESCRIPTION .PP |