Date: Thu, 27 Feb 2003 17:22:54 -0500 Message-Id: <200302272222.h1RMMsu01411@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: graham AT rounce DOT freeserve DOT co DOT uk CC: djgpp AT delorie DOT com In-reply-to: (graham AT rounce DOT freeserve DOT co DOT uk) Subject: Re: Printing the lib info References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Hi, All - I've just started with C, so the answer might be obvious but I > can't find it! I want to print off all of the library functions in a > category, say CONIO etc, with their syntaxes and decriptions. I can look > at them in INFO (rolls eyes, excuse me, I'm sure it's wonderful once you get > used to it), but how do I print them out a bunch at a time? Info is just one of the formats that documentation is available in. The original format is TeX, which can be used to produce postscript files for printing on paper. If you go to http://www.delorie.com/djgpp/doc/ you'll see links for downloading the C library reference as one huge postscript file. Or you could download v2/djdoc203.zip which has man alternate formats in it. Er, we don't have PDF though. Any volunteers? ;-)