aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-05-05 20:46:02 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-05-05 20:46:02 +0000
commitf078588f87d7c8fbb6173a9f284fb4748c800df2 (patch)
tree9ee597e6305e18b011bcc1c37d37a8be66cf10f5
parent5744c9e140975ae1cce37383ff23634976b89e55 (diff)
downloadman-pages-f078588f87d7c8fbb6173a9f284fb4748c800df2.tar.gz
sync
-rw-r--r--Changes23
1 files changed, 22 insertions, 1 deletions
diff --git a/Changes b/Changes
index d01567d381..2589ca4689 100644
--- a/Changes
+++ b/Changes
@@ -19,8 +19,10 @@ Justin Pryzby <justinpryzby@users.sourceforge.net>
Karsten Weiss <K.Weiss@science-computing.de>
Marty Leisner <leisner@rochester.rr.com>
Nicolas Fran�ois <nicolas.francois@trialog.com>
-Theodoros V. Kalamatianos <thkala@softlab.ece.ntua.gr>
+Nick Piggin <npiggin@suse.de>
+Petter Reinholdtsen <pere@hungry.com>
Reuben Thomas <rrt@sc3d.org>
+Theodoros V. Kalamatianos <thkala@softlab.ece.ntua.gr>
Thomas Huriaux <thomas.huriaux@gmail.com>
Tim Stoakes <tim@stoakes.net>
Timothy Baldwin <T.E.Baldwin99@members.leeds.ac.uk>
@@ -183,6 +185,11 @@ fork.2
bypasses the fork() system call to invoke clone() with
flags providing equivalent functionality.
+getgroups.2
+ Petter Reinholdtsen
+ SEE ALSO: Add getgrouplist(3).
+ as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479284.
+
gettid.2
mtk
Added VERSIONS section noting that this system call first
@@ -199,6 +206,10 @@ mmap.2
mtk
Added some .SS headings to make structure of page a little
more obvious.
+ mtk, with input from Nick Piggin
+ MAP_POPULATE supports both file and anonymous mappings.
+ Since 2.6.23, MAP_POPULATE supports private mappings.
+ Since 2.6.23, MAP_NONBLOCK causes MAP_POPULATE to be a no-op.
mount.2
mtk
@@ -327,6 +338,11 @@ ctime.3
of the other calls.
Other minor edits.
+dlopen.3
+ mtk
+ Add more detail to the description of the fields in the
+ structure returned by dladdr().
+
fexecve.3
mtk
Clean up SYNOPSIS after work by cut-and-paste-Pete:
@@ -349,6 +365,11 @@ getenv.3
setenv(), or unsetenv().
Other minor rewrites.
+getgrent.3
+ Petter Reinholdtsen
+ SEE ALSO: Add getgrouplist(3).
+ as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479284.
+
gethostbyname.3
mtk
Add 'h_errno' to NAME list.