aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2013-01-09 08:35:20 +0100
committerHans Bolinder <[email protected]>2013-01-09 08:35:20 +0100
commit9767e72b44ebd0cd5277634c4a37318479623c2d (patch)
treea63b53163c57875a377952a648f4e824813b5753 /lib/stdlib
parentee4d1a790007aa3419b61300936aa20acafda142 (diff)
parent3448e2aa81a01244458824aae94d3e746a9a4c24 (diff)
downloadotp-9767e72b44ebd0cd5277634c4a37318479623c2d.tar.gz
otp-9767e72b44ebd0cd5277634c4a37318479623c2d.tar.bz2
otp-9767e72b44ebd0cd5277634c4a37318479623c2d.zip
Merge branch 'hb/fix_fop_warnings/OTP-10665'
* hb/fix_fop_warnings/OTP-10665: Fix some FOP warnings
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/doc/src/zip.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/zip.xml b/lib/stdlib/doc/src/zip.xml
index cf0d581352..61f49f5940 100644
--- a/lib/stdlib/doc/src/zip.xml
+++ b/lib/stdlib/doc/src/zip.xml
@@ -217,7 +217,7 @@
<tag><c>{uncompress, <anno>What</anno>}</c></tag>
<item>
<p>Controls what types of files will be uncompressed. It is by
- default set to <c>[".Z",".zip",".zoo",".arc",".lzh",".arj"]</c>.
+ default set to <c>[".Z", ".zip", ".zoo", ".arc", ".lzh", ".arj"]</c>.
The following values of <c>What</c> are allowed:</p>
<taglist>
<tag><c>all</c></tag>
@@ -355,7 +355,7 @@
{ok,{"dummy.zip",
&lt;&lt;80,75,3,4,20,0,0,0,0,0,74,152,97,60,171,39,212,26,3,0,
0,0,3,0,0,...&gt;&gt;}}
-&gt; <input>catch zip:foldl(fun("foo", _, B, _) -> throw(B()); (_, _, _, Acc) -> Acc end, [], {Name, Bin}). </input>
+&gt; <input>catch zip:foldl(fun("foo", _, B, _) -> throw(B()); (_,_,_,Acc) -> Acc end, [], {Name, Bin}). </input>
&lt;&lt;"FOO"&gt;&gt;
</pre>
</desc>