mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
managen: initialize more variables
This commit is contained in:
parent
743c413dba
commit
34ebe9f9d0
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue