diff options
author | Hans Bolinder <[email protected]> | 2013-01-05 09:26:34 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2013-01-09 08:34:30 +0100 |
commit | 3448e2aa81a01244458824aae94d3e746a9a4c24 (patch) | |
tree | a63b53163c57875a377952a648f4e824813b5753 /lib/stdlib | |
parent | ee4d1a790007aa3419b61300936aa20acafda142 (diff) | |
download | otp-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')
-rw-r--r-- | lib/stdlib/doc/src/zip.xml | 4 |
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", <<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,...>>}} -> <input>catch zip:foldl(fun("foo", _, B, _) -> throw(B()); (_, _, _, Acc) -> Acc end, [], {Name, Bin}). </input> +> <input>catch zip:foldl(fun("foo", _, B, _) -> throw(B()); (_,_,_,Acc) -> Acc end, [], {Name, Bin}). </input> <<"FOO">> </pre> </desc> |