ref: adc4463f0ca6590f216aadb1e75390977fe1ec49 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