I installed the cygwin-doc package when installing cygwin, apart from C/C++ development packages. When I run 'man memset', I get the man page as expected, but running man for system calls like lstat and pipe returns with the complaint 'No manual entry'. Are these man pages available in a separate package that I need to install ? Thanks for help.
Asked
Active
Viewed 4,989 times
13
-
1Maybe you could accept the only, and correct, answer? – thoni56 Apr 28 '16 at 20:34
1 Answers
27
You need to install the package man-pages-posix.

Stuart Matheson
- 490
- 4
- 4
-
1I had a similar problem. 'man printf' worked but 'man memset' didn't work. After installing this man-pages-posix, it works. Thanks ! – Jona Feb 08 '17 at 10:04