man-pages-3.21 is released
From: | Michael Kerrisk <mtk.manpages@googlemail.com> | |
To: | lkml <linux-kernel@vger.kernel.org> | |
Subject: | man-pages-3.21 is released | |
Date: | Tue, 21 Apr 2009 17:00:56 +1200 | |
Message-ID: | <cfd18e0f0904202200p5544c183j542e1e963b61f146@mail.gmail.com> | |
Archive‑link: | Article |
Gidday, I've released man-pages-3.21.tar.gz - man pages for Linux This release is now available for download at: http://www.kernel.org/pub/linux/docs/man-pages or ftp://ftp.kernel.org/pub/linux/docs/man-pages man-pages nowadays also has a public git repository at git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git The online changelog is available at http://www.kernel.org/doc/man-pages/changelog.html (blogged at http://linux-man-pages.blogspot.com/2009/04/man-pages-321... ) and the current version of the pages is browsable at http://www.kernel.org/doc/man-pages/ An abridged list of changes that may be of interest to readers of this list is given below. Cheers, Michael ==================== Changes in man-pages-3.21 ==================== New and rewritten pages ----------------------- pthread_setconcurrency.3 Michael Kerrisk New page documenting pthread_setconcurrency(3) and pthread_getconcurrency(3) pthread_yield.3 Michael Kerrisk New page documenting pthread_yield(3) Changes to individual pages --------------------------- feature_test_macros.7 Michael Kerrisk Update for glibc 2.10 changes to <features.h> From glibc 2.10, <features.h> understands the values 200809 for _POSIX_C_SOURCE and 700 for _XOPEN_SOURCE, and makes corresponding changes to defaults for other feature test macros. Michael Kerrisk Add an example program This example program makes it possible to explore what feature test macros are set depending on the glibc version and the macros that are explicitly set. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/