diff options
author | dkf <dkf@noemail.net> | 2010-08-29 15:37:41 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2010-08-29 15:37:41 (GMT) |
commit | ee30596a3a69d000a91a2b2d98aa8a5620d44a40 (patch) | |
tree | 06ce9657302a2db702b85045f3addb434e39b5dc /doc | |
parent | 3baddfdc5748faa3d58f6be4ca1b851b303a150f (diff) | |
download | tcl-ee30596a3a69d000a91a2b2d98aa8a5620d44a40.zip tcl-ee30596a3a69d000a91a2b2d98aa8a5620d44a40.tar.gz tcl-ee30596a3a69d000a91a2b2d98aa8a5620d44a40.tar.bz2 |
* doc/dict.n: [Bug 3046999]: Corrected cross reference to array
manpage to refer to (correct) existing subcommand.
FossilOrigin-Name: aa8d4c6db6aa16a1d617b71a654ca2770a937093
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dict.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: dict.n,v 1.23 2010/01/20 13:42:17 dkf Exp $ +'\" RCS: @(#) $Id: dict.n,v 1.24 2010/08/29 15:37:42 dkf Exp $ '\" .so man.macros .TH dict n 8.5 Tcl "Tcl Built-In Commands" @@ -131,7 +131,7 @@ This returns information (intended for display to people) about the given dictionary though the format of this data is dependent on the implementation of the dictionary. For dictionaries that are implemented by hash tables, it is expected that this will return the -string produced by \fBTcl_HashStats\fR, similar to \fBarray info\fR. +string produced by \fBTcl_HashStats\fR, similar to \fBarray statistics\fR. .TP \fBdict keys \fIdictionaryValue \fR?\fIglobPattern\fR? . |