man-pages-3.21 is released

From: Michael Kerrisk
Date: Tue Apr 21 2009 - 01:01:34 EST


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-is-released.html )
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/