Dustin Boyd
2020-09-25 21:35:36 +09:00
committed by Tatsuya Kinoshita
parent a8c22f6d91
commit a3ec574690

View File

@@ -81,7 +81,7 @@ if ($query{"local"}) {
if (! ($file =~ /^\//)) {
$file = $query{"pwd"} . '/' . $file;
}
open(F, "MAN_KEEP_FORMATTING=1 $MAN -l $file 2> /dev/null |");
open(F, "MAN_KEEP_FORMATTING=1 $MAN $file 2> /dev/null |");
} else {
$man = $query{"man"};
if ($man =~ s/\((\w+)\)$//) {