On Wed, Aug 06, 2003 at 10:11:00AM +0200, Ceruti, Gerard G wrote: > Another question , is there an idiots guide to all the doco available via > "man" ?,
If your apropos(1) program supports regular expressions (check "man apropos"), then you can get a list with "apropos .". Of course, this list will be enormous on a system with much software installed, and it isn't a good way to find documentation. Use apropos(1) to search for keywords or regular expressions instead. -- - mdz
