man-pages/Changes.old

5918 lines
143 KiB
Plaintext
Raw Blame History

The following are changes in previous 2.xx man page releases.
==================== Changes in man-pages-2.00 ====================
Released: 2004-12-16
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alberto Bertogli <albertogli@telpin.com.ar>
Anand Kumria <wildfire@progsoc.org>
Andrey Kiselev <dron@ak4719.spb.edu>
Andries Brouwer <Andries.Brouwer@cwi.nl>
Chris Green <cmg@dok.org>
Branden Robinson <branden@debian.org>
Emmanuel Colbus <emmanuel.colbus@ensimag.imag.fr>
Enrico Zini <enrico@debian.org>
Eric Estievenart <eric.estievenart@free.fr>
Fabian Kreutz <kreutz@dbs.uni-hannover.de>
Florian Weimer <fw@deneb.enyo.de>
Jan Kuznik <kuznik@gepro.cz>
Joey (Martin) Schulze <joey@infodrom.org>
Johannes Berg <johannes@sipsolutions.de>
John V. Belmonte <jbelmonte@debian.org>
Karel Kulhavy <clock@twibright.com>
Luis Javier Merino Morán <ljmerino@pandasoftware.es>
Martin Pool <mbp@sourcefrog.net>
Richard Kreckel <Richard.Kreckel@ginac.de>
Vasya Pupkin <ptushnik@gmail.com>
Apologies if I missed anyone!
Global changes
--------------
Many math pages had their synopses compressed, as per suggestion
from Fabian Kreutz.
Many minor content and formatting bug fixes were made to the math
pages, following suggestions from Fabian Kreutz (who recently
translated many of the 1.70 math pages into German) and
Andries Brouwer.
For consistency, all instances "super-user" were changed to the more
common "superuser".
After a note from Vasya Pupkin, I added <errno.h> to the SYNOPSIS
of several Section 2 pages using the _syscallN() macros.
In addition:
-- erroneous semicolons at the end of _syscallN() were removed
on various pages.
-- types such as "uint" in syscallN() declarations were changed
to "unsigned int", etc.
-- various other minor breakages in the synopses were fixed.
The affected pages are:
getdents.2
gettid.2
llseek.2
mmap2.2
modify_ldt.2
pivot_root.2
quotactl.2
readdir.2
sysctl.2
syslog.2
tkill.2
Typographical or grammatical errors have been corrected in several
other places.
Changes to individual pages
---------------------------
bind.2
Florian Weimer
Added 'const' to declaration of 'my_addr' in prototype.
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=239762
fcntl.2
Martin Pool
Added O_NOATIME to list of flags that can be changed via F_SETFL.
mtk/aeb
Noted F_GETOWN bug after suggestion from aeb.
See also:
http://marc.theaimsgroup.com/?l=linux-kernel&m=108380640603164&w=2
getrlimit.2
mtk
Material on getrusage.2 has been separated out into its own page.
Rewrote discussion on RLIMIT_MEMLOCK to incorporate kernel
2.6.9 changes.
Added note on RLIMIT_CPU error in older kernels.
Added RLIMIT_SIGPENDING
Also made a few other minor changes.
getrusage.2
mtk
This page is new(ish) -- it was created by splitting
getrlimit.2.
Repaired note on SIGCHLD behaviour to note that the
POSIX non-conformance has been fixed in 2.6.9.
kill.2
Modified after suggestion from Emmanuel Colbus
Changed wording of sentence under NOTES describing
when signals can be sent to init.
mlock.2, munlock.2, mlockall.2, munlockall.2
These have been consolidated into a single mlock.2 page.
In the process, much duplication was eliminated
and new information was added about RLIMIT_MEMLOCK
and the changes in memory locking in kernel 2.6.9,
mmap.2
mtk
Added cross-ref to setrlimit(2) concerning memory locking limits.
Eric Estievenart
Note that MAP_FIXED replaces existing mappings
msgctl.2
mtk
Substantial language and formatting clean-ups.
Added msqid_ds and ipc_perm structure definitions.
msgget.2
mtk
Substantial language and formatting clean-ups.
Added notes on /proc files.
msgop.2
mtk
Substantial language and formatting clean-ups.
Added notes on /proc files.
open.2
Martin Pool
Added O_NOATIME (new in Linux 2.6.8)
mtk
Reordered list of 'flags' description alphabetically
personality.2
2004-11-03 applied patch from Martin Schulze
semctl.2
mtk
Substantial language and formatting clean-ups.
Rewrote semun text.
Added semid_ds and ipc_perm structure definitions.
semget.2
mtk
Substantial language and formatting clean-ups.
Added notes on /proc files.
Rewrote BUGS note about semget()'s failure to initialise
semaphore values.
semop.2
mtk
Substantial language and formatting clean-ups.
Added notes on /proc files.
shmctl.2
mtk
Substantial language and formatting clean-ups.
Updated shmid_ds structure definitions.
Added information on SHM_DEST and SHM_LOCKED flags.
Noted that CAP_IPC_LOCK is not required for SHM_UNLOCK
since kernel 2.6.9.
Added notes on 2.6.9 RLIMIT_MEMLOCK changes.
Added RLIMIT_SIGPENDING (new in Linux 2.6.8)
shmget.2
mtk
Substantial language and formatting clean-ups.
Added notes on /proc files.
shmop.2
mtk
Substantial language and formatting clean-ups.
Changed wording and placement of sentence regarding attachment
of segments marked for destruction.
sigaction.2
mtk
Added mention of SIGCONT under SA_NOCLDSTOP.
Added SA_NOCLDWAIT.
Updated discussion for POSIX.1-2001 and SIGCHLD and sa_flags.
Noted that CLD_CONTINUED is supported since Linux 2.6.9.
Added SI_TKILL (new in Linux 2.4.19).
Other minor changes.
signal.2
mtk
Removed text on ignoring SIGCHLD; replaced with pointer
to sigaction.2.
sigwaitinfo.2
After bug report from Andrey Kiselev
Fixed prototype: "timeout" --> "*timeout"
as per: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=222145
stat.2
Enrico Zini
Added text to clarify that S_IS*() macros should be applied to
st_mode field.
as per: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=249698
swapon.2
After bug report from Anand Kumria
Added "no swap space signature" to EINVAL error
as per http://bugs.debian.org/cgi-bin/bugreport.cgi
mtk
Added EINVAL error for swapoff() ("not currently a swap area").
Added EBUSY error for swapon().
A few formatting fixes.
times.2
mtk
In Linux 2.6, the return value of times changed; it is no
longer time since boot, but rather:
boot_time + 2^32 / HZ - 300
Repaired note on SIGCHLD behaviour to note that the
POSIX non-conformance has been fixed in 2.6.9.
Some formatting fixes.
undocumented.2
After bug report from Johannes Berg
Changed
.TH UNIMPLEMENTED
to:
.TH UNDOCUMENTED
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=220741
wait.2
mtk
Added waitid(2).
Added WCONTINUED and WIFCONTINUED (new in 2.6.10).
Added text on SA_NOCLDSTOP.
Updated discussion of SA_NOCLDWAIT to reflect 2.6 behaviour.
Much other text rewritten.
wait4.2
mtk
Rewrote this page, removing much duplicated information,
and replacing with pointers to wait.2.
Luis Javier Merino Morán / mtk
CONFORMING TO said "SVr4, POSIX". Changed to "4.3BSD"
waitid.2
mtk
New link to wait.2
assert.3
After bug report from Branden Robinson
The assert() failure message goes to stderr not stdout.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=284814
ctime.3
mtk
Noted that 0 in tm_mday is interpreted to mean the last day
of the preceding month.
getnameinfo.3
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=229618
getnameinfo() does not set errno, it returns a non-zero
value indicating the error.
mtk
added EAI_OVERFLOW error
killpg.3
mtk
Minor changes to SEE ALSO and CONFORMING TO.
lseek64.3
aeb
New page by Andries Brouwer
tzset.3
Richard Kreckel
Change "NULL" to "empty" when talking about the value of TZ.
http://sources.redhat.com/bugzilla/show_bug.cgi?id=601
printf.3
After bug report from Jan Kuznik
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=205736
Fixed bad realloc() use in snprintf() example
realpath.3
mtk
Added discussion of resolved_path == NULL.
random.4
After bug report from John V. Belmonte
Updated init and quit scripts to reflect kernel 2.4/2.6 reality
(Scripts taken from drivers/char/random.c)
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=247779
proc.5
mtk
Updated description of /proc/loadavg to include
nr_running(), nr_threads, last_pid.
rtsig-max and rtsig-nr went away in 2.6.8
updated statm, and fixed error in order of list
boot.7
applied patch from Martin Schulze
capabilities.7
mtk
Added O_NOATIME for CAP_FOWNER
netdevice.7
Karel Kulhavy and AEB
formatting fix after note from Karel Kulhavy and AEB, plus a
few wording fixes.
signal.7
mtk
/proc/sys/kernel/rtsig-* were superseded by RLIMIT_SIGPENDING
in kernel 2.6.8.
tcp.7
mtk/aeb
Updated details of interaction of TCP_CORK and TCP_NODELAY.
==================== Changes in man-pages-2.01 ====================
Released: 2004-12-20
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Carsten Hey <c.hey@web.de>
Johannes Berg <johannes@sipsolutions.de>
Joshua Kwan <joshk@triplehelix.org>
Marek Habersack <grendel@debian.org>
Martin Schulze <joey@infodrom.org>
Matthew Dempsky <jivera@flame.org>
Matthew Gregan <kinetik@orcon.net.nz>
Pedro Zorzenon Neto <pzn@terra.com.br>
Tony Crawford <tony@klosterdorf.de>
Apologies if I missed anyone!
Global changes
--------------
Matthew Dempsky, mtk
triggered by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=283179
The wording describing how errno is set was fixed up in the
following pages:
accept.2
close.2
send.2
setsid.2
socket.2
closedir.3
initgroups.3
mkstemp.3
opendir.3
readdir.3
telldir.3
Typographical or grammatical errors have been corrected in several
other places.
Changes to individual pages
---------------------------
sendfile.2
mtk
Adjusted descriptions of argument file types to be closer to
2.6 reality.
Wording and formatting changes
ctan.3
ctanh.3
Tony Crawford
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=270817
Formulae on the pages should be T = S / C not T = C / S.
errno.3
Martin Schulze, mtk
Removed errno declaration from prototype, added notes
on historical need for this declaration.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=174175
aio_return.3
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=224953
Changed erroneous "aio_return(2)" to "aio_return(3)"
posix_openpt.3
mtk
New by mtk
ptsname.3
mtk
Added description of ptsname_r().
Added ERRORS.
ptsname_r.3
mtk
New link to ptsname.3.
shm_open.3
Matthew Gregan
add <fcntl.h> to synopsis
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271243
strcasecmp.3
Marek Habersack <grendel@debian.org>
.SH "CONFORMING TO"
-BSD 4.4
+BSD 4.4, SUSv3
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=234443
strfry.3
Joshua Kwan
Added _GNU_SOURCE to prototype
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=213538
strftime.3
Cartsen Hey
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=276248
Changed range for "%S" from 0..61 to 0..60.
SUSv3 says 0..60. I think the manual page probably says
0..61, because that's what SUSv2 said.
(Some other implementations' man pages also say 0..61 --
e.g., Solaris 8 & 9, Tru64 5.1B; FreeBSD 5.1 says 0..60.)
The glibc manual currently says 0..60.
Given that SUSv3 says 0..60, I've changed the
manual page to also say this:
-The second as a decimal number (range 00 to 61).
+The second as a decimal number (range 00 to 60).
+(The range is up to 60 to allow for occasional leap seconds.)
sysconf.3
Johannes Berg / http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=226974
-.BR POSIX2_FORT_RUN " - " _SC_2_FORT_DEV
+.BR POSIX2_FORT_DEV " - " _SC_2_FORT_DEV
system.3
Pedro Zorzenon
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=242638
Noted use of _XOPEN_SOURCE to get macros <sytdlib.h>
as for wait(2).
mtk
Changed name of argument from 'string' to 'command' (like POSIX).
Noted that glibc does nowadays explicitly check for the existence
of the shell if 'command' is NULL, rather than the older behaviour
of assuming the shell exists and always returning 1 if
'command' is NULL.
Other wording and formatting clean-ups.
undocumented.3
Remove some functions names that *are* documented.
==================== Changes in man-pages-2.02 ====================
Released: 2005-04-14
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andries Brouwer <Andries.Brouwer@cwi.nl>
Branden Robinson <branden@debian.org>
Colin Watson <cjwatson@debian.org>
David Lloyd <dmlloyd@tds.net>
Gordon Jin <gordon.jin@intel.com>
Heikki Orsila <shd@modeemi.cs.tut.fi>
Jamie Lokier <jamie@shareable.org>
Johan Walles
Kai Makisara <Kai.Makisara@kolumbus.fi>
Marko Kohtala <marko.kohtala@gmail.com>
Martin Pool <mbp@sourcefrog.net>
Martin (Joey) Schulze <joey@infodrom.org>
Matthias Lang <matthias@corelatus.se>
Michael Haardt <michael@moria.de>
Michael Mühlebach <michael@anduin.ch>
Mike Frysinger <vapier@gentoo.org>
Sasa Stevanovic <mg94c18@alas.matf.bg.ac.yu>
Serguei Leontiev <leo@sai.msu.ru>
Apologies if I missed anyone!
Global changes
--------------
Martin (Joey) Schulze
Removed SEE ALSO reference to non-existent newctime(3) from:
ctime.3
tzselect.8
zdump.8
zic.8
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=236884
Typographical or grammatical errors have been corrected in several
other places.
Changes to individual pages
---------------------------
clone.2
mtk
Noted the PID caching behaviour of NPTL's getpid()
wrapper under BUGS.
Added futex(2), set_thread_area(2), set_tid_address(2),
tkill(2) under SEE ALSO.
epoll_ctl.2
epoll_create.2
Marko Kohtala / mtk
Improved various error descriptions.
epoll_wait.2
David Lloyd / Mike Frysinger, Marko Kohtala
Added EINTR to errors.
fcntl.2
Jamie Lokier / mtk
Improved discussion of F_SETOWN and F_SETSIG with respect to
multi-threaded programs.
Generally cleaned up the discussion of F_SETOWN.
Updated CONFORMING TO to note that F_GETOWN and F_SETOWN are
now in POSIX.
link.2
mtk
Noted discrepancy between Linux and POSIX.1 when oldpath
is a symbolic link.
See: http://bugs.linuxbase.org/show_bug.cgi?id=367
and: http://www.opengroup.org/austin/mailarchives/ag/msg08152.html
Michael Haardt / mtk
Clarified EXDEV error description: it isn't possible to link
across mount points, even if the mount points refer to the same
file system.
mincore.2
mtk, after note from Gordon Jin
Updated ERRORS
pipe.2
As per message from Serguei Leontiev
Removed SVr2, AT&T, and BSD from CONFORMING TO, since
a pipe on those systems is actually bidirectional.
(Pipes are implemented as STREAMS on the former, and
sockets on the latter.)
posix_fadvise.2
mtk
Noted kernel version where posix_fadvise() appeared and
noted bug in handling of 'len' in kernels < 2.6.6.
rename.2
Michael Haardt
Clarified EXDEV error description: it isn't possible to rename
a file across mount points, even if the mount points refer to
the same file system.
semop.2
mtk
Noted kernel version numbers for semtimedop().
setitimer.2
Matthias Lang, mtk
Noted MAX_SEC_IN_JIFFIES ceiling.
Added note about treatment of out-of-range tv_usec values.
sigqueue.2
Johan Walles, Martin (Joey) Schulze
Added sigqueue.2 to SEE ALSO
times.2
mtk
Added notes on non-standard behaviour: Linux allows 'buf' to
be NULL, but POSIX.1 doesn't specify this and it's non-portable.
uselib.2
Andries Brouwer
Improved DESCRIPTION; clarified distinction between
EACCES and ENOEXEC.
bcopy.3
Heikki Orsila
bcopy() handles overlapping case, but memcpy() does not,
so for consistency memmove() should be also mentioned.
getmntent_r.3
Martin (Joey) Schulze
New link to man3/getmntent.3.
memcpy.3
Small wording change after suggestion from Sasa Stevanovic.
strcasestr.3
mtk
Created as link to strstr.3.
strftime.3
mtk
Noted that SUSv2 allowed a range of 00 to 61 for %S specifier.
strstr.3
mtk
Added description of strcasestr().
random.4
aeb
Improved description of read from /dev/urandom.
st.4
Kai Makisara
Substantial updates.
man.7
Martin Schulze <joey@infodrom.org>
Branden Robinson <branden@debian.org>
Colin Watson <cjwatson@debian.org>
Mention the .URL macro more verbosely.
==================== Changes in man-pages-2.03 ====================
Released: 2005-06-02
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andries Brouwer <Andries.Brouwer@cwi.nl>
Joey (Martin) Schulze <joey@infodrom.org>
Johannes Nicolai <johannes.nicolai@hpi.uni-potsdam.de>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Klaus Ethgen <Klaus@Ethgen.de>
Pavel Heimlich <tropikhajma@seznam.cz>
Ross Boylan <RossBoylan@stanfordalumni.org>
Vincent Fourmond <vincent.fourmond@9online.fr>
Apologies if I missed anyone!
Global changes
--------------
Pavel Heimlich
Change `ttys(4)' to `ttyS(4)' in:
tty.4 mouse.4 vcs.4 console_ioctl.4 console.4
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
clone.2
mtk
Substantially enhanced discussion of CLONE_THREAD.
Added CLONE_SYSVSEM, CLONE_UNTRACED, CLONE_STOPPED.
Other minor fixes.
execve.2
aeb
Noted effect of ptracing when execing a set-UID program.
fcntl.2
Johannes Nicolai / mtk
Noted F_SETOWN bug for socket file descriptor in Linux 2.4
and earlier.
Added text on permissions required to send signal to owner.
flock.2
mtk
Noted that lock conversions are not atomic.
getrusage.2
mtk
ru_nswap has never contained useful information.
Kernel 2.6.6 clarified that with a patch
("[PATCH] eliminate nswap and cnswap"). See also:
http://www.ussg.iu.edu/hypermail/linux/kernel/0404.1/0720.html
kill.2
mtk
Clarified wording of the 'pid == -1' case.
mount.2
mtk
Added MNT_EXPIRE, plus a few other tidy-ups.
sched_setaffinity.2
mtk
Added text to note that sched_setaffinity() will migrate the
affected process to one of the specified CPUs if necessary.
Added a NOTE to point out that the affinity mask is actually a
per-thread attribute that can be adjusted independently for
each thread in a thread group.
shmctl.2
mtk
Noted aberrant Linux behaviour with respect to new attaches to a
segment that has already been marked for deletion.
Noted changes in permissions required for SHM_LOCK/SHM_UNLOCK.
wait.2
mtk
Noted that the __W* flags can't be used with waitid().
getconf.3
mtk
Added _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION.
hosts.5
Ross Boylan / Martin Schulze
various changes as per
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=304242
proc.5
mtk
Minor changes to discussion of /proc/PID/stat signal fields.
Added 'rt_priority' and 'policy' to /proc/PID/stat.
capabilities.7
mtk
1,$s/inherited/inheritable/g
regex.7
Vincent Fourmond / Joey (Martin) Schulze
Removed discussion of `[[:<:]]' and `[[:>:]]' since they do
not seem to be in the glibc implementation.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=295666
tzselect.8
Joey (Martin) Schulze / Klaus Ethgen
The default zoneinfo directory is now /usr/share/zoneinfo.
(was: /usr/local/etc/zoneinfo)
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=267471
==================== Changes in man-pages-2.04 ====================
Released: 2005-06-21
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andries Brouwer <Andries.Brouwer@cwi.nl>
Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
Dave Love <d.love@dl.ac.uk>
Dieter Brueggemann <dieter.brueggemann@entitec.de>
Geoff Clare <gclare@gclare.org.uk>
Guido Trotter <ultrotter@debian.org>
kabloom <kabloom@ucdavis.edu>
Kevin Ryde <user42@zip.com.au>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Mike Furr <mfurr@debian.org>
Olivier Croquette <ocroquette@free.fr>
Olivier Guilyardi <ylf@xung.org>
Peter Cordes <peter@llama.nslug.ns.ca>
Philipp Spitzer <philipp@toastfreeware.priv.at>
Tanaka Akira <akr@m17n.org>
Thierry Excoffier <exco@bat710.univ-lyon1.fr>
Thomas Hood <jdthood@yahoo.co.uk>
Vincent Lefevre <vincent@vinc17.org>
Walter Harms <walter.harms@informatik.uni-oldenburg.de>
Apologies if I missed anyone!
Global changes
--------------
For consistency across pages:
1,$s/nonzero/non-zero/g
Typographical or grammatical errors have been corrected in several
places.
New pages
---------
pthreads.7
mtk
An overview of the Linux implementations of POSIX threads.
Changes to individual pages
---------------------------
_exit.2
mtk
Various minor changes
epoll_ctl.2
Mike Furr <mfurr@debian.org>
BUGS: In kernels < 2.6.9, EPOLL_CTL_DEL required a non-NULL
'event', even though this argument is ignored.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306517.
flock.2
mtk / Kevin Ryde
Clarified semantics of relationship between flock() locks
and open file entries and file descriptors.
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=291121
getitimer.2
Olivier Croquette, Thierry Excoffier
Noted the existence of the short sleep bug (up to 1 jiffy).
getrlimit.2
mtk
RLIMIT_RSS only has affect "in 2.4.x", not "in 2.4 and later".
getrusage.2
Geoff Clare
Since Linux 2.6, the ru_nvcsw and ru_nivcsw fields are used.
nice.2
mtk / Guido Trotter
Rewrote description of return value.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=296183
open.2
Walter Harms
O_DIRECT needs _GNU_SOURCE.
mtk
O_ASYNC works for pipes and FIFOs in Linux 2.6
Various minor fixes
atexit.3
mtk
Various minor changes
exit.3
mtk
Various minor changes
getopt.3
mtk / Philipp Spitzer
Fix description of return value.
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=308359
hsearch.3
mtk
Changed (char *) to (void *) in example.
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=313607
log1p.3
Justin Pryzby
make log(3) SEE ALSO log1p(3)
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=309578
makecontext.3
Tanaka Akira
Fix description of RETURN VALUE for makecontext()
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=311800
on_exit.3
mtk
Various minor changes
rand.3
kabloom@ucdavis.edu
Small fix to a code example
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=194842.
realpath.3
mtk / Thomas Hood
When specifying resolved_path as NULL, realpath()
will (still) only allocate up to PATH_MAX bytes.
Plus other minor changes.
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=239424
rcmd.3
Dave Love
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
Olivier Guilyardi
Arg for %p is a pointer to _a pointer to_ void.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=263109
stdin.3
Vincent Lefevre
freopen() can change the descriptors associated with
stdin/stdout/stderr.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=295859.
strerror.3
Baurjan Ismagulov
strerror_r(3) requires #define _XOPEN_SOURCE 600
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=290880
sysconf.3
Peter Cordes / mtk
Fix typo: "_SC_2_DEV" should be "_SC_2_C_DEV"
proc.5
mtk
Added pointers under /proc/sys/net to tcp.7 and ip.7
ip.7
mtk
Various wording and formatting fixes.
Reordered /proc/sys/net/ipv4/ip_* file descriptions alphabetically.
tcp.7
Dieter Brueggemann / mtk
Fixes to the discussion of SIOCATMARK and tcp_stdurg
mtk
Various wording and formatting fixes.
Incorporated some new /proc/sys/net/ipv4/tcp_* file descriptions
from the 2.6.12 source file Documentation/networking/ip-sysctl.txt.
==================== Changes in man-pages-2.05 ====================
Released: 2005-06-27
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
A Costa <agcosta@gis.net>
Andries Brouwer <Andries.Brouwer@cwi.nl>
Bas Zoetekouw <bas@debian.org>
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!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places. (Special thanks to A Costa.)
Changes to individual pages
---------------------------
_exit.2
mtk / aeb
Reversed 2.04 introduction of the term "process termination
function".
close.2
mtk
Clarified what type of lock close() affects.
Minor formatting changes.
dup.2
mtk
Consistent use of terms "open file description",
"file status flags", and "file descriptor 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 descriptor 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 negative 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
getitimer.2
mtk
The short sleep bug (up to 1 jiffy) that was newly noted in
man-pages-2.04 has just been fixed in 2.6.12.
getpriority.2
mtk
Changed range documented in main text from -20..20 to -20..19.
Noted that the range is -20..20 on some systems.
open.2
mtk / aeb
Clarification of term "open file description" along with
explanation of what information it maintains.
Other wording improvements
Various minor wording changes
atexit.3
mtk / aeb
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.
exit.3
mtk / aeb
Reversed 2.04 introduction of the term "process termination
function".
mtk
Minor rewording and formatting changes.
getloadavg.3
mtk
Added #define _BSD_SOURCE to prototype
log2.3
Martin (Joey) Schulze
Add ERANGE error.
readdir.3
mtk
Added definition of Linux dirent structure.
Some formatting cleanups.
strtod.3
Dora Anna Volgyesi/ mtk
strtold() and strtof() need _ISOC99_SOURCE or _XOPEN_SOURCE=600
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=246668
tdestroy.3
mtk
New link to tsearch.3
tsearch.3
mtk
Added tdestroy to .TH line
mem.4
mtk
Change "chown root:mem /dev/mem" to "chown root:kmem /dev/mem"
null.4
mtk
Change "chown root:mem /dev/null /dev/zero" to
"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
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
New link to uri.7
==================== Changes in man-pages-2.06 ====================
Released: 2005-07-15
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alain Portal <aportal@univ-montp2.fr>
Andries Brouwer <Andries.Brouwer@cwi.nl>
Bhavesh P Davda <bhavesh@avaya.com>
Clau Weber <claus@jambit.com>
Dov Murik <dov@dv-networks.com>
David Lloyd <dlloyd@microbits.com.au>
Frederik Deweerdt <frederik.deweerdt@gmail.com>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Lars Wirzenius <liw@iki.fi>
Martin Pool <mbp@sourcefrog.net>
Mike Frysinger <vapier@gentoo.org>
Petter Reinholdtsen <pere@hungry.com>
Steven Murdoch <Steven.Murdoch@cl.cam.ac.uk>
Walter Harms <walter.harms@informatik.uni-oldenburg.de>
Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
Many uses of hyphens and dashes were corrected.
New pages
---------
canonicalize_file_name.3
Walter Harms / mtk
Removed Pages
-------------
sstk.2
mtk
AFAIK, this system call has never actually done anything (other
than be a stub) on any Unix.
Changes to individual pages
---------------------------
accept.2
mtk
Various wording and formatting fixes.
bind.2
mtk
Minor formatting changes
clone.2
mtk
Various minor wording improvements; some formatting fixes
connect.2
mtk
Various wording and formatting fixes.
epoll_create.2
Bhavesh P Davda
s/positive/non-negative/ [for file descriptor]
getrlimit.2
mtk
Documented RLIMIT_MSGQUEUE limit.
RLIMIT_RSS ceased to have any effect in 2.4 in kernel 2.4.30.
(It already didn't have any effect in 2.2.x and 2.6.x.)
s/MADVISE_WILLNEED/MADV_WILLNEED/
listen.2
mtk
Removed historic comment on BSD backlog ceiling.
Minor wording and formatting changes.
semop.2
mtk
Added BUG: in some circumstances, a process that is
waiting for a semaphore to become zero is not not woken
up when the value does actually reach zero.
http://marc.theaimsgroup.com/?l=linux-kernel&m=110260821123863&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=110261701025794&w=2
socket.2
mtk
Various minor wording improvements
umask.2
mtk
Added mkdir(2) to discussion, made term "file mode creation
mask" clearer.
Various, mostly small, wording changes
errno.3
Martin Pool
Change description for ESTALE
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=237344
fgetgrent.3
getgrent.3
getgrent_r.3
David Lloyd
Added SEE ALSO putgrent(3)
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=211336
getgrent.3
getgrnam.3
getpwent.3
getpwnam.3
Lars Wirzenius / mtk
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
Miscellaneous wording improvements
Consistent DESCRIPTION and ERRORS wording across these pages.
getnameinfo.3
mtk
Relocate misplaced text describing gai_strerror().
getnetent.3
Petter Reinholdtsen
s/endservent/endnetent/
As per Debian Bug#316517
getspnam.3
Lars Wirzenius / mtk
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
Miscellaneous wording improvements
Consistent DESCRIPTION wording vis-a-vis getpwnam.3 etc.
hsearch.3
Frederik Deweerdt
Fix hsearch_r() prototype
scanf.3
Justin Pryzby / mtk
Fix description of RETURN VALUE
As per Debian Bug#317037
mtk
various parts substantially rewritten; added description of
%n$ form; various text incorporated from the GNU C library
documentation ((C) The Free Software Foundation).
shm_open.3
mtk
Modified details of how user and group ownership of a new
object are set.
Various minor wording and formatting cleanups.
elf.5
Mike Frysinger
tweaked the short description to include definition of 'ELF'
add ELFOSABI_NONE to the ELFOSABI_ list
tweak/add more machines to EM_ list for ehdr->e_machine
fix indenting to be consistent
tweak the display of the ELF_ST_* macros
document the Elf_Dyn structure
proc.5
mtk
Updated discussion of /proc/stat.
Added text on the /proc/sys/fs/mqueue/* files.
ip.7
Steven Murdoch
Change protocol in UDP prototype.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=182635
tcp.7
Dov Murik
The first sentence under NOTES about SO_KEEPALIVE and SIGPIPE
makes no grammatical sense (and possibly also no technical sense).
It has been removed.
==================== Changes in man-pages-2.07 ====================
Released: 2005-07-19
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andries Brouwer <Andries.Brouwer@cwi.nl>
Mike Frysinger <vapier@gentoo.org>
Apologies if I missed anyone!
Global changes
--------------
The terms "set-user-ID" and "set-group-ID" are now used consistently
(no abbreviations) across all manual pages.
Consistent use of "saved set-user-ID" and "saved set-group-ID"
(no more "saved user ID", "saved effective UID", saved group ID", etc.)
Global fixes in textual descriptions:
uid --> UID
gid --> GID
pid --> PID
id --> ID
Consistent use of st_atime, st_ctime, st_mtime, with explanatory text,
instead of atime/ctime/mtime.
Classical BSD versions are now always named x.yBSD (formerly
there was a mix of x.yBSD and BSD x.y).
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
setresuid.2
mtk
Some rewording.
stat.2
Mike Frysinger
Improve description of st_dev and st_rdev.
mtk
Various wording and formatting improvements.
truncate.2
mtk
Some formatting fixes
==================== Changes in man-pages-2.08 ====================
Released: 2005-09-21
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Adrian Bunk <bunk@stusta.de>
Alain PORTAL <aportal@univ-montp2.fr>
Andrew Pimlott <andrew@pimlott.net>
Andries Brouwer <Andries.Brouwer@cwi.nl>
Baurzhan Ismagulov <ibr@radix50.net>
Bernhard R. Link <brlink@debian.org>
Bodo Stroesser <bstroesser@fujitsu-siemens.com>
David N. Welton <davidw@eidetix.com>
Dov Murik <dov@dv-networks.com>
Heikki Orsila <shd@modeemi.cs.tut.fi>
Hasso Tepper <hasso@estpak.ee>
Hrvoje Niksic <hniksic@xemacs.org>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Ludovic Courtes <ludovic.courtes@laas.fr>
Mike Frysinger <vapier@gentoo.org>
Nicolas Francois <nicolas.francois@centraliens.net>
Norbert Buchmuller <norbi.spam@nix.hu>
Paul Brook <paul@nowt.org>
Ramiro Aceves <ea1abz@gmail.com>
Tommy Pettersson <ptp@lysator.liu.se>
Walter Harms <walter.harms@informatik.uni-oldenburg.de>
Apologies if I missed anyone!
Global changes
--------------
RFC references are now always written as "RFC\ nnn" (not "RFC nnn" or
"RFCnnn").
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
du.1
Mike Frysinger
To get an effect like "-h", BLOCKSIZE must start with "human",
not "HUMAN".
time.1
Mike Frysinger
s/standard output/standard error/
clone.2
Paul Brook / mtk
Fix small error in description of CLONE_PARENT_SETTID
connect.2
Heikki Orsila
Add EINTR error
See http://lkml.org/lkml/2005/7/12/254
getpriority.2
mtk
Expanded discussion of relationship between user and kernel
representations of the nice value.
Added discussion of RLIMIT_NICE and a cross reference to
getrlimit.2 under the description of the EACCES error.
Noted 2.6.12 change in credentials checking for setpriority().
getrlimit.2
mtk
Added description of RLIMIT_RTPRIO
Added description of RLIMIT_NICE
mmap.2
mtk
Noted bug in MAP_POPULATE for kernels before 2.6.7.
mremap.2
mtk
Added _GNU_SOURCE to prototype.
Rewrote description of MREMAP_MAYMOVE.
Rewrote description of EAGAIN error.
Added discussion of resizing of memory locks.
Added entries to SEE ALSO.
Some formatting fixes.
msgctl.2
mtk
Added IPC_INFO, MSG_INFO, MSG_STAT descriptions.
nanosleep.2
Baurzhan Ismagulov
Add to prototype: define _POSIX_C_SOURCE 199309
As per Debian bug 314435
nice.2
mtk
Added sentence noting that range of the nice value is described
in getpriority.2.
Added cross-reference to setrlimit(2) for discussion on
RLIMIT_NICE.
outb.2
David N. Welton / Justin Pryzby / mtk
Clarified the order of value and port arguments;
As per Debian bug 263756
pause.2
mtk
Added SEE ALSO for sigsuspend.2
Some formatting fixes.
poll.2
Tommy Pettersson
nfds should be prototyped as nfds_t
As per Debian bug 322934
mtk
Some wording and formatting improvements.
prctl.2
mtk
Since kernel 2.6.13 PR_SET_DUMPABLE can also have the value 2.
rand.3
Hrvoje Niksic / mtk
Remove misleading text describing FreeBSD's sranddev() function.
As per debian bug 328629
readv.2
mtk / Walter harms
Added LINUX NOTES on trickery performed by glibc when
vector size exceeds IOV_MAX.
Formatting clean-ups.
remap_file_pages.2
mtk
Added text to note that start and size are both rounded downwards.
sched_setparam.2
mtk
Modified discussion of privileges; added pointer to
sched_setscheduler.2 for a discussion of privileges and
resource limits.
sched_setscheduler.2
mtk
Modified discussion of privileges; added discussion of RLIMIT_RTPRIO.
semctl.2
mtk
Added IPC_INFO, SEM_INFO, SEM_STAT descriptions.
shmctl.2
mtk
Added IPC_INFO, SHM_INFO, SHM_STAT descriptions.
sigaction.2
mtk
Split sigpending(), sigprocmask(), and sigsuspend() out
into separate new pages.
Other minor changes
mtk
NOTES: described SA_NODEFER / sa_mask bug which was present in
all kernels up to and including 2.6.13.
See http://marc.theaimsgroup.com/?l=linux-kernel&m=112360948603171&w=2
and http://marc.theaimsgroup.com/?l=linux-kernel&m=112362164911432&w=2
List: linux-kernel
Subject: Signal handling possibly wrong
From: Bodo Stroesser
Date: 2005-08-09 17:44:06
signal.2
mtk
Updated SEE ALSO to reflect splitting of sigaction.2 into
sigaction.2, sigsuspend.2, sigpending.2, sigprocmask.2
sigpending.2
mtk
New page created by splitting out from sigaction.2
Changed CONFORMING TO.
sigprocmask.2
mtk
New page created by splitting out from sigaction.2
Added text on effect of NULL for 'set' argument.
Added text noting effect of ignoring SIGBUS, SIGFPE, SIGILL,
and SIGSEGV.
Noted that sigprocmask() can't be used in multithreaded process.
Fixed EINVAL error diagnostic.
Changed CONFORMING TO.
sigsuspend.2
mtk
New page created by splitting out from sigaction.2
Added NOTES on usage.
Added new text to DESCRIPTION.
Changed CONFORMING TO.
stat.2
Mike Frysinger
Improve st_blocks description.
carg.3
Ramiro Aceves / aeb
Change:
One has carg(z) = atan(creal(z) / cimag(z))
to:
One has tan(carg(z)) = cimag(z) / creal(z)
As per Debian bug 326720
cmsg.3
mtk
s/SOL_TCP/IPPROTO_TCP/ (POSIX standard name)
dlopen.3
Alain Portal
s/-nostartupfiles/-nostartfiles/
getaddrinfo.3
mtk
Nowadays (since 2.3.4) glibc only sets the first ai_canonname
field if AI_CANONNAME was specified (the current behavior
is all that SUSv3 requires).
1,$s/PF_/AF_/g
Added descriptions of AI_ALL, AI_ADDRCONFIG, AI_V4MAPPED,
and AI_NUMERICSERV.
Some wording and formatting fixes.
getpwnam.3
Bernhard R. Link / mtk
Add NOTES text describing relationship of pw_dir and HOME and
pointing out that applications should preferentially
inspect HOME
inet.3
Mike Frysinger
Mention "little endian" and "big endian".
Added note about octal and hex interpretation of
numbers-and-dots notation.
rpc.3
mtk / Ludovic Courtes
Commented out references to rpc_secure(3) -- we don't currently
have such a page in the man-pages set.
In response to Debian bug report 325115
setenv.3
mtk
glibc 2.3.4 fixed the "name contains '='" bug
strnlen.3
Mike Frysinger
Added "#define _GNU_SOURCE" to prototype.
initrd.4
Norbert Buchmuller / mtk
Added text noting that the use or real-root-dev for changing
the root device is obsolete, in favour of pivot root.
(However, the page still needs to be rewritten to actually
describe the pivot_root method...)
As per Debian bug 323621.
proc.5
mtk
Improve text describing /proc/sys/fs/mqueue/* files
Describe /proc/sys/fs/suid_dumpable (new in 2.6.13)
Added placeholder mention of /proc/zoneinfo (new in 2.6.13)
More needs to be said about this file
Repaired earlier cut and paste mistake which resulted
in part of the text of this page being duplicated.
utmp.5
Mike Frysinger
Added text on biarch details for ut_session and ut_tv.
capabilities.7
mtk
Added CAP_AUDIT_CONTROL and CAP_AUDIT_WRITE.
ip.7
mtk / Andrew Pimlott
Add a couple of words to make it clear that port is a 16-bit number.
Reformat long source lines (no text changed).
s/SOL_IP/IPPROTO_IP/ (POSIX standard name)
Hasso Tepper
Fix discussion of IPC_RECVTTL / IP_TTL
signal.7
mtk
Updated SEE ALSO to reflect splitting of sigaction.2 into
sigaction.2, sigsuspend.2, sigpending.2, sigprocmask.2
socket.7
mtk
Clarified details of use of SO_PEERCRED.
tcp.7
mtk
s/SOL_TCP/IPPROTO_TCP/ (POSIX standard name)
s/SOL_IP/IPPROTO_IP/ (POSIX standard name)
udp.7
mtk
Added description of UDP_CORK socket option
s/SOL_UDP/IPPROTO_UDP/ (POSIX standard name)
s/SOL_IP/IPPROTO_IP/ (POSIX standard name)
==================== Changes in man-pages-2.09 ====================
Released: 2005-10-13
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Justin Pryzby <pryzbyj@justinpryzby.com>
Peter Chubb <peterc@gelato.unsw.edu.au>
Samuel Thibault <samuel.thibault@ens-lyon.org>
Tomas Pospisek <tpo_deb@sourcepole.ch>
Trond Myklebust <trond.myklebust@fys.uio.no>
Apologies if I missed anyone!
Global changes
--------------
ptsname.3
getpt.3
unlockpt.3
openpty.3
posix_openpt.3
grantpt.3
pts.4
tty_ioctl.4
mtk
Added SEE ALSO for new pty.7 page
Typographical or grammatical errors have been corrected in several
places.
New pages
---------
pty.7
mtk
Overview of Unix 98 and BSD pseudo-terminals.
Changes to individual pages
---------------------------
ldd.1
mtk
Remove "-V" option (fix from Fedora man-pages-2.07-7).
fcntl.2
Peter Chubb / Trond Myklebust / mtk
Since kernel 2.6.10, a read lease can only be placed on a
file descriptor that is opened read-only.
See the following LKML thread of Aug 2005
("fcntl(F GETLEASE) semantics??"):
http://marc.theaimsgroup.com/?l=linux-kernel&m=112371777712197&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=112374818213000&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=112376335305284&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=112377294030092&w=2
mprotect.2
mtk
Add new text to ENOMEM error
mremap.2
mtk
Added description of MREMAP_FIXED and 'new_address' argument
under NOTES.
Revised text of EINVAL error.
read.2
Samuel Thibault / mtk
read() can fail with EINVAL when using O_DIRECT
mtk
Added open(2) to SEE ALSO
shmget.2
mtk
s/int/size_t/ for type of 'size' argument (fix from
Fedora man-pages-2.07-7).
write.2
Samuel Thibault / mtk
write() can fail with EINVAL when using O_DIRECT
atanh.3
mtk
Fix: s/acosh/atanh/ (fix from Fedora man-pages-2.07-7)
fopen.3
mtk
Improved "a+" description (fix from Fedora man-pages-2.07-7).
getrpcent.3
mtk
s/getrpcent/setrpcent/ (fix from Fedora man-pages-2.07-7).
stdio.3
mtk / Justin Pryzby
Removed references to fropen() and fwopen(), which are
BSDisms that don't appear in glibc.
As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331174
strftime.3
mtk
Typo fix: %Ry ==> %Ey [SUSv3 mentions...] (fix from
Fedora man-pages-2.07-7).
nsswitch.conf.5
mtk
s/network/networks/ (fix from Fedora man-pages-2.07-7).
proc.5
mtk
Added description of /proc/sys/vm/legacy_va_layout.
socket.7
mtk
Update description of SO_RCVLOWAT and SO_SNDLOWAT.
(fix derived from Fedora man-pages-2.07-7).
==================== Changes in man-pages-2.10 ====================
Released: 2005-10-19
Global changes
--------------
The changes in this release consist *solely* of formatting fixes, with
the aim bringing greater consistency to the manual pages according to
the following rules:
-- Function name references should *always* be followed by
parentheses, "()" (possibly containing a manual page section
number).
-- The parentheses following a function name should *not* be
formatted. Thus, for example, instead of:
.B name()
one should write:
.BR name ()
Much of the change was automated using two scripts:
add_parens_for_own_funcs.sh and unformat_parens.sh.
For the (possible) benefit of downstream manual page maintainers and
translators, I have placed these scripts in a new subdirectory 'scripts'.
NOTE THE FOLLOWING POINTS WELL:
-- These scripts provide a computer-assisted solution to the above
two goals. However, they are not perfect, and their output should
be scanned by a human. (To see what changes the two scripts
*would* make, without making them, use the "-n" command line option.)
-- The scripts do not fix all instances that violate the above rules:
some manual fixes are required. Two further scripts are provided
to help find remaining instances of function names without
following "()": find_dots_no_parens.sh and find_slashes_no_parens.sh.
The following changes were made:
-- add_parens_for_own_funcs.sh was applied to the pages in Sections
2 and 3.
-- unformat_parens.sh was applied to pages in Sections 2, 3, 4, and 7
(the only sections where such changes were required).
-- further changes (not so very many) were performed by hand.
(found places to fix with the assistance of find_dots_no_parens.sh
and find_slashes_no_parens.sh).
==================== Changes in man-pages-2.11 ====================
Released: 2005-10-24
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alain PORTAL <aportal@univ-montp2.fr>
Apologies if I missed anyone!
Global changes
--------------
Most instances of the constant "NULL" are not formatted (bolded) in
man pages, but a few are. For consistency, formatting on "NULL" has
been removed where it occurred.
Many minor formatting fixes were made.
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
getrlimit.2
mtk
Added EINVAL error for rlim_cur > rlim_max when calling setrlimit().
path_resolution.2
mtk
Repaired discussion of capabilities and file system UID, which
mistakenly had involved exec() in the discussion.
prctl.2
mtk
Removed text saying there is no library interface. There
is nowadays.
mkfifo.3
mtk
Minor change to RETURN VALUE text.
sk98lin.4
Alain Portal
Formatting fixes
capabilities.7
mtk
Minor changes
==================== Changes in man-pages-2.12 ====================
Released: 2005-10-31
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
Andries Brouwer <Andries.Brouwer@cwi.nl>
Brian M. Carlson <sandals@crustytoothpaste.ath.cx>
herbert@gondor.apana.org.au
Martin Landers <martin.landers@treibgut.net>
Michael Benedict <benedict@starbak.net>
Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
mlock.2
mtk
Reworded text around PAGESIZE, noting also that
sysconf(_SC_PAGESIZE) can be used.
path_resolution.2
mtk / aeb
Removed words "as well" (added in 2.11) from the phrase
"and it gets these last five capabilities if its fsuid is 0 as well"
since there are (unusual) situations in which fsuid can be 0 while
the effective UID is not.
Reworked (cut down) discussion of capabilities, moving part of
it into capabilities.7
setresuid.2
mtk
Add text to note that setresuid() always modifies the file
system UID, and setresgid() likewise always modifies the file
system GID.
shmget.2
mtk
Added (brief) description of SHM_HUGETLB.
sigaltstack.2
mtk / Martin Landers
Noted that ss_sp is automatically aligned by the kernel.
byteorder.3
Brian M. Carlson / herbert@gondor.apana.org.au
Change <netinet/in.h> to <arpa/inet.h> in prototype; add text
explaining that some systems need the former header.
As per Debian bug 265244
capabilities.7
mtk
Reworked part of the discussion of exec() and capabilities.
Added sub-section "Effect of User ID Changes on Capabilities".
Reworked discussion of CAP_SYS_ADMIN and file-max.
==================== Changes in man-pages-2.13 ====================
Released: 2005-11-03
This release consists entirely of formatting and typographical fixes.
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
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).
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.)
==================== Changes in man-pages-2.14 ====================
Released: 2005-11-17
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Angelo <ang3l0@katamail.com>
Avery Pennarun <apenwarr@nit.ca>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Martin (Joey) Schulze <joey@infodrom.org>
Stefan Brüns <stefan.bruens@rwth-aachen.de>
Volker Reichelt <reichelt@igpm.rwth-aachen.de>
Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
New pages
---------
rexec.3
mtk / Justin Pryzby
This page is taken as is from the FreeBSD 5.4 distribution.
(Not checked against Linux reality, but likely things are
the same.)
See also Debian bug 336875.
Changes to individual pages
---------------------------
arch_prctl.2
mtk
Updated discussion about lack of prototype in glibc.
execve.2
mtk
Improved description of E2BIG error: it relates to the sum
of the bytes in both environment and argument list.
fcntl.2
mtk
Clarified parts of the discussion of file leases,
noting effect of open(O_NONBLOCK), interruption
by signal handler, or termination by signal in
lease breaker.
In response to Debian bug 339037.
stat.2
mtk / Stefan Brüns
Added LINUX NOTES describing nanosecond timestamps.
frexp.3
Volker Reichelt / mtk
Fixed to point out that that frexp() returns a number whose
*absolute* value is >= 0.5 and < 1. Amended the example
program to demonstrate this.
open.2
mtk / Avery Pennarun
Add EWOULDBLOCK error for file leases.
In response to Debian bug 339037.
putenv.3
mtk
Although the glibc implementation returns -1 on error (and some
other man pages (e.g., the BSDs) also document that value for
error returns), SUSv3 merely says "non-zero" (and this is
what manual pages on many implementations also say).
posix_memalign.3
mtk
Formerly, the page said that all systems declare memalign() in
<malloc.h>. In fact, many declare it in <stdlib.h>.
strtok.3
mtk
Almost a complete rewrite after Angelo pointed out
that the existing page was deficient.
sd.4
Martin Schulze
Remove SEE ALSO for non-existent scsi.4.
proc.5
mtk
Updated discussion of /proc/sys/kernel/pid_max.
signal.7
mtk
Added pthreads.7 to SEE ALSO.
ld.so.8
mtk
Fix typo: s/LD_DEBUG_OUTPUT/LD_PROFILE_OUTPUT/
==================== Changes in man-pages-2.15 ====================
Released: 2005-11-30
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andries Brouwer <Andries.Brouwer@cwi.nl>
James Vega <jamessan@debian.org>
Malcolm Scott <mas90@io.malc.org.uk>
Senthil Kumar <senthilkumar_sen@hotpop.com>
Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
New pages
---------
sigvec.3 -- for details, see below.
sigset.3 -- for details, see below.
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.
sigaction.2
mtk
Noted that si_signo is unused on Linux.
sigpending.2
mtk
Added BUGS noting wrapper function problem that existed
in glibc versions <= 2.2.1.
sigpause.2
mtk
Moved to section 3; see also sigpause.3 below.
sigsetops.3
mtk
Added a GLIBC NOTES section describing sigisemptyset(),
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.
siggetmask.2
sigmask.2
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.
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.
sigblock.3
siggetmask.3
sigmask.3
sigsetmask.3
mtk
Created as links to sigvec.3.
sigpause.3
mtk
Moved here from Section 2.
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().
strftime.3
James Vega
Add further text clarifying that %+ specifier is not supported in
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.
vm86old.2
mtk / aeb
Add as new linik to vm86.2.
intro.7
mtk
Added a few words to reflect the fact that several of the section
7 pages provide overviews of various topics.
signal.7
mtk
Added some SEE ALSO entries.
socket.7
Senthil Kumar / mtk
Added text noting that select()/poll() do not respect SO_RCVLOWAT.
udp.7
Malcolm Scott
s/tcp_socket/udp_socket/ in example
Fixes Debian bug 340927
==================== Changes in man-pages-2.16 ====================
Released: 2005-12-02
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alan Stern <stern@rowland.harvard.edu>
Andries Brouwer <Andries.Brouwer@cwi.nl>
Urs Thuermann <urs@isnogud.escape.de>
Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
HOWTOHELP
Urs Thuermann
Added instructions for finding maintainer in Debian package.
poll.2
mtk
Added NOTES about INFTIM constant provided on some other
implementations.
shmop.2
Alan Stern
The -1 error return of shmat() should be cast "(void *)".
strftime.r
aeb
Remove junk text (actually intended as source code comment
in page).
ip.7
Urs Thuermann
Fix a typo: s/SOCK_RAW/SOCK_PACKET/
packet.7
Urs Thuermann
Clarification: s%SOCK_PACKET%PF_INET/SOCK_PACKET%
==================== Changes in man-pages-2.17 ====================
Released: 2005-12-13
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Justin Pryzby <justinpryzby@users.sourceforge.net>
Michael Haardt <michael@moria.de>
Urs Thuermann <urs@isnogud.escape.de>
Walter Harms <walter.harms@informatik.uni-oldenburg.de>
Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
New pages
---------
fmemopen.3
Walter Harms / mtk
New documentation for the glibc-specific fmemopen() and
open_memstream(). Based on glibc info page.
pipe.7
mtk (with prompting and suggestions for improvements by
Michael Haardt)
New page providing overview of pipes and FIFOs.
Changes to individual pages
---------------------------
HOWTOHELP
mtk
Added notes on how to write example programs for manual pages.
fork.2
mtk
Added pointers to examples of fork() in wait.2 and pipe.2.
pipe.2
mtk
Added an example program.
Added SEE ALSO for new pipe.7 page.
wait.2
mtk
Added example program demonstrating use of fork() and waitpid().
carg.3
Justin Pryzby
Delete line that should have been deleted when applying
2.08 fix for this page.
getaddrinfo.3
mtk
Rearranged EAI_* list alphabetically.
inet.3
mtk
Added GLIBC NOTES describing feature test macros required
to expose declaration of inet_aton().
open_memstream.3
mtk
New link to new fmemopen.3
fifo.4
mtk
Added SEE ALSO for new pipe.7 page.
environ.5
mtk
Removed BROWSER, since it seems not in fact to be common.
socket.7
Urs Thuermann
Added documentation of SO_TIMESTAMP.
tcp.7
mtk
Noted 200 millisecond ceiling imposed on TCP_CORK.
udp.7
mtk
Rearranged options into something approximating alphabetical order.
==================== Changes in man-pages-2.18 ====================
Released: 2005-12-15
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Justin Pryzby <justinpryzby@users.sf.net>
Karsten Sperling <karsten.sperling@stud.uni-karlsruhe.de>
Martin (Joey) Schulze <joey@infodrom.org>
Mike Frysinger <vapier@gentoo.org>
Stefan Puiu <stefanpuiuro@yahoo.com>
Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
bind.2
mtk
Added mention of AF_INET6 address family.
Added discussion of sockaddr structure and an example in the
Unix domain.
recv.2
mtk
Put 'flags' list in alphabetical order.
send.2
mtk
Added cross-reference from discussion of MSG_MORE to UDP_CORK
in udp(7).
Put 'flags' list in alphabetical order.
err.3
mtk
Added CONFORMING TO section noting that these are
non-standard BSDisms.
errno.3
Justin Pryzby
Added SEE ALSO for err.3 (Debian bug 306867)
gethostbyname.3
Martin (Joey) Schulze / mtk
Added references to nsswitch.conf(5); remove cross references
to resolv+(8). (See also Debian Bug#308397.)
perror.3
Justin Pryzby
Added SEE ALSO for err.3 (Debian bug 306867)
resolver.3
mtk / Martin (Joey) Schulze
Remove cross references to resolv+(8); add cross references to
resolv.conf(5). (See also Debian Bug#214892)
Added SEE ALSO entry for resolver(5) (See Debian Bug#251122.)
strerror.3
mtk / Stefan Puiu
Rewrote and extended the discussion of the two flavours of
strerror_r(), and added some additional information on
strerror().
Justin Pryzby
Added SEE ALSO for err.3 (Debian bug 306867)
elf.5
Mike Frysinger
Fix three typos in identifier names.
operator.7
Karsten Sperling
The + operator should be in the list of unary operators.
raw.7
mtk
Small wording changes around discussion of SO_BSDCOMPAT.
Fixed a couple of wording errors elsewhere.
Reformatted some long lines.
socket.7
mtk, after a note by Stefan Puiu
Updated discussion of SO_BSDCOMPAT.
Reformatted some long lines.
Noted the Linux-specific feature whereby setsockopt() doubles
the value given for SO_SNDBUF and SO_RCVBUF.
Noted kernel-imposed minimum values for SO_SNDBUF and SO_RCVBUF.
udp.7
mtk, after a note by Stefan Puiu
Updated discussion of SO_BSDCOMPAT.
unix.7
mtk
Added new (UN)SUPPORTED FEATURES section in which it is noted
that Unix domain sockets do not support MSG_OOB or MSG_MORE.
Noted details of SO_SNBUF and SO_RCVBUF support for
Unix domain sockets.
==================== Changes in man-pages-2.19 ====================
Released: 2005-12-23
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andries Brouwer <Andries.Brouwer@cwi.nl>
Walter Harms <walter.harms@informatik.uni-oldenburg.de>
Stefan Puiu <stefanpuiuro@yahoo.com>
Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
HOWTOHELP
mtk
Minor changes.
bind.2
Stefan Puiu / mtk
Remove text under EINVAL error: "This may change in the future:
see linux/unix/sock.c for details." This behaviour has been
unchanged for a long time, and seems unlikely to change.
Add EADDRINUSE to errors.
send.2
aeb
Add cmsg(3) to SEE ALSO.
fopen.3
Walter Harms / mtk
Added description of 'x' mode character (exclusive open).
pipe.7
mtk / aeb
Some wording changes to description of pipes.
==================== Changes in man-pages-2.20 ====================
Released: 2006-01-03
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
sigaltstack.2
mtk
Added some text to explain the usual scenario in which
sigaltstack() is employed.
getloadavg.3
mtk
Noted that this function is available since glibc 2.2.
strcpy.3
mtk
s/nulls/null bytes/
capabilities.7
mtk
Noted that capability bounding set appeared with kernel 2.2.11.
arp.7
icmp.7
ip.7
ipv6.7
netdevice.7
packet.7
raw.7
rtnetlink.7
socket.7
tcp.7
unix.7
udp.7
mtk
The only changes to these pages have been for formatting:
-- Structure definitions were changed to K&R style
-- Some long source lines were broken to fit into ~70
character lines.
No changes were made to the content of these pages (yet...).
==================== Changes in man-pages-2.21 ====================
Released: 2006-01-16
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andries Brouwer <Andries.Brouwer@cwi.nl>
Falk Hueffner <falk@debian.org>
Mike Frysinger <vapier@gentoo.org>
Senthil Kumar <senthilkumar_sen@hotpop.com>
Stefan Puiu <stefanpuiuro@yahoo.com>
Apologies if I missed anyone!
Global changes
--------------
dd.1 cp.1
truncate.2 gethostname.2 lseek.2 listxattr.2 readlink.2
sysfs.2 stat.2 ustat.2 uname.2 getdomainname.2
argz_add.3 asprintf.3 confstr.3 bstring.3 bzero.3 dlopen.3 fwide.3
gethostbyname.3 getline.3 getlogin.3 getnameinfo.3 getpass.3 hsearch.3
perror.3 printf.3 readdir.3 scanf.3 stpcpy.3 strdup.3 strfmon.3
strftime.3 string.3 strptime.3 sysconf.3 termios.3 ttyname.3
dsp56k.4 tty_ioctl.4
elf.5 proc.5 termcap.5
charsets.7 unix.7
mtk
Various pages use inconsistent terms for 'null byte' (which
is the C99/SUSv3 term for the '\0' character).
To rectify this the following changes were made in the above
pages:
Replace 'zero byte' with 'null byte'.
Replace 'null character' with 'null byte'.
Replace 'nulls' with 'null bytes'.
Replace 'NUL-terminated' by 'null-terminated'.
Replace 'NUL' by 'null byte'.
Replace 'terminating NUL' by 'terminating null byte'.
Replace 'final NUL' by 'terminating null byte'.
Replace 'NUL character' by 'null byte'.
Various pages
mtk
Replace "SysV"/"SYSV" by "System V".
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
capget.2
mtk
Noted bug that could wrongly cause EPERM in unprivileged
capset() with 'pid' field == getpid().
epoll_ctl.2
mtk
Noted that EPOLLONESHOT was added in 2.6.2.
gethostname.2
mtk
Added GLIBC NOTES describing operation of glibc's
gethostname() wrapper function.
mmap.2
mtk / Mike Frysinger
Clarify relationship between mmap2(2) and mmap64(3)
mtk
A few other small rewordings.
mmap64.3
Mike Frysinger
New link to mmap.2
open.2
mtk
Added BUG noting that O_ASYNC can't be enabled via
open(): fcntl() must be used for this purpose.
recv.2
Stefan Puiu
Relocate misplaced discussion of MSG_DONTWAIT.
dlopen.3
mtk
Rewrote discussion of dlopen() 'flag' argument;
added descriptions of RTLD_NOLOAD, RTLD_DELETE,
and RTLD_DEEPBIND.
Noted use of atexit() to register a function that is
automatically called when a library is unloaded.
fmemopen.3
mtk
Rewrote substantial parts of the page, and relicensed under GPL.
fseeko.3
Mike Frysinger
Add RETURN VALUE section.
getopt.3
mtk
Noted historical use of <stdio.h> to declare getopt().
qsort.3
mtk / Falk Hueffner
Clarify how strcmp() should be used as the 'compar'
function by providing an example.
As per Debian bug 348072.
proc.5
mtk
Noted that /proc/mounts is pollable since kernel 2.6.15.
Documented /proc/PID/task.
Noted that the contents of /proc/PID/{cwd,exe,fd,root,task}
are not available if the main thread has terminated.
Senthil Kumar
Add pointer to random(4) for description of files under
/proc/sys/kernel/random.
udp.7
Stefan Puiu / mtk
Small rewording of discussion of SO_BSDCOMPAT
(add cross-ref to socket(7)).
==================== Changes in man-pages-2.22 ====================
Released: 2006-02-02
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alain Portal <aportal@univ-montp2.fr>
Andre Noll <maan@systemlinux.org>
Andries Brouwer <Andries.Brouwer@cwi.nl>
Colin Tuckley <colin@tuckley.org>
Stefan Puiu <stefanpuiuro@yahoo.com>
Thomas Hood <jdthood@yahoo.co.uk>
Thorsten Kukuk <kukuk@suse.de>
Walter Harms <walter.harms@informatik.uni-oldenburg.de>
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
mmap.2
aeb/mtk
Noted that portable applications should specify fd as -1
when using MAP_ANONYMOUS.
Some rewriting of description of MAP_ANONYMOUS.
rt_sigreturn.2
Thorsten Kukuk
New link to sigreturn.2
rt_sigsuspend.2
mtk
New link to sigsuspend.2
waitid.2
mtk
Noted that waitid() does not set infop->si_uid field on
most other implementations.
getopt.3
Walter harms / mtk
Make clear that when calling getopt_long() and there are no
short options, then 'optstring' should be "", not NULL.
openpty.3
Thomas Hood / mtk
In glibc 2.0.92, openpty() was modified to preferably open
Unix 98 ptys instead of BSD ptys.
qsort.3
mtk
Small rewording under EXAMPLES
strtol.3
strtoul.3
Stefan Puiu
s/string must begin/string may begin/
proc.5
mtk
Documented inotify files under /proc/sys/fs/inotify:
max_queued_events, max_user_instances, and max_user_watches.
==================== Changes in man-pages-2.23 ====================
Released: 2006-02-10
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andi Kleen <ak@muc.de>
Britton Leo Kerin <bkerin_rb@letterboxes.org>
Dan Jacobson <jidanni@jidanni.org>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Luc Van Oostenryck <lkml@looxix.net>
Kurt Wall <kwall@kurtwerks.com>
Martin (Joey) Schulze <joey@infodrom.org>
Matthias Andree <matthias.andree@gmx.de>
Robert Love <rlove@rlove.org>
Samuel Thibault <samuel.thibault@ens-lyon.org>
Urs Thuermann <urs@isnogud.escape.de>
Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
New pages
---------
inotify_init.2
inotify_add_watch.2
inotify_rm_watch.2
Robert Love, with some additions by mtk.
New pages describing the inotify API.
mbind.2
get_mempolicy.2
set_mempolicy.2
Andi Kleen, with additional work by mtk
New pages describing the NUMA memory allocation policy API.
Drawn from the set at ftp://ftp.suse.com/pub/people/ak/numa.
rtc.4
Urs Thuermann, with additional work by mtk
New page describing the real-time clock driver.
inotify.7
mtk
Overview of the inotify API.
Changes to individual pages
---------------------------
clone.2
Andi Kleen
On x86, clone() should not be called through vsyscall,
but directly through "int $0x80".
fcntl.2
mtk
Small wording changes.
Added cross-ref to inotify.7 under the description of dnotify.
kill.2
mtk / Britton Leo Kerin
Small wording change under NOTES to clarify
what happens when a process sends a signal to itself.
See Debian bug 350236.
mlock.2
mtk / Matthias Andree
Added BUGS txt on interaction between MCL_FUTURE and
RLIMIT_MEMLOCK.
See the following LKML thread:
http://marc.theaimsgroup.com/?l=linux-kernel&m=113801392825023&w=2
"Rationale for RLIMIT_MEMLOCK"
msgop.2
mtk / Samuel Thibault
Rewrote declaration of 'msgp' to be "void *" in response
to Debian bug report 350884.
Various other wording fixes.
open.2
mtk
Clarify distinction between "file creation flags" and
"file status flags".
read.2
Justin Pryzby
Add SEE ALSO for pread(2).
As per Debian bug 351873.
sched_setaffinity.2
mtk
Major rewrite.
select.2
mtk
Added return types to prototypes for FD_SET(), FD_CLR(),
FD_ZERO, and FD_ISSET().
Other minor wording changes.
read.2
mtk
Add SEE ALSO for pwrite(2).
(Analogous with read.2 change above.)
errno.3
Kurt Wall / mtk
Add Linux specific errors to this page.
localeconv.3
mtk
Added cross-ref to locale.7 for 'struct lconv' defn.
Other minor wording changes.
Martin (Joey) Schulze
Added SEE ALSO refs for nl_langinfo.3
As per Debian bug 351831.
scanf.3
mtk / Justin Pryzby
Minor formatting & wording fixes.
setlocale.3
Martin (Joey) Schulze
Added SEE ALSO refs for nl_langinfo.3
As per Debian bug 351831.
proc.5
mtk
Migrated description of inotify files to the new inotify.7 page.
ascii.7
Dan Jacobson / mtk
Add text describing characters 001 to 037.
See Debian bug 342173.
locale.7
mtk
Minor wording and formatting changes.
==================== Changes in man-pages-2.24 ====================
Released: 2006-02-17
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Joerg Habenicht <habenich@planetserver.com>
Luc Van Oostenryck <lkml@looxix.net>
Mike Frysinger <vapier@gentoo.org>
Samuel Thibault <samuel.thibault@ens-lyon.org>
Apologies if I missed anyone!
New pages
---------
get_kernel_syms.2
create_module.2
delete_module.2
init_module.2
query_module.2
FSF / mtk (with assistance of Luc Van Oostenryck)
man-pages finally gets pages for these system calls, several
of which are obsolete in Linux 2.6.
Took the old GPLed pages dated 1996 and made a number of
clean-ups and minor additions.
Global changes
--------------
various pages
mtk
Change "file name" to "filename"
Change "path name" to "pathname"
stpncpy.3
strstr.3
strcmp.3
toupper.3
strlen.3
stpcpy.3
puts.3
strdup.3
strtok.3
isalpha.3
strspn.3
gets.3
strpbrk.3
mtk after a suggestion from Samuel Thibault
Added SEE ALSO pointers to wide character equivalent functions
See Debian bug 351996.
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
clone.2
mtk
Remove duplicate CLONE_STOPPED text.
Commented out crufty text describing EINVAL error
for the now obsolete CLONE_DETACHED flag.
Under CLONE_SIGHAND, noted that 'flags' must also include
CLONE_VM if CLONE_SIGHAND is specified.
fcntl.2
mtk
Under ERRORS: Separate out EAGAIN error for locking mmaped files.
inotify_add_watch.2
mtk
Minor wording fix.
msgop.2
mtk
Documented the EAGAIN error for msgrcv().
fnmatch.3
Mike Frysinger / mtk
Expand explanation of FNM_PATHNAME.
lockf.3
Joerg Habenicht / mtk
Fix up discussion of EAGAIN/EACCESS errors.
==================== Changes in man-pages-2.25 ====================
Released: 2006-03-02
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
James Peach <jpeach@samba.org>
Krzysztof Benedyczak <golbi@mat.uni.torun.pl>
Marten von Gagern <Martin.vGagern@gmx.net>
Michael Haardt <michael@moria.de>
Michael Wronksi <michal.wronski@gmail.com>
Apologies if I missed anyone!
New pages
---------
mq_close.3
mq_getattr.3
mq_notify.3
mq_open.3
mq_receive.3
mq_send.3
mq_unlink.3
mtk
New pages describing POSIX message queue API.
posix_fallocate.3
mtk, after a suggestion by James Peach
New page describing posix_fallocate().
mq_overview.7
mtk
New page giving overview of the POSIX message queue API.
Changes to individual pages
---------------------------
lseek.2
Michael Haardt
Add a case to the EINVAL error text.
mtk
Various minor wording fixes
Added SEE ALSO referring to new posix_fallocate.3.
posix_fadvise.2
mtk
Added "#define _XOPEN_SOURCE 600" to prototype.
Added SEE ALSO referring to new posix_fallocate.3.
proc.5
mtk
Migrated information on POSIX message queues to new mqueue.7 page.
inotify.7
Marten von Gagern
Fix thinko: s/assuming a non-blocking/assuming a blocking/
==================== Changes in man-pages-2.26 ====================
Released: 2006-03-21
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alain Portal <aportal@univ-montp2.fr>
Andi Kleen <ak@muc.de>
Andries Brouwer <Andries.Brouwer@cwi.nl>
Christoph Lameter <clameter@engr.sgi.com>
Hasso Tepper <hasso@estpak.ee>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Martin (Joey) Schulze <joey@infodrom.org>
Nicolas Francois <nicolas.francois@centraliens.net>
Paul Brook <paul@nowt.org>
Siward de Groot <siward@wanadoo.nl>
Steve Beattie <sbeattie@suse.de>
Walter Harms <walter.harms@informatik.uni-oldenburg.de>
Apologies if I missed anyone!
Global changes
--------------
clone.2
getdents.2
gettid.2
llseek.2
mmap2.2
modify_ldt.2
pivot_root.2
quotactl.2
readdir.2
sysctl.2
syslog.2
tkill.2
mtk, aeb, Steve Beattie
Added comment in SYNOPSIS to note that syscall(2) may be
preferable over _syscallN (see intro(2)).
Various minor formatting changes were done on a range of
pages in Section 7. (No content was changed.)
New pages
---------
openat.2
mtk
New page describing openat(2), added in kernel 2.6.16,
and some notes on rationale for the at*(2) system calls.
mbind.2
Andi Kleen, Christoph Lameter, mtk
Added MPOL_MF_MOVE and MPOL_MF_MOVE_ALL descriptions,
from numactl-0.9.2 man page.
Plus a few other smaller fixes.
fexecve.3
mtk
New page describing fexecve(3).
futimes.3
mtk
New page describing futimes(3).
Changes to individual pages
---------------------------
execve.2
mtk
Added SEE ALSO pointing to new fexecve.3.
intro.2
mtk, aeb, Steve Beattie
Added some notes on syscall(2) versus _syscall.
msgctl.2
msgget.2
msgop.2
mtk
Added SEE ALSO pointing to mq_overview.7.
open.2
mtk
Added SEE ALSO pointing to new openat.2.
Split out part of the RETURN VALUE text into separate
NOTES section.
Modified wording referring to raw(8) to
indicate that this interface is deprecated.
poll.2
mtk
Added discussion of ppoll(2), which is new in 2.6.16.
ppoll.2
mtk
New link to poll.2.
recvmsg.2
sendmsg.2
mtk / Paul Brook
Added text to note that although POSIX says msg_controllen
should be socklen_t, glibc actually uses size_t.
See Debian bug 356502 and the associated glibc bug report.
http://sourceware.org/bugzilla/show_bug.cgi?id=2448.
mtk
Various formatting fixes.
select.2
mtk
Updated to reflect the fact that pselect() has been implemented
in the kernel in 2.6.16; various other minor wording changes.
pselect() prototype needs "#define _XOPEN_SOURCE 600".
tempnam.3
Justin Pryzby
Clean up description of EEXIST error.
Debian bug 357893
unlink.2
mtk
Added a little extra text to clarify EISDIR vs EPERM.
utime.2
mtk
Added new SEE ALSO entry pointing to new futimes.3 page.
exec.3
mtk
Added SEE ALSO pointing to new fexecve.3.
shm_unlink.3
mtk
New link to shm_open.3 (should have been made when page
was originally written).
swab.3
Walter Harms
Add needed "#define _XOPEN_SOURCE".
undocumented.3
mtk
Updated to remove a few function names that are now documented.
capabilities.7
mtk
Various changes to bring this page closer to
current kernel versions.
inotify.7
mtk
Noted that glibc 2.4 is required to get glibc support
for inotify.
mq_overview.7
mtk
Some rewording and added a few words about System V
message queues.
netlink.7
Hasso Tepper
Substantial updates to various parts of this page.
mtk, Alain Portal
Minor fixes
pthreads.7
mtk
Updated to reflect that the NPTL limitation that only the main
thread could call setsid() and setpgid() was removed in 2.6.16.
raw.7
Hasso Tepper
Removed text implying that only in kernel 2.2 does IP_HDRINCL
prevent datagrams from being fragmented.
socket.7
mtk
Documented SO_SNDBUFFORCE and SO_RCVBUFFORCE socket options,
new in 2.6.14.
Placed socket options in alphabetical order.
==================== Changes in man-pages-2.27 ====================
Released: 2006-03-24
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andries Brouwer <Andries.Brouwer@cwi.nl>
Charles P. Wright <cwright@cs.sunysb.edu>
Christoph Lameter <clameter@sgi.com>
Chuck Ebbert <76306.1226@compuserve.com>
Daniel Jacobowitz <dan@debian.org>
Ingo Molnar <mingo@elet.hu>
Heiko Carstens <heiko.carstens@de.ibm.com>
Janak Desai <janak@us.ibm.com>
Paolo (Blaisorblade) Giarrusso <blaisorblade@yahoo.it>
Stefan Puiu <stefanpuiuro@yahoo.com>
Apologies if I missed anyone!
Global changes
--------------
Various minor formatting changes were done on a range of
pages in Section 7. (No content was changed.)
New pages
---------
ushare.2
mtk, with reference to documentation by Janak Desai
New page describing unshare(2), added in kernel 2.6.16.
Changes to individual pages
---------------------------
clone.2
fork.2
vfork.2
mtk
Added SEE ALSO pointing to new unshare.2.
mbind.2
Christoph Lameter
MPOL_MF_MOVE_ALL requires CAP_SYS_NICE not CAP_SYS_RESOURCE.
mremap.2
mtk
Clarified the description of MREMAP_FIXED and restructured
the text to reflect the fact that this flag is exposed
by glibc since version 2.4.
ptrace.2
Chuck Ebbert, with assistance from Daniel Jacobowitz,
Paolo (Blaisorblade) Giarrusso, and Charles P. Wright;
after a suggestion from Heiko Carstens.
Document the following ptrace requests:
PTRACE_SETOPTIONS (2.4.6)
plus associated flags:
PTRACE_O_TRACESYSGOOD (2.4.6)
PTRACE_O_TRACEFORK (2.5.46)
PTRACE_O_TRACEVFORK (2.5.46)
PTRACE_O_TRACECLONE (2.5.46)
PTRACE_O_TRACEEXEC (2.5.46)
PTRACE_O_TRACEVFORKDONE (2.5.60)
PTRACE_O_TRACEEXIT (2.5.60)
PTRACE_SETSIGINFO (2.3.99-pre6)
PTRACE_GETSIGINFO (2.3.99-pre6)
PTRACE_GETEVENTMSG (2.5.46)
PTRACE_SYSEMU (since Linux 2.6.14)
PTRACE_SYSEMU_SINGLESTEP (since Linux 2.6.14)
sched_get_priority_max.2
sched_setscheduler.2
sched_setparam.2
mtk, Ingo Molnar
Modified to document SCHED_BATCH policy, new in kernel 2.6.16.
Text describing SCHED_BATCH was added to sched_setscheduler.2,
and was drawn in part from Ingo Molnar's description in the
mail message containing the patch that implemented this policy.
Various other minor rewordings and formatting fixes.
proc.5
mtk, using text from Documentation/filesystems/proc.txt
Document /proc/sys/vm/drop_caches, new in kernel 2.6.16.
mtk, using information from ChangeLog-2.6.14.
Document /proc/PID/smaps, new in kernel 2.6.14.
capabilities.7
mtk
Noted affect of CAP_SYS_NICE for mbind(MPOL_MF_MOVE_ALL).
pthreads.7
mtk
Kernel 2.6.16 eliminated buggy behaviour with respect to
the alternate signal stack.
==================== Changes in man-pages-2.28 ====================
Released: 2006-03-31
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Aleksandr Blokhin <sass@altlinux.ru>
Greg Johnson <gjohnson@lanl.gov>
Apologies if I missed anyone!
New pages
---------
sem_post.3
sem_getvalue.3
sem_close.3
sem_open.3
sem_destroy.3
sem_wait.3
sem_unlink.3
sem_init.3
sem_overview.7
mtk
New pages describing the POSIX semaphores API.
These pages supercede and provide a superset of the information
in the glibc (3thr) "semaphores(3)" manual page.
Changes to individual pages
---------------------------
ppoll.2
Aleksandr Blokhin <sass@altlinux.ru>
Fix broken link.
ptrace.2
mtk
Wrapped long lines (no content changes).
semctl.2
semget.2
semop.2
mtk
Add SEE ALSO pointing to the new sem_overview.7 page.
elf.5
Greg Johnson
Removed SEE ALSO reference to non-existent core(5).
==================== Changes in man-pages-2.29 ====================
Released: 2006-04-06
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Michael Haardt <michael@moria.de>
Roberto Jimenoca <robertojimenoca@terra.es>
Stefan Puiu <stefanpuiuro@yahoo.com>
Apologies if I missed anyone!
Global changes
--------------
getrlimit.2
prctl.2
sigaction.2
elf.5
signal.7
mtk
Added SEE ALSO entry referring to new core.5 page.
New pages
---------
mkdirat.2
mtk
New page describing mkdirat(2), new in 2.6.16.
mknodat.2
mtk
New page describing mknodat(2), new in 2.6.16.
core.5
mtk
New page describing core dump files.
mkfifoat.3
mtk
New page describing mkfifoat(3).
Changes to individual pages
---------------------------
accept.2
getpeername.2
getsockname.2
Michael Haardt / mtk
Document EINVAL error for 'len' argument < 0.
fcntl.2
mtk
Expanded discussion of mandatory locking.
getrlimit.2
mtk
Added BUGS text on 2.6.x handling of RLIMIT_CPU limit
of zero seconds. See
http://marc.theaimsgroup.com/?l=linux-kernel&m=112256338703880&w=2
mkdir.2
mtk
Added SEE ALSO entry referring to new mkdirat.2.
mknod.2
mtk
Added SEE ALSO entry referring to new mknodat.2.
open.2
mtk / Roberto Jimenoca
Clarified discussion of file types affected by O_NONBLOCK.
See Debian bug 360243.
openat.2
mtk
Rewrote NOTES describing rationale for openat().
Various other minor changes.
recv.2
Stefan Puiu
Removed a misleading cross-ref to socket.2.
shmop.2
mtk
Since 2.6.17-rc1, shmdt() gives the error EINVAL in a further
circumstance: if shmaddr is not aligned on a page boundary.
unshare.2
mtk
Remove text saying that specifying invalid flags "is likely
to cause compatibility problems" since the kernel now
(2.6.17-rc1) contains an explicit check for invalid bits
with a consequent EINVAL error.
mkfifo.3
mtk
Added SEE ALSO entry referring to new mkfifoat.3.
proc.5
mtk
Information on core_pattern and core_uses_pid has
been migrated to the new core.5 page.
ip.7
Stefan Puiu
Removed paragraph referring to obsolete ipchains / ipfw(4).
sem_overview.7
mtk
Add SEE ALSO entry referring to pthreads.7.
==================== Changes in man-pages-2.30 ====================
Released: 2006-04-17
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andre Lehovich <andrel@yahoo.com>
Andries Brouwer <Andries.Brouwer@cwi.nl>
Karel Kulhavy <clock@twibright.com>
Stefan Puiu <stefanpuiuro@yahoo.com>
Apologies if I missed anyone!
New pages
---------
linkat.2
mtk
New page describing linkat(), new in kernel 2.6.16
renameat.2
mtk
New page describing renameat(), new in kernel 2.6.16
symlinkat.2
mtk
New page describing symlinkat(), new in kernel 2.6.16
unlinkat.2
mtk
New page describing unlinkat(), new in kernel 2.6.16
Changes to individual pages
---------------------------
link.2
mtk
Added SEE ALSO entry pointing to new linkat.2 page.
openat.2
mtk
Added SEE ALSO entries pointing to new *at.2 pages.
rename.2
mtk
Added SEE ALSO entry pointing to new renameat.2 page.
rmdir.2
mtk
Added SEE ALSO entry pointing to new unlinkat.2 page.
symlink.2
mtk
Added SEE ALSO entry pointing to new symlinkat.2 page.
unlink.2
mtk
Added SEE ALSO entry pointing to new unlinkat.2 page.
termios.3
mtk / Karel Kulhavy
Document the feature test macros required to expose various flags.
Karel Kulhavy
Clarify 'speed' argument for cfsetispeed() text.
Karel Kulhavy / mtk
Note that LOBLK is not implemented on Linux.
mtk
Clarify arguments for cfsetspeed().
Various formatting changes.
full.4
Andre Lehovich
Add a sentence describing the purpose of full(4).
core.5
aeb / mtk
Rework text describing circumstances in which
core dump files are not produced.
mtk / Stefan Puiu
A core dump of a multithreaded process always includes the
PID in the core filename.
mtk / Stefan Puiu
Eliminate some accidentally duplicated text.
==================== Changes in man-pages-2.31 ====================
Released: 2006-05-02
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Joshua Kwan <joshk@triplehelix.org>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Karel Kulhavy <clock@twibright.com>
Mark Glines <mark@glines.org>
Martin (Joey) Schulze <joey@infodrom.org>
Nishanth Aravamudan <nacc@us.ibm.com>
Reuben Thomas <rrt@sc3d.org>
Ryan S. Arnold <rsa@us.ibm.com>
Ulrich Drepper <drepper@redhat.com>
Apologies if I missed anyone!
Page renamings
--------------
The following pages have been relocated into section 7, since
that is their more natural home. SEE ALSO references in various
other pages have been adjusted.
epoll.4
fifo.4
futex.4
complex.5
environ.5 (many pages outside man-pages actually *expect*
'environ' to be in Section 7.)
ipc.5 renamed to svipc.7
".so" link files have been created to link the old file locations to the
new file locations. These links are added just to ensure that cross
references from any other (non-man-pages) pages will remain valid;
eventually these links will be removed.
New pages
---------
fstatat.2
mtk
New page for fstatat(2), new in 2.6.16.
adjtime.3
mtk
New page for adjtime(3).
error.3
Justin Pryzby / mtk
New page describing error() and error_at_line()
Fixes Debian bug 186307.
program_invocation_name.3
mtk
New page describing program_invocation_name and
program_invocation_short_name variables.
sockatmark.3
mtk
New page for sockatmark(3).
ftm.7
mtk
New page describing feature test macros.
time.7
mtk
New page giving an overview of "time" on Linux systems.
Global changes
--------------
getgroups.2
wait4.2
chown.2
chdir.2
gettimeofday.2
initgroups.3
dirfd.3
mtk
Simplified wording around requirement for _BSD_SOURCE
feature test macro.
times.2
time.2
gettimeofday.2
getitimer.2
nanosleep.2
ctime.3
rtc.4
mtk
Added SEE ALSO referring to new time.7.
err.3
errno.3
perror.3
strerror.3
Justin Pryzby / mtk
Add SEE ALSO referring to new error.3.
getdate.3
printf.3
scanf.3
mtk
Added SEE ALSO entry referring to setlocale.3.
Changes to individual pages
---------------------------
accept.2
Mark Glines
Remove mention of SOCK_RDM from this page, since this socket
type does not support accept()ing connections.
adjtimex.2
mtk
Modified text referring to adjtime(); added SEE ALSO for new
adjtime.3 page.
fsync.2
mtk, after a note by Karel Kulhavy
Rewrote most of the DESCRIPTION, as well as some other parts
the page, to clarify use and operation of, and rationale for,
fsync(2) and fdatasync(2).
getitimer.2
mtk
Updated discussion of maximum timer value to reflect the fact
that the default jiffy is now 4 milliseconds.
Added text to note that current incorrect behaviour of
normalising tv_usec >= 1000000 will be repaired in a future
kernel; applications should be fixed now.
gettimeofday.2
Karel Kulhavy
Point out more explicitly that 'tz' argument should
normally be NULL.
mtk
Various other minor edits and formatting fixes.
mount.2
mtk
Since kernel 2.6.16, MS_NOATIME and MS_NODIRATIME are settable
on a per-mount basis.
Detail exactly which mount flags can be changed on MS_REMOUNT.
nanosleep.2
mtk / Karel Kulhavy
Clarify RETURN VALUE discussion.
openat.2
mtk
Add SEE ALSO reference pointing to new fstatat.2.
program_invocation_short_name.3
mtk
New link to new program_invocation_name.3.
recv.2
mtk
Added SEE ALSO for new sockatmark.3.
rmdir.2
Joshua Kwan / Martin (Joey) Schulze / mtk
Correct wording of EBUSY case.
mtk
Add ".." case to ENOTEMPTY error
select.2
Karel Kulhavy
Note more clearly that fd_set arguments can be NULL.
mtk / Karel Kulhavy
Improve opening paragraph describing purpose of select().
mtk
Various other minor edits and formatting fixes.
semget.2
mtk / Nishanth Aravamudan
Add text to noting that the initial values of semaphores
in a new set are indeterminate.
shmget.2
mtk
Add text noting that contents of newly created segment are zero
values.
sigwaitinfo.2
mtk
Noted that all threads should block signal being waited for.
stat.2
Nishanth Aravamudan / mtk
Added NOTE that st_size is always returned as zero for most
/proc files.
mtk
Add SEE ALSO reference pointing to new fstatat.2.
syscall.2
Justin Pryzby / mtk
Remove bogus BUGS text.
utime.2
mtk
Various minor changes.
confstr.3
mtk
Rewrote RETURN VALUE discussion.
Updated CONFORMING TO.
Removed BUGS.
ctanh.3
Martin (Joey) Schulze / mtk
Fix errors in DESCRIPTION.
ctime.3
mtk
The range of tm_sec is 0..60 (not 0..61).
error_at_line.3
error_message_count.3
error_on_per_line.3
error_print_progname.3
mtk
New links to new error.3.
fmemopen.3
mtk / Ryan S. Arnold
Add text noting that explicitly controlling output buffering
may be useful to catch errors on output operations on an
fmemopen() stream.
getline.3
Justin Pryzby
Add SEE ALSO pointing to getline.3.
See Debian bug 364772.
strtod.3
strtoul.3
mtk
Describe correct handling of errno in order to
distinguish error from success after the call.
Added EXAMPLE section which points to strtol.3 which provides
an example of the use of the analogous strtol(3).
strtol.3
mtk / Justin Pryzby
Add an example program.
mtk
Describe correct handling or errno in order to
distinguish error from success after the call.
tmpfile.3
Reuben Thomas <rrt@sc3d.org>
DESCRIPTION does not need to say "temporary file name"
just "temporary file", since the name is in any case
unavailable to the user.
See Debian bug 363518.
mtk
In DESCRIPTION:
Change /automatically deleted when the program terminates normally/
to /automatically deleted when the program terminates/
since deletion occurs on both normal and abnormal termination.
ip.7
Karel Kulhavy / mtk
Various wording improvements and clarifications.
signal.7
mtk / Ulrich Drepper
Add text noting that a signal's disposition is process-wide,
shared by all threads.
mtk
Add text on changing signal dispositions.
Add text on "signal mask and pending signals".
Other minor edits.
time.7
mtk
Added SEE ALSO for new adjtime.3.
ld.so.8
Justin Pryzby
Remove bogus duplicate line.
==================== Changes in man-pages-2.32 ====================
Released: 2006-05-13
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andries Brouwer <Andries.Brouwer@cwi.nl>
Johannes Weiner <root@hnaz.ath.cx>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Karel Kulhavy <clock@twibright.com>
Paul Brook <paul@nowt.org>
Pavel Heimlich <tropikhajma@seznam.cz>
Apologies if I missed anyone!
New pages
---------
faccessat.2
mtk
New page for faccessat(2), new in 2.6.16.
fchmodat.2
mtk
New page for fchmodat(2), new in 2.6.16.
fchownat.2
mtk
New page for fchownat(2), new in 2.6.16.
futimesat.2
mtk
New page for futimesat(2), new in 2.6.16.
Changes to individual pages
---------------------------
access.2
mtk
Add SEE ALSO reference pointing to new faccessat.2 page.
capget.2
mtk
Reworded to reflect that capabilities are per-thread.
chmod.2
mtk
Add SEE ALSO reference pointing to new fchmodat.2 page.
chown.2
mtk
Add SEE ALSO reference pointing to new fchownat.2 page.
mmap.2
mtk
Updated discussion of MAP_NORESERVE since it is no longer
restricted to MAP_PRIVATE mappings.
Add reference to discussion of /proc/sys/vm/overcommit_memory
in proc.5.
openat.2
mtk
Add SEE ALSO reference pointing to new faccessat.2, fchmodat.2,
fchownat.2, futimesat.2 pages.
shmget.2
mtk
Document SHM_NORESERVE flag, new in 2.6.15.
truncate.2
Paul Brook / mtk
Expand text noting that ftruncate()/truncate() may fail if
asked to extend a file beyond its current length.
Add EPERM error.
utime.2
mtk
Add SEE ALSO reference pointing to new futimesat.2 page.
fopen.3
Justin Pryzby / mtk
Document 'm' (mmap) flag.
Debian bug 365754.
mtk
Document 'c' (notcancel) flag.
futimes.3
mtk
Add SEE ALSO reference pointing to new futimesat.2 page.
qsort.3
Johannes Weiner
Add missing "const" qualifies to cast in EXAMPLE.
mtk
Slight rewording of comments in EXAMPLE.
termios.3
Karel Kulhavy
Clarify meaning of IXANY.
Clarify relationship of MIN with VMIN and TIME with VTIME.
mtk
Noted that CIBAUD, OFDEL, and DELECHO are not implemented
on Linux.
Added explanatory paragraph for phrases "not in POSIX" and
"XSI".
capabilities.7
mtk
Reworded to reflect that capabilities are per-thread.
Add ioprio_set() to list of operations permitted by
CAP_SYS_NICE.
Add ioprio_set() IOPRIO_CLASS_RT and IOPRIO_CLASS_IDLE
scheduling classes to list of operations permitted by
CAP_SYS_ADMIN.
Note effects of CAP_SYS_NICE for migrate_pages().
==================== Changes in man-pages-2.33 ====================
Released: 2006-05-23
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andries Brouwer <Andries.Brouwer@cwi.nl>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Martin Osvald" <martin.osvald@gmail.com>
Stefan Puiu <stefanpuiuro@yahoo.com>
Apologies if I missed anyone!
Page renamings
--------------
ftm.7 renamed to the more suggestive feature_test_macros.7
mtk / Stefan Puiu
New pages
---------
mq_getsetattr.2
mtk
New page briefly describing mq_getsetattr(2), the system
call that underlies mq_setattr(3) and mq_getattr(3).
rpmatch.3
Justin Pryzby / mtk
New page for rpmatch(3).
Changes to individual pages
---------------------------
chmod.2
mtk
Remove mention of non-standard S_IREAD, S_IWRITE, S_IEXEC.
POSIX does now document ELOOP.
open.2
mtk
Remove mention of non-standard S_IREAD, S_IWRITE, S_IEXEC.
mmap.2
Justin Pryzby
Add mincore(2) to SEE ALSO.
See Debian bug 367401.
msync.2
Justin Pryzby
Note that EINVAL can also be caused by
flags == MS_SYNC | MS_ASYNC.
sched_setaffinity.2
mtk
Add CPU_ISSET, CPU_CLR, CPU_SET, CPU_ZERO to NAME section.
select.2
mtk
Various minor changes.
select_tut.2
mtk
Removed much material that is redundant with select.2.
Various other changes.
umask.2
mtk
Substantial rewrite of description of 'mask'.
CPU_ISSET.3
CPU_CLR.3
CPU_SET.3
CPU_ZERO.3
mtk
New links to sched_setaffinity.2
FD_CLR.3
FD_ISSET.3
FD_SET.3
FD_ZERO.3
mtk
New links to select.2.
fts.3
Justin Pryzby
Add SEE also referring to ftw.3.
ftw.3
Justin Pryzby
Add SEE also referring to fts.3.
getline.3
Justin Pryzby
Various minor clarifications.
mkstemp.3
mtk
Clarify that O_EXCL is an open(2) flag.
mq_open.3
Martin Osvald
Fix prototype declaration for 'attr'.
mq_notify.3
Martin Osvald
s/sigev_signal/sigev_signo/
mq_setattr.3
mtk
New link to mq_getattr.3.
mq_timedreceive.3
mtk
New link to mq_receive.3.
mq_timedsend.3
mtk
New link to mq_send.3.
setlocale.3
Justin Pryzby
Added SEE ALSO referring to rpmatch.3.
sigandset.3
sigisemptyset.3
sigorset.3
mtk
New links to sigsetops.3.
stdio.3
Justin Pryzby
Added SEE ALSO referring to unlocked_stdio.3
See Debian bug 367667.
strchr.3
Justin Pryzby
Add description of strchrnul().
strchrnul.3
mtk
New link to strchr.3.
undocumented.3
Justin Pryzby / mtk
Updated to remove some functions that don't exist, and
therefore don't need to be documented.
See Debian bug 367671.
unlocked_stdio.3
Justin Pryzby
Added SEE ALSO referring to stdio.3
See Debian bug 367667.
mq_overview.7
mtk
Added section describing relationship between library
interfaces and system calls.
Added SEE ALSO referring to new mq_getsetattr.2.
feature_test_macros.7
Stefan Puiu
Fix typo: s/_POSIX_C_SOURCE/_POSIX_SOURCE/
==================== Changes in man-pages-2.34 ====================
Released: 2006-06-20
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org>
bert hubert <bert.hubert@netherlabs.nl>
Chris Curtis <chris.curtis@riptidesoftware.com>
Eduardo Madeira Fleury <efleury@br.ibm.com>
Joerg Scheurich <rusmufti@helpdesk.bera.rus.uni-stuttgart.de>
Justin Pryzby <justinpryzby@users.sf.net>
Kenichi Okuyama <okuyama.kenichi@oss.ntt.co.jp>
Marc Lehmann <debian-reportbug@plan9.de>
Martin (Joey) Schulze <joey@infodrom.org>
Mats Wichmann <mats.d.wichmann@intel.com
Mike Frysinger <vapier@gentoo.org>
Peter Eiserloh <eiserlohpp@yahoo.com>
Stefan Puiu <stefanpuiuro@yahoo.com>
Thomas Dickey <dickey@radix.net>
Walter Harms <wharms@bfs.de>
Apologies if I missed anyone!
Global changes
--------------
tzselect.8
zdump.8
zic.8
mtk, Joey
Added header comment noting that these pages are in the public
domain.
bindresvport.3
getrpcent.3
getrpcport.3
rpc.3
xdr.3
rpc.5
mtk, aeb, Joey
Added following to top of these pages to clarify origin and
license:
.\" This page was taken from the 4.4BSD-Lite CDROM (BSD license)
New pages
---------
ioprio_set.2
Eduardo Madeira Fleury, with edits by mtk, and review by Jens Axboe
New page for ioprio_get(2) and ioprio_set(2), new in 2.6.13.
offsetof.3
Justin Pryzby / mtk
New page describing offsetof() macro.
Changes to individual pages
---------------------------
_exit.2
mtk
Add SEE ALSO referring to exit_group.2.
acct.2
mtk
Add SEE ALSO referring to acct.5.
fcntl.2
mtk
Explicitly mention term "dnotify" in discussion of F_NOTIFY.
inotify_add_watch.2
Aristeu Sergio Rozanski Filho / mtk
s/<inotify.h>/<sys/inotify.h>/ in prototypes.
See Debian bug 369960.
mtk
Renamed argument from 'path' to 'pathname'.
Reword introductory paragraph to clarify that
inotify_add_watch() may also modify an existing watch item.
mtk
The EINVAL error can also occur if 'fd' is not an inotify
file descriptor.
mtk
Moved BUGS section from this page to inotify.7.
inotify_init.2
Aristeu Sergio Rozanski Filho / mtk
s/<inotify.h>/<sys/inotify.h>/ in prototypes.
See Debian bug 369960.
inotify_rm_watch.2
Aristeu Sergio Rozanski Filho / mtk
s/<inotify.h>/<sys/inotify.h>/ in prototypes.
See Debian bug 369960.
mtk
The EINVAL error can also occur if 'fd' is not an inotify
file descriptor.
ioprio_get.2
mtk
New link to new ioprio_set.2.
mmap.2
mtk
Add SEE ALSO referring to remap_file_pages.2.
mount.2
Kenichi Okuyama
s/MNT_FORCE/MNT_EXPIRE/ under EINVAL error.
mremap.2
Mike Frysinger
s/unsigned long flags/int flags/ in SYNOPSIS.
pipe.2
mtk
Add SEE ALSO referring to popen.3.
posix_fadvise.2
mtk
Add SEE ALSO referring to readahead.2.
read.2
mtk
SEE ALSO for readv should refer to Section 2, not 3.
readahead.2
mtk
Add SEE ALSO referring to posix_fadvise.2.
send.2
Peter Eiserloh
Fix missing arguments in statement about equivalent send()
and sendto() calls.
setsid.2
mtk
Add SEE ALSO referring to tcgetsid.3.
shmctl.2
mtk
Minor wording change at start of DESCRIPTION.
stat.2
mtk
Add SEE ALSO referring to access.2.
statfs.2
mtk
Relocated "Note" about f_fsid.
write.2
mtk
SEE ALSO for writev should refer to Section 2, not 3.
__setfpucw.3
mtk, Joey
Added license statement (GPL) after consultation with
Joerg Scheurich.
assert_perror.3
Justin Pryzby
Add #define _GNU_SOURCE to prototype
difftime.3
Joey
Added note about time_t representation on other systems.
Added CONFORMING TO.
ftw.3
Justin Pryzby / mtk
A fairly major revision...
Document FTW_ACTIONRETVAL; include .SH "RETURN VALUE";
Reorganized and rewrote much of the page
Added an example program.
inet.3
Marc Lehmann
Fixed typo in NOTES.
Debian bug 370277.
isalpha.3
Joey
Updated CONFORMING TO.
mktemp.3
mtk
Updated CONFORMING TO.
printf.3
Walter Harms
Add documentation of %m.
readdir.3
mtk
Added SEE ALSO referring to ftw.3.
re_comp.3
mtk
Note that these functions are obsolete in favour of regcomp(3).
Justin Pryzby
Add SEE ALSO referring to regcomp.3
scandir.3
Mats Wichmann
Reworded CONFORMING TO statement on scandir() and alphasort().
strchr.3
Stefan Puiu
Fix prototype for strchrnul().
strtoul.3
Stefan Puiu
Add text clarifying treatment of strings starting with
minus sign.
tmpnam.3
mtk, after comments by Justin Pryzby
Add text noting the need to use open(O_EXCL).
mtk
Clarify discussion of use of free(3).
Various other minor changes to text and formatting.
tmpfile.3
mtk
Updated CONFORMING TO.
tmpnam.3
mtk, after comments by Justin Pryzby
Add text noting the need to use open(O_EXCL).
Updated CONFORMING TO.
undocumented.3
mtk
Remove offsetof(), which is now documented.
null.4
mtk
Added SEE ALSO referring to full.4.
console_codes.4
Thomas Dickey
Various improvements and corrections.
epoll.7
mtk
Added CONFORMING TO section mentioning FreeBSD kqueue and
Solaris /dev/poll.
feature_test_macros.7
mtk
Added pointer to location of LFS specification.
futex.7
mtk, after suggestion by Joey.
Added license statement to page, after discussion with
original author, bert hubert.
mtk
Reformat long lines; no content changes.
inotify.7
mtk
'path' argument renamed to 'pathname'.
A few minor rewordings.
Added BUGS section describing a couple of bugs.
ip.7
mtk
Add SEE ALSO referring to byteorder.3.
man.7
Justin Pryzby
Add SEE ALSO referring to groff_man(7).
Debian bug 369253.
==================== Changes in man-pages-2.35 ====================
Released: 2006-07-06
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alain Portal <aportal@univ-montp2.fr>
Andi Kleen <ak@suse.de>
Andrew Morton <akpm@osdl.org>
Bauke Jan Douma <bjdouma@xs4all.nl>
Davide Libenzi <davidel@xmailserver.org>
Denis Barbier <barbier@linuxfr.org>
Horacio Rodriguez Montero <Horacio.Rodriguez.Montero@galinter.com.ar>
Johan Lithander <johan.lithander@teligent.se>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Mike Frysinger <vapier@gentoo.org>
Stefan Puiu <stefanpuiuro@yahoo.com>
Thorsten Kukuk <kukuk@suse.de>
Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
New pages
---------
sync_file_range.2
Andrew Morton / mtk
New page for sync_file_range(2), new in kernel 2.6.17.
Changes to individual pages
---------------------------
adjtime.3
mtk
Noted BUG that occurs if 'delta' is specified as NULL.
See http://bugzilla.kernel.org/show_bug.cgi?id=6761
bind.2
Stefan Puiu
Add EADDRNOTAVAIL error.
Stefan Puiu / mtk
Make example code more complete.
epoll_ctl.2
mtk / Davide Libenzi
Added EPOLLRDHUP description.
mtk
Added SEE ALSO referring to poll.2.
poll.2
mtk / Davide Libenzi
Added POLLRDHUP description.
mtk
The correct header file is <poll.h>, not <sys/poll.h>.
Rewrote and reformatted various other parts.
readlink.2
mtk
Nowadays, readlink() returns 'ssize_t', as required in
POSIX.1-2001.
wavelan.4
mtk
Added license statement.
nscd.conf.5
Thorsten Kukuk
Add documentation for various new fields.
passwd.5
Horacio Rodriguez Montero
Add explanation of 'x' character in 'password' field.
mtk
The proper name of "*" is "asterisk" not "star".
tcp.7
Johan Lithander
Update RFC reference for ECN.
Andi Kleen
Add sentence on "low memory" limit for tcp_mem on 32-bit systems.
==================== Changes in man-pages-2.36 ====================
Released: 2006-07-11
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alain Portal <aportal@univ-montp2.fr>
Jens Axboe <jans@suse.de>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Kyle McMartin <kyle@mcmartin.ca>
Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
New pages
---------
MAINTAINING
mtk
How to maintain man-pages.
TODO
mtk
Things that it would be nice to get done for man-pages one day.
scripts/FIXME_list.sh
mtk
This script, intended for use by manual page maintainers,
displays the FIXMEs in the manual page source files.
Changes to individual pages
---------------------------
fdatasync.2
fsync.2
mtk
Added SEE ALSO referring to sync_file_range.2.
sendfile.2
mtk / Jens Axboe
Fix description of 'offset' argument to explain the case
where 'offset' is NULL.
ferror.3
Justin Pryzby
Add SEE ALSO referring to fdopen.3.
intro.3
mtk
Removed information about Section 3 subsections -- it doesn't
reflect current reality, and probably never has.
Added SEE ALSO referring to intro.2.
tcp.7
Kyle McMartin
Correction: tcp_window_scaling is ENabled by default.
==================== Changes in man-pages-2.37 ====================
Released: 2006-08-02
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alain Portal <aportal@univ-montp2.fr>
Dean Gaudet <dean@arctic.org>
Frank van Viegen <F.C.vanViegen@UTwente.nl>
Helmut Grohne <helmut@subdivi.de>
Ivana Varekova <varekova@redhat.com>
Thomas Huriaux <thomas.huriaux@gmail.com>
Ville Skytt<74> <ville.skytta@iki.fi>
Apologies if I missed anyone!
Global changes
--------------
Thomas Huriaux / mtk
Various formatting found as a result of reviewing the following
command were fixed.
for a in $(wc man?/*.?| awk '$1 > 2 ' | grep -v total); do
echo $a; groff -Tascii -wmac -mman $a > /dev/null;
done 2>&1 | less
See Debian Bug# 378544.
Typographical or grammatical errors have been corrected in several
places.
New pages
---------
readlinkat.2
mtk (after prompting from Ivana Varekova)
New page for readlinkat(2), new in kernel 2.6.16.
Changes to individual pages
---------------------------
ldd.1
Ville Skytt<74>
Document "-u" option.
chdir.2
mtk
Noted effect of fork() and execve() on current working directory.
chroot.2
mtk
Noted effect of fork() and execve() on root directory.
epoll_ctl.2
Frank van Viegen / mtk
Fix description of EBADF error.
exevce.2
mtk
Add text noting that effective IDs are copied to
saved set-IDs during execve().
See Debian bug 379297.
getitimer.2
mtk
Noted effect of fork() and execve() on interval tiemrs.
getrlimit.2
mtk
Noted effect of fork() and execve() on resource limits.
getpriority.2
mtk
Noted effect of fork() and execve().
inotify_add_watch.2
mtk
Some rewording; included text describing required file
permissions.
intro.2
mtk
Revised description of standards under CONFORMING TO.
makecontext.3
Helmut Grohne / mtk
Point out that args following 'argc' are int.
mtk
Added an example program.
Various minor wording fixes.
mmap.2
mtk
Expand description of MAP_POPULATE.
mtk, after prompting by Dan Gaudet
Expand description MAP_NONBLOCK.
mtk
Various minor formatting fixes.
openat.2
mtk
Added SEE ALSO linking to readlinkat.2.
nanosleep.2
mtk
Noted buggy behaviour in Linux 2.4 and earlier when
nanosleep() is restarted after receiving stop+SIGCONT signals.
nice.2
mtk
Very minor rewording.
readlink.2
mtk
Added SEE ALSO linking to readlinkat.2.
sched_setscheduler.2
mtk
Noted preservation of scheduling parameters across execve().
setpgid.2
mtk
Noted effect of fork() and execve() on process group ID.
setsid.2
mtk
Noted effect of fork() and execve() on session ID.
umask.2
mtk
Noted effect of fork() and execve() on umask.
atexit.3
mtk
Noted inheritance of registrations across fork().
capabilities.7
mtk
Added material on privileges required for move_pages().
CLONE_NEWNS needs CAP_SYS_ADMIN.
keyctl(KEYCTL_CHOWN) and keyctl(KEYCTL_SETPERM) require
CAP_SYS_ADMIN.
==================== Changes in man-pages-2.38 ====================
Released: 2006-08-03
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alain Portal <aportal@univ-montp2.fr>
Apologies if I missed anyone!
Global changes
--------------
There was a major reworking of the CONFORMING TO sections
in most manual pages.
mtk
* generally try to rationalise the names used for standards.
The preferred names are now documented as the head words
of the list in standards(7). For the future: there is
probably no need to talk about anything more than
C89, C99, POSIX.1-2001 (or later), xBSD, and SVr4.
(In particular, I've eliminated most references to XPG
and SVID, replacing them with references to SUS or SVr4.)
* eliminate discussion of errors that can occur on other
systems. This information exists only patchily in the
manual pages, is probably of limited use, is hard to maintain,
and was in some cases simply wrong (and probably always was).
* Tried to ensure that those interfaces specified in C99 or
POSIX.1-2001 are marked as such in their manual pages.
intro.1
intro.2
intro.3
intro.4
intro.5
intro.7
feature_test_macros.7
mtk
Added SEE ALSO referring to new standards.7.
Changed instances of "HP UX" to "HP-UX".
mtk
Changed instances of "DG-UX to "DG/UX"
mtk
Typographical or grammatical errors have been corrected in several
places.
New pages
---------
standards.7
mtk
Based on material taken from intro.2, but expanded to
include discussion of many additional standards.
Changes to individual pages
---------------------------
bind.2
mtk
Minor wording change for ENOTSOCK error.
intro.2
mtk
Removed information on standards to new standards.7.
==================== Changes in man-pages-2.39 ====================
Released: 2006-08-05
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alain Portal <aportal@univ-montp2.fr>
Apologies if I missed anyone!
Global changes
--------------
Updated CONFORMING TO and/or standards references
mtk
In various pages that were missed for 2.38.
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
chdir.2
mtk
_XOPEN_SOURCE=500 also gets fchdir() prototype.
standards.7
mtk
Added a few more standards, and expand some explanations.
==================== Changes in man-pages-2.40 ====================
Released: 2006-09-04
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alain Portal <aportal@univ-montp2.fr>
Andi Kleen <ak@suse.de>
Andries Brouwer <Andries.Brouwer@cwi.nl>
Christoph Hellwig <hch@lst.de>
Chuck Ebbert <76306.1226@compuserve.com>
Samuel Thibault <samuel.thibault@ens-lyon.org>
Toralf F<>rster <toralf.foerster@gmx.de>
Apologies if I missed anyone!
Global changes
--------------
faccessat.2
fchmodat.2
fchownat.2
fstatat.2
futimesat.2
linkat.2
mkdirat.2
mknodat.2
openat.2
readlinkat.2
renameat.2
symlinkat.2
mtk (after a note by Alain Portal)
Make naming of 'pathname' argument consistent; various
minor rewordings.
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
clone.2
mtk
Reinstate text on CLONE_DETACHED, and add a few words.
execve.2
mtk
Added list of process attributes that are not preserved on exec().
fork.2
mtk, after a suggestion by Christoph Hellwig
Greatly expanded, to describe all attributes that differ
in parent and child.
linkat.2
mtk
Document AT_SYMLINK_FOLLOW (new in 2.6.18).
set_mempolicy.2
mtk / Andi Kleen
Memory policy is preserved across execve().
write.2
mtk / Alain Portal
SEE ALSO for writev should refer to Section 2, not 3.
(i.e., really make the change that was logged in 2.34)
getcwd.3
Samuel Thibault / mtk
Fix SYNOPSIS and CONFORMING TO text for getwd() and
get_current_dir().
See Debian bug: 381692
proc.5
Chuck Ebbert
Document /proc/PID/auxv.
capabilities.7
Alain Portal
Restore text accidentally deleted in 2.39.
regex.7
mtk / Alain Portal
Change references to "1003.2" to "POSIX.2".
==================== Changes in man-pages-2.41 ====================
Released: 2006-10-12
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andi Kleen <ak@suse.de>
Andries Brouwer <Andries.Brouwer@cwi.nl>
Andrew Morton <akpm@osdl.org>
Britton Leo Kerin <bkerin_rb@letterboxes.org>
Dan Jacobson <jidanni@jidanni.org>
Guillem Jover <guillem@hadrons.org>
Hrvoje Niksic <hniksic@xemacs.org>
Jens Axboe <axboe@suse.de>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Kevin Ryde <user42@zip.com.au>
Marcel Holtmann <marcel@holtmann.org>
Senthil Kumar <senthilkumar_sen@hotpop.com>
Stefan Puiu <stefanpuiuro@yahoo.com>
Stuart MacDonald <stuartm@connecttech.com>
Trond Myklebust <trond.myklebust@fys.uio.no>
Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
New pages
---------
splice.2
tee.2
vmsplice.2
Jens Axboe / Michael Kerrisk
See also:
http://lwn.net/Articles/118760/
http://lwn.net/Articles/178199/
http://lwn.net/Articles/179492/
http://kerneltrap.org/node/6505
http://lwn.net/Articles/179434/
Changes to individual pages
---------------------------
ldd.1
Stefan Puiu
Note glibc version where "ldd -u" appeared.
execve.2
mtk
The PR_SET_NAME setting is not preserved across an execve().
fork.2
mtk
Mappings marked with madvise(MADV_DONTFORK) are not inherited
by child.
getdtablesize.2
mtk
Noted that sysconf(_SC_OPEN_MAX) is preferred in portable
applications.
getpagesize.2
mtk
Noted that sysconf(_SC_PAGE_SIZE) is preferred in portable
applications.
_SC_PAGE_SIZE is available on most systems.
madvise.2
mtk
Document MADV_REMOVE, new in 2.6.16.
Document MADV_DONTFORK / MADV_DOFORK, new in 2.6.16.
mount.2
mtk / Trond Myklebust
MNT_FORCE can cause data loss.
mmap.2
mtk
Added note on Linux's old (pre-2.6.12) buggy treatment of
length==0.
Justin Pryzby / mtk
Added some EINVAL errors.
mremap.2
mtk
Remove superfluous "#include <unistd.h>" from SYNOPSIS.
msync.2
mtk
Added EBUSY error for case where MS_INVALIDATE is applied to
a locked region.
posix_fadvise.2
Andrew Morton
Since 2.6.18, POSIX_FADV_NOREUSE is a no-op.
prctl.2
Marcel Holtmann / mtk
Since kernel 2.6.18, setting 2 for PR_SET_DUMPABLE is no longer
possible.
Guillem Jover
Updated Linux versions where the options where introduced.
Added PR_SET_TIMING, PR_GET_TIMING, PR_SET_NAME, PR_GET_NAME,
PR_SET_UNALIGN, PR_GET_UNALIGN, PR_SET_FPEMU, PR_GET_FPEMU,
PR_SET_FPEXC, PR_GET_FPEXC.
Michael Kerrisk
Document PR_GET_ENDIAN and PR_SET_ENDIAN.
remap_file_pages.2
mtk
Add "#define _GNU_SOURCE" to SYNOPSIS.
sync_file_range.2
mtk
Noted that sync_file_range() appeared in kernel 2.6.17.
vfork.2
mtk
Noted interactions with fork handlers in multithreaded programs.
wait4.2
mtk
Added feature test macros to SYNOPSIS.
clog2.3
mtk / aeb / Kevin Ryde
Fix broken text in description.
See Debian bug 386214.
clog10.3
Kevin Ryde
Fix broken text in description.
See Debian bug 386214.
mq_receive.3
Britton Leo Kerin
Fix return type in SYNOPSIS; should be "ssize_t" not "mqd_t".
See Debian bug 387551.
qsort.2
Hrvoje Niksic
Fix wording referring to the use of strcmp() in 'compar'
function.
See Debian bug 391402.
sendfile.2
mtk
Added SEE ALSO referring to new splice.2 page.
termios.3
mtk
Documented IUTF8 (which was new in kernel 2.6.4).
tzset.3
mtk
Added some TZ examples.
See Debian bug 386087.
proc.5
mtk
Added delayacct_blkio_ticks (new in 2.6.18) to /proc/PID/statm.
ip.7
Stuart MacDonald / Andi Kleen
Fix discussion for TCP error queue /IP_RECVERR on TCP.
pthreads.7
mtk
Noted effect of RLIMIT_STACK resource limit for NPTL.
socket.7
Senthil Kumar
Place socket options in alphabetical order.
==================== Changes in man-pages-2.42 ====================
Released: 2006-11-24
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andrew Morton <akpm@osdl.org>
Chuck Ebbert <76306.1226@compuserve.com>
Doug Goldstein <cardoe@gentoo.org>
Eduard Bloch <blade@debian.org>
Evan Teran <eteran@alum.rit.edu>
Pavel Heimlich <tropikhajma@seznam.cz>
Petr Baudis <pasky@ucw.cz>
Randy Dunlap <rdunlap@xenotime.net>
Ulrich Drepper <drepper@redhat.com>
Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
brk.2
Evan Teran / mtk
Add text describing behaviour of the Linux brk() system call
and point out that the glibc brk() wrapper provides different
behaviour.
mtk
Note that sbrk() is implemented as a library function in glibc
that calls the brk() system call.
futex.2
mtk
FUTEX_FD is scheduled for removal in June 2007.
getaddrinfo.3
getnameinfo.3
Ulrich Drepper, with edits by mtk
Add text describing Internationalized Domain Name
extensions.
open.2
mtk / Eduard Bloch
Fix description of O_LARGEFILE to mention required feature test
macros.
ptrace.2
Chuck Ebbert
Since Linux 2.6.18, the PID of the new process is also available
for PTRACE_EVENT_VFORKDONE.
syslog.3
Doug Goldstein
Fix header file required for vsyslog() in SYNOPSIS.
wcwidth.3
Petr Baudis
Fix CONFORMING TO.
core.5
mtk
Linux 2.4.21 added core_pattern (which was already in 2.6).
Noted a few more reasons why a core dump file might not
be produced.
==================== Changes in man-pages-2.43 ====================
Released: 2006-11-29
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andi Kleen <ak@suse.de>
David Brownell <david-b@pacbell.net>
Eduard Bloch <blade@debian.org>
Egmont Koblinger <egmont@uhulinux.hu>
Reuben Thomas <rrt@sc3d.org>
Apologies if I missed anyone!
Global changes
--------------
Typographical or grammatical errors have been corrected in several
places.
Changes to individual pages
---------------------------
ioperm.2
mtk
Clarify discussion of privilege requirements.
Added ENOMEM to ERRORS.
open.2
mtk / Eduard Bloch
Clarify description of O_LARGEFILE.
crypt.3
Egmont Koblinger
Make desription of MD5 output string less ambiguous.
strerror.3
Reuben Thomas
Add C99 to CONFORMING TO; see Debian bug 400634.
rtc.4
David Brownell
Update the RTC man page to reflect the new RTC class framework:
- Generalize ... it's not just for PC/AT style RTCs, and there
may be more than one RTC per system.
- Not all RTCs expose the same feature set as PC/AT ones; most
of these ioctls will be rejected by some RTCs.
- Be explicit about when {A,P}IE_{ON,OFF} calls are needed.
- Describe the parameter to the get/set epoch request; correct
the description of the get/set frequency parameter.
- Document RTC_WKALM_{RD,SET}, which don't need AIE_{ON,OFF} and
which support longer alarm periods.
- Hey, not all system clock implementations count timer irqs any
more now that the new RT-derived clock support is merging.
proc.5
mtk
s/fseek(3)/lseek(2)/ under /proc/PID/mem entry.
feature_test_macros.7
mtk / Eduard Bloch
The LFS spec is now at http://opengroup.org/platform/lfs.html.
raw.7
udp.7
Andi Kleen
Describe the correct default for UDP/RAW path MTU discovery.
==================== Changes in man-pages-2.44 ====================
Released: 2007-04-04
Contributors
------------
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Andre Majorel <aym-naideb@teaser.fr>
Benjamin Gilbert <bgilbert@cs.cmu.edu>
Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
Chuck Ebbert <76306.1226@compuserve.com>
Ivana Varekova <varekova@redhat.com>
Jakub Jelinek <jakub@redhat.com>
John Ward <jward@idealcorp.com>
Jorge Peixoto de Morais Neto <jorgepeixotomorais@gmail.com>
Julien Blache <jblache@debian.org>
Julien Cristau <jcristau@debian.org>
Justin Pryzby <justinpryzby@users.sourceforge.net>
Mart<EFBFBD>n Ferrari <martin.ferrari@gmail.com>
Mike Frysinger <vapier@gentoo.org>
Nick Piggin <npiggin@suse.de>
Nick Pollitt <npollitt@mvista.com>
Nicolas Fran<61>ois <nicolas.francois@centraliens.ne>
P<EFBFBD>draig Brady <P@draigBrady.com>
Premysl Hruby <dfenze@gmail.com>
Reuben Thomas <rrt@sc3d.org>
Samuel Thibault <samuel.thibault@ens-lyon.org>
Serge E. Hallyn <serge@hallyn.com>
Thomas Huriaux <thomas.huriaux@gmail.com>
Timo Sirainen <tss@iki.fi>
Val Henson <val_henson@linux.intel.com>
Apologies if I missed anyone!
New pages
---------
termio.7
mtk, after a bit of prodding by Reuben Thomas
A brief discussion of the old System V termio interface,
with pointers to pages that will contain the information
that the reader probably wants.
scripts/find_repeated_words.sh
mtk
Find consecutive duplicate words in a man page, some of
which may me grammar errors.
Global changes
--------------
mtk
JustinPyzby / mtk
Add "#define _ATFILE_SOURCE" to SYNOPSIS in following pages:
faccessat.2
fchmodat.2
fchownat.2
fstatat.2
futimesat.2
linkat.2
mkdirat.2
mknodat.2
openat.2
readlinkat.2
renameat.2
symlinkat.2
unlinkat.2
mkfifoat.3
mtk
Various references to "getty" were changed to "mingetty", since
that is the manual page more likely to be found on current systems.
mtk, after a suggestion by Reuben Thomas <rrt@sc3d.org>
Updated various header pages to accurately reflect which functions
are and are not part of C89. Also fixed/improved a few other
CONFORMING TO entries.
mtk
s/Unices/Unix systems/ on the 5 pages where it appears.
mtk
Wrapped long source lines in the following files
man2/getsockopt.2
man2/mknodat.2
man2/io_setup.2
man2/select_tut.2
man2/select.2
man2/readlinkat.2
man2/io_cancel.2
man2/syslog.2
man3/wcsncat.3
man3/getipnodebyname.3
man3/cmsg.3
man3/wcpncpy.3
man3/wcsrtombs.3
man3/wcstok.3
man3/fgetwc.3
man3/wmemcmp.3
man3/wcsspn.3
man3/div.3
man3/modf.3
man3/stdio_ext.3
man3/ctermid.3
man3/des_crypt.3
man3/wcsncmp.3
man3/wmemchr.3
man3/wcsstr.3
man3/wmemcpy.3
man3/wprintf.3
man3/wcsnrtombs.3
man3/termios.3
man3/erf.3
man3/ceil.3
man3/lround.3
man3/nextafter.3
man3/wcsncpy.3
man3/wmemset.3
man3/getw.3
man4/console_ioctl.4
man4/sk98lin.4
man7/environ.7
man7/unix.7
man7/time.7
mtk
Added a SEE ALSO reference for feature_test_macros(7) to all
pages where a feature test macro appears in the SYNOPSIS.
mtk
Added SEE ALSO entry pointing to time.7
alarm.2
nanosleep.2
ualarm.3
usleep.3
Justin Pryzby / mtk
Fixed consecutive duplicate word typos on a number of pages.
Typographical or grammatical errors have been corrected in several
places. (Special thanks to Nicolas Fran<61>ois!)
Changes to individual pages
---------------------------
access.2
mtk
Since 2.6.20, access() honours the MS_NOEXEC mount flag.
Jorge Peixoto de Morais Neto / mtk
Improve ENOENT description.
clone.2
mtk
Added some detail to the prototype.
Added some notes on IA-64's clone2().
epoll_ctl.2
mtk
Add text to note that EPOLLRDHUP appeared in kernel 2.6.17.
faccessat.2
Justin Pryzby
Various fixes as per Debian bug 411177.
* s/effective/real/ in description text.
* added <fcntl.h> to synopsis.
* various other changes.
getrlimit.2
mtk / Fedora downstream patches; thanks to Ivana Varekova
Added a few words to note that RLIMIT_NPROC is really a limit on
threads.
io_cancel.2
io_destroy.2
io_getevents.2
io_setup.2
io_submit.2
Fedora downstream patches; thanks to Ivana Varekova
s%linux/aio.h%libaio.h% in SYNOPSIS.
Changed return type from "long" to "int".
mbind.2
Samuel Thibault / mtk
Fix EINVAL description.
See Debian bug 411777.
mincore.2
Nick Piggin
Kernel 2.6.21 fixes several earlier bugs in mincore().
Nick Pollitt
Remove words "of a file" -- mincore() is describing
memory residence information, not properties of a file.
mtk
Rewrote various parts to make the page clearer.
mmap.2
mtk
Rewrote and reorganised various parts to be clearer.
Taken from Fedora downstream patches; thanks to Ivana Varekova
Removed text stating that mmap() never returns 0; that's
not true.
mount.2
mtk / Val Henson
Document MS_RELATIME, new in Linux 2.6.20.
open.2
Andre Majorel / mtk
On Linux, the error returned when opening a large file on a
32-bit system is actually EFBIG, not EOVERFLOW.
posix_fadvise.2
P<>draig Brady
Fix RETURN VALUE description: returns error number of failure.
rename.2
mtk / Timo Sirainen
Various improvements to DESCRIPTION.
See Debian bug 416012.
semop.2
mtk
If sops contains multiple operations, then these are performed
in array order. All Unix systems that I know of do this,
and some Linux applications depend on this behaviour. SUSv3
made no explicit statement here, but SUSv4 will explicitly
require this behaviour.
Small rewording of explanation of "atomically".
signal.2
Nicolas Fran<61>ois
Fix incorrect argument name in DESCRIPTION.
mtk
Small wording improvement.
socket.2
Nicolas Fran<61>ois
Add reference to ipv6.7 page.
socketcall.2
Nicolas Fran<61>ois
Fix .TH line.
splice.2
Benjamin Gilbert
Fix inconsistent argument names in SYNOPSIS and DESCRIPTION.
statvfs.2
mtk
Small wording clarification.
symlink.2
mtk / Nicolas Fran<61>ois
Removed cryptic text under CONFORMING to referring to
"open(2) and NFS". There is no relevant text in open.2 as
far as I (mtk) can see.
time.2
mtk / Reuben Thomas
Remove sentence "gettimeofday() obsoleting time() on 4.3BSD".
This information is old, and probably no longer relevant.
See Debian bug 403888.
write.2
mtk, after an idea from a downstream Fedora patch.
Clarified discussion of /count == 0/ case.
ptrace.2
Chuck Ebbert
When the parent receives an event with PTRACE_EVENT_* set,
the child is not in the normal signal delivery path. This
means the parent cannot do ptrace(PTRACE_CONT) with a signal
or ptrace(PTRACE_KILL). kill() with a SIGKILL signal can be
used instead to kill the child process after receiving one
of these messages.
sched_setaffinity.2
mtk
Fix glibc version number in description of 'cpusetsize' argument.
vfork.2
mtk
Stripped some excess/outdated text from the BUGS section.
basename.3
mtk / Jorge Peixoto de Morais Neto
Add text to clarify that the pointer returned by these
functions may be into some part of 'path'.
dlopen.3
Taken from Fedora downstream patches; thanks to Ivana Varekova
+ Carlo Marcelo Arenas Belon
Add "#include <stdlib.h>" to example program.
fclose.3
mtk
Complete rewrite. The existing page was hard to read,
and the RETURN VALUE description seems to be wrong.
getopt.3
mtk
Added getopt() example program.
mtk
Add a few words to clarify the operation of the GNU-specific
double-colon feature, which allows options to have optional
arguments.
See Debian bug352139.
glob.3
Nicolas Fran<61>ois
Fix PROTOTYPE.
inet_network.3
mtk, after an idea from a downstream Fedora patch.
Clarified description of inet_network().
log.3
Nicolas Fran<61>ois
Fix .TH line.
log10.3
Nicolas Fran<61>ois
Fix .TH line.
malloc.3
Nicolas Fran<61>ois
Small rewording to mention calloc().
posix_openpt.3
Mart<72>n Ferrari
Fix return type in SYNOPSIS; as per Debian bug 400971.
Needs _XOPEN_SOURCE == 600; as per Debian bug 400975.
Julien BLACHE
s/ptsname/posix_openpt/ in RETURN VALUE
re_comp.3
Taken from Fedora downstream patches; thanks to Ivana Varekova
Add "#define _REGEX_RE_COMP" to SYNOPSIS.
regex.3
Nicolas Fran<61>ois
Fix .TH line.
termios.3
mtk
Added .SS headers to give some structure to this page; and a small
amount of reordering.
mtk
Added a section on canonical and non-canonical mode.
mtk
Enhanced the discussion of "raw" mode for cfmakeraw().
mtk
Document CMSPAR.
mtk
Make description of PARODD a little clearer.
Reuben Thomas
Add SEE ALSO link to tty_ioctl.4
mtk
Add SEE ALSO link to console_ioctl.4
ualarm.3
mtk
Removed BSD prototype from synopsis.
Various rewordings.
usleep.3
mtk
Removed BSD prototype from synopsis.
Various rewordings.
termcap.5
Taken from Fedora downstream patches; thanks to Ivana Varekova
s/curses/ncurses/ under SEE ALSO
bootparam.7
Taken from Fedora downstream patches; thanks to Ivana Varekova
Documented "mem=nopentium".
feature_test_macros.7
mtk
The default treatment of _POSIX_C_SOURCE changed in glibc 2.4.
mtk, after a suggestion by Justin Pryzby
Added some text warning that the "__" macros that
<features.h> defines internally should never be
directly defined by programs.
mtk, based on notes by Jakub Jelinek
Document _FORTIFY_SOURCE
(See http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html )
mtk
Document _REENTRANT and _THREAD_SAFE.
mdoc.7
mtk / Nicolas Fran<61>ois
Remove CONFIGURATION section, since this does not seem to be
true for Linux.
svipc.7
Nicolas Fran<61>ois
Fix data types in associated data structures;
remove non-existent semzcnt and semncnt fields.
time.7
mtk
Since kernel 2.6.20, the software clock can also be 300 HZ.
==================== Changes in man-pages-2.45 ====================
Released: 2007-04-05
Global changes
--------------
This release consists mainly of formatting fixes (to a large
number of pages) to achieve greater consistency across pages.
With the exception of the few individual changes noted below,
no changes were made to content.
Changes to individual pages
---------------------------
io_destroy.2
io_getevents.2
io_setup.2
io_cancel.2
io_submit.2
mtk
Clarified RETURN VALUE text
bindresvport.3
mtk
Rewrote prototype using modern C syntax.
==================== Changes in man-pages-2.46 ====================
Released: 2007-04-06
Global changes
--------------
This release consists mainly of formatting fixes (to a large
number of pages) to achieve greater consistency across pages:
* Most instances of two or more consecutive blank lines in man
page output were shrunk to a single line.
* A number of example programs were reformatted
to more closely match K&R style.
* In various places (mainly code examples), the use of tabs was
replaced by spaces
With the exception of the few individual changes noted below,
no changes were made to content.
Changes to individual pages
---------------------------
bdflush.2
mtk
Add <sys/kdaemon.h> header file to SYNOPSIS.
sched_rr_get_interval.2
mtk
Moved timespec definition from SYNOPSIS into description.
select_tut.2
mtk
Make SYNOPSIS match select.2.