vote up 1 vote down star

When I use `man fcntl' got the message:

No manual entry for fcntl

which the pkg is needed to install?

ps. I use debian.

flag

3 Answers

vote up 0 vote down check

In Debian these man pages are available in manpages-dev package.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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 on the UNIX boxes themselves, try typing "man fcntl" into Google (with the quotes) to get online versions.

Just don't do this to try and figure out how man itself works. Typing "man man" into Google returns some interesting results (not safe for work).

link|flag

Your Answer

Get an OpenID
or

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