| View previous topic :: View next topic |
| Author |
Message |
J.H.Kim Guest
|
Posted: Mon Nov 10, 2008 8:18 am Post subject: What package should I install to see man pages for C library |
|
|
Hi, everyone
What package should I install to read C library manual using man?
I installed glibc-doc and glibc-doc-reference-2.3.6-1.all.deb but I
cannot see man page for C libray such as "fprintf".
When I do "man fprintf", "No manual entry for fprintf" message is found.
Please let me know what package I should install.
Thanks in advance.
Regards,
J.H.Kim |
|
| |
|
Back to top |
Nate Eldredge Guest
|
Posted: Mon Nov 10, 2008 8:18 am Post subject: Re: What package should I install to see man pages for C lib |
|
|
"J.H.Kim" <frog1120@gmail.com> writes:
| Quote: | Hi, everyone
What package should I install to read C library manual using man?
I installed glibc-doc and glibc-doc-reference-2.3.6-1.all.deb but I
cannot see man page for C libray such as "fprintf".
When I do "man fprintf", "No manual entry for fprintf" message is found.
Please let me know what package I should install.
|
manpages-dev
glibc-doc has a different manual; view it with `info libc'. IMHO the
glibc manual is more helpful for understanding concepts, while the man
pages are more useful for quick reference. |
|
| |
|
Back to top |
|