From: Jeff Breidenbach <jab@debian.org>
Date: Sat, 14 May 2022 01:26:14 +0800
Subject: Fix lintian warning on manpage

Fix this lintian warning
  manpage-has-errors-from-man
  usr/share/man/man1/img2webp.1.gz 44: warning: macro `loop' not defined
Origin: other
Reviewed-By: Jeff Breidenbach <jab@debian.org>
Last-Update: 2018-03-01
---
 man/img2webp.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/img2webp.1 b/man/img2webp.1
index 835ca37..c12e240 100644
--- a/man/img2webp.1
+++ b/man/img2webp.1
@@ -40,8 +40,8 @@ lossy or lossless compression for each frame heuristically. This global
 option disables the local option \fB-lossy\fP and \fB-lossless\fP .
 .TP
 .BI \-loop " int
-Specifies the number of times the animation should loop. Using '0' means
-'loop indefinitely'.
+Specifies the number of times the animation should loop. Using '0'
+means 'loop indefinitely'.
 .TP
 .BI \-v
 Be more verbose.
