man-pages/Changes

195 lines
4.5 KiB
Plaintext
Raw Normal View History

2007-11-16 06:37:20 +00:00
==================== Changes in man-pages-2.69 ====================
2007-09-19 21:40:03 +00:00
2007-11-24 08:25:53 +00:00
Released: 2007-12-03
2007-09-19 21:40:03 +00:00
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
2007-11-19 08:02:51 +00:00
Adam Borowski <kilobyte@angband.pl>
2007-11-16 06:37:20 +00:00
Alain PORTAL <alain.portal@free.fr>
2007-11-24 07:50:14 +00:00
Andries E. Brouwer <Andries.Brouwer@cwi.nl>
2007-11-19 08:02:51 +00:00
J. Bruce Fields <bfields@citi.umich.edu>
David H<>rdeman <david@hardeman.nu>
2007-11-24 07:50:14 +00:00
Jeremy Kerr <jk@ozlabs.org>
Luke Browning <lukebr@linux.vnet.ibm.com>
2007-11-19 08:02:51 +00:00
Mats Wichmann <mats.d.wichmann@intel.com>
Maxime Vaudequin <maxime.vaudequin@gmail.com>
Mike Frysinger <vapier@gentoo.org>
Reuben Thomas <rrt@sc3d.org>
2007-11-24 07:50:14 +00:00
Sam Varshavchik <mrsam@courier-mta.com>
2007-09-20 06:33:41 +00:00
2007-09-19 21:40:03 +00:00
Apologies if I missed anyone!
Global changes
--------------
2007-11-19 08:02:51 +00:00
*.?p
mtk
Many whitespace clean-ups in formatted output.
mprotect.2
bind.2
mq_notify.3
makecontext.3
fmemopen.3
David H<>rdeman / mtk
Rename error handling function in example program
(s/die/handle_error/).
2007-10-23 11:33:49 +00:00
Typographical or grammatical errors have been corrected in several places.
2007-11-24 07:50:14 +00:00
Removed pages
-------------
2007-10-23 11:33:49 +00:00
2007-11-24 07:50:14 +00:00
HOWTOHELP
MAINTAINING
mtk
The content of these files is now available in HTML format.
2007-10-23 14:53:02 +00:00
2007-11-20 05:50:12 +00:00
New links
---------
cfsetspeed.3
mtk
Link to termios.3.
2007-09-20 18:15:23 +00:00
Changes to individual pages
---------------------------
2007-11-16 06:37:20 +00:00
time.1
Alain Portal
Added "Linux User's Manual" to .TH line.
2007-10-23 11:33:49 +00:00
2007-11-24 07:50:14 +00:00
_syscall.2
aeb / mtk
Remove outdated text about pointer blocks for syscalls that have
2007-11-24 07:55:35 +00:00
more than 5 arguments.
2007-11-24 07:50:14 +00:00
2007-11-19 08:02:51 +00:00
fcntl.2
J. Bruce Fields
Add warning that mandatory locking is unreliable.
J. Bruce Fields
Clarify details in description of file leases.
J. Bruce Fields /mtk
Minor wording edits.
J. Bruce Fields
Add F_GETLEASE under RETURN VALUE.
mmap.2
mtk
2007-11-19 08:12:03 +00:00
Handle errors using a custom handle_error() macro.
2007-11-19 08:02:51 +00:00
sched_setscheduler.2
Mats Wichmann
Add BUGS text noting that the return value from Linux
2007-11-19 08:16:29 +00:00
sched_setschuler() does not conform to POSIX.
2007-11-19 08:02:51 +00:00
2007-11-24 07:50:14 +00:00
spu_create.2
Jeremy Kerr
Various updates and improvements.
Luke Browning
Refinement of text describing a "gang".
mtk
Minor edits.
spu_run.2
Jeremy Kerr
Various updates and improvements.
mtk
Minor edits.
2007-11-16 06:37:20 +00:00
err.3
2007-10-23 11:33:49 +00:00
mtk
2007-11-16 06:37:20 +00:00
Remove HISTORY section.
2007-10-23 11:33:49 +00:00
2007-11-19 08:02:51 +00:00
fopen.3
Mike Frysinger
Document 'e' (close-on-exec) option, new in glibc 2.7.
2007-11-16 06:37:20 +00:00
getloadavg.3
Alain Portal / mtk
Remove HISTORY section.
2007-10-23 11:33:49 +00:00
2007-11-19 08:02:51 +00:00
printf.3
Andries E. Brouwer / mtk
Fix the discussion of stdarg macros in the description of
2007-11-19 08:16:29 +00:00
vprintf() description.
2007-11-19 08:02:51 +00:00
sem_wait.3
mtk
2007-11-19 08:12:03 +00:00
Handle errors using a custom handle_error() macro.
2007-11-19 08:02:51 +00:00
sigsetops.3
Mats Wichmann
Note that sigset_t objects must be initialized
2007-11-19 08:16:29 +00:00
with sigemptyset() or sigfillset() before the other
macros are employed.
2007-11-20 05:50:12 +00:00
termios.3
mtk, after a note by Alain Portal
Added cfsetspeed() to SYNOPSIS. Added text under CONFORMING TO
2007-11-24 07:55:35 +00:00
noting that cfsetspeed() is BSD specific.
2007-11-20 05:50:12 +00:00
2007-11-17 05:35:32 +00:00
ttyslot.3
Alain Portal
2007-11-24 07:50:14 +00:00
Various references to "getty" were changed to "mingetty", since
that is the manual page more likely to be found on current
systems. (Completes changes that were made in man-pages-2.44.)
initrd.4
mtk, after a note by Alain Portal
Move "Configuration" section to top of page (like other
2007-11-24 07:55:35 +00:00
section 4 pages) and make it a .SH section.
2007-11-24 07:50:14 +00:00
full.4
mtk
Re-ordered CONFIGURATION section to go before DESCRIPTION.
2007-11-17 05:35:32 +00:00
2007-11-19 08:02:51 +00:00
sk98lin.4
Maxime Vaudequin
Fix reference to kernel Documentation file.
2007-10-23 11:33:49 +00:00
elf.5
mtk
2007-11-16 06:37:20 +00:00
Renamed HISTORY section to NOTES, and removed BSD specific info.
2007-10-23 14:53:02 +00:00
2007-11-19 08:02:51 +00:00
proc.5
Maxime Vaudequin
Mention grub(8) in same sentence as lilo(8).
Maxime Vaudequin
Improve description of /proc/sys/abi and
2007-11-19 08:16:29 +00:00
/proc/sys/kernel/modprobe.
2007-11-19 08:02:51 +00:00
2007-11-17 05:35:32 +00:00
utmp.5
Alain Portal
Various references to "getty" were changed to "mingetty", since
that is the manual page more likely to be found on current
systems. (Completes changes that were made in man-pages-2.44.)
2007-11-19 08:02:51 +00:00
iso_8859-2.7
Adam Borowski
2007-11-19 08:12:03 +00:00
Reverse the 2.68 change (applied by mtk in response to Debian
2007-11-19 08:16:29 +00:00
bug 445085) that replaced "Sorbian" with "Serbian".
(Sorbian is a language of 50000 people in Brandenburg.)
2007-11-19 08:02:51 +00:00
2007-11-24 07:50:14 +00:00
man-pages.7
mtk
Added CONFIGURATION to list of "standard" section names.
spufs.7
Jeremy Kerr
Various updates and improvements.
mtk
Minor edits.
2007-11-19 08:02:51 +00:00
tcp.7
Maxime Vaudequin
Fix reference to kernel Documentation file.