whatis コマンドでマニュアルの概略、つまりは 「NAME」項目のみを表示させることができます。
% whatis [manual]
例えば
% whatis find find find (1) - search for files in a directory hierarchy
のような出力になるでしょう。
これは
% man -f [manual]
と同等です。