Remove HTML-formatted man pages
This commit is contained in:
parent
aa94548c71
commit
7e17853326
3 changed files with 6 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ dsInit(byId('q'), '/xml/search.xml?q=', function(item, tr) {
|
|||
},
|
||||
function(item) {
|
||||
searchRedir = true;
|
||||
location.href = '/'+item.getAttribute('name')+'.'+item.getAttribute('section').substr(0,1);
|
||||
location.href = '/'+item.getAttribute('name')+'.'+item.getAttribute('section');
|
||||
return item.getAttribute('name')+'('+item.getAttribute('section')+')';
|
||||
},
|
||||
function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue