diff options
| -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 |
