aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes117
-rw-r--r--Changes.old134
-rw-r--r--man-pages-2.59.Announce2
-rw-r--r--man-pages-2.59.lsm6
4 files changed, 140 insertions, 119 deletions
diff --git a/Changes b/Changes
index 76f6697edf..563b773c99 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
-==================== Changes in man-pages-2.58 ====================
+==================== Changes in man-pages-2.59 ====================
-Released: 2007-06-24
+Released: 2007-??-??
Contributors
------------
@@ -8,125 +8,12 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
-Marc Boyer <marc.boyer@enseeiht.fr>
-Mike Frysinger <vapier@gentoo.org>
-
Apologies if I missed anyone!
Global changes
--------------
-Various pages, as detailed below
- mtk
- Added or updated VERSIONS sections.
-
-killpg.2
-setuid.2
-faccessat.2
-fork.2
-setfsuid.2
-kill.2
-getsid.2
-wait.2
-execve.2
-getpid.2
-setgid.2
-seteuid.2
-setresuid.2
-setfsgid.2
-access.2
-initgroups.3
-euidaccess.3
-tcgetpgrp.3
-path_resolution.7
-capabilities.7
-unix.7
- mtk
- Add SEE ALSO link to new credentials.7.
-
-
-New pages
----------
-
-credentials.7
- mtk
- An overview of Linux process identifiers (PIDs, PPIDs,
- PGIDS, SIDs, UIDs, GIDs).
-
Changes to individual pages
---------------------------
-
-bind.2
- mtk
- Added some comments to example program.
-
-getxattr.2
- mtk
- VERSIONS: In kernel since 2.4; glibc support since 2.3.
-
-listen.2
- mtk
- Updated discussion of somaxconn limit.
-
-listxattr.2
- mtk
- VERSIONS: In kernel since 2.4; glibc support since 2.3.
-
-posix_fadvise.2
- mtk
- VERSIONS: Glibc support has been provided since version 2.2.
-
-readahead.2
- mtk
- Added VERSIONS section.
-
-remap_file_pages
- mtk
- Updated VERSIONS section with text on glibc support.
-
-removexattr.2
- mtk
- VERSIONS: In kernel since 2.4; glibc support since 2.3.
-
-semop.2
- mtk
- Added VERSIONS section with info on semtimedop().
-
-setxattr.2
- mtk
- VERSIONS: In kernel since 2.4; glibc support since 2.3.
-
-dl_iterate_phdr.3
- mtk
- VERSIONS: Supported since glibc 2.2.4.
-
-getloadavg.3
- mtk
- Added VERSIONS section.
-
-posix_openpt.3
- mtk
- VERSIONS: Supported since glibc 2.2.1.
-
-printf.3
- mtk after a suggestion by Mike Frysinger
- Add text to the introductory part of DESCRIPTION, about the
- 'size' argument of snprintf() and vsnprintf().
-
-shm_unlink.3
- mtk
- Added VERSIONS section; rewrote info about linking with -lrt.
-
-strcat.3
- Marc Boyer
- Improve the discussion of strncat().
-
-strcpy.3
- Marc Boyer
- Improve the discussion of strncpy().
-
-proc.5
- mtk
- Added discussion of /proc/sys/net/core/somaxconn.
diff --git a/Changes.old b/Changes.old
index bf7fd3d173..1e53d07fb7 100644
--- a/Changes.old
+++ b/Changes.old
@@ -7107,3 +7107,137 @@ man-pages.7
uri.7
mtk
Wrapped long source lines.
+
+
+==================== Changes in man-pages-2.58 ====================
+
+Released: 2007-06-24
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Marc Boyer <marc.boyer@enseeiht.fr>
+Mike Frysinger <vapier@gentoo.org>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Various pages, as detailed below
+ mtk
+ Added or updated VERSIONS sections.
+
+killpg.2
+setuid.2
+faccessat.2
+fork.2
+setfsuid.2
+kill.2
+getsid.2
+wait.2
+execve.2
+getpid.2
+setgid.2
+seteuid.2
+setresuid.2
+setfsgid.2
+access.2
+initgroups.3
+euidaccess.3
+tcgetpgrp.3
+path_resolution.7
+capabilities.7
+unix.7
+ mtk
+ Add SEE ALSO link to new credentials.7.
+
+
+New pages
+---------
+
+credentials.7
+ mtk
+ An overview of Linux process identifiers (PIDs, PPIDs,
+ PGIDS, SIDs, UIDs, GIDs).
+
+
+Changes to individual pages
+---------------------------
+
+bind.2
+ mtk
+ Added some comments to example program.
+
+getxattr.2
+ mtk
+ VERSIONS: In kernel since 2.4; glibc support since 2.3.
+
+listen.2
+ mtk
+ Updated discussion of somaxconn limit.
+
+listxattr.2
+ mtk
+ VERSIONS: In kernel since 2.4; glibc support since 2.3.
+
+posix_fadvise.2
+ mtk
+ VERSIONS: Glibc support has been provided since version 2.2.
+
+readahead.2
+ mtk
+ Added VERSIONS section.
+
+remap_file_pages
+ mtk
+ Updated VERSIONS section with text on glibc support.
+
+removexattr.2
+ mtk
+ VERSIONS: In kernel since 2.4; glibc support since 2.3.
+
+semop.2
+ mtk
+ Added VERSIONS section with info on semtimedop().
+
+setxattr.2
+ mtk
+ VERSIONS: In kernel since 2.4; glibc support since 2.3.
+
+dl_iterate_phdr.3
+ mtk
+ VERSIONS: Supported since glibc 2.2.4.
+
+getloadavg.3
+ mtk
+ Added VERSIONS section.
+
+posix_openpt.3
+ mtk
+ VERSIONS: Supported since glibc 2.2.1.
+
+printf.3
+ mtk after a suggestion by Mike Frysinger
+ Add text to the introductory part of DESCRIPTION, about the
+ 'size' argument of snprintf() and vsnprintf().
+
+shm_unlink.3
+ mtk
+ Added VERSIONS section; rewrote info about linking with -lrt.
+
+strcat.3
+ Marc Boyer
+ Improve the discussion of strncat().
+
+strcpy.3
+ Marc Boyer
+ Improve the discussion of strncpy().
+
+proc.5
+ mtk
+ Added discussion of /proc/sys/net/core/somaxconn.
diff --git a/man-pages-2.59.Announce b/man-pages-2.59.Announce
index 4b15ed926a..dbc8b71dd3 100644
--- a/man-pages-2.59.Announce
+++ b/man-pages-2.59.Announce
@@ -1,7 +1,7 @@
RELEASE
The Linux man page maintainer proudly announces. . .
- man-pages-2.58.tar.gz- man pages for Linux
+ man-pages-2.59.tar.gz- man pages for Linux
Differences from the previous manual pages release are listed in
the file "Changes".
diff --git a/man-pages-2.59.lsm b/man-pages-2.59.lsm
index b4f6d41e61..4518ca6e84 100644
--- a/man-pages-2.59.lsm
+++ b/man-pages-2.59.lsm
@@ -1,13 +1,13 @@
Begin3
Title: Section 2, 3, 4, 5 and 7 man pages for Linux
-Version: 2.58
-Entered-date: 2007-06-24
+Version: 2.59
+Entered-date: 2007-??-??
Description: Linux and POSIX manual pages
Keywords: man pages
Author: several
Maintained-by: Michael Kerrisk <mtk-manpages@gmx.net>
Primary-site: ftp://ftp.kernel.org/pub/linux/docs/manpages
- 2610k man-pages-2.58.tar.gz
+ ????k man-pages-2.59.tar.gz
Alternate-site: ftp://ftp.win.tue.nl/pub/linux-local/manpages
Copying-policy: several; for the POSIX pages, see the file POSIX-COPYRIGHT;
the other pages are all freely distributable as long as