summaryrefslogtreecommitdiffstats
path: root/doc/binary.n
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2003-04-10 08:28:14 (GMT)
committerdkf <dkf@noemail.net>2003-04-10 08:28:14 (GMT)
commitcc5fedbb55b13365bcc68ddc8dcb12f4ba6822a7 (patch)
treec62b1e98ab4e94df1143a761afcf02bb964a6172 /doc/binary.n
parent28c5b97267995f0d9bf0ecff4ec54a07ed0b0eff (diff)
downloadtcl-cc5fedbb55b13365bcc68ddc8dcb12f4ba6822a7.zip
tcl-cc5fedbb55b13365bcc68ddc8dcb12f4ba6822a7.tar.gz
tcl-cc5fedbb55b13365bcc68ddc8dcb12f4ba6822a7.tar.bz2
Another minor typo.
FossilOrigin-Name: 822c086805b510f386f6f0984e649b8b47db1c77
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 f3e4f18..997963a 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.2.1 2003/04/10 08:20:51 dkf Exp $
+'\" RCS: @(#) $Id: binary.n,v 1.11.2.2 2003/04/10 08:28:15 dkf Exp $
'\"
.so man.macros
.TH binary n 8.0 Tcl "Tcl Built-In Commands"
@@ -230,7 +230,7 @@ or more 64-bit integers in big-endian byte order in the output string.
For example,
.RS
.CS
-\fBbinary format W 4785469626960341345\fR
+\fBbinary format Wc 4785469626960341345 110\fR
.CE
will return the string \fBBigEndian\fR
.VE