man-pages-3.33 is released

From: Michael Kerrisk
Date: Tue Sep 20 2011 - 06:49:40 EST


Gidday,

I've released man-pages-3.33.tar.gz - man pages for Linux

Because of the kernel.org problems, the release artifacts are in
different locations than usual (and some of these changes may become
permanent):

This release tarball is available for download at:

http://man7.org/linux/man-pages/download/man-pages-3.33.tar.gz

The online changelog is available at
http://man7.org/linux/man-pages/changelog.html#release_3.33 (blogged at
http://linux-man-pages.blogspot.com/2011/09/man-pages-333-is-released.html
) and the current version of the pages is browsable at
http://man7.org/linux/man-pages/

A git repository for man-pages can be found on github. You can clone
the repository with the command:

git clone git@xxxxxxxxxx:mkerrisk/man-pages.git

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

Cheers,

Michael


==================== Changes in man-pages-3.33 ====================

Newly documented interfaces in existing pages
---------------------------------------------

sync.2
Michael Kerrisk
Added new syncfs() system call
syncfs() was added in Linux 2.6.39.


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

clone.2
Michael Kerrisk
Note that CLONE_STOPPED was removed in 2.6.38

sendfile.2
Akira Fujita
Since 2.6.33, 'out_fd' can refer to any file type
Linux kernel commit cc56f7de7f00d188c7c4da1e9861581853b9e92f
meant sendfile(2) can work with any output file.

syslog.2
Michael Kerrisk [Serge E. Hallyn]
Update for kernel 2.6.37 changes
Document /proc/sys/kernel/dmesg_restrict.
Document CAP_SYSLOG.

capabilities.7
Michael Kerrisk [Serge E. Hallyn]
Document CAP_SYSLOG and related changes in Linux 2.6.37
Michael Kerrisk
File capabilities are no longer optional
Starting with Linux 2.6.33, the CONFIG_SECURITY_FILE_CAPABILITIES
has been removed, and file capabilities are always part of the
kernel.



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