summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2018-09-05 21:05:08 (GMT)
committerYann Collet <cyan@fb.com>2018-09-05 21:05:08 (GMT)
commit0fea528e3a70f8578ca6e7f15d922dab8aa9ff25 (patch)
tree75d8c00fc7fa2857a49d5d5c2466e33586ba7afc /doc
parentc4dbc37b3ce085a05441124fee4a8144dc149b05 (diff)
downloadlz4-0fea528e3a70f8578ca6e7f15d922dab8aa9ff25.zip
lz4-0fea528e3a70f8578ca6e7f15d922dab8aa9ff25.tar.gz
lz4-0fea528e3a70f8578ca6e7f15d922dab8aa9ff25.tar.bz2
updated documentation regarding dictionary compression
following suggestion from @stbrumme (#558) Also : bumped version number, regenerated man page and html doc
Diffstat (limited to 'doc')
-rw-r--r--doc/lz4_manual.html6
-rw-r--r--doc/lz4frame_manual.html4
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/lz4_manual.html b/doc/lz4_manual.html
index 3fc71e4..c7c5763 100644
--- a/doc/lz4_manual.html
+++ b/doc/lz4_manual.html
@@ -1,10 +1,10 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>1.8.2 Manual</title>
+<title>1.8.3 Manual</title>
</head>
<body>
-<h1>1.8.2 Manual</h1>
+<h1>1.8.3 Manual</h1>
<hr>
<a name="Contents"></a><h2>Contents</h2>
<ol>
@@ -179,7 +179,7 @@ int LZ4_freeStream (LZ4_stream_t* streamPtr);
'dst' buffer must be already allocated.
If dstCapacity >= LZ4_compressBound(srcSize), compression is guaranteed to succeed, and runs faster.
- Important : The previous 64KB of compressed data is assumed to remain present and unmodified in memory!
+ Important : The previous 64KB of source data is assumed to remain present and unmodified in memory!
Special 1 : When input is a double-buffer, they can have any size, including < 64 KB.
Make sure that buffers are separated by at least one byte.
diff --git a/doc/lz4frame_manual.html b/doc/lz4frame_manual.html
index 53ea7eb..fb8e0ce 100644
--- a/doc/lz4frame_manual.html
+++ b/doc/lz4frame_manual.html
@@ -1,10 +1,10 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>1.8.2 Manual</title>
+<title>1.8.3 Manual</title>
</head>
<body>
-<h1>1.8.2 Manual</h1>
+<h1>1.8.3 Manual</h1>
<hr>
<a name="Contents"></a><h2>Contents</h2>
<ol>