man -a <xyz> opens all the man pages one by one which contain xyz.
On my unix servers man -a <xyz> doesn't work.
Is there any alternative for this on unix?
EDIT:
I am on HP-UX. Following message :
hemantj [109]> man -a printf
Usage: man [-M path] [-T macro-package] [ section ] name ...
or: man -k keyword ...
or: man -f file ...
-aoption isn't recognized and man doesn't show anything or man shows only the first page? One more thing: could you give examples of<xyz>just to be sure that there are multiple sections on that subject? – Cristian Ciupitu Sep 1 '10 at 2:26man printf? – Cristian Ciupitu Sep 10 '10 at 17:46