ref: d400e426eb04cfc4cb78fa82e7bcdc20150f3305 dir: /bin/lsman/
#!/bin/rc sect=1 if(test $#* -gt 0) sect=$* for(s in $sect) ls /sys/man/$s | sed '/(INDEX|NOTICE)/d; s/^.*\///g; s/.*/&\('$s'\)/g' | mc