No manual for fcntl problem
3 answers
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 to share
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 to share