summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-08-29 15:40:57 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-08-29 15:40:57 (GMT)
commitd33a07e8bb1564ddfb0f6e9272c36f9bd03d5a59 (patch)
treeb58e6c0d40fffe280f7ca265483b5d4b683880ff
parent811e3bdbaa58a8d6cfa98e5277e66021da99db32 (diff)
downloadtcl-d33a07e8bb1564ddfb0f6e9272c36f9bd03d5a59.zip
tcl-d33a07e8bb1564ddfb0f6e9272c36f9bd03d5a59.tar.gz
tcl-d33a07e8bb1564ddfb0f6e9272c36f9bd03d5a59.tar.bz2
* doc/dict.n: [Bug 3046999]: Corrected cross reference to array
manpage to refer to (correct) existing subcommand.
-rw-r--r--ChangeLog5
-rw-r--r--doc/dict.n4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fd65344..7c24942 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-29 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/dict.n: [Bug 3046999]: Corrected cross reference to array
+ manpage to refer to (correct) existing subcommand.
+
2010-08-26 Jeff Hobbs <jeffh@ActiveState.com>
* unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*.
diff --git a/doc/dict.n b/doc/dict.n
index 180fbc4..39b1a03 100644
--- a/doc/dict.n
+++ b/doc/dict.n
@@ -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.18.2.1 2010/01/19 09:57:15 dkf Exp $
+'\" RCS: @(#) $Id: dict.n,v 1.18.2.2 2010/08/29 15:40:57 dkf Exp $
'\"
.so man.macros
.TH dict n 8.5 Tcl "Tcl Built-In Commands"
@@ -118,7 +118,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?
Return a list of all keys in the given dictionary value. If a pattern