summaryrefslogtreecommitdiffstats
path: root/upstream/mageia-cauldron/man3pm/Compress::Raw::Zlib.3pm
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
commit2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch)
tree65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/mageia-cauldron/man3pm/Compress::Raw::Zlib.3pm
parentReleasing progress-linux version 4.22.0-1~progress7.99u1. (diff)
downloadmanpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz
manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/mageia-cauldron/man3pm/Compress::Raw::Zlib.3pm')
-rw-r--r--upstream/mageia-cauldron/man3pm/Compress::Raw::Zlib.3pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/upstream/mageia-cauldron/man3pm/Compress::Raw::Zlib.3pm b/upstream/mageia-cauldron/man3pm/Compress::Raw::Zlib.3pm
index 50f32e22..68835861 100644
--- a/upstream/mageia-cauldron/man3pm/Compress::Raw::Zlib.3pm
+++ b/upstream/mageia-cauldron/man3pm/Compress::Raw::Zlib.3pm
@@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "Compress::Raw::Zlib 3pm"
-.TH Compress::Raw::Zlib 3pm 2023-11-28 "perl v5.38.2" "Perl Programmers Reference Guide"
+.TH Compress::Raw::Zlib 3pm 2024-04-05 "perl v5.38.2" "Perl Programmers Reference Guide"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -699,7 +699,7 @@ simpler.
\& last OUTER
\& unless $status == Z_OK || $status == Z_BUF_ERROR ;
\& }
-\& while ($status == Z_OK && length $input);
+\& while length $input;
\& }
\&
\& die "inflation failed\en"
@@ -862,7 +862,7 @@ Below is typical code that shows how to use \f(CW\*(C`LimitOutput\*(C'\fR.
\& last OUTER
\& unless $status == Z_OK || $status == Z_BUF_ERROR ;
\& }
-\& while ($status == Z_OK && length $input);
+\& while length $input;
\& }
\&
\& die "inflation failed\en"