summaryrefslogtreecommitdiffstats
path: root/doc/binary.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-04-10 08:20:42 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-04-10 08:20:42 (GMT)
commitd3fd89b551123fc0e89162c333170ba717c2c954 (patch)
tree897e330d673e924007e5aefdf610efe4c26b0f8d /doc/binary.n
parent2e1d167bcf3f715cb70c6bea87eb3dbb6c28bdb3 (diff)
downloadtcl-d3fd89b551123fc0e89162c333170ba717c2c954.zip
tcl-d3fd89b551123fc0e89162c333170ba717c2c954.tar.gz
tcl-d3fd89b551123fc0e89162c333170ba717c2c954.tar.bz2
Fixed silly typo. [Bug 718543]
Diffstat (limited to 'doc/binary.n')
-rw-r--r--doc/binary.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/binary.n b/doc/binary.n
index 3be7d59..f3e4f18 100644
--- a/doc/binary.n
+++ b/doc/binary.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: binary.n,v 1.11 2002/10/09 14:07:43 dkf Exp $
+'\" RCS: @(#) $Id: binary.n,v 1.11.2.1 2003/04/10 08:20:51 dkf Exp $
'\"
.so man.macros
.TH binary n 8.0 Tcl "Tcl Built-In Commands"
@@ -213,7 +213,7 @@ will return a string equivalent to
.RE
.IP \fBw\fR 5
.VS 8.4
-This form is the same as \fBw\fR except that it stores one or more
+This form is the same as \fBc\fR except that it stores one or more
64-bit integers in little-endian byte order in the output string. The
low-order 64-bits of each integer are stored as an eight-byte value at
the cursor position with the least significant byte stored first. For