diff options
Diffstat (limited to 'doc/binary.n')
-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 |