Display only 20 entries per column in man page listings, this avoids scrillbars most of the time.
This commit is contained in:
parent
79277bf160
commit
aa813d0156
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
%{
|
||||
wman_ls_pages $wman_cat_path \
|
||||
| awk -F/ '{ print "<li><a href=\""$(NF)"\">"$(NF)"</a></li>" }
|
||||
NR%28 == 0 { print "</ul><ul style=\"float: left\">" }'
|
||||
NR%20 == 0 { print "</ul><ul style=\"float: left\">" }'
|
||||
%}
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue