From 36909daded61c42954adfbd6350c5a0cb34af2ee Mon Sep 17 00:00:00 2001 From: dgp Date: Sat, 6 Nov 2021 20:33:09 +0000 Subject: Doc fix. There is no endianness in the encoding of a single byte. --- doc/binary.n | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12