summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-11-30 16:31:38 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-11-30 16:31:38 +0000
commit4d094552cd9425a5b33386a96c088feccfcb50eb (patch)
treeb7dde1eb019cf375d5df79dcc025eb71248bcba9
parentaf83a63726a69ba4ca1ef29251c736e7913d063e (diff)
prepare for 2.15
-rw-r--r--Changes34
-rw-r--r--man-pages-2.15.lsm2
2 files changed, 18 insertions, 18 deletions
diff --git a/Changes b/Changes
index acaf6ec26..5e950872a 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
==================== Changes in man-pages-2.15 ====================
-Released: 2005-??-??
+Released: 2005-11-30
Contributors
------------
@@ -34,7 +34,7 @@ Changes to individual pages
kill.2
mtk
Added text describing the 2.6.[0-7] EPERM bug that occurred
- when sending signals to a process group.
+ when sending signals to a process group.
sigaction.2
mtk
@@ -43,7 +43,7 @@ sigaction.2
sigpending.2
mtk
Added BUGS noting wrapper function problem that existed
- in glibc versions <= 2.2.1.
+ in glibc versions <= 2.2.1.
sigpause.2
mtk
@@ -52,13 +52,13 @@ sigpause.2
sigsetops.3
mtk
Added a GLIBC NOTES section describing sigisemptyset(),
- sigandset(), and sigorset().
+ sigandset(), and sigorset().
sigvec.2
sigblock.2
mtk
These pages have been deleted, and replaced by a new sigvec.3
- man page that more fully describes the BSD signal API.
+ man page that more fully describes the BSD signal API.
siggetmask.2
sigmask.2
@@ -66,14 +66,14 @@ sigsetmask.2
mtk
These links to the now-deleted sigblock.2 have been also been
deleted. They are replaced by corresponding links in Section 3:
- sigmask.3, sigsetmask.3, siggetmask.3.
+ sigmask.3, sigsetmask.3, siggetmask.3.
sigvec.3
mtk
This new page is provides a fuller description of the
- BSD signal API than was provided in the now-deleted sigvec.2
- and sigblock.2.
-
+ BSD signal API than was provided in the now-deleted sigvec.2
+ and sigblock.2.
+
sigblock.3
siggetmask.3
sigmask.3
@@ -85,23 +85,23 @@ sigpause.3
mtk
Moved here from Section 2.
- Some minor wording fixes; clarified System V origins of
- X/Open flavour of this function.
+ Some minor wording fixes; clarified System V origins of
+ X/Open flavour of this function.
sigset.3
mtk
New page describing the System V signal API: sigset(), sighold(),
- sigrelse(), sigignore().
+ sigrelse(), sigignore().
strftime.3
James Vega
Add further text clarifying that %+ specifier is not supported in
- glibc2.
+ glibc2.
mtk
Added GLIBC NOTES section describing optional 'flag' and 'width'
- components of conversion specifiers.
- Some wording changes to bring terminology closer to SUSv3.
- Added an example program.
+ components of conversion specifiers.
+ Some wording changes to bring terminology closer to SUSv3.
+ Added an example program.
vm86old.2
mtk / aeb
@@ -110,7 +110,7 @@ vm86old.2
intro.7
mtk
Added a few words to reflect the fact that several of the section
- 7 pages provide overviews of various topics.
+ 7 pages provide overviews of various topics.
signal.7
mtk
diff --git a/man-pages-2.15.lsm b/man-pages-2.15.lsm
index e7d1597e0..9825054ac 100644
--- a/man-pages-2.15.lsm
+++ b/man-pages-2.15.lsm
@@ -1,7 +1,7 @@
Begin3
Title: Section 2, 3, 4, 5 and 7 man pages for Linux
Version: 2.15
-Entered-date: 2005-??-??
+Entered-date: 2005-11-30
Description: Linux and POSIX manual pages
Keywords: man pages
Author: several