From 34ebe9f9d045a8c1c53943a906d743d011135ce7 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 11 Jul 2025 16:18:11 +0200 Subject: [PATCH] managen: initialize more variables --- scripts/managen | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/managen b/scripts/managen index 406c5d4b2a..c728932272 100755 --- a/scripts/managen +++ b/scripts/managen @@ -68,7 +68,7 @@ my $indent = 4; sub manpageify { my ($k)=@_; my $l; - my $trail; + my $trail = ''; # the matching pattern might include a trailing dot that cannot be part of # the option name if($k =~ s/\.$//) { @@ -284,7 +284,7 @@ sub render { my $header = 0; # if $top is TRUE, it means a top-level page and not a command line option my $top = ($line == 1); - my $quote; + my $quote = 0; my $level; my $finalblank; my $blankline = 0;