LWN.net Logo

man-pages-3.23 is released

From:  Michael Kerrisk <mtk.manpages@googlemail.com>
To:  lkml <linux-kernel@vger.kernel.org>
Subject:  man-pages-3.23 is released
Date:  Sat, 3 Oct 2009 08:06:32 +0200
Message-ID:  <cfd18e0f0910022306x2b5fd7ccief4422b145ef051e@mail.gmail.com>
Archive-link:  Article, Thread

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

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds