managen: initialize more variables

This commit is contained in:
Viktor Szakats 2025-07-11 16:18:11 +02:00
parent 743c413dba
commit 34ebe9f9d0
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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;