aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/zip.xml
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2013-01-05 09:26:34 +0100
committerHans Bolinder <[email protected]>2013-01-09 08:34:30 +0100
commit3448e2aa81a01244458824aae94d3e746a9a4c24 (patch)
treea63b53163c57875a377952a648f4e824813b5753 /lib/stdlib/doc/src/zip.xml
parentee4d1a790007aa3419b61300936aa20acafda142 (diff)
downloadotp-3448e2aa81a01244458824aae94d3e746a9a4c24.tar.gz
otp-3448e2aa81a01244458824aae94d3e746a9a4c24.tar.bz2
otp-3448e2aa81a01244458824aae94d3e746a9a4c24.zip
Fix some FOP warnings
Examples overflowing the width of PDF pages have been fixed. The remaining warnings are due to table cells, and require more work.
Diffstat (limited to 'lib/stdlib/doc/src/zip.xml')
-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>