ref: 4e18dc77f2ab9257b363ccb480a69cb9def901ba 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