ref: 858601ce88f1dc0d9758d101fc7ac26cfcf1c2fb 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