Prepare for 2.13

This commit is contained in:
Michael Kerrisk 2005-11-03 13:48:26 +00:00
parent bd12ab88af
commit fe209df6b5
2 changed files with 13 additions and 23 deletions

28
Changes
View File

@ -2,14 +2,7 @@
Released: 2005-??-??
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Apologies if I missed anyone!
This release consists entirely of formatting and typographical fixes.
Global changes
--------------
@ -17,19 +10,16 @@ Global changes
Typographical or grammatical errors have been corrected in several
places.
Make all function and page cross references that were italicised bold
Function and page cross references that were italicised were made bold
(which is how the majority of function and page cross references
were already done).
Change instances of things like "NULL-terminated string" to
"null-terminated string"
Pathnames, structures, and arguments that were bold were changed to italics
Instances of the constant "NULL" that were bold-faced were made unformatted
(which is how most instances of "NULL" already were.)
Changes to individual pages
---------------------------
Instances of things like "NULL-terminated string" were changed to
"null-terminated string".
Pathnames, structures, arguments, and <header-files> that were bold
were changed to italics.
Instances of the constant "NULL" that were bold-faced were made
unformatted (which is how most instances of "NULL" were already
formatted.)

View File

@ -747,7 +747,7 @@ wait.2
getconf.3
mtk
Added_CS_GNU_LIBC_VERSION and_CS_GNU_LIBPTHREAD_VERSION.
Added _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION.
hosts.5
Ross Boylan / Martin Schulze
@ -916,7 +916,7 @@ realpath.3
rcmd.3
Dave Love
The required header file for these funtions on Linux is <netdb.h>
The required header file for these functions on Linux is <netdb.h>
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=311680
scanf.3
@ -1236,7 +1236,7 @@ getgrnam.3
getpwent.3
getpwnam.3
Lars Wirzenius / mtk
Replace mention of /etc/{passwd,group} by refernces to
Replace mention of /etc/{passwd,group} by references to
"passwd/group database", and LDAP and NIS.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316117
mtk
@ -1254,7 +1254,7 @@ getnetent.3
getspnam.3
Lars Wirzenius / mtk
Replace mention of /etc/shadow by refernces to
Replace mention of /etc/shadow by references to
"shadow password database", and LDAP and NIS.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316117
mtk, Claus Weber