diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-04-10 08:20:42 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-04-10 08:20:42 (GMT) |
commit | 7ebffb21fd07f15d14adaac4d9cb7a723146fd8a (patch) | |
tree | 897e330d673e924007e5aefdf610efe4c26b0f8d /doc | |
parent | 5ba1ca26fece0a8641b06f45a9fc149cfa069986 (diff) | |
download | tcl-7ebffb21fd07f15d14adaac4d9cb7a723146fd8a.zip tcl-7ebffb21fd07f15d14adaac4d9cb7a723146fd8a.tar.gz tcl-7ebffb21fd07f15d14adaac4d9cb7a723146fd8a.tar.bz2 |
Fixed silly typo. [Bug 718543]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/binary.n | 4 |
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 |