Sometimes I want to know what a specific flag means. For instance:
man apache2: (...) -L Output a list of directives together with expected arguments and places where the directive is valid.
So is there a way to use something like "man apache2 -L" and it tells me only what -L means? Would be great so save on browsing the manual.