summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-06-27 15:39:25 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-06-27 15:39:25 +0000
commite37c72ed39d507f7745e12dcfdd0d93951f071a5 (patch)
treef8da4bd6830fd8571217ea1601e54076aaafbf68
parent2c4bff3681e4d9373cfb4f353f4388017a67a417 (diff)
Prepare for 2.05 release
-rw-r--r--Changes74
-rw-r--r--man-pages-2.05.lsm2
2 files changed, 41 insertions, 35 deletions
diff --git a/Changes b/Changes
index 845e6907c..9af006913 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
==================== Changes in man-pages-2.05 ====================
-Released: ????-??-??
+Released: 2005-06-27
Contributors
------------
@@ -15,6 +15,7 @@ Dan Jacobson <jidanni@jidanni.org>
Delian Krustev <krustev@krustev.net>
Dora Anna Volgyesi <volgyesi@elte.hu>
Martin (Joey) Schulze <joey@infodrom.org>
+Ove Kaaven <ovek@arcticnet.no>
Apologies if I missed anyone!
@@ -34,42 +35,42 @@ Changes to individual pages
_exit.2
mtk / aeb
- Reversed 2.04 introduction of the term "process termination
- function".
+ Reversed 2.04 introduction of the term "process termination
+ function".
close.2
mtk
Clarified what type of lock close() affects.
- Minor formatting changes.
+ Minor formatting changes.
dup.2
mtk
- Consistent use of terms "open file description",
- "file status flags", and "file decriptor flags"
- Removed mention of lock sharing -- it was not
- accurate.
+ Consistent use of terms "open file description",
+ "file status flags", and "file decriptor flags"
+ Removed mention of lock sharing -- it was not
+ accurate.
Minor formatting fixes
-
+
fcntl.2
mtk
- Consistent use of terms "open file description",
- "file status flags", and "file decriptor flags"
- Some rewriting of discussion of file descriptor flags
- Under F_DUPFD, replaced some text duplicated in dup.2
- with a cross ref to dup.2
+ Consistent use of terms "open file description",
+ "file status flags", and "file decriptor flags"
+ Some rewriting of discussion of file descriptor flags
+ Under F_DUPFD, replaced some text duplicated in dup.2
+ with a cross ref to dup.2
Minor wording and formatting fixes
fpclassify.3
mtk / Martin (Joey) Schulze / Bas Zoetekouw
The return value of isinf() changed in glibc 2.02
- to differentiate positive and neagtive infinity.
- See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285765
+ to differentiate positive and neagtive infinity.
+ See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285765
getgid.2
getuid.2
Delian Krustev
Remove confusing text describing real and effective IDs.
- As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285852
+ As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285852
getitimer.2
mtk
@@ -83,27 +84,27 @@ getpriority.2
open.2
mtk
- Clarification of term "open file description" along with
- explanation of what information it maintains.
+ Clarification of term "open file description" along with
+ explanation of what information it maintains.
Various minor wording changes
atexit.3
mtk / aeb
- Reversed 2.04 introduction of the term "process termination
- function".
+ Reversed 2.04 introduction of the term "process termination
+ function".
mtk
- Noted use of atexit() for establishing function to be invoked on
- shared library unload.
- Noted that atexit()-registered functions are not invoked on
- abnormal termination.
- Formatting fixes.
+ Noted use of atexit() for establishing function to be invoked on
+ shared library unload.
+ Noted that atexit()-registered functions are not invoked on
+ abnormal termination.
+ Formatting fixes.
exit.3
mtk / aeb
- Reversed 2.04 introduction of the term "process termination
- function".
+ Reversed 2.04 introduction of the term "process termination
+ function".
mtk
- Minor rewording and formatting changes.
+ Minor rewording and formatting changes.
getloadavg.3
mtk
@@ -116,11 +117,11 @@ log2.3
readdir.3
mtk
Added definition of Linux dirent structure.
- Some formatting cleanups.
+ Some formatting cleanups.
strtod.3
Dora Anna Volgyesi/ mtk
- strtold() and strtof() need _ISOC99_SOURCE of _XOPEN_SOURCE=600
+ strtold() and strtof() need _ISOC99_SOURCE of _XOPEN_SOURCE=600
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=246668
tdestroy.3
@@ -138,12 +139,17 @@ mem.4
null.4
mtk
Change "chown root:mem /dev/null /dev/zero" to
- "chown root:root /dev/null /dev/zero"
+ "chown root:root /dev/null /dev/zero"
vcs.4
Dan Jacobson / Martin (Joey) Schulze
- Replaced "selection(1)" by "gpm(8)" under SEE ALSO
- See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=253515
+ Replaced "selection(1)" by "gpm(8)" under SEE ALSO
+ See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=253515
+
+signal.7
+ Ove Kaaven
+ SA_SIGACTION should be SA_SIGINFO
+ As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=305369
urn.7
mtk
diff --git a/man-pages-2.05.lsm b/man-pages-2.05.lsm
index 330863c57..04deb3d43 100644
--- a/man-pages-2.05.lsm
+++ b/man-pages-2.05.lsm
@@ -1,7 +1,7 @@
Begin3
Title: Section 2, 3, 4, 5 and 7 man pages for Linux
Version: 2.05
-Entered-date: ????-??-??
+Entered-date: 2005-06-27
Description: Linux and POSIX manual pages
Keywords: man pages
Author: several