public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Kerrisk <mtk.manpages@googlemail.com>
To: lkml <linux-kernel@vger.kernel.org>
Subject: man-pages-3.13 is released
Date: Tue, 11 Nov 2008 14:16:21 -0500	[thread overview]
Message-ID: <4919DA05.4010809@gmail.com> (raw)

Gidday

I've released man-pages-3.13.

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

The online changelog is available at
http://www.kernel.org/doc/man-pages/changelog.html
(blogged at
http://linux-man-pages.blogspot.com/2008/11/man-pages-313-is-released.html)
and the current version of the pages is browsable at
http://www.kernel.org/doc/man-pages/

An abridged version of the changes in this release that may be of
particular interest to readers of this list is provided below.

Cheers,

Michael

==================== Changes in man-pages-3.13 ====================

New and rewritten pages
-----------------------

pthread_attr_setaffinity_np.3
     Michael Kerrisk
         New page for pthread_attr_setaffinity_np(3) and
         pthread_attr_getaffinity_np(3)

pthread_attr_setschedparam.3
     Michael Kerrisk
         New page for pthread_attr_setschedparam(3) and
         pthread_attr_getschedparam(3)

pthread_attr_setschedpolicy.3
     Michael Kerrisk
         New page for pthread_attr_setschedpolicy(3) and
         pthread_attr_getschedpolicy(3)

pthread_setaffinity_np.3
     Michael Kerrisk
         New page for pthread_setaffinity_np(3) and pthread_getaffinity_np(3)

pthread_setschedparam.3
     Michael Kerrisk
         New page for pthread_setschedparam(3) and pthread_getschedparam(3)

pthread_setschedprio.3
     Michael Kerrisk
         New page for pthread_setschedprio(3)


Changes to individual pages
---------------------------

clock_getres.3
     Michael Kerrisk
         CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID not setabble
             According to POSIX.1-2001, the CLOCK_PROCESS_CPUTIME_ID and
             CLOCK_THREAD_CPUTIME_ID clocks should be settable, but
             currently they are not.

pthread_exit.3
     Michael Kerrisk
         BUGS: thread group with a dead leader and stop signals
             Document the bug that can occur when a stop signal
             is sent to a thread group whose leader has terminated.
             http://thread.gmane.org/gmane.linux.kernel/611611
             http://marc.info/?l=linux-kernel&m=122525468300823&w=2

epoll.7
     Michael Kerrisk
         Fix error handling after accept() in example code
             Simply continuing after an error is in most cases wrong,
             and can lead to infinite loops (e.g., for EMFILE).
             So handle an error by terminating.
             http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504202
         Add error handling for epoll_wait() call in example code
         Improve example code
             Fill in some gaps in example code (variable declarations,
             adding listening socket to epoll set).
             Give variables more meaningful names.
             Other minor changes.
             http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504202

-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git
man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html
Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html


                 reply	other threads:[~2008-11-11 19:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4919DA05.4010809@gmail.com \
    --to=mtk.manpages@googlemail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox