managen: fix stray/leftover $tablemode reference/logic

This commit is contained in:
Viktor Szakats 2025-07-11 15:56:53 +02:00
parent 36fe10c494
commit 92df3149ec
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -670,10 +670,6 @@ sub single {
my @desc = render($manpage, $fh, $f, $line);
close($fh);
if($tablemode) {
# end of table
push @desc, ".RE\n.IP\n";
}
my $opt;
if(defined($short) && $long) {