On Tue, 11 Dec 2001 23:18:31 -0800, Erik Steffl <[EMAIL PROTECTED]> wrote:
> Ted Roden wrote: > > > > Hi everyone. > > > > I apologize for such a silly question. > > well, if you can't find an answer then it's not silly to ask... > > > I can't seem to find which package contains the man pages for basic > > programming functions like stat and sprintf etc. > > > > I was thinking perhaps it is gcc-doc, but it claims: > > > > The following packages will be REMOVED: > > g++ g++-2.95 gcc gcc-2.95 libstdc++2.10-dev libtool > > > > And I don't want to get rid of those, besides I have a feeling its not > > that package anyways. The most comprehensive C documentation is with glibc-doc as info documents. Man pages are in "manpages-dev". -- Eric G. Miller <[email protected]>

