summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2021-11-06 20:33:09 (GMT)
committerdgp <dgp@users.sourceforge.net>2021-11-06 20:33:09 (GMT)
commit36909daded61c42954adfbd6350c5a0cb34af2ee (patch)
tree103a8e08a074d7b21f77aee2e79cf30c15931ea7
parentc9f5f714b785e31d0e8c5b9bbd3d0874d23a8aa7 (diff)
downloadtcl-36909daded61c42954adfbd6350c5a0cb34af2ee.zip
tcl-36909daded61c42954adfbd6350c5a0cb34af2ee.tar.gz
tcl-36909daded61c42954adfbd6350c5a0cb34af2ee.tar.bz2
Doc fix. There is no endianness in the encoding of a single byte.
-rw-r--r--doc/binary.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/binary.n b/doc/binary.n
index fd6b356..43df4cc 100644
--- a/doc/binary.n
+++ b/doc/binary.n
@@ -86,7 +86,7 @@ RFC 2045 calls for base64 decoders to be non-strict.
\fBhex\fR
.
The \fBhex\fR binary encoding converts each byte to a pair of hexadecimal
-digits in big-endian form.
+digits that represent the byte value as a hexadecimal integer.
.RS
.PP
No options are supported during encoding. During decoding, the following