No manual for fcntl problem

When I use `man fcntl ', you get the message:

No manual entry for fcntl

      

which is required to install pkg?

ps. I am using debian.

+1


a source to share


3 answers


On Debian, these man pages are available in the manpages-dev package.



0


a source


This doesn't answer your question directly, but: I'm just using the internet myself: here is the first search result for "man fcntl" on google .



0


a source


fcntl

is a standard C library function, so it should be one of your development packages. However, I long ago gave up on using man in the UNIX boxes themselves, try googling "man fcntl" (with quotes) to get the online versions.

Just don't do it to try and figure out how it works man

. Typing "man man" on Google returns some interesting results (not safe to work with).

0


a source







All Articles