man-pages-3.23 is released

From: Michael Kerrisk
Date: Sat Oct 03 2009 - 02:06:45 EST


Gidday,

I've released man-pages-3.23.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/10/man-pages-323-release-my-book.html )
and the current version of the pages is browsable at
http://www.kernel.org/doc/man-pages/

This release consists entirely of fixes to existing pages. An abridged
list changes that may be of interest to readers of this list is
provided below.

Cheers,

Michael

==================== Changes in man-pages-3.23 ====================

Released: 2009-09-30, Munich


getrusage.2
Michael Kerrisk
ru_inblock and ru_oublock are now implemented
These fields of the rusage structure are filled in since
Linux 2.6.22.

mmap.2
Michael Kerrisk
Add brief documentation of MAP_HUGETLB
This flag is new in 2.6.32, and serves a similar
purpose to the shmget() SHM_HUGETLB flag.

open.2
Christoph Hellwig
add some comments on O_SYNC and friends

splice.2
tee.2
vmsplice.2
Mark Hills
Fix return type
Since glibc 2.7, the return type for these functions
is ssize_t (formerly it was long).

mq_overview.7
Michael Kerrisk
Change documented ranges for msg_max and msgsize_max
Linux 2.6.28 changed the permissible ranges for
these /proc files.

--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface" http://blog.man7.org/
--
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/