summaryrefslogtreecommitdiffstats
path: root/doc/binary.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-04-10 08:17:34 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-04-10 08:17:34 (GMT)
commit839c5f045c4224aeb2348f92558993a0c890ccf7 (patch)
tree2c44adc1bdea1ecb57da2d700f9ff5f5ad58a68f /doc/binary.n
parente97a7ae6a0efb511feb257bacc4e2daaa8e20a92 (diff)
downloadtcl-839c5f045c4224aeb2348f92558993a0c890ccf7.zip
tcl-839c5f045c4224aeb2348f92558993a0c890ccf7.tar.gz
tcl-839c5f045c4224aeb2348f92558993a0c890ccf7.tar.bz2
Silly typo fix. [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..4d130bd 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.12 2003/04/10 08:17:35 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