aboutsummaryrefslogtreecommitdiff
path: root/docs/encode.h.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/encode.h.3')
-rw-r--r--docs/encode.h.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/encode.h.3 b/docs/encode.h.3
index dd420bb..0ce776f 100644
--- a/docs/encode.h.3
+++ b/docs/encode.h.3
@@ -335,7 +335,7 @@ Compresses input stream to output stream\&. The values \fC*available_in\fP and \
.PP
After each call, \fC*available_in\fP will be decremented by the amount of input bytes consumed, and the \fC*next_in\fP pointer will be incremented by that amount\&. Similarly, \fC*available_out\fP will be decremented by the amount of output bytes written, and the \fC*next_out\fP pointer will be incremented by that amount\&.
.PP
-\fCtotal_out\fP, if it is not a null-pointer, will be set to the number of bytes decompressed since the last \fCstate\fP initialization\&.
+\fCtotal_out\fP, if it is not a null-pointer, will be set to the number of bytes compressed since the last \fCstate\fP initialization\&.
.PP
Internally workflow consists of 3 tasks:
.IP "1." 4