diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-04-10 08:28:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-04-10 08:28:55 (GMT) |
commit | 8bce73bef1ac16ecded2275be32b7699a692261a (patch) | |
tree | 36fa4a5a32331d807414c455dd82160ad9c0fe44 /doc | |
parent | 839c5f045c4224aeb2348f92558993a0c890ccf7 (diff) | |
download | tcl-8bce73bef1ac16ecded2275be32b7699a692261a.zip tcl-8bce73bef1ac16ecded2275be32b7699a692261a.tar.gz tcl-8bce73bef1ac16ecded2275be32b7699a692261a.tar.bz2 |
Another minor typo
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 4d130bd..c80b471 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.12 2003/04/10 08:17:35 dkf Exp $ +'\" RCS: @(#) $Id: binary.n,v 1.13 2003/04/10 08:28:55 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 |