diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-04-10 08:28:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-04-10 08:28:15 (GMT) |
commit | 810717fe0c3223b6ab732420cba3b983a9595d8b (patch) | |
tree | c62b1e98ab4e94df1143a761afcf02bb964a6172 /doc | |
parent | d3fd89b551123fc0e89162c333170ba717c2c954 (diff) | |
download | tcl-810717fe0c3223b6ab732420cba3b983a9595d8b.zip tcl-810717fe0c3223b6ab732420cba3b983a9595d8b.tar.gz tcl-810717fe0c3223b6ab732420cba3b983a9595d8b.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 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 |