I'm trying to read the manpage for read(3) on my CentOS system:

$ man read 3
No manual entry for 3

What/Which package do I have to install to get these manpages?

(glibc* packages are installed on my system)

link|improve this question

0% accept rate
what gives you the impression that there is a read(3) man page? see read(2). – Mat May 16 '11 at 14:15
MRalwasser: you may wish to go back to some of your earlier questions and accept the best answer for each, which you do by clicking on the "tick" outline. This drives the SF reputation system, which is good, and it will also get rid of the red "0% accept rate" warning that we see by your username, which in turn may make people more likely to answer your questions! – MadHatter May 16 '11 at 14:54
feedback

1 Answer

For the man command, the section should be first then the name. Also, the man page for read() on my CentOS 5 system is in section 3p, not 3.

Try:

man 3p read
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.