Wednesday, February 11, 2009

man-pages-3.18 is released

I've uploaded man-pages-3.18 (my one hundredth release as maintainer!) into the release directory (or view the online pages). Notable changes in man-pages-3.18 are:

2 comments:

  1. There is still a bug in the select_tut(2) page:

    sigemptyset(empty_mask);

    should be

    sigemptyset(&empty_mask);

    ReplyDelete