===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch-310-+my $man2html = "/usr/lib/cgi-bin/man/man2html";
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch:311:+my $path = `man -w $section $name`; chomp $path; $path =~ s/\s*$//;
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch-312- 
##############################################
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch-314--	my $name = lc($ARGV[1]);
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch:315:-	$path = `man -w $ARGV[0] $name`;
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch-316--#	print "check point 0.9\n";
##############################################
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch-319-+  $name = lc $name;
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch:320:+  $path = `man -w $section $name`; chomp $path; $path =~ s/\s*$//;
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch-321- }
##############################################
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch-339--if ($path =~ /gz$/) {
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch:340:-	my $file = `gzip -cd $path`;
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch-341--	open (TEMPFILE,">$tmp_file");
##############################################
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch-343--	close (TEMPFILE);
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch:344:-	$page = `$man2html $tmp_file`;
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch:345:-	`rm $tmp_file`;
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch-346--} else {
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch:347:-	$page = `$man2html $path`;
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch-348-+
##############################################
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch-369--using the manual pages.<BR>/;
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch:370:+my $page = `$man2html $path`;
gman-0.9.3/debian/patches/pre-0.9.3-5.1.patch-371-+
##############################################
gman-0.9.3/.pc/pre-0.9.3-5.1.patch/gman.pl-11-	my $name = lc($ARGV[1]);
gman-0.9.3/.pc/pre-0.9.3-5.1.patch/gman.pl:12:	$path = `man -w $ARGV[0] $name`;
gman-0.9.3/.pc/pre-0.9.3-5.1.patch/gman.pl-13-#	print "check point 0.9\n";
##############################################
gman-0.9.3/.pc/pre-0.9.3-5.1.patch/gman.pl-30-if ($path =~ /gz$/) {
gman-0.9.3/.pc/pre-0.9.3-5.1.patch/gman.pl:31:	my $file = `gzip -cd $path`;
gman-0.9.3/.pc/pre-0.9.3-5.1.patch/gman.pl-32-	open (TEMPFILE,">$tmp_file");
##############################################
gman-0.9.3/.pc/pre-0.9.3-5.1.patch/gman.pl-34-	close (TEMPFILE);
gman-0.9.3/.pc/pre-0.9.3-5.1.patch/gman.pl:35:	$page = `$man2html $tmp_file`;
gman-0.9.3/.pc/pre-0.9.3-5.1.patch/gman.pl:36:	`rm $tmp_file`;
gman-0.9.3/.pc/pre-0.9.3-5.1.patch/gman.pl-37-} else {
gman-0.9.3/.pc/pre-0.9.3-5.1.patch/gman.pl:38:	$page = `$man2html $path`;
gman-0.9.3/.pc/pre-0.9.3-5.1.patch/gman.pl-39-}
##############################################
gman-0.9.3/gman.pl-18-my $man2html = "/usr/lib/cgi-bin/man/man2html";
gman-0.9.3/gman.pl:19:my $path = `man -w $section $name`; chomp $path; $path =~ s/\s*$//;
gman-0.9.3/gman.pl-20-
##############################################
gman-0.9.3/gman.pl-23-  $name = lc $name;
gman-0.9.3/gman.pl:24:  $path = `man -w $section $name`; chomp $path; $path =~ s/\s*$//;
gman-0.9.3/gman.pl-25-}
##############################################
gman-0.9.3/gman.pl-59-
gman-0.9.3/gman.pl:60:my $page = `$man2html $path`;
gman-0.9.3/gman.pl-61-