diff options
author | dgp <dgp@users.sourceforge.net> | 2021-11-06 20:33:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2021-11-06 20:33:36 (GMT) |
commit | c6b69a1fa529fc05bf06d5a506c89ef7268a3b3f (patch) | |
tree | 15bdd1519d3c4e0ccafa8f13480b4c848c127acf /doc | |
parent | dc9c511e43fb0c2d2c39dd6c4fd68e654d7412bd (diff) | |
parent | 36909daded61c42954adfbd6350c5a0cb34af2ee (diff) | |
download | tcl-c6b69a1fa529fc05bf06d5a506c89ef7268a3b3f.zip tcl-c6b69a1fa529fc05bf06d5a506c89ef7268a3b3f.tar.gz tcl-c6b69a1fa529fc05bf06d5a506c89ef7268a3b3f.tar.bz2 |
merge 8.6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/binary.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/binary.n b/doc/binary.n index 4a5d6c8..9ab694e 100644 --- a/doc/binary.n +++ b/doc/binary.n @@ -81,7 +81,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 |