Applied patch from gregoa@debian.org. Message:

Description: Fixing man page
Author: Fabrizio Regalli <fabreg@fabreg.it>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-09-21
This commit is contained in:
Stephen Nelson 2015-08-19 21:28:07 -07:00
parent 3caadd413c
commit 706837182d
1 changed files with 1 additions and 1 deletions

View File

@ -1627,7 +1627,7 @@ Basically, it works in a similar fashion to stdio's fread():
0. There is an internal buffer of decompressed (BIN) data,
initially empty.
1. Application asks to read() n bytes of data from object
2. If the buffer is not full enough to accomodate the request:
2. If the buffer is not full enough to accommodate the request:
2a. The read() method grabs the next available chunk of input
data (the HEX).
2b. HEX data is converted and decompressed into as many BIN