View | Details | Raw Unified | Return to bug 249305
Collapse All | Expand All

(-)scripts/w3mman/w3mman2html.cgi.in (-1 / +1 lines)
Lines 81-87 Link Here
81
  if (! ($file =~ /^\//)) {
81
  if (! ($file =~ /^\//)) {
82
    $file = $query{"pwd"} . '/' . $file;
82
    $file = $query{"pwd"} . '/' . $file;
83
  }
83
  }
84
  open(F, "MAN_KEEP_FORMATTING=1 $MAN -l $file 2> /dev/null |");
84
  open(F, "MAN_KEEP_FORMATTING=1 $MAN $file 2> /dev/null |");
85
} else {
85
} else {
86
  $man = $query{"man"};
86
  $man = $query{"man"};
87
  if ($man =~ s/\((\w+)\)$//) {
87
  if ($man =~ s/\((\w+)\)$//) {

Return to bug 249305