#!/bin/rc -e
# apropos -- find man pages by name
man -w $1 | awk -F/ '{ print $NF "(" $(NF-1) ")" }' | mc