diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-14 22:30:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-14 22:30:58 (GMT) |
commit | ea53c3ec3c87bc77531bc6965ab99a3a741e5789 (patch) | |
tree | ffd3a3cb4b3a5f0668a7155849a8fe30f7e3b7a9 | |
parent | d2f63650246bf4b3ea03707677faa3d6243fe7be (diff) | |
download | tcl-ea53c3ec3c87bc77531bc6965ab99a3a741e5789.zip tcl-ea53c3ec3c87bc77531bc6965ab99a3a741e5789.tar.gz tcl-ea53c3ec3c87bc77531bc6965ab99a3a741e5789.tar.bz2 |
Fix a bit of formatting.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/binary.n | 5 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2008-10-14 Donal K. Fellows <dkf@users.sf.net> + + * doc/binary.n: Formatting fix. + 2008-10-14 Don Porter <dgp@users.sourceforge.net> * README: Bump version number to 8.6a4 diff --git a/doc/binary.n b/doc/binary.n index 78979ff..c5e8a4e 100644 --- a/doc/binary.n +++ b/doc/binary.n @@ -5,7 +5,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.42 2008/10/10 21:45:37 dgp Exp $ +'\" RCS: @(#) $Id: binary.n,v 1.43 2008/10/14 22:30:59 dkf Exp $ '\" .so man.macros .TH binary n 8.0 Tcl "Tcl Built-In Commands" @@ -627,9 +627,10 @@ reverse (low-to-high) order within each byte. For example, .CE will return \fB2\fR with \fB706\fR stored in \fIvar1\fR and \fB502143\fR stored in \fIvar2\fR. -.RE +.PP Note that most code that wishes to parse the hexadecimal digits from multiple bytes in order should use the \fBH\fR format. +.RE .IP \fBc\fR 5 The data is turned into \fIcount\fR 8-bit signed integers and stored in the corresponding variable as a list. If \fIcount\fR is \fB*\fR, |