diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-10-04 08:31:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-10-04 08:31:52 (GMT) |
commit | 3ae28df1498cdbc2918eb944f431e2adb43e8ff0 (patch) | |
tree | 181bf1c0fe4a1d6889a6be4266abfc1910e519a4 /doc | |
parent | 5becf564cc065f5753e80042445d4217582b7860 (diff) | |
download | tcl-3ae28df1498cdbc2918eb944f431e2adb43e8ff0.zip tcl-3ae28df1498cdbc2918eb944f431e2adb43e8ff0.tar.gz tcl-3ae28df1498cdbc2918eb944f431e2adb43e8ff0.tar.bz2 |
Typo-fix
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 046c843..0369457 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.6 2000/09/07 14:27:46 poenitz Exp $ +'\" RCS: @(#) $Id: binary.n,v 1.7 2001/10/04 08:31:52 dkf Exp $ '\" .so man.macros .TH binary n 8.0 Tcl "Tcl Built-In Commands" @@ -458,7 +458,7 @@ as \fIcount\fR 32-bit signed integers represented in big-endian byte order. For example, .RS .CS -\fBbinary \\x00\\x00\\x00\\x05\\x00\\x00\\x00\\x07\\xff\\xff\\xff\\xf0 I2I* var1 var2\fR +\fBbinary scan \\x00\\x00\\x00\\x05\\x00\\x00\\x00\\x07\\xff\\xff\\xff\\xf0 I2I* var1 var2\fR .CE will return \fB2\fR with \fB5 7\fR stored in \fBvar1\fR and \fB-16\fR stored in \fBvar2\fR. |