summaryrefslogtreecommitdiffstats
path: root/doc/binary.n
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2001-10-04 08:31:51 (GMT)
committerdkf <dkf@noemail.net>2001-10-04 08:31:51 (GMT)
commite4e2428ca40ae0448912355293ad0756bf7933e5 (patch)
tree181bf1c0fe4a1d6889a6be4266abfc1910e519a4 /doc/binary.n
parent1277a5881939d89ef9c01d2c9f07d2902f533313 (diff)
downloadtcl-e4e2428ca40ae0448912355293ad0756bf7933e5.zip
tcl-e4e2428ca40ae0448912355293ad0756bf7933e5.tar.gz
tcl-e4e2428ca40ae0448912355293ad0756bf7933e5.tar.bz2
Typo-fix
FossilOrigin-Name: 4a895fca87b3a9927460b4445fbd42193be30fb1
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 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.