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)
|
I'm trying to read the manpage for read(3) on my CentOS system:
What/Which package do I have to install to get these manpages? (glibc* packages are installed on my system)
| |||
|
feedback
|
|
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:
| |||
|
feedback
|
read(3)man page? seeread(2). – Mat May 16 '11 at 14:15