aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/zlib.xml
diff options
context:
space:
mode:
authorGuilherme Andrade <[email protected]>2016-08-20 23:27:56 +0100
committerGuilherme Andrade <[email protected]>2016-08-22 13:28:53 +0100
commit2d67526de71b6b22a9b08779bcebcfde8f13afef (patch)
treebec952418a191d58972189bdcb14d911d57a867a /erts/doc/src/zlib.xml
parentdc322963be1e20c153413fe964a59cffe21971b9 (diff)
downloadotp-2d67526de71b6b22a9b08779bcebcfde8f13afef.tar.gz
otp-2d67526de71b6b22a9b08779bcebcfde8f13afef.tar.bz2
otp-2d67526de71b6b22a9b08779bcebcfde8f13afef.zip
Specify min zlib ver on inflateGetDictionary doc
Diffstat (limited to 'erts/doc/src/zlib.xml')
-rw-r--r--erts/doc/src/zlib.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/doc/src/zlib.xml b/erts/doc/src/zlib.xml
index 1a7c2d2b6f..e1924fffee 100644
--- a/erts/doc/src/zlib.xml
+++ b/erts/doc/src/zlib.xml
@@ -583,6 +583,7 @@ unpack(Z, Compressed, Dict) ->
by the stream. This function must be called between
<seealso marker="#inflateInit/1"><c>inflateInit/1,2</c></seealso>
and <seealso marker="#inflateEnd/1"><c>inflateEnd</c></seealso>.</p>
+ <p>Only supported if ERTS was compiled with zlib >= 1.2.8.</p>
</desc>
</func>