aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2017-03-06 16:23:12 +0100
committerSverker Eriksson <[email protected]>2017-03-06 16:23:12 +0100
commit3300b3059d13cd204f553f0c7d46d784adc5a8ab (patch)
tree2550e83dd27eb5bcb274c5cd8709a66344179b60 /erts
parent40a25991acedfc2cf13f95208c02c41d59827807 (diff)
parent23e60014ee1de86cbf163716a61905db7af954ed (diff)
downloadotp-3300b3059d13cd204f553f0c7d46d784adc5a8ab.tar.gz
otp-3300b3059d13cd204f553f0c7d46d784adc5a8ab.tar.bz2
otp-3300b3059d13cd204f553f0c7d46d784adc5a8ab.zip
Merge branch 'maint'
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/zlib.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/zlib.xml b/erts/doc/src/zlib.xml
index 96b4e09580..04fcc4285d 100644
--- a/erts/doc/src/zlib.xml
+++ b/erts/doc/src/zlib.xml
@@ -316,7 +316,7 @@ list_to_binary([B1,B2])</pre>
(and checksum) from the stream. Notice that the zlib source
mentions this only as a undocumented feature.</p>
<warning>
- <p>Due to a known bug in zlib, <c>WindowsBits</c> values 8 and -8
+ <p>Due to a known bug in the underlying zlib library, <c>WindowBits</c> values 8 and -8
do not work as expected. In zlib versions before 1.2.9 values
8 and -8 are automatically changed to 9 and -9. <em>From zlib version 1.2.9
value -8 is rejected</em> causing <c>zlib:deflateInit/6</c> to fail