2009-03-09 19:16:13 -06:00
|
|
|
|
2016-02-04 13:05:05 -07:00
|
|
|
% d=`{wman_get_section_desc $wman_cat}
|
|
|
|
<h1>Manual pages - Section
|
|
|
|
% echo $wman_cat': '$"d2
|
|
|
|
</h1>
|
2009-03-09 19:16:13 -06:00
|
|
|
<ul style="float:left">
|
2016-02-04 13:05:05 -07:00
|
|
|
% wman_ls_pages $wman_cat_path | awk -F/ '{ print "<li><a href=\""$(NF)"\">"$(NF)"</a></li>" } NR%20 == 0 { print "</ul><ul style=\"float: left\">" }'
|
2009-03-09 19:16:13 -06:00
|
|
|
</ul>
|