FreeBSD Bugzilla – Attachment 217947 Details for
Bug 249305
www/w3m: w3mman -l file does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove -l flag in CGI script
patch-w3mman-l (text/plain), 367 bytes, created by
Dustin Boyd
on 2020-09-14 07:42:20 UTC
(
hide
)
Description:
Remove -l flag in CGI script
Filename:
MIME Type:
Creator:
Dustin Boyd
Created:
2020-09-14 07:42:20 UTC
Size:
367 bytes
patch
obsolete
>--- scripts/w3mman/w3mman2html.cgi.in >+++ scripts/w3mman/w3mman2html.cgi.in >@@ -81,7 +81,7 @@ > 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+)\)$//) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 249305
: 217947