public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* man-pages-3.68 is released
@ 2014-05-29 19:04 Michael Kerrisk (man-pages)
  2014-06-03 17:40 ` [kernel] " Mr. James W. Laferriere
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-05-29 19:04 UTC (permalink / raw)
  To: lkml; +Cc: mtk.manpages

Gidday,

The Linux man-pages maintainer proudly announces his 150th release
as project maintainer:

    man-pages-3.68 - man pages for Linux

Tarball download:
    http://www.kernel.org/doc/man-pages/download.html
Git repository:
    https://git.kernel.org/cgit/docs/man-pages/man-pages.git/
Online changelog:
    http://man7.org/linux/man-pages/changelog.html#release_3.68

A short summary of the release is blogged at:
http://linux-man-pages.blogspot.com/2014/05/man-pages-368-is-released.html

The current version of the pages is browsable at:
http://man7.org/linux/man-pages/

A few changes in this release that may be of interest to readers of
this list are given below.

Cheers,

Michael


==================== Changes in man-pages-3.68 ====================

Released: 2014-05-28, Munich


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

localedef.1
    Marko Myllynen, Richard Braakman, Alastair McKinstry, Lars Wirzenius
        New page for localedef(1)
            Add new page based on Debian localedef(1) page.


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

locale.1
    Marko Myllynen
        Provide a step-by-step example of how to use a custom locale

fork.2
    Michael Kerrisk
        ERRORS: add pid_max and threads-max to EAGAIN
            And rewrite text to be the same as pthread_create(3).

proc.5
    Michael Kerrisk
        'pid_max' is a system-wide limit on number of threads and processes
            Since PIDs > /proc/sys/kernel/pid_max are not allocated, this
            file thus also imposes a system-wide limit on the number of
            threads and processes.

capabilities.7
    Michael Kerrisk
        CAP_SYS_ADMIN allows overriding RLIMIT_NPROC
    Michael Kerrisk
        CAP_SYS_PTRACE allows process_vm_readv(2) and process_vm_writev(2)

inotify.7
    Heinrich Schuchardt
        Add example program
            This example of the usage of the inotify API shows the
            usage of inotify_init1(2) and inotify_add_watch(2) as well
            as polling and reading from the inotify file descriptor.

locale.7
    Marko Myllynen [Michael Kerrisk]
        Document the LOCPATH environment variable

-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [kernel] man-pages-3.68 is released
  2014-05-29 19:04 man-pages-3.68 is released Michael Kerrisk (man-pages)
@ 2014-06-03 17:40 ` Mr. James W. Laferriere
  0 siblings, 0 replies; 2+ messages in thread
From: Mr. James W. Laferriere @ 2014-06-03 17:40 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: lkml

 	Helo Michael ,  Thank you !-)  JimL

On Thu, 29 May 2014, Michael Kerrisk (man-pages) wrote:

> Gidday,
>
> The Linux man-pages maintainer proudly announces his 150th release
> as project maintainer:
>
>    man-pages-3.68 - man pages for Linux
>
> Tarball download:
>    http://www.kernel.org/doc/man-pages/download.html
> Git repository:
>    https://git.kernel.org/cgit/docs/man-pages/man-pages.git/
> Online changelog:
>    http://man7.org/linux/man-pages/changelog.html#release_3.68
>
> A short summary of the release is blogged at:
> http://linux-man-pages.blogspot.com/2014/05/man-pages-368-is-released.html
>
> The current version of the pages is browsable at:
> http://man7.org/linux/man-pages/
>
> A few changes in this release that may be of interest to readers of
> this list are given below.
>
> Cheers,
>
> Michael
>
>
> ==================== Changes in man-pages-3.68 ====================
>
> Released: 2014-05-28, Munich
>
>
> New and rewritten pages
> -----------------------
>
> localedef.1
>    Marko Myllynen, Richard Braakman, Alastair McKinstry, Lars Wirzenius
>        New page for localedef(1)
>            Add new page based on Debian localedef(1) page.
>
>
> Changes to individual pages
> ---------------------------
>
> locale.1
>    Marko Myllynen
>        Provide a step-by-step example of how to use a custom locale
>
> fork.2
>    Michael Kerrisk
>        ERRORS: add pid_max and threads-max to EAGAIN
>            And rewrite text to be the same as pthread_create(3).
>
> proc.5
>    Michael Kerrisk
>        'pid_max' is a system-wide limit on number of threads and processes
>            Since PIDs > /proc/sys/kernel/pid_max are not allocated, this
>            file thus also imposes a system-wide limit on the number of
>            threads and processes.
>
> capabilities.7
>    Michael Kerrisk
>        CAP_SYS_ADMIN allows overriding RLIMIT_NPROC
>    Michael Kerrisk
>        CAP_SYS_PTRACE allows process_vm_readv(2) and process_vm_writev(2)
>
> inotify.7
>    Heinrich Schuchardt
>        Add example program
>            This example of the usage of the inotify API shows the
>            usage of inotify_init1(2) and inotify_add_watch(2) as well
>            as polling and reading from the inotify file descriptor.
>
> locale.7
>    Marko Myllynen [Michael Kerrisk]
>        Document the LOCPATH environment variable
>
>

-- 
+------------------------------------------------------------------+
| James   W.   Laferriere | System    Techniques | Give me VMS     |
| Network&System Engineer | 3237     Holden Road |  Give me Linux  |
| babydr@baby-dragons.com | Fairbanks, AK. 99709 |   only  on  AXP |
+------------------------------------------------------------------+

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-03 17:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-29 19:04 man-pages-3.68 is released Michael Kerrisk (man-pages)
2014-06-03 17:40 ` [kernel] " Mr. James W. Laferriere

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox