OSDN Git Service

(split) LDP: Update original to LDP v3.38.
authorAkihiro MOTOKI <amotoki@gmail.com>
Mon, 23 Apr 2012 01:58:44 +0000 (10:58 +0900)
committerAkihiro MOTOKI <amotoki@gmail.com>
Mon, 23 Apr 2012 01:58:44 +0000 (10:58 +0900)
93 files changed:
original/Changes [new file with mode: 0644]
original/Changes.old [new file with mode: 0644]
original/README [new file with mode: 0644]
original/man-pages-3.38.Announce [new file with mode: 0644]
original/man-pages-3.38.lsm [moved from original/man-pages.lsm with 82% similarity]
original/man1/getent.1
original/man2/_exit.2
original/man2/add_key.2
original/man2/chmod.2
original/man2/fallocate.2
original/man2/fcntl.2
original/man2/futimesat.2
original/man2/intro.2
original/man2/keyctl.2
original/man2/open.2
original/man2/ptrace.2
original/man2/request_key.2
original/man2/rt_sigqueueinfo.2
original/man2/symlinkat.2
original/man2/syscalls.2
original/man2/unlinkat.2
original/man2/utimensat.2
original/man2/vfork.2
original/man2/wait.2
original/man3/CPU_SET.3
original/man3/abs.3
original/man3/aligned_alloc.3 [new file with mode: 0644]
original/man3/btowc.3
original/man3/cbrt.3
original/man3/copysign.3
original/man3/end.3
original/man3/err.3
original/man3/fmod.3
original/man3/fopen.3
original/man3/get_nprocs.3 [new file with mode: 0644]
original/man3/get_nprocs_conf.3 [new file with mode: 0644]
original/man3/getaddrinfo_a.3
original/man3/getifaddrs.3
original/man3/intro.3
original/man3/iswctype.3
original/man3/longjmp.3
original/man3/malloc.3
original/man3/malloc_get_state.3 [new file with mode: 0644]
original/man3/malloc_set_state.3 [new file with mode: 0644]
original/man3/mallopt.3 [new file with mode: 0644]
original/man3/mkdtemp.3
original/man3/mtrace.3
original/man3/offsetof.3
original/man3/posix_memalign.3
original/man3/pthread_attr_init.3
original/man3/pthread_attr_setaffinity_np.3
original/man3/pthread_attr_setdetachstate.3
original/man3/pthread_attr_setguardsize.3
original/man3/pthread_attr_setinheritsched.3
original/man3/pthread_attr_setschedparam.3
original/man3/pthread_attr_setschedpolicy.3
original/man3/pthread_attr_setscope.3
original/man3/pthread_attr_setstackaddr.3
original/man3/pthread_attr_setstacksize.3
original/man3/pthread_cancel.3
original/man3/pthread_cleanup_push.3
original/man3/pthread_cleanup_push_defer_np.3
original/man3/pthread_create.3
original/man3/pthread_equal.3
original/man3/pthread_exit.3
original/man3/pthread_getattr_np.3
original/man3/pthread_getcpuclockid.3
original/man3/pthread_self.3
original/man3/pthread_setaffinity_np.3
original/man3/pthread_setcancelstate.3
original/man3/pthread_setconcurrency.3
original/man3/pthread_setschedparam.3
original/man3/pthread_setschedprio.3
original/man3/pthread_sigqueue.3
original/man3/pthread_testcancel.3
original/man3/pvalloc.3 [new file with mode: 0644]
original/man3/qsort.3
original/man3/rtnetlink.3
original/man3/scandir.3
original/man3/scandirat.3 [new file with mode: 0644]
original/man3/sigqueue.3
original/man3/sigwait.3
original/man3/stpcpy.3
original/man3/strftime.3
original/man3/tzset.3
original/man5/elf.5
original/man7/capabilities.7
original/man7/mdoc.7
original/man7/mdoc.samples.7
original/man7/packet.7
original/man7/tcp.7
original/man8/ld.so.8
translation_list

diff --git a/original/Changes b/original/Changes
new file mode 100644 (file)
index 0000000..fb7ca8f
--- /dev/null
@@ -0,0 +1,219 @@
+==================== Changes in man-pages-3.38 ====================
+
+Released: 2012-03-25, Christchurch
+
+
+Contributors
+------------
+
+The following people contributed patches/fixes or (noted in brackets
+in the changelog below) reports, notes, and ideas that have been
+incorporated in changes in this release:
+
+Akihiro MOTOKI <amotoki@gmail.com>
+Artyom Pervukhin <artyom@evasive.ru>
+Beňas Petr <xbenas00@stud.fit.vutbr.cz>
+Ben Bacarisse <software@bsb.me.uk>
+Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
+David Prévot <david@tilapin.org>
+Denis Barbier <bouzim@gmail.com>
+Denys Vlasenko <vda.linux@googlemail.com>
+Eric Blake <ebb9@byu.net>
+Iain Fraser <iainkfraser@gmail.com>
+Justin T Pryzby <justinp@norchemlab.com>
+Kirill Brilliantov <brilliantov@inbox.ru>
+Mark R Bannister <mark@proseconsulting.co.uk>
+Matthew Gregan <kinetik@flim.org>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Nix <nix@esperi.org.uk>
+Peter Schiffer <pschiffe@redhat.com>
+Sergei Zhirikov <sfzhi@yahoo.com>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+get_nprocs_conf.3
+    Beňas Petr
+        New page documenting get_nprocs_conf(3) and get_nprocs(3)
+    Michael Kerrisk
+        Some additions and improvements
+
+malloc_get_state.3
+    Michael Kerrisk
+        New page documenting malloc_get_state(3) and malloc_set_state(3)
+
+mallopt.3
+    Michael Kerrisk
+        New man page for mallopt(3)
+
+mtrace.3
+    Michael Kerrisk
+        Complete rewrite of page, adding much more detail
+
+scandirat.3
+    Mark R Bannister
+        New page for scandirat(3) (new in glibc 2.15)
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+posix_memalign.3
+    Michael Kerrisk
+        Document aligned_alloc(3)
+            aligned_alloc() is new in C11.
+    Michael Kerrisk
+        Document pvalloc(3)
+
+qsort.3
+    Mark R Bannister
+        Add documentation of qsort_r(3)
+    Ben Bacarisse
+        Improvements to Mark R Bannister's qsort_r() patch
+    Michael Kerrisk
+        Add VERSIONS section for qsort_r()
+
+
+New and changed links
+---------------------
+
+aligned_alloc.3
+    Michael Kerrisk
+        New link to posix_memalign.3
+
+get_nprocs.3
+    Beňas Petr
+        Link to new get_nprocs_conf.3 page
+
+malloc_set_state.3
+    Michael Kerrisk
+        Link to new malloc_get_state.3 page
+
+pvalloc.3
+    Michael Kerrisk
+        New link to posix_memalign.3
+
+
+Global changes
+--------------
+
+Various pages
+    Michael Kerrisk
+        Global formatting fix: balance .nf/.fi pairs
+
+Various pages
+    Michael Kerrisk
+        Global fix: place sections in correct order
+
+Various pages
+    Michael Kerrisk  [Justin T Pryzby]
+        Global fix: Remove duplicated words
+            Remove instances of duplicate words found using Justin's
+            grep-fu:
+
+                for f in man?/*.[1-9]; do
+                    grep -HE ' ([[:alpha:]]{2,} +)\1' "$f" |
+                        grep -Evw '(proc|hugetlbfs|XXX*|root|long) *\1';
+                done | grep -E --colo ' ([[:alpha:]]{2,} +)\1'
+
+Various pages
+    Michael Kerrisk
+        Correct order of SEE ALSO entries
+
+
+Changes to individual pages
+---------------------------
+
+futimesat.2
+    Michael Kerrisk
+        PROTOTYPE: Correct header file and feature test macro requirements
+
+keyctl.2
+    Bjarni Ingi Gislason
+        Strip trailing tabs from source line
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664688
+
+ptrace.2
+    Denys Vlasenko
+        Document PTRACE_GETEVENTMSG for PTRACE_EVENT_EXEC
+    Denys Vlasenko
+        Various fixes to recent updates of this page
+
+symlinkat.2
+    Michael Kerrisk  [Eric Blake]
+        PROTOTYPE: Correct header file
+
+syscalls.2
+    Michael Kerrisk
+        Remove unimplemented system calls from main syscall list
+            The unimplemented system calls are in any case noted lower down
+            in the page. Also: rearrange the text describing the unimplemented
+            system calls.
+    Michael Kerrisk
+        Note a few system calls that were removed in Linux 2.6
+    Michael Kerrisk
+        Add process_vm_readv(2) and process_vm_writev(2)
+
+unlinkat.2
+    Michael Kerrisk  [Eric Blake]
+        PROTOTYPE: Correct header file
+    Michael Kerrisk
+        PROTOTYPE: Add <fcntl.h> for AT_* constants
+
+utimensat.2
+    Michael Kerrisk
+        PROTOTYPE: Add <fcntl.h> for AT_* constants
+
+copysign.3
+    Michael Kerrisk  [Tolga Dalman]
+        DESCRIPTION: Add a couple of examples
+
+malloc.3
+    Michael Kerrisk
+        NOTES: Add a short discussion of arenas
+    Michael Kerrisk
+        Replace discussion of MALLOC_CHECK_ with pointer to mallopt(3)
+    Michael Kerrisk
+        SEE ALSO: Add mtrace(3)
+        SEE ALSO: add malloc_get_state(3)
+
+posix_memalign.3
+    Michael Kerrisk
+        Rename memalign() argument
+            Rename "boundary" to "alignment" for consistency
+            with posix_memalign().
+    Michael Kerrisk
+        Improve discussion of feature test macros and header files for valloc(3)
+
+rtnetlink.3
+    Kirill Brilliantov  [Sergei Zhirikov]
+        Fix example code, rta_len assignment should use RTA_LENGTH()
+            See also http://bugs.debian.org/655088
+
+scandir.3
+    Mark R Bannister
+        SEE ALSO: Add scandirat(3)
+
+sigqueue.3
+    Nix
+        Remove rt_sigqueueinfo from TH line
+            rt_sigqueueinfo() now has its own manual page, so should not
+            be listed in the .TH line of this page.
+
+tzset.3
+    Peter Schiffer
+        Correct description for Julian 'n' date format
+            The Julian 'n' date format counts starting from 0, not 1.
+    Michael Kerrisk
+        Add some clarifying remarks to discussion of Julian day formats
+
+packet.7
+    Michael Kerrisk  [Iain Fraser]
+        Fix comment on 'sll_hatype' field
+
+tcp.7
+    Michael Kerrisk  [Artyom Pervukhin]
+        Correct RFC for TIME_WAIT assassination hazards
diff --git a/original/Changes.old b/original/Changes.old
new file mode 100644 (file)
index 0000000..58ecbdc
--- /dev/null
@@ -0,0 +1,22732 @@
+==================== 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
+--------------
+
+Various pages
+    Fabian Kreutz
+        Many math pages had their synopses compressed, as per suggestion
+        from Fabian Kreutz.
+
+Various pages
+    Fabian Kreutz / aeb
+        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.
+
+Various pages
+    mtk
+        For consistency, all instances of "super-user" were changed
+        to the more common "superuser".
+
+Various pages
+    Vasya Pupkin / mtk
+        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 behavior 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(1).
+
+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 initialize
+        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 Debian bug report from Anand Kumria
+        Added "no swap space signature" to EINVAL error.
+    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 behavior 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 behavior.
+        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
+--------------
+
+accept.2
+close.2
+send.2
+setsid.2
+socket.2
+closedir.3
+initgroups.3
+mkstemp.3
+opendir.3
+readdir.3
+telldir.3
+    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 these pages.
+
+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
+            .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
+        See 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 from <stdlib.h>
+        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 behavior
+        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
+--------------
+
+ctime.3
+tzselect.8
+zdump.8
+zic.8
+    Martin (Joey) Schulze
+        Removed SEE ALSO reference to nonexistent newctime(3).
+        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 behavior 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 behavior: 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
+    Branden Robinson
+    Colin Watson
+        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
+--------------
+
+console.4
+console_ioctl.4
+mouse.4
+tty.4
+vcs.4
+    Pavel Heimlich
+        Change `ttys(4)' to `ttyS(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 behavior 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().
+
+confstr.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
+--------------
+
+Various pages
+    mtk
+        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
+        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
+        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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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
+--------------
+
+Various pages
+    mtk
+        The terms "set-user-ID" and "set-group-ID" are now used
+        consistently (no abbreviations) across all manual pages.
+
+Various pages
+    mtk
+        Consistent use of "saved set-user-ID" and "saved set-group-ID"
+        (no more "saved user ID", "saved effective UID",
+        saved group ID", etc.)
+
+Various pages
+    mtk
+        Global fixes in textual descriptions:
+
+            uid --> UID
+            gid --> GID
+            pid --> PID
+            id --> ID
+
+Various pages
+    mtk
+        Consistent use of st_atime, st_ctime, st_mtime, with
+        explanatory text, instead of atime/ctime/mtime.
+
+Various pages
+    mtk
+        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 François <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
+--------------
+
+Various pages
+    mtk
+        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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 downward.
+
+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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=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 favor of pivot root.
+        (However, the page still needs to be rewritten to actually
+        describe the pivot_root method...)
+        As per http://bugs.debian.org/cgi-bin/bugreport.cgi?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
+--------------
+
+Various pages
+    mtk
+        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 <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
+        Change <netinet/in.h> to <arpa/inet.h> in prototype; add text
+        explaining that some systems need the former header.
+        As per http://bugs.debian.org/cgi-bin/bugreport.cgi?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.
+
+Various pages
+    mtk
+        Function and page cross references that were italicized were
+        made bold (which is how the majority of function and page
+        cross references were already done).
+
+Various pages
+    mtk
+        Instances of things like "NULL-terminated string" were changed to
+        "null-terminated string".
+
+Various pages
+    mtk
+        Pathnames, structures, arguments, and <header-files> that were
+        bold were changed to italics.
+
+Various pages
+    mtk
+        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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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
+        http://bugs.debian.org/cgi-bin/bugreport.cgi?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
+        http://bugs.debian.org/cgi-bin/bugreport.cgi?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 nonexistent 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 flavor 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 link 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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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.3
+    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.
+        As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306867
+
+gethostbyname.3
+    Martin (Joey) Schulze / mtk
+        Added references to nsswitch.conf(5); remove cross references
+        to resolv+(8).
+        See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=308397
+
+perror.3
+    Justin Pryzby
+        Added SEE ALSO for err.3 .
+        http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306867
+
+resolver.3
+    mtk / Martin (Joey) Schulze
+        Remove cross references to resolv+(8); add cross references to
+        resolv.conf(5).
+        See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=214892
+
+        Added SEE ALSO entry for resolver(5);
+        see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=251122
+
+strerror.3
+    mtk / Stefan Puiu
+        Rewrote and extended the discussion of the two flavors of
+        strerror_r(), and added some additional information on
+        strerror().
+    Justin Pryzby
+        Added SEE ALSO for err.3, as per
+        http://bugs.debian.org/cgi-bin/bugreport.cgi?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 behavior 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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 François <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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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.
+        http://bugs.debian.org/cgi-bin/bugreport.cgi?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
+--------------
+
+man7/*
+    mtk
+        Various minor formatting changes were done on a range of
+        pages in Section 7.  (No content was changed.)
+
+
+New pages
+---------
+
+unshare.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 behavior 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 supersede and provide a superset of the information
+        in the glibc (3thr) "semaphores(3)" manual page.
+
+
+Changes to individual pages
+---------------------------
+
+ppoll.2
+    Aleksandr Blokhin
+        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 nonexistent 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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 behavior of
+        normalizing 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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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
+        DESCRIPTION does not need to say "temporary file name"
+        just "temporary file", since the name is in any case
+        unavailable to the user.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?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.
+        http://bugs.debian.org/cgi-bin/bugreport.cgi?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
+    mtk / Stefan Puiu
+        renamed to the more suggestive feature_test_macros.7
+
+
+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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=367671
+
+unlocked_stdio.3
+    Justin Pryzby
+        Added SEE ALSO referring to stdio.3
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369960
+
+inotify_rm_watch.2
+    Aristeu Sergio Rozanski Filho / mtk
+        s/<inotify.h>/<sys/inotify.h>/ in prototypes.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?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.
+        http://bugs.debian.org/cgi-bin/bugreport.cgi?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 favor 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).
+        http://bugs.debian.org/cgi-bin/bugreport.cgi?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ä <ville.skytta@iki.fi>
+
+Apologies if I missed anyone!
+
+Global changes
+--------------
+
+Thomas Huriaux / mtk
+
+        Various formatting problems 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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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ä
+        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 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379297
+
+getitimer.2
+    mtk
+        Noted effect of fork() and execve() on interval timers.
+
+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 Dean 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 behavior 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
+--------------
+
+Most pages
+    mtk
+        There was a major reworking of the CONFORMING TO sections
+        in most manual pages.
+
+        * generally try to rationalize 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.
+
+Various pages
+    mtk
+        Changed instances of "HP UX" to "HP-UX".
+
+Various pages
+    mtk
+        Changed instances of "DG-UX to "DG/UX"
+
+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
+--------------
+
+Various pages
+    mtk
+        Updated CONFORMING TO and/or standards references
+        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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=386214
+
+clog10.3
+    Kevin Ryde
+        Fix broken text in description.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=386214
+
+mq_receive.3
+    Britton Leo Kerin
+        Fix return type in SYNOPSIS; should be "ssize_t" not "mqd_t".
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387551
+
+qsort.2
+    Hrvoje Niksic
+        Fix wording referring to the use of strcmp() in 'compar'
+        function.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 behavior of the Linux brk() system call
+        and point out that the glibc brk() wrapper provides different
+        behavior.
+    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 description of MD5 output string less ambiguous.
+
+strerror.3
+    Reuben Thomas
+        Add C99 to CONFORMING TO; see
+        http://bugs.debian.org/cgi-bin/bugreport.cgi?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ín Ferrari <martin.ferrari@gmail.com>
+Mike Frysinger <vapier@gentoo.org>
+Nick Piggin <npiggin@suse.de>
+Nick Pollitt <npollitt@mvista.com>
+Nicolas François <nicolas.francois@centraliens.net>
+Pá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 be grammar errors.
+
+Global changes
+--------------
+
+Various pages
+    Justin Pryzby / 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
+
+Various pages
+    mtk
+        Various references to "getty" were changed to "mingetty", since
+        that is the manual page more likely to be found on current systems.
+
+Various pages
+    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.
+
+Various pages
+    mtk
+        s/Unices/Unix systems/ on the 5 pages where it appears.
+
+Various pages
+    mtk
+        Wrapped long source lines in the following files
+            getsockopt.2
+            mknodat.2
+            io_setup.2
+            select_tut.2
+            select.2
+            readlinkat.2
+            io_cancel.2
+            syslog.2
+            wcsncat.3
+            getipnodebyname.3
+            cmsg.3
+            wcpncpy.3
+            wcsrtombs.3
+            wcstok.3
+            fgetwc.3
+            wmemcmp.3
+            wcsspn.3
+            div.3
+            modf.3
+            stdio_ext.3
+            ctermid.3
+            des_crypt.3
+            wcsncmp.3
+            wmemchr.3
+            wcsstr.3
+            wmemcpy.3
+            wprintf.3
+            wcsnrtombs.3
+            termios.3
+            erf.3
+            ceil.3
+            lround.3
+            nextafter.3
+            wcsncpy.3
+            wmemset.3
+            getw.3
+            console_ioctl.4
+            sk98lin.4
+            environ.7
+            unix.7
+            time.7
+
+Various pages
+    mtk
+        Added a SEE ALSO reference for feature_test_macros(7) to all
+        pages where a feature test macro appears in the SYNOPSIS.
+
+Various pages
+    mtk
+        Added SEE ALSO entry pointing to time.7
+            alarm.2
+            nanosleep.2
+            ualarm.3
+            usleep.3
+
+Various pages
+    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çois!)
+
+
+Changes to individual pages
+---------------------------
+
+access.2
+    mtk
+        Since 2.6.20, access() honors 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
+        http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 reorganized 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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 behavior.  SUSv3
+        made no explicit statement here, but SUSv4 will explicitly
+        require this behavior.
+        Small rewording of explanation of "atomically".
+
+signal.2
+    Nicolas François
+        Fix incorrect argument name in DESCRIPTION.
+    mtk
+        Small wording improvement.
+
+socket.2
+    Nicolas François
+        Add reference to ipv6.7 page.
+
+socketcall.2
+    Nicolas Franç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ç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 http://bugs.debian.org/cgi-bin/bugreport.cgi?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 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=352139
+
+glob.3
+    Nicolas François
+        Fix PROTOTYPE.
+
+inet_network.3
+    mtk, after an idea from a downstream Fedora patch.
+        Clarified description of inet_network().
+
+log.3
+    Nicolas François
+        Fix .TH line.
+
+log10.3
+    Nicolas François
+        Fix .TH line.
+
+malloc.3
+    Nicolas François
+        Small rewording to mention calloc().
+
+posix_openpt.3
+    Martín Ferrari
+        Fix return type in SYNOPSIS; as per
+        http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400971
+        Needs _XOPEN_SOURCE == 600; as per
+        http://bugs.debian.org/cgi-bin/bugreport.cgi?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ç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çois
+        Remove CONFIGURATION section, since this does not seem to be
+        true for Linux.
+
+svipc.7
+    Nicolas François
+        Fix data types in associated data structures;
+        remove nonexistent 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.
+
+
+==================== Changes in man-pages-2.47 ====================
+
+Released: 2007-05-04
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Andi Kleen <andi@firstfloor.org>
+John Heffner <jheffner@psc.edu>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+This release consists mainly of changes to source file layout
+(wrapped long lines; stripped trailing white space; started new
+sentences on new lines).
+
+There is very little change to output formatting or content (see the
+notes below).
+
+
+Changes to individual pages
+---------------------------
+
+sched_rr_get_interval.2
+    mtk
+        Remove crufty statement that this system call is not implemented.
+        The nice interval can be used to control the size of
+        the round-robin quantum.
+        Corrected .TH line.
+
+ip.7
+    John Heffner / mtk
+        Document IP_PMTUDISC_PROBE, which will be in 2.6.22.
+
+
+==================== Changes in man-pages-2.48 ====================
+
+Released: 2007-05-04
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Colin Watson <cjwatson@debian.org>
+Justin Pryzby <justinpryzby@users.sourceforge.net>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+This release consists mainly of changes to source file layout
+(wrapped long lines; stripped trailing white space; started new
+sentences on new lines).
+
+There is very little change to output formatting or content (see the
+notes below).
+
+Various pages
+    mtk
+        In various places where it occurred,
+        s/nonnegative/non-negative/
+
+Various pages
+    mtk
+        s/wide character/wide-character/ when used attributively.
+
+
+Changes to individual pages
+---------------------------
+
+man.7
+    Justin Pryzby / Colin Watson / mtk
+        .SH doesn't require quotes.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=411303
+
+
+==================== Changes in man-pages-2.49 ====================
+
+Released: 2007-05-20
+
+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>
+Bruno Haible <bruno@clisp.org>
+Justin Pryzby <justinpryzby@users.sourceforge.net>
+
+Apologies if I missed anyone!
+
+
+New pages
+---------
+
+bsd_signal.3
+    mtk
+        Documentation of bsd_signal().
+
+euidaccess.3
+    mtk
+        Manual page for euidaccess() and eaccess().
+
+getsubopt.3
+    mtk / Justin Pryzby
+        Documentation of getsubopt().
+
+sysv_signal.3
+    mtk
+        Documentation of sysv_signal().
+
+
+New links
+---------
+
+epoll_pwait.2
+    mtk
+        New link to epoll_wait.2.
+
+eaccess.3
+    mtk
+        New link to new euidaccess.3,
+
+sem_timedwait.3
+    mtk
+        New link to sem_wait.3.
+
+sem_trywait.3
+    mtk
+        New link to sem_wait.3.
+
+
+Global changes
+--------------
+
+Typographical or grammatical errors have been corrected in several
+places.
+
+
+Changes to individual pages
+---------------------------
+
+access.3
+    mtk
+        Added SEE ALSO ref to new euidaccess.3 page.
+
+epoll_wait.2
+    mtk
+        Added description of epoll_pwait(), new in kernel 2.6.19.
+
+execve.2
+    mtk
+        Add text noting that Linux allows 'argv' and 'envp' to be
+        NULL, but warning that this is non-standard and non-portable,
+        and should be avoided in portable programs.
+        Bug filed (http://bugzilla.kernel.org/show_bug.cgi?id=8408)
+        to get this changed, but maybe that won't be done because it
+        is an ABI change.
+    mtk
+        Added an example program.
+    mtk
+        Expanded the discussion of interpreter scripts and the
+        'optional-arg' argument of an interpreter script.
+        For further info, see
+        http://homepages.cwi.nl/~aeb/std/hashexclam-1.html
+        http://www.in-ulm.de/~mascheck/various/shebang/
+    mtk
+        Added text noting that FD_CLOEXEC causes record locks to be
+        released.
+    mtk
+        Mention effect of MS_NOSUID mount(2) flag for set-user-ID
+        programs.
+    mtk
+        Expanded description of handling of file descriptors during
+        execve(), adding text to note that descriptors 0, 1, and 2
+        may be treated specially.
+
+faccessat.3
+    mtk
+        Added SEE ALSO ref to new euidaccess.3 page.
+
+mmap.2
+    mtk
+        Place MAP_* flags list in alphabetical order.
+
+readv.2
+    mtk
+        A fairly substantial rewrite, which among other things
+        fixes the problem reported by Kyle Sluder in
+        http://bugzilla.kernel.org/show_bug.cgi?id=8399
+        And added some example code.
+
+sigaction.2
+    mtk
+        Added text referring to the discussion of async-signal-safe
+        functions in signal(7).
+        A few other minor formatting and wording changes.
+
+signal.2
+    mtk
+        Moved the discussion of async-signal-safe functions to signal(7).
+        Added text referring to the discussion of async-signal-safe
+        functions in signal(7).
+        Added SEE ALSO entries referring to new bsd_signal.3 and
+        sysv_signal.3 pages.
+
+copysign.3
+    Bruno Haible
+        Clarify discussion of negative zero.
+
+getopt.3
+    mtk
+        Add SEE ALSO ref to new getsubopt.3.
+
+iconv_open.3
+    Bruno Haible
+        Describe the glibc/libiconv //TRANSLIT and //IGNORE extensions
+        for 'tocode'.
+
+iswblank.3
+    Bruno Haible
+        Update CONFORMING TO; iswblank() is in POSIX.1-2001.
+
+inotify.7
+    mtk
+        Definitions for IN_DONT_FOLLOW, IN_MASK_ADD, and IN_ONLYDIR
+        were added to glibc in version 2.5.
+
+signal.7
+    mtk
+        Incorporated (and slightly modified) the text on
+        async-signal-safe functions that was formerly in signal(2).
+        Added SEE ALSO entries referring to new bsd_signal.3 and
+        sysv_signal.3 pages.
+
+
+==================== Changes in man-pages-2.50 ====================
+
+Released: 2007-05-21
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Andreas Halter <halter@google.com>
+Laird Shaw <netocrat@dodo.com.au>
+Mike Frysinger <vapier@gentoo.org>
+
+Apologies if I missed anyone!
+
+Removed pages (!)
+-----------------
+
+Most Section 1 man pages are removed
+    mtk (with help from Mike Frysinger, Laird Shaw, Andreas Halter)
+        Once upon time Andries added a number of Section 1 manual pages
+        to man-pages.  However, since that time, those pages have not
+        seen much maintenance, and are not in fact distributed in most
+        distributions.  Instead most distributions supply the
+        coreutils versions of these pages, which are currently
+        maintained.  In addition, man-pages provides the 1p pages,
+        which document the portable subset of functionality of these
+        commands.  Since the man1 pages are mostly unneeded, and
+        out of date, I'm removing them.  The following pages disappear:
+
+            chgrp.1
+            chmod.1
+            chown.1
+            cp.1
+            dd.1
+            df.1
+            diff.1
+            dir.1
+            dircolors.1
+            du.1
+            install.1
+            ln.1
+            ls.1
+            mkdir.1
+            mkfifo.1
+            mknod.1
+            mv.1
+            rm.1
+            rmdir.1
+            touch.1
+            vdir.1
+
+        The following Section 1 pages will be kept:
+
+            intro.1
+            ldd.1
+            time.1
+
+
+==================== Changes in man-pages-2.51 ====================
+
+Released: 2007-05-28
+
+Global changes
+--------------
+
+Various pages
+    mtk
+        (Hopefully) all cross references outside a page now include a
+        section number.  This should permit better resulting output
+        from a man2html-type conversion.
+
+Various pages
+    mtk
+        Convert function formatting of the form "\fBname\fP()" to
+        ".BR name ()".
+
+
+Changes to individual pages
+---------------------------
+
+futimesat.2
+    mtk
+        s/futimes/futimesat/ in .SH NAME line.
+
+msgop.2
+    mtk
+        Put "msgrcv" and "msgsnd" in .SH NAME line.
+
+mount.2
+    mtk
+        Add "umount2" to .SH NAME line.
+
+wait.2
+    mtk
+        Add "waitid" to .SH NAME line.
+
+getopt.3
+    mtk
+        Add "getopt_long" and "getopt_long_only" in .SH NAME line.
+
+sem_wait.3
+    mtk
+        Add "sem_timedwait" and  "sem_trywait" to .SH NAME line.
+
+stdarg.3
+    mtk
+        Add "va_start", "va_arg", "va_end", "va_copy" to .SH NAME line.
+
+
+==================== Changes in man-pages-2.52 ====================
+
+Released: 2007-05-29
+
+    "A foolish consistency is the hobgoblin of little minds, adored by
+     little statesmen and philosophers and divines"
+
+        Ralph Waldo Emerson (1803-1882)
+
+    "But damn it, these man pages are a mess!"
+
+
+Global changes
+--------------
+
+Most of the changes below are about bringing greater consistency
+to manual pages, including reducing the wide range of .SH
+Section headings.
+
+Typographical or grammatical errors have been corrected in several
+places.
+
+Various pages
+    mtk
+        Make 'manual' component of .TH line into the string
+        "Linux Programmer's Manual".
+        Reason: consistency.
+
+Various pages
+    mtk
+        Changed date in .TH line into form YYYY-DD-MM.
+        Reason: consistency.
+
+Various pages
+    mtk
+        Some .SH header lines were made into .SS lines.  (One of the aims
+        here is to reduce the number of non-standard .SH lines.)
+
+Various pages
+    mtk
+        Change title .SH sections named "NOTE" to "NOTES", in some cases
+        also changing the location of the section within the page.
+        Reason: consistency.
+
+Various pages
+    mtk
+        Commented out .SH AUTHOR sections; the right place for
+        documentation authorship sections is usually comments at the
+        top of the page source.
+
+Various pages
+    mtk
+        Changed .SH HISTORY to .SH VERSIONS.
+        Reason: in many cases, HISTORY was being used to describe
+        Linux/glibc version information, as was already done for
+        VERSIONS sections in other pages.
+
+Various pages
+    mtk
+        Removed HISTORY section, or moved it as a subsection or paragraphs
+        under another section e.g., NOTES.
+        Reason: there are too many arbitrary section (.SH) names, and
+        a HISTORY section never was consistently used across Linux
+        manual pages.
+
+Various pages
+    mtk
+        Moved SEE ALSO section to be last section on the page
+        Reason: consistency -- and this is where SEE ALSO should be!
+
+Various pages
+    mtk
+        Relocated GLIBC NOTES as subsection under NOTES
+        Reason: reduce number of arbitrary section (.SH) names.
+
+Various pages
+    mtk
+        Relocated LINUX NOTES as subsection under NOTES
+        Reason: reduce number of arbitrary section (.SH) names.
+
+Various pages
+    mtk
+        Renamed some "AVAILABILITY" sections to "VERSIONS".
+        Reason: consistency.
+
+Various pages
+    mtk
+        Renamed some "DIAGNOSTICS" sections to "RETURN VALUE".
+        Reason: consistency.
+
+getopt.3
+tzselect.8
+    mtk
+        s/\.SH ENVIRONMENT VARIABLES/.SH ENVIRONMENT/
+        Reason: consistency.
+
+intro.2
+select.2
+sysctl.2
+bsearch.3
+dlopen.3
+envz_add.3
+fmtmsg.3
+getgrent_r.3
+getgrouplist.3
+getpwent_r.3
+getutent.3
+hsearch.3
+rtime.3
+strptime.3
+tsearch.3
+vcs.4
+wordexp.3
+    mtk
+        s/return 0/exit(EXIT_FAILURE)/ in main() of function example
+        program.
+        Reason: consistency.
+
+mprotect.2
+select_tut.2
+dlopen.3
+getgrent_r.3
+getopt.3
+getpwent_r.3
+hsearch.3
+select_tut.2
+tsearch.3
+    mtk
+        Use symbolic constants (EXIT_SUCCESS, EXIT_FAILURE) in calls
+        to exit().
+        Reason: consistency.
+
+access.2
+chown.2
+lseek.2
+open.2
+read.2
+utmp.5
+    mtk
+        Renamed RESTRICTIONS section to NOTES, or moved text in a
+        RESTRICTIONS section under existing NOTES section.
+        Reason: consistency, and reduce number of arbitrary section (.SH)
+        names.
+
+
+Changes to individual pages
+---------------------------
+
+capget.2
+    mtk
+        s/\.SH FURTHER INFORMATION/.SH NOTES/
+
+dup.2
+    mtk
+        s/\.SH WARNING/.SH NOTES/
+
+kill.2
+    mtk
+        Renamed LINUX HISTORY section to LINUX NOTES, and relocated
+        within page.
+
+select_tut.2
+    mtk
+        Relocated example program and made its .SH title "EXAMPLE".
+
+sigaltstack.2
+    mtk
+        Move code example into its own EXAMPLE section.
+
+sigreturn.2
+    mtk
+        s/\.SH WARNING/.SH NOTES/
+
+setuid.2
+    mtk
+        s/\.SH "LINUX-SPECIFIC REMARKS"/.SH LINUX NOTES/
+
+shmget.2
+    mtk
+        Remove section about effect of fork()/exec()/exit(); shmop.2
+        contains the same text, and it only needs to be said once.
+
+shmop.2
+    mtk
+        Minor rewording under DESCRIPTION.
+
+daemon.3
+    mtk
+        Minor wording and formatting changes.
+
+encrypt.3
+    mtk
+        Removed statement that glibc unconditionally exposes declarations
+        of encrypt() and setkey(), since portable applications must
+        use <unistd.h> and define _XOPEN_SOURCE to obtain the declarations
+        of setkey() and encrypt().  Adjusted example program accordingly.
+
+mkstemp.3
+    mtk
+        Slight rewording.
+
+LDP.7
+    mtk
+        Minor wording and formatting changes.
+
+man.7
+    mtk
+        Substantial rewrite, revising and extending the discussion
+        about desired conventions for writing pages.
+        There will be further updates to this page in the next few
+        man-pages releases.
+
+
+==================== Changes in man-pages-2.53 ====================
+
+Released: 2007-05-30
+
+    "A foolish consistency is the hobgoblin of little minds, adored by
+     little statesmen and philosophers and divines"
+
+        Ralph Waldo Emerson (1803-1882)
+
+    "But damn it, these man pages are a mess!"
+
+
+Global changes
+--------------
+
+Many many pages
+    mtk
+        Reordered sections to be more consistent, in some cases renaming
+        sections or shifting paragraphs between sections.
+
+man7/*
+    mtk
+        In various pages in this section, .SH headings were
+        converted to .SS.
+
+
+==================== Changes in man-pages-2.54 ====================
+
+Released: 2007-06-07
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Emmanuel Mogenet <emogenet@google.com>
+Michael Berg <michaeljberg@gmail.com>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Various pages
+    mtk
+        Where there is an instruction in the SYNOPSIS about linking
+        or compiling with a certain option, the option is now
+        marked up in italics (e.g., "\fI-lm\fP").
+
+Various pages
+    mtk
+        Added page numbers to page cross references.
+
+A few pages
+    mtk
+        s/manpage/man page/, for consistency.
+
+Typographical or grammatical errors have been corrected in several
+places.
+
+
+New pages
+---------
+
+man-pages.7
+    mtk
+        A description of the conventions that should be followed
+        when writing pages for the man-pages package.
+
+Removed pages
+-------------
+
+man1/README
+    mtk
+        Already deleted most of the man1 pages previously, so
+        this doesn't need to stay.
+
+LDP.7
+    mtk
+        Removed this page since it is out of date, and the proper place
+        to go for up-to-date information is http://www.tldp.org/
+
+ksoftirq.9
+    mtk
+        Reason: this was the only Section 9 page, and it is old
+        (Linux 2.4).  The man9 section never took off as an idea, and
+        I see little point in keeping a Section 9 with just a single
+        old page.
+
+
+Changes to individual pages
+---------------------------
+
+HOWTOHELP
+    mtk
+        Moved some material out of here into new man-pages.7.
+
+alloc_hugepages.2
+    mtk
+        Minor rewrites, eliminating some duplication, and removing
+        some outdated text.
+
+epoll_pwait.2
+    Michael Berg
+        Fix broken link path;
+        http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425570
+
+fcntl.2
+    mtk
+        Remove misleading text about setting O_ASYNC when calling
+        open(); one must use fcntl() F_SETFL for this task.
+
+fdatasync.2
+    mtk
+        Converted outdated BUGS note about fdatasync() being
+        equivalent to fsync() on Linux 2.2 into a NOTES note
+        about this historical behavior.
+
+futex.2
+    mtk
+        Small rewording to fix "fails with the error EWOULDBLOCK"
+        rather than "returns EWOULDBLOCK".
+        See Red Hat bug 172828.
+
+mprotect.2
+    mtk, after an observation by Emmanuel Mogenet
+        A much improved example program.
+    mtk
+        Significant rewrites and additions to description.
+
+mremap.2
+    mtk
+        Remove text about the nonexistent BSD mremap() -- too
+        much information, in my opinion.
+
+sched_yield.2
+    mtk
+        Added ERRORS section.
+
+set_mempolicy.2
+    mtk
+        Moved text for "Versions and Library Support".
+
+set_tid_address.2
+    mtk
+        Small rewording in RETURN VALUE section.
+
+sigaction.2
+    mtk
+        Add EXAMPLE section with a pointer to example in mprotect.2.
+
+sync_file_range.2
+    mtk
+        Fix return type in SYNOPSIS.  Add RETURN VALUE section.
+
+atexit.3
+    mtk
+        Small rearrangement of text under NOTES.
+
+bindresvport.3
+    mtk
+        Rewrite and substantial additional text.
+
+exec.3
+    mtk
+        Minor clarifications for text on execlp() and execvp().  Removed
+        FILES section, since it provides no useful additional info.
+
+fenv.3
+    mtk
+        Moved link instructions from NOTES to SYNOPSIS.
+        Added feenableexcept, fedisableexcept, fegetexcept
+        to .SH NAME list.
+
+fputwc.3
+    mtk
+        Added 'putwc' to .SH NAME list.
+
+gethostbyname.3
+    mtk
+        s/int/socklen_t/ for type of gethostbyaddr() 'len' argument,
+        and add a few more words in NOTES about the type used here.
+
+login.3
+    mtk
+        Removed remark from NOTES about linking with -lutil; add
+        text on that point to SYNOPSIS.
+
+openpty.3
+    mtk
+        Removed redundant remark from NOTES about linking with -lutil
+        since there is text on that point under SYNOPSIS.
+
+sysconf.3
+    mtk
+        Added SEE ALSO referring to getconf(1).
+
+unlocked_stdio.3
+    mtk
+        Revised .SH NAME section.
+
+ascii.7
+    mtk
+        Minor rearrangement of order of text.
+
+capabilities.7
+    mtk
+        s/exec()/execve(2)/ in various places.
+
+complex.7
+    mtk
+        Changed "atan(1)" to "atan(1.0)" to prevent some versions of
+        man2html(1) from mistaking that string as a page cross reference.
+
+rtnetlink.7
+    mtk
+        Small restructuring to avoid 'cannot adjust line' from man(1).
+
+ldconfig.8
+    mtk
+        Removed now very out-of-date sentence about need to link shared
+        libraries with -lc.
+
+man.7
+    mtk
+        Various text was moved out of this page into the new man-pages.7.
+
+mdoc.7
+    mtk
+        Added SEE ALSO referring to new man-pages.7.
+
+mdoc.samples.7
+    mtk
+        A few changes, hopefully done right, to eliminate some
+        errors to stderr when rendering with man(1).
+
+rtnetlink.7
+    mtk
+        Shorten a line in table so it fits in 80 columns.
+        Minor rewording under BUGS.
+
+tzselect.8
+    mtk
+        Moved EXIT STATUS section.
+
+
+==================== Changes in man-pages-2.55 ====================
+
+Released: 2007-06-10
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Alexander Taboriskiy <alextab@math-solution.com>
+Joey Hess <joeyh@debian.org>
+John Reiser <jreiser@bitwagon.com>
+Julien Cristau <jcristau@debian.org>
+Justin Pryzby <justinpryzby@users.sourceforge.net>
+Martin (Joey) Schulze <joey@infodrom.org>
+Mike Frysinger <vapier@gentoo.org>
+Serge van den Boom <svdb@stack.nl>
+Ulrich Drepper <drepper@redhat.com>
+Xose Vazquez Perez <xose.vazquez@gmail.com>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+clone.2
+getdents.2
+gettid.2
+ioprio_set.2
+llseek.2
+mmap2.2
+modify_ldt.2
+mq_getsetattr.2
+pivot_root.2
+quotactl.2
+readdir.2
+sysctl.2
+syslog.2
+tkill.2
+    mtk, after a note by Mike Frysinger
+        Updated to reflect the fact that the _syscallN() macros
+        have gone away,
+
+Several pages
+    mtk
+        Change reference to path_resolution.2 to path_resolution.7.
+
+Typographical or grammatical errors have been corrected in several
+places.
+
+
+Moved pages
+-----------
+
+path_resolution.2 has been moved to section 7, thus path_resolution.7
+    mtk
+        Reason: this is an overview page, not one describing as
+        a specific system call.
+
+
+Changes to individual pages
+---------------------------
+
+MAINTAINING
+    mtk, after a note from Xose Vazquez Perez
+        Added pointer to Red Hat man-pages bugzilla.
+    mtk
+        Added a release philosophy note on separating out big
+        formatting changes into their own release that contains minimal
+        content changes.
+
+accept.2
+    mtk
+        Add new EXAMPLE section with pointer to example in bind.2.
+
+arch_prctl.2
+    mtk
+        Added RETURN VALUE section.
+
+bind.2
+    mtk
+        Expand example program, and move it to new EXAMPLE section.
+        Added text pointing to example in getaddrinfo.3.
+
+cacheflush.2
+    mtk
+        Convert NOTES section to CONFORMING TO and note that
+        this call is Linux-specific.
+        Other minor rewordings.
+
+connect.2
+    mtk
+        Added new EXAMPLE section pointing to example in getaddrinfo.3.
+
+create_module.2
+    mtk
+        Add ENOSYS error.
+
+fcntl.2
+flock.2
+    mtk
+        Small rewrite of SEE ALSO text pointing to Documentation/* in
+        kernel source.
+
+get_kernel_syms.2
+    mtk
+        Added ERRORS heading
+        Add ENOSYS error.
+
+getdtablesize.2
+    mtk
+        Added an ERRORS section.
+
+getsid.2
+    mtk
+        Added a RETURN VALUE section.
+
+getpid.2
+    mtk
+        Added an ERRORS section (stating that the calls are
+        always successful).
+
+ioctl_list.2
+    mtk
+        Add SEE ALSO reference to ioctl.2.
+
+listen.2
+    mtk
+        Add new EXAMPLE section with pointer to example in bind.2.
+
+query_module.2
+    Martin (Joey) Schulze
+        Add ENOSYS error.
+
+recv.2
+    mtk
+        Added new EXAMPLE section pointing to example in getaddrinfo.3.
+
+sched_get_priority_max.2
+sched_rr_get_interval.2
+sched_setscheduler.2
+sched_yield.2
+    mtk
+        Modified .TH line
+
+send.2
+    mtk
+        Added new EXAMPLE section pointing to example in getaddrinfo.3.
+
+set_tid_address.2
+    mtk
+        Added an ERRORS section (stating that the call is
+        always successful).
+
+signal.2
+    mtk, after a note from Alexander Taboriskiy
+        Strengthen warning against the use of signal().
+        Added siginterrupt(3) to SEE ALSO list.
+    mtk
+        Rewrote various parts; added an ERRORS section.
+
+socket.2
+    mtk
+        Added new EXAMPLE section pointing to example in getaddrinfo.3.
+
+stat.2
+    mtk
+        Added EXAMPLE program.
+
+syscall.2
+    mtk
+        Converted to -man format; some rewrites; added an EXAMPLE.
+
+sysctl.2
+    mtk
+        Improved the example program.
+
+getnameinfo.3
+    mtk
+        Add text pointing to example in getaddrinfo.3.
+
+getaddrinfo.3
+    mtk
+        Add example programs.
+        Add getnameinfo() to SEE ALSO list.
+
+memmove.3
+    mtk / Serge van den Boom
+        Clarify discussion of what happens if 'src' and 'dest' overlap.
+
+regex.3
+    Justin Pryzby
+        Add grep(1) to SEE ALSO list.
+
+sigpause.3
+    mtk after a note from Ulrich Drepper
+        Clarify discussion of feature test macros that are needed to
+        expose System V and BSD versions of this function in glibc.
+
+undocumented.3
+    mtk
+        Removed some functions that have been documented.
+
+wprintf.2
+    Martin (Joey) Schulze
+        Remove wscanf.3 from SEE ALSO list, since that page does not exist.
+
+utmp.5
+    Joey Hess
+        Removed outdated note on xdm.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=418009
+    Martin (Joey) Schulze
+        Removed outdated note about Debian and libc5.
+
+bootparam.7
+    Martin (Joey) Schulze
+        Fix order of commands listed under 'init='.
+
+hier.7
+    Joey Hess
+        Add /media, remove /dos.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=418234
+
+inotify.7
+    mtk
+        Added text describing what happens when the buffer given to
+        read(2) is too small to return information about the next event,
+        and noting the behavior change in 2.6.21.
+
+man-pages.7
+    mtk
+        Added text to note that ERRORS list should be in alphabetical order.
+
+mdoc.7
+mdoc.samples.7
+    mtk
+        Added SEE ALSO reference to groff_mdoc(7).
+
+unix.7
+    mtk
+        Added  EXAMPLE section with pointer to bind.2 EXAMPLE.
+
+ld.so.8
+    mtk
+        Simplify text describing --inhibit-rpath.
+    mtk, after a note by John Reiser
+        Describe use of $ORIGIN in rpath.
+
+
+==================== Changes in man-pages-2.56 ====================
+
+Released: 2007-06-11
+
+Global changes
+--------------
+
+Many pages
+    mtk
+        Removed version numbers in .TH lines.
+        Reason: these were only arbitrarily updated, and so impart no
+        useful information.  Version information goes into a
+        VERSIONS section nowadays, and the date in the .TH line should
+        be updated to reflect the date of the last (significant)
+        change to the page.
+
+Typographical or grammatical errors have been corrected in several
+places.
+
+
+==================== Changes in man-pages-2.57 ====================
+
+Released: 2007-06-17
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Many pages
+    mtk
+        Fix section numbers in page cross references.
+
+
+Changes to individual pages
+---------------------------
+
+access.2
+    mtk
+        Minor wording fixes.
+        Small clarification of description of 'mode'.
+
+bind.2
+    mtk
+        Small reworking of EXAMPLE program.
+
+exit_group.2
+    mtk
+        Minor wording fixes.
+
+exit.3
+    mtk
+        Added more detail on exit handlers.
+        Minor wording fixes.
+
+ioctl.2
+    mtk
+        Remove SEE ALSO reference to nonexistent mt.4.
+
+modify_ldt.2
+    Samuel Thibault / mtk
+        In Linux 2.6, the 'modify_ldt_ldt_s' structure was renamed
+        'user_desc'.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378668
+    mtk
+        Include definition of 'user_desc' structure.
+        Minor rewordings.
+
+mprotect.2
+    mtk
+        Small reworking of EXAMPLE program.
+
+sigaction.2
+    mtk
+        Removed reference to nonexistent sigsend(2).
+
+a64l.3
+    mtk
+        Remove SEE ALSO reference to nonexistent itoa.3.
+
+dysize.3
+    mtk
+        Removed SEE ALSO reference to nonexistent time.3.
+
+encrypt.3
+    mtk
+        Removed SEE ALSO reference to nonexistent fcrypt.3.
+
+fmemopen.3
+    mtk
+        Small reworking of EXAMPLE program.
+
+fpurge.3
+    mtk
+        Remove SEE ALSO reference to nonexistent fclean.3.
+
+getutent.3
+    mtk
+        s/ttyname(0)/ttyname(STDIN_FILENO)/ in program example.
+
+vcs.4
+    mtk
+        s/exit(1)/exit(EXIT_FAILURE)/
+
+environ.7
+    mtk
+        Correct some section numbers in page cross references.
+
+man-pages.7
+    mtk
+        Modify requirements for example programs a little.
+
+uri.7
+    mtk
+        Wrapped long source lines.
+
+
+==================== Changes in man-pages-2.58 ====================
+
+Released: 2007-06-24
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Marc Boyer <marc.boyer@enseeiht.fr>
+Mike Frysinger <vapier@gentoo.org>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Various pages, as detailed below
+    mtk
+        Added or updated VERSIONS sections.
+
+killpg.2
+setuid.2
+faccessat.2
+fork.2
+setfsuid.2
+kill.2
+getsid.2
+wait.2
+execve.2
+getpid.2
+setgid.2
+seteuid.2
+setresuid.2
+setfsgid.2
+access.2
+initgroups.3
+euidaccess.3
+tcgetpgrp.3
+path_resolution.7
+capabilities.7
+unix.7
+    mtk
+        Add SEE ALSO link to new credentials.7.
+
+
+New pages
+---------
+
+credentials.7
+    mtk
+        An overview of Linux process identifiers (PIDs, PPIDs,
+        PGIDS, SIDs, UIDs, GIDs).
+
+
+Changes to individual pages
+---------------------------
+
+bind.2
+    mtk
+        Added some comments to example program.
+
+getxattr.2
+    mtk
+        VERSIONS: In kernel since 2.4; glibc support since 2.3.
+
+listen.2
+    mtk
+        Updated discussion of somaxconn limit.
+
+listxattr.2
+    mtk
+        VERSIONS: In kernel since 2.4; glibc support since 2.3.
+
+posix_fadvise.2
+    mtk
+        VERSIONS: Glibc support has been provided since version 2.2.
+
+readahead.2
+    mtk
+        Added VERSIONS section.
+
+remap_file_pages.2
+    mtk
+        Updated VERSIONS section with text on glibc support.
+
+removexattr.2
+    mtk
+        VERSIONS: In kernel since 2.4; glibc support since 2.3.
+
+semop.2
+    mtk
+        Added VERSIONS section with info on semtimedop().
+
+setxattr.2
+    mtk
+        VERSIONS: In kernel since 2.4; glibc support since 2.3.
+
+dl_iterate_phdr.3
+    mtk
+        VERSIONS: Supported since glibc 2.2.4.
+
+getloadavg.3
+    mtk
+        Added VERSIONS section.
+
+posix_openpt.3
+    mtk
+        VERSIONS: Supported since glibc 2.2.1.
+
+printf.3
+    mtk after a suggestion by Mike Frysinger
+        Add text to the introductory part of DESCRIPTION, about the
+        'size' argument of snprintf() and vsnprintf().
+
+shm_open.3
+    mtk
+        Added VERSIONS section; rewrote info about linking with -lrt.
+
+strcat.3
+    Marc Boyer
+        Improve the discussion of strncat().
+
+strcpy.3
+    Marc Boyer
+        Improve the discussion of strncpy().
+
+proc.5
+    mtk
+        Added discussion of /proc/sys/net/core/somaxconn.
+
+
+==================== Changes in man-pages-2.59 ====================
+
+Released: 2007-06-25
+
+Global changes
+--------------
+
+Manual pages are now standardized on American spelling.  See
+http://en.wikipedia.org/wiki/American_and_British_English_spelling_differences
+for more information on the differences.  Formerly, different pages (and
+sometimes even a single page!) employed American and British spelling
+conventions; best to standardize on one spelling, and American English
+is the standard in Computer Science.
+
+Changes to individual pages
+---------------------------
+
+man-pages.7
+    mtk
+        Note that man-pages has now standardized on American spelling
+        conventions.
+
+execve.2
+getxattr.2
+listxattr.2
+removexattr.2
+setxattr.2
+signal.2
+syscall.2
+aio_cancel.3
+bindresvport.3
+stdarg.3
+charmap.5
+bootparam.7
+ipv6.7
+man.7
+path_resolution.7
+uri.7
+nscd.8
+    mtk
+        Corrected minor spelling/wording mistakes (i.e., changes
+        independent of fixes for American spelling).
+
+
+==================== Changes in man-pages-2.60 ====================
+
+Released: 2007-06-25
+
+
+Global changes
+--------------
+
+Various pages
+    mtk
+        Wrapped lines in some files.
+
+Various pages
+    mtk
+        Change "e.g. " to "e.g., ", or in some cases, "for example, ".
+
+Various pages
+    mtk
+        Change "i.e. " to i.e., ", or in some cases, "that is, ".
+
+Various pages
+    mtk
+        Removed AUTHORS section.
+
+Typographical or grammatical errors have been corrected in several
+places.
+
+
+Changes to individual pages
+---------------------------
+
+vfork.2
+    mtk
+        s/w.r.t/with respect to/
+
+man-pages.7
+    mtk
+        Strengthened warning against use of AUTHORS section.
+
+
+==================== Changes in man-pages-2.61 ====================
+
+Released: 2007-07-01
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Alain Portal <aportal@univ-montp2.fr>
+Benno Schulenberg <bensberg@justemail.net>
+Florian Ernst <florian_ernst@gmx.net>
+Ivana Varekova <varekova@redhat.com>
+Jeff Schroeder <jeffschroeder@computer.org>
+Joey (Martin) Schulze <joey@infodrom.org>
+Justin Pryzby <justinpryzby@users.sourceforge.net>
+Loïc Minier <lool@dooz.org>
+Michael Gehring <mg@ebfe.org>
+Serge van den Boom <svdb@stack.nl>
+Stefan Puiu <stefanpuiuro@yahoo.com>
+Stepan Kasal <kasal@ucw.cz>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Various pages
+    mtk
+        substitute `\\0' by '\\0'.
+
+Various pages
+    mtk
+        s/`/'/ when the thing being quoted is a character.
+
+accept.2
+bind.2
+connect.2
+getsockopt.2
+listen.2
+socket.2
+socketpair.2
+    mtk after a note by Martin (Joey) Schulze
+        Add NOTES paragraph noting that <sys/types.h> isn't required by
+        POSIX.1-2001 or Linux, but was required on some implementations.
+
+accept.2
+getsockname.2
+recv.2
+vm86.2
+send.2
+getgrouplist.3
+memmem.3
+nsswitch.conf.5
+putenv.3
+wprintf.3
+    mtk
+        Replace form `...' with \fI...\fP where the enclosed string
+        is a pathname, type name, or argument name.
+
+A few files
+    mtk
+        s/process' /process's/
+
+gets.3
+qsort.3
+getaddrinfo.3
+rpc.3
+ungetwc.3
+wcsnrtombs.3
+capabilities.7
+    mtk
+        Add section number to page cross references.
+
+time.1
+bind.2
+pivot_root.2
+sysctl.2
+    mtk
+        Reordered .SH sections.
+
+full.4
+mouse.4
+random.4
+sd.4
+    mtk
+        Made CONFIG/CONFIGURING heading ==> CONFIGURATION
+
+time.1
+console_codes.4
+random.4
+sk98lin.4
+charmap.5
+ftpusers.5
+bootparam.7
+charsets.7
+glob.7
+mq_overview.7
+unicode.7
+uri.7
+utf-8.7
+    mtk
+        Reformatted headings
+
+
+New pages
+---------
+
+backtrace.3
+    mtk, with input from Justin Pryzby and Stefan Puiu
+        Documents backtrace(), backtrace_symbols(), and
+        backtrace_symbols_fd().
+
+
+New links
+---------
+
+backtrace_symbols.3
+backtrace_symbols_fd.3
+    mtk
+        Links to backtrace.3.
+
+__clone.2
+    Stepan Kasal
+        Link to clone.2.
+
+
+Changes to individual pages
+---------------------------
+
+Makefile
+    Serge van den Boom
+        Fix setting of 'prefix' macro.
+
+eval.1p
+    Benno Schulenberg
+        Fix bad text (concatenated line).
+
+chdir.2
+    mtk
+        Fixed description of EACCES error.
+        Added sentence defining "current working directory".
+        Other minor wording changes.
+
+cfree.3
+    mtk
+        Added SEE ALSO section.
+
+clone.2
+    mtk
+        s/clone2/__clone2/.
+
+fdatasync.2
+    mtk
+        Minor wording changes.
+
+fork.2
+    Alain Portal
+        Fix small wording error.
+
+gethostid.2
+    Stefan Puiu / mtk
+        Add NOTES on what happens if gethostid() can't open /etc/hostid.
+
+idle.2
+    mtk
+        Made NOTES text into a VERSIONS section, since that's what it
+        really describes.
+
+ioperm.2
+    mtk
+        Minor wording changes.
+
+intro.2
+    mtk
+        Rewrite to reflect the fact that the _syscallN
+        macros are no longer available.
+
+io_cancel.2
+    mtk
+        Add "Link with -laio" to SYNOPSIS.
+
+io_destroy.2
+    mtk
+        Add "Link with -laio" to SYNOPSIS.
+
+io_getevents.2
+    mtk
+        Add "Link with -laio" to SYNOPSIS.
+
+io_setup.2
+    mtk
+        Add "Link with -laio" to SYNOPSIS.
+
+io_submit.2
+    Ivana Varekova
+        Fix include in SYNOPSIS.
+    mtk
+        Add "Link with -laio" to SYNOPSIS.
+
+ipc.2
+    mtk
+        Add semtimedop() to SEE ALSO.
+        Note that some architectures don't have ipc(2); instead
+        real system calls are provided for shmctl(), semctl(), etc.
+
+killpg.2
+    mtk
+        Minor wording changes.
+
+listen.2
+    mtk
+        Added <sys/types.h> to SYNOPSIS.
+
+sched_setscheduler.2
+    mtk
+        Add NOTES para about permissions required to call
+        sched_setscheduler() on other systems.
+
+select.2
+    mtk
+        Noted that 'timeout' can also be changed if select() is
+        interrupted by a signal.
+
+setup.2
+    mtk
+        Remove reference to _syscall0() macro.
+
+shmop.2
+    mtk
+        Changed text for EINVAL error.
+
+socketcall.2
+    mtk
+        Add recvmsg() and sendmsg() to SEE ALSO.
+        Note that some architectures don't have socketcall(2); instead
+        real system calls are provided for socket(), bind(), etc.
+
+swapon.2
+    Ivana Varekova  / mtk
+        Update text for EPERM error describing the maximum number of
+        swap files.  (From downstream Fedora patch.)
+
+write.2
+    mtk
+        Added details about seekable files and file offset.
+        Noted that write() may write less than 'count' bytes, and
+        gave some examples of why this might occur.
+        Noted what happens if write() is interrupted by a signal.
+        Minor wording changes.
+
+__setfpucw.3
+    mtk
+        Added a CONFORMING TO section; other minor edits.
+
+confstr.3
+    mtk
+        Minor rewrites in code example.
+
+ctime.3
+    Justin Pryzby
+        Make SEE ALSO refer to timegm.3
+
+daemon.3
+    mtk
+        Small wording change.
+
+dl_iterate_phdr.3
+    Michael Gehring
+        Comment was missing closing "*/".
+
+dlopen.3
+    mtk
+        Formatting changes, and minor rewordings.
+    mtk, after a note by Serge van den Boom
+        Add a comment explaining the need for the rather
+        strange cast of the return value of dlsym().
+
+fpclassify.3
+    mtk
+        Add "isinf" to NAME section.
+
+getgrouplist.3
+    mtk
+        Minor rewording.
+
+getline.3
+    mtk
+        Minor rewording, and note that '*n* is ignored
+        if '*lineptr' is NULL.
+
+malloc.3
+    Ivana Varekova  / mtk
+        Update description of MALLOC_CHECK_ to include description
+        for value 3.  (From downstream Fedora patch.)
+
+netlink.3
+    mtk
+        Added a CONFORMING TO section; other minor edits.
+
+openpty.3
+    mtk
+        Minor changes to SYNOPSIS.
+
+program_invocation_name.3
+    mtk
+        Shortened page title to INVOCATION_NAME.
+
+rtnetlink.3
+    mtk
+        Added a CONFORMING TO section; other minor edits.
+
+scanf.3
+    Florian Ernst
+        Fix duplicated word "the".
+        (Really fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412467 !)
+
+select_tut.3
+    mtk
+        Small wording change.
+
+setnetgrent.3
+    mtk
+        Added a CONFORMING TO section.
+
+sigpause.3
+    mtk
+        Added a CONFORMING TO section.
+
+strftime.3
+    Just Pryzby
+        Small wording fix.
+    mtk
+        Note use of "gcc -Wno-format-y2k" to avoid the "`%c' yields only
+        last 2 digits of year in some locales" warning.
+
+strstr.3
+    mtk
+        Add "strcasestr" to NAME section.
+
+syslog.3
+    mtk
+        Small wording change.
+
+
+termios.3
+    mtk
+        Reformat SYNOPSIS.
+        Added a CONFORMING TO section.
+
+timegm.3
+    mtk
+        Small wording changes.
+
+ulimit.3
+    mtk
+        Remove erroneous text saying that glibc does not provide
+        <ulimit.h>; it does.
+
+initrd.4
+    mtk
+        Various reformattings.
+
+core.5
+    mtk
+        Added a sentence noting why core dumps named "core.PID" were useful
+        with LinuxThreads.
+
+bootparam.7
+    mtk
+        Fix capitalization in .SS headings.
+
+epoll.7
+    mtk
+        Language clean ups.
+
+feature_test_macros.7
+    mtk
+        Added SEE ALSO section.
+
+mq_overview.7
+    mtk
+        Reformatted headings; minor rewrites.
+
+sem_overview.7
+    mtk
+        Reformatted headings; minor rewrites.
+
+socket.7
+    Loïc Minier <lool@dooz.org>
+        Document argument type for SO_REUSEADDR.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=255881
+
+uri.7
+    mtk
+        Wrap long line in SYNOPSIS.
+
+ldconfig.8
+    mtk
+        Added SEE ALSO section.
+
+
+==================== Changes in man-pages-2.62 ====================
+
+Released: 2007-07-09
+
+This release consists solely of formatting fixes.  There are no changes
+to content.
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Stepan Kasal <kasal@ucw.cz>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Many many pages
+    mtk
+        Many many formatting fixes.
+
+man[013]p/*
+    Stepan Kasal
+        Add section number to .TH line for POSIX pages in man[013]p.
+
+
+==================== Changes in man-pages-2.63 ====================
+
+Released: 2007-07-16
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Arnd Bergmann <arndb@de.ibm.com>
+Eduardo M. Fleury <efleury@br.ibm.com>
+Ivana Varekova <varekova@redhat.com>
+Justin Pryzby <justinpryzby@users.sourceforge.net>
+Marc Boyer <marc.boyer@enseeiht.fr>
+Martin (Joey) Schulze <joey@infodrom.org>
+Martin Röhricht <martin@roehricht.info>
+Patrick Mansfield <patmans@us.ibm.com>
+Pierre Habouzit <madcoder@debian.org>
+Stepan Kasal <kasal@ucw.cz>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+gettimeofday.2
+madvise.2
+msgctl.2
+select.2
+semctl.2
+shmctl.2
+syslog.2
+stat.2
+a64l.3
+printf.3
+termios.3
+xdr.3
+sd.4
+    mtk
+        Minor wording changes.
+
+obsolete.2
+syscall.2
+unimplemented.2
+    mtk
+        Added SEE ALSO reference to syscalls.2.
+
+
+New pages
+---------
+
+sgetmask.2
+    mtk
+        A real man page for sgetmask(2) and ssetmask(2).
+        (This page replaces a previous link of the same name, which
+        linked to signal.2.)
+
+spu_create.2
+    Arnd Bergmann with additional work by Eduardo M. Fleury and mtk
+        Document the PowerPC SPU spu_create() system call.
+        (Originally taken from the kernel source file
+        Documentation/filesystems/spufs.txt.)
+
+spu_run.2
+    Arnd Bergmann with additional work by Eduardo M. Fleury and mtk
+        Document the PowerPC SPU spu_run() system call.
+        (Originally taken from the kernel source file
+        Documentation/filesystems/spufs.txt.)
+
+spufs.7
+    Arnd Bergmann with additional work by Eduardo M. Fleury and mtk
+        Document the PowerPC SPU file system.
+        (Originally taken from the kernel source file
+        Documentation/filesystems/spufs.txt.)
+
+
+Removed Pages
+-------------
+
+__clone.2
+    mtk
+        This file was created by accident in 2.61, as a copy of clone.2.
+        (it should have been a link to clone.2.)
+
+obsolete.2
+    mtk
+        Details on this page are covered in syscalls.2 and in
+        respective syscall man pages (stat.2, uname.2).
+
+undocumented.2
+    mtk
+        This page is very out of date, and in any case difficult
+        to maintain.  Information about undocumented system calls
+        is maintained in the HOWTOHELP file, and probably in other
+        places soon.
+
+killpg.3
+    mtk
+        This rather incomplete page seems unnecessary since there
+        is a killpg.2.
+
+
+New links
+---------
+
+chown32.2
+fchown32.2
+getegid32.2
+geteuid32.2
+getgid32.2
+getgroups32.2
+getresgid32.2
+getresuid32.2
+getuid32.2
+lchown32.2
+setfsgid32.2
+setfsuid32.2
+setgid32.2
+setgroups32.2
+setregid32.2
+setresgid32.2
+setresuid32.2
+setreuid32.2
+setuid32.2
+    mtk
+        Added as link to corresponding page without "32".
+
+fcntl64.2
+fstat64.2
+fstatat64.2
+fstatfs64.2
+ftruncate64.2
+getdents64.2
+lstat64.2
+pread64.2
+pwrite64.2
+sendfile64.2
+stat64.2
+statfs64.2
+truncate64.2
+    mtk
+        Added as link to corresponding page without "64".
+
+__clone2.2
+clone2.2
+    mtk
+        Links to clone.2.
+
+ugetrlimit.2
+    mtk
+        Link to getrlimit.2.
+
+mq_notify.2
+mq_open.2
+mq_timedreceive.2
+mq_timedsend.2
+mq_unlink.2
+    mtk
+        Added as links to corresponding section 3 pages.
+
+fadvise64.2
+fadvise64_64.2
+    mtk
+        Links to posix_fadvise.2.
+
+rt_sigaction.2
+rt_sigpending.2
+rt_sigprocmask.2
+rt_sigtimedwait.2
+    mtk
+        Added as link to corresponding page without "rt_" prefix.
+
+rt_sigqueueinfo.2
+    mtk
+        Link to sigqueue.2.
+
+madvise1.2
+tuxcall.2
+vserver.2
+    mtk / Ivana Varekova
+        Link to unimplemented.2.
+
+
+Changes to individual pages
+---------------------------
+
+access.2
+    mtk
+        Fairly substantial rewrites of various parts,
+        and a few additions.
+
+chmod.2
+    mtk
+        Update SYNOPSIS to reflect the fact that fchmod(2) needs
+        either "#define _XOPEN_SOURCE 500" or "#define _BSD_SOURCE".
+
+chown.2
+    mtk
+        Update SYNOPSIS to reflect the fact that fchmod(2) and lchown(2)
+        need either "#define _XOPEN_SOURCE 500" or "#define _BSD_SOURCE".
+        Added an example program.
+
+killpg.2
+    mtk
+        Note that killpg() is actually a library function on Linux.
+
+mmap.2
+    mtk
+        Added note that glibc mmap() wrapper nowadays invokes mmap2().
+
+mmap2.2
+    Ivana Varekova / mtk
+        On most platforms the unit for 'offset' is 4096 bytes, not
+        the system page size.
+    mtk
+        Rewrote NOTES to note that glibc mmap() wrapper nowadays
+        invokes this system call.
+    mtk
+        Added an EXAMPLE program.
+
+oldfstat.2
+oldlstat.2
+oldstat.2
+    mtk
+        Changed link to point to stat.2 (instead of obsolete.2).
+
+olduname.2
+oldolduname.2
+    mtk
+        Changed link to point to uname.2 (instead of obsolete.2).
+
+sched_setaffinity.2
+    Martin Röhricht
+        Added _GNU_SOURCE to SYNOPSIS.
+
+semctl.2
+    mtk
+        Remove reference discussion of ipc(2), since none of the
+        other System V IPC pages mention ipc(2).
+
+semop.2
+    mtk
+        Add an example code segment.
+
+shmctl.2
+    mtk
+        Add svipc(7) to SEE ALSO list.
+
+sigaction.2
+    mtk
+        Reformatted tables as lists; other minor reformattings and
+        wording changes.
+
+sigqueue.2
+    mtk
+        Added info on rt_sigqueueinfo(2).
+
+sigwaitinfo.2
+    mtk
+        Noted that sigwaitinfo() is a library function implemented on
+        top of sigtimedwait().
+
+ssetmask.2
+    mtk
+        Make this link point to new sgetmask.2 instead of signal.2.
+
+stat.2
+    mtk
+        Add notes on the different system call interfaces that
+        have appeared over time.
+
+syscalls.2
+    mtk
+        A fairly substantial rewrite of this page,
+        bringing it up to date with the current
+        kernel version, and listing all system calls
+        in tabular form.
+
+uname.2
+    mtk
+        Add notes on the different system call interfaces that
+        have appeared over time.
+
+unimplemented.2
+    mtk
+        Add vserver, madvise1 to NAME line.
+        Removed SEE ALSO reference to obsolete.2.
+    Ivana Varekova
+        Add tuxcall to NAME line.
+
+mktemp.3
+    Patrick Mansfield
+        Fix description of return value.
+
+strcat.3
+    Marc Boyer
+        Minor fix to example program.
+
+undocumented.3
+    mtk
+        Add section numbers to function names; remove some functions
+        since they are documented.
+
+proc.5
+    mtk
+        Update/correct text on /proc/malloc.
+    mtk, after a note by Pierre Habouzit, and a few comments by Justin Pryzby
+        Update description of /proc/PID/stat to match 2.6.21.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417933
+
+inotify.7
+    mtk
+        IN_DONT_FOLLOW and IN_ONLYDIR are only available from 2.6.15.
+
+signal.7
+    Stepan Kasal / mtk
+        Note SIGRTMIN value depends on glibc.
+    mtk
+        Various rewrites and additions to the text in real-time signals.
+        Add SEE ALSO reference to sgetmask.2.
+
+svipc.7
+    mtk
+        Add ipc(2) to SEE ALSO.
+
+
+==================== Changes in man-pages-2.64 ====================
+
+Released: 2007-07-27
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Aleksandr Koltsoff <czr@iki.fi>
+Andries Brouwer <Andries.Brouwer@cwi.nl>
+Justin Pryzby <justinpryzby@users.sourceforge.net>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+INFINITY.3
+_exit.2
+a64l.3
+abs.3
+acct.2
+acosh.3
+addseverity.3
+adjtime.3
+asinh.3
+atanh.3
+atoi.3
+brk.2
+cbrt.3
+cfree.3
+chdir.2
+chmod.2
+chown.2
+clearenv.3
+clock_getres.3
+clone.2
+confstr.3
+copysign.3
+ctermid.3
+ctime.3
+daemon.3
+dirfd.3
+div.3
+drand48.3
+drand48_r.3
+dysize.3
+ecvt.3
+ecvt_r.3
+erf.3
+euidaccess.3
+exp2.3
+expm1.3
+fdatasync.2
+ferror.3
+fexecve.3
+fgetgrent.3
+fgetpwent.3
+finite.3
+flockfile.3
+fopen.3
+fpclassify.3
+fsync.2
+futimes.3
+fwide.3
+gamma.3
+gcvt.3
+getcwd.3
+getdate.3
+getdirentries.3
+getdomainname.2
+getdtablesize.2
+getgrent.3
+getgrent_r.3
+getgrouplist.3
+getgroups.2
+gethostbyname.3
+gethostid.2
+gethostname.2
+getlogin.3
+getmntent.3
+getpagesize.2
+getpw.3
+getpwent.3
+getpwent_r.3
+getpwnam.3
+getsid.2
+getspnam.3
+gettimeofday.2
+getumask.3
+getusershell.3
+gsignal.3
+hypot.3
+inet.3
+initgroups.3
+insque.3
+isalpha.3
+iswblank.3
+j0.3
+kill.2
+killpg.2
+lgamma.3
+lockf.3
+log1p.3
+log2.3
+logb.3
+longjmp.3
+lrint.3
+lround.3
+madvise.2
+mbsnrtowcs.3
+memfrob.3
+mincore.2
+mkdtemp.3
+mknod.2
+mkstemp.3
+mktemp.3
+nan.3
+nanosleep.2
+nextafter.3
+nice.2
+on_exit.3
+perror.3
+posix_memalign.3
+posix_openpt.3
+printf.3
+profil.3
+psignal.3
+putenv.3
+putpwent.3
+qecvt.3
+rand.3
+random.3
+rcmd.3
+readahead.2
+readlink.2
+realpath.3
+remainder.3
+remquo.3
+rexec.3
+rint.3
+round.3
+rpmatch.3
+scalb.3
+scandir.3
+scanf.3
+seekdir.3
+select.2
+sem_wait.3
+semop.2
+setbuf.3
+setenv.3
+seteuid.2
+setjmp.3
+setnetgrent.3
+setpgid.2
+setresuid.2
+setreuid.2
+sigaltstack.2
+siginterrupt.3
+significand.3
+sigqueue.2
+sigvec.3
+sigwaitinfo.2
+sockatmark.3
+stat.2
+stime.2
+strdup.3
+strerror.3
+strsep.3
+strtod.3
+strtok.3
+strtol.3
+strtoul.3
+symlink.2
+sync.2
+syscall.2
+syslog.3
+tcgetsid.3
+telldir.3
+tempnam.3
+termios.3
+tgamma.3
+timegm.3
+toascii.3
+trunc.3
+truncate.2
+ttyslot.3
+tzset.3
+ualarm.3
+unlocked_stdio.3
+unshare.2
+usleep.3
+vfork.2
+vhangup.2
+wait.2
+wait4.2
+wcscasecmp.3
+wcsncasecmp.3
+wcsnlen.3
+wcsnrtombs.3
+wcswidth.3
+wordexp.3
+wprintf.3
+    mtk
+        Added/updated feature test macro requirements for
+        glibc; see feature_test_macros.7 for details.
+
+Changes to individual pages
+---------------------------
+
+mq_notify.2
+mq_open.2
+mq_timedreceive.2
+mq_timedsend.2
+mq_unlink.2
+    mtk
+        Fix broken link
+
+setpgid.2
+    mtk
+        Fairly substantial changes and corrections, including adding
+        coverage of all of the interfaces that get/set PGIDs.
+
+syscalls.2
+    mtk / aeb
+        Various rewordings; clear up some imprecisions.
+
+lgamma.3
+    mtk
+        Added 'signgam' to SYNOPSIS and NAME line.
+
+strerror.3
+    mtk
+        Note that the XPG version is provided since glibc 2.3.4.
+        The page formerly said that the GNU-specific version
+        is provided by default.  That certainly isn't true
+        nowadays, since _POSIX_C_SOURCE is set to 200112L by
+        default, so that the XSI-compliant version is supplied
+        by default.
+
+man-pages.7
+    mtk
+        Added note pointing to feature_test_macros.7 for a description
+        of how feature test macro requirements should be specified in
+        manual pages.  Various other minor fixes and changes.
+
+feature_test_macros.7
+    mtk
+        Added note about how feature test macros are specified
+        in manual pages.
+        Many other corrections, improvements, additions, and
+        details about differences across glibc versions.
+
+
+==================== Changes in man-pages-2.65 ====================
+
+Released: 2007-09-17
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Aleksandr Koltsoff <czr@iki.fi>
+Andi Kleen <ak@suse.de>
+Anton Blanchard <anton@samba.org>
+Ari Entlich <lmage11@twcny.rr.com>
+Carsten Emde <Carsten.Emde@osadl.org>
+François Diakhate <diakhate@enseirb.fr>
+Geoff Clare <gclare@gclare.org.uk>
+Jon Burgess <jburgess777@googlemail.com>
+Julien Cristau <jcristau@debian.org>
+Lee Schermerhorn <Lee.Schermerhorn@hp.com>
+Mats Wichmann <mats.d.wichmann@intel.com>
+Maxime Bizon <mbizon@freebox.fr>
+Maxime Vaudequin <maxime.vaudequin@gmail.com>
+Michael Prokop <mika@grml.org>
+Mike Frysinger <vapier@gentoo.org>
+Nicolas François <nicolas.francois@centraliens.net>
+Nicolas George <nicolas.george@ens.fr>
+Paul Brook <paul@nowt.org>
+Reuben Thomas <rrt@sc3d.org>
+Sam Varshavchik <mrsam@courier-mta.com>
+Samuel Thibault <samuel.thibault@ens-lyon.org>
+Thomas Huriaux <thomas.huriaux@gmail.com>
+Tolga Dalman <tdalman@project-psi.org>
+Ulrich Drepper <drepper@redhat.com>
+Vincent Lefevre <vincent@vinc17.org>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Typographical or grammatical errors have been corrected in several
+places.
+
+Various pages
+    mtk
+        Use 'glibc' consistently to refer to GNU C library.
+
+Various pages
+    mtk
+        Order errors under ERRORS alphabetically.
+
+Various pages
+    Nicolas François
+        Spelling and formatting fixes, as per
+        http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439560
+
+intro.2
+select.2
+fmtmsg.3
+getgrent_r.3
+envz_add.3
+rtime.3
+strptime.3
+wordexp.3
+    Maxime Vaudequin
+        Add "#include <stdlib.h>" (to declare exit(3)) to example program.
+
+
+New pages
+---------
+
+timeradd.3
+    mtk
+        Description of timeradd(), timersub(), timerclear(),
+        timerisset(), timercmp() macros for operating on
+        struct timeval.
+
+
+Removed pages
+-------------
+
+fdatasync.2
+    mtk
+        Somehow, over time, material on fdatasync(2) crept into
+        fsync.2, and fdatasync also got added to the NAME section
+        of fsync.2.  All of the material in fdatasync.2 that was
+        not already in fsync.2 has now been moved there, and
+        the former page has been removed.
+        In place of the content there, is now a link to fsync.2.
+
+
+New links
+---------
+
+clock_getres.2
+clock_gettime.2
+clock_settime.2
+    mtk
+        Link to man3/clock_getres.3.
+
+fdatasync.2
+    mtk
+        Link to fsync.2.
+
+fdopendir.3
+    mtk
+        Link to opendir.3.
+
+gethostbyaddr_r.3
+    Mats Wichmann
+        Link to gethostbyaddr.3.
+
+timerclear.3
+timercmp.3
+timerisset.3
+timersub.3
+    mtk
+        Links to new timeradd.3.
+
+
+Changes to individual pages
+---------------------------
+
+Makefile
+    Mike Frysinger
+        Make the install target of man-pages respect the standard
+        "DESTDIR" variable as well as check the exit status of the
+        install command so errors aren't ignored.
+
+get_mempolicy.2
+    Lee Schermerhorn
+        changed the "policy" parameter to "mode" through out the
+        descriptions in an attempt to promote the concept that the memory
+        policy is a tuple consisting of a mode and optional set of nodes.
+
+        added requirement to link '-lnuma' to synopsis
+
+        rewrite portions of description for clarification.
+
+        added all errors currently returned by sys call.
+
+        removed cautionary note that use of MPOL_F_NODE|MPOL_F_ADDR
+        is not supported.  This is no longer true.
+
+        added mmap(2) to SEE ALSO list.
+
+getitimer.2
+    mtk
+        Since kernel 2.6.22, Linux setitimer() now conforms to POSIX.1,
+        giving an EINVAL error for a non-canonical tv_usec value.
+
+gettimeofday.2
+    mtk
+        Replace discussion of timer* macros with a pointer
+        to new page timeradd.3.
+
+ioctl_list.2
+    Nicolas George
+        Fixed argument type for BLKGETSIZE.
+
+mbind.2
+    Lee Schermerhorn
+
+        changed the "policy" parameter to "mode" throughout the
+        descriptions in an attempt to promote the concept that the memory
+        policy is a tuple consisting of a mode and optional set of nodes.
+
+        rewrite portions of description for clarification.
+
+            clarify interaction of policy with mmap()'d files and shared
+            memory regions, including SHM_HUGE regions.
+
+            defined how "empty set of nodes" specified and what this
+            means for MPOL_PREFERRED.
+
+            mention what happens if local/target node contains no
+            free memory.
+
+            clarify semantics of multiple nodes to BIND policy.
+            Note:  subject to change.  We'll fix the man pages when/if
+                   this happens.
+
+        added all errors currently returned by sys call.
+
+        added mmap(2), shmget(2), shmat(2) to SEE ALSO list.
+
+mmap.2
+mprotect.2
+    François Diakhate
+        Add text noting that PROT_WRITE may (and on x86 does)
+        imply PROT_READ.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=441387
+
+nfsservctl.2
+    Aleksandr Koltsoff
+        Fix prototype.
+
+oldfstat.2
+oldlstat.2
+oldstat.2
+    mtk
+        Fix broken link
+
+prctl.2
+    mtk
+        Update arches/kernel versions for PR_SET_UNALAIGN / PR_GET_UNALIGN.
+
+readahead.2
+    mtk
+        Removed SEE ALSO reference to nonexistent fadvise.2.
+
+reboot.2
+    mtk
+        Place SYNOPSIS comments inside C comments (/* ... */).
+
+sched_setaffinity.2
+    Samuel Thibault
+        Note what thread is affected if 'pid' is specified
+        as 0, or as the value returned by getpid().
+
+sched_setscheduler.2
+    Carsten Emde
+        Add text on real-time features of mainline Linux kernel.
+
+select_tut.2
+    mtk
+        sync SYNOPSIS with select.2
+
+set_mempolicy.2
+    Lee Schermerhorn
+
+        changed the "policy" parameter to "mode" throughout the
+        descriptions in an attempt to promote the concept that the memory
+        policy is a tuple consisting of a mode and optional set of nodes.
+
+        added requirement to link '-lnuma' to synopsis
+
+        rewrite portions of description for clarification.
+
+            clarify interaction of policy with mmap()'d files.
+
+            defined how "empty set of nodes" specified and what this
+            means for MPOL_PREFERRED.
+
+            mention what happens if local/target node contains no
+            free memory.
+
+            clarify semantics of multiple nodes to BIND policy.
+            Note:  subject to change.  We'll fix the man pages when/if
+                   this happens.
+
+        added all errors currently returned by sys call.
+
+        added mmap(2) to SEE ALSO list.
+
+sigaction.2
+    mtk
+        s/si_sign/si_errno/ in statement about which field is unused.
+    Ari Entlich
+        s/SIGILL/SIGCHLD/ for paragraph describing SIGCHLD.
+
+stat.2
+    mtk
+        Improve text describing underlying system calls.
+
+swapon.2
+    Michael Prokop
+        EINVAL also occurs if target path is on tmpfs or similar.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435885
+
+sync.2
+    mtk
+        Incorporated material from now deleted fdatasync.2.
+
+syscall.2
+    mtk
+        Small fix in example program.
+
+uname.2
+    mtk
+        Improve text describing underlying system calls.
+
+utime.2
+    Vincent Lefevre / mtk
+        Clarify utimes() behaviour when 'times' is NULL.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=431480
+    mtk
+        Other minor clarifications of description of utimes().
+
+copysign.3
+    Vincent Lefevre
+        s/sign/sign bit/ to remove ambiguity in description.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435415
+
+euidaccess.3
+    mtk
+        Changed NOTES to VERSIONS.
+
+ffsl.3
+    mtk
+        Add ffsl and ffsll to NAME line.
+
+fts.3
+    mtk
+        Removed statement that fts functions are expected to appear
+        soon in POSIX; it's years old and has not yet come to pass.
+
+ftw.3
+    mtk / Geoff Clare
+        Fixes/improvements for example program.
+
+getdate.3
+    mtk
+        Add getdate_r to NAME section.
+
+getaddrinfo.3
+    mtk / Geoff Clare
+        Fixes/improvements for example program.
+
+gethostbyaddr.3
+    Mats Wichmann
+        Add documentation for gethostbyaddr_r().
+        Plus a few other small fixes.
+
+gethostbyname.3
+    mtk
+        Add gethostbyname2, gethostbyname2_r, gethostbyname_r,
+        gethostent_r to NAME line.
+
+getmntent.3
+    mtk
+        Fix misnamed function references.
+
+getopt.3
+    Jon Burgess
+        Fix small error in example program.
+
+getrpcent.3
+    mtk
+        Add setrpcent and endrpcent to NAME line.
+
+gsignal.3
+    Aleksandr Koltsoff
+        Fix gsignal() prototype.
+
+hsearch.3
+    mtk
+        Add hcreate_r, hdestroy_r, hsearch_r to NAME line.
+
+inet.3
+    Maxime Bizon
+        Correct definition of "struct in_addr".
+
+isatty.3
+    mtk
+        Minor wording fix.
+
+isgreater.3
+    mtk
+        Add islessequal to NAME line.
+
+lgamma.3
+    Vincent Lefevre
+        Fix CONFORMING TO section.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417592
+
+log1p.3
+    mtk
+        Add log1pf and log1pl to NAME line.
+
+longjmp.3
+    Paul Brook / mtk
+        After a call to longjmp(), the values of modified, non-volatile
+        variables in the function that called setjmp() are unspecified.
+
+makecontext.3
+    Aleksandr Koltsoff
+        Fix makecontext() prototype.
+
+malloc.3
+    mtk / Tolga Dalman
+        Explain what happens for malloc(0), or calloc() where one of the
+        arguments is 0.
+    mtk
+        Added notes on malloc()'s use of sbrk() and mmap().
+    mtk
+        Add mmap(2), alloca(3) to SEE ALSO.
+
+mq_close.3
+mq_getattr.3
+mq_notify.3
+mq_open.3
+mq_receive.3
+mq_send.3
+mq_unlink.3
+    mtk
+        Add "Link with -lrt." to SYNOPSIS.
+
+opendir.3
+    Ulrich Drepper; some edits and additional text by mtk
+        Document fdopendir().
+
+readdir.3
+    mtk, after a note by Andi Kleen
+        Document DT_* constants for d_type.
+    Ulrich Drepper / mtk
+        Rework discussion of non-standard structure fields.
+
+sem_wait.3
+    mtk
+        Minor improvements to example program.
+
+syslog.3
+    mtk
+        Add vsyslog to NAME section.
+
+termios.3
+    Nicolas François
+        Fix XCASE feature test macro description.
+
+wcsspn.3
+    Aleksandr Koltsoff
+        Add return type to prototype.
+
+proc.5
+    mtk
+        Improve description of num_threads field under /proc/PID/stat.
+    Maxime Vaudequin
+        Fix path error (s%proc/sys%proc/sys/kernel%) in mentions of
+        /proc/sys/ostype, /proc/sys/osrelease and proc/sys/version.
+    Maxime Vaudequin
+        I noticed things to correct and to clarify in subsection
+        "/proc/filesystems" of proc.5:
+        - clarify filesystems listing: not only FS compiled
+          into the kernel, also FS kernel modules currently loaded
+        - add a reference to fs(5)
+        - add an explanation for FS marked with "nodev"
+        - s/mount(1)/mount(8)/, also corrected in section "SEE ALSO"
+        - clarify usage by mount: the current wording may lead to
+          think /proc/filesystems is always used by mount when no FS
+          is specified. So, usage of "may" which IMHO is more
+          appropriate + additional explanations
+          In mount(8) we can see:
+
+               If no -t option is given, or if the auto type is
+               specified, mount will try to guess the desired type.
+               If mount was compiled with the blkid library, the
+               guessing is done by this library. Otherwise, mount
+               guesses itself by probing the superblock; if that
+               does not turn up anything that looks familiar,
+               mount will try to read the file /etc/filesystems,
+               or, if that does not exist, /proc/filesystems.
+               All of the filesystem types listed there will be
+               tried, except for those that are labeled "nodev"
+               (e.g., devpts, proc and nfs). If /etc/filesystems
+               ends in a line with a single * only, mount will
+               read /proc/filesystems afterwards.
+    Samuel Thibault
+        Since linux 2.6.11, /proc/stat has an eighth value for cpu
+        lines: stolen time, which is the time spent in other operating
+        systems when running in a virtualized environment.
+
+arp.7
+        Updated BUGS text referring to jiffies; refer to time.7 instead.
+
+credentials.7
+    mtk
+        Add words to note that file system ID is Linux specific.
+
+hier.7
+    Maxime Vaudequin
+        This is some corrections for hier.7:
+        - missing period for /media and /mnt
+        - /mnt description is not totally correct, it is true for some
+          distributions but in others /mnt is used as a temporary FS
+          mount point, as it is specified by FHS:
+          http://www.pathname.com/fhs/pub/fhs-2.3.html#MNTMOUNTPOINTFORATEMPORARILYMOUNT
+        - s/X-Windows/X-Window/ (3 occurrences)
+        - section "SEE ALSO": s/mount(1)/mount(8)/
+
+man-pages.7
+man.7
+mdoc.7
+mdoc.samples.7
+    mtk / Nicolas François
+        Nowadays tmac.XXX are called XXX.tmac.
+
+pthreads.7
+    mtk
+        Update text about modern threading implementations
+        (NPTL vs LinuxThreads).
+
+socket.7
+    mtk, after a note by Andi Kleen
+        Clarify that SO_SNDTIMEO and SO_RCVTIMEO only have effect for
+        socket I/O calls; not for multiplexing system calls like
+        select() and poll().
+
+time.7
+    mtk
+        Add SEE ALSO reference to new timeradd.3.
+
+
+==================== Changes in man-pages-2.66 ====================
+
+Released: 2007-10-01
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Amit K. Arora <aarora@linux.vnet.ibm.com>
+David Chinner <dgc@sgi.com>
+Fredrik Noring <noring@nocrew.org>
+Mats Wichmann <mats.d.wichmann@intel.com>
+Maxime Vaudequin <maxime.vaudequin@gmail.com>
+Ollie Wild <aaw@google.com>
+Ulrich Drepper <drepper@redhat.com>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Typographical or grammatical errors have been corrected in several
+places.
+
+
+New pages
+---------
+
+fallocate.2
+    David Chinner, with some input from Amit Amora and mtk
+        Describes the fallocate() system call, new in 2.6.23.
+
+
+Changes to individual pages
+---------------------------
+
+close.2
+    Fredrik Noring
+        Add text cautioning about use of close() in
+        multithreaded programs.
+
+execve.2
+    Ollie Wild / mtk
+        Add text describing limit on total size of argv + envp,
+        and changes that occurred with 2.6.23.
+    mtk
+        Add getopt(3) to SEE ALSO list.
+
+open.2
+    mtk, Acked by Ulrich Drepper
+        Added description of O_CLOEXEC (new in 2.6.23) + other
+        minor fixes for O_DIRECT.
+
+recv.2
+    mtk
+        Added description of MSG_CMSG_CLOEXEC (new in 2.6.23).
+
+sysctl.2
+    mtk
+        Strengthened the warning against using this system call
+        and note that it may disappear in a future kernel version.
+
+rpc.3
+    Mats Wichmann
+        Fix type definition for 'protocol' in prototypes of pmap_set()
+        and pmap_getport().
+
+
+==================== Changes in man-pages-2.67 ====================
+
+Released: 2007-10-08
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Andi Kleen <andi@firstfloor.org>
+Andrew Josey <a.josey@opengroup.org>
+Maxime Vaudequin <maxime.vaudequin@gmail.com>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+*.1p
+*.3p
+    mtk, after a note by Andi Kleen and consultation with Andrew Josey.
+        Add a PROLOG section:
+            This manual page is part of the POSIX Programmer's Manual.
+            The Linux implementation of this interface may differ
+            (consult the corresponding Linux manual page for details
+            of Linux behavior), or the interface may not be implemented
+            on Linux.
+
+*.0p
+*.1p
+*.3p
+    mtk
+        Some formatting fixes, mostly to get rid of unwanted
+        spaces before "," in formatted output.
+
+*
+*/*
+    mtk
+        Change all occurrences of my email address in man-pages source
+        to my new gmail address.
+
+Many many pages
+    Maxime Vaudequin
+        I noticed useless use of macros with alternating formatting
+        (".IR" instead ".I" which suffices, ".BR" instead ".B", etc.)
+        because there is only one element.  For example in ldconfig.8:
+
+            -.BR /sbin/ldconfig
+            +.B /sbin/ldconfig
+
+        This is not very important, it only makes the sources more tidy.
+        To find these I used:
+
+            egrep '^\.(B[RI]|R[IB]|I[RB]) ([^ ]+|\"[^\"]\+\")$'
+
+        And if you want to make these changes, you can use:
+
+            sed 's/^\(\.[BRI]\)[BRI]\( \([^ ]\+\|\"[^\"]\+\"\)\)$/\1\2/g'
+
+
+==================== Changes in man-pages-2.68 ====================
+
+Released: 2007-11-19
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+A. Costa <agcosta@gis.net>
+Andrew McDonald <andrew@mcdonald.org.uk>
+Geoff Clare <gclare@gclare.org.uk>
+Heikki Orsila <shd@modeemi.cs.tut.fi>
+Hyokyong Kim <hyokyong@ppj.kr>
+Ivana Varekova <varekova@redhat.com>
+Justin Pryzby <jpryzby+d@quoininc.com>
+Maxime Vaudequin <maxime.vaudequin@gmail.com>
+Mike Frysinger <vapier@gentoo.org>
+Nicolas François <nicolas.francois@centraliens.net>
+Pádraig Brady <P@draigBrady.com>
+Sam Varshavchik <mrsam@courier-mta.com>
+Timo Juhani Lindfors <timo.lindfors@iki.fi>
+Ulrich Drepper <drepper@redhat.com>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+faccessat.2
+fchmodat.2
+fchownat.2
+fstatat.2
+futimesat.2
+linkat.2
+mkdirat.2
+mknodat.2
+readlinkat.2
+renameat.2
+symlinkat.2
+mkfifoat.3
+    mtk, after http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=445436
+        by Timo Juhani Lindfors
+        Added <fcntl.h> to SYNOPSIS.
+
+Typographical or grammatical errors have been corrected in several places.
+
+
+New pages
+---------
+
+_syscall.2
+    mtk
+        Created as a new page, by taking the content specific to
+        the _syscall() macros from intro(2).
+
+
+Changes to individual pages
+---------------------------
+
+README
+    mtk
+        Brought up to date.
+
+man-pages-*-Announce
+    mtk
+        Brought the info in here up to date.
+
+intro.1
+    mtk
+        Added intro paragraph about section, plus a paragraph
+        about exit status values.
+        Move "user intro" text to NOTES.
+
+get_mempolicy.2
+    mtk
+        Reorder ERRORS sections alphabetically
+
+intro.2
+    mtk
+        Pretty much a complete rewrite, covering some additional topics.
+        Moved _syscallN() material to new _syscall(2) page.
+
+mbind.2
+    mtk
+        Reorder ERRORS sections alphabetically
+
+mmap.2
+    Maxime Vaudequin
+        Fix syntax error in example program.
+
+prctl.2
+    mtk
+        Linux 2.6.22 added support on Alpha for PR_SET_UNALIGN.
+
+ptrace.2
+    Nicolas François / mtk
+        s/PTRACE_POKEUSR/PTRACE_POKEUSER/
+        s/PTRACE_PEEKUSR/PTRACE_PEEKUSER/
+
+read.2
+    mtk / Geoff Clare
+        Add text describing timerfd EINVAL error for read(2).
+
+set_mempolicy.2
+    mtk
+        Reorder ERRORS sections alphabetically
+
+syscall.2
+    mtk
+        Added _syscall(2) and intro(2) to SEE ALSO section.
+
+syscalls.2
+    mtk
+        Added fallocate(2); removed timerfd(2).
+
+sysinfo.2
+    mtk
+        Removed reference to example in intro(2).
+
+dlopen.3
+    mtk
+        Added "Link with -ldl." to SYNOPSIS.
+
+getaddrinfo.3
+    Ulrich Drepper / mtk
+        Remove references to getipnodebyname.3 and getipnodebyaddr.3.
+
+gethostbyname.3
+    mtk / Ulrich Drepper
+        Remove SEE ALSO references to getipnodebyname.3 and
+        getipnodebyaddr.3.
+
+    Pádraig Brady / mtk / Ulrich Drepper
+        Point out that the functions described on this page
+        are made obsolete by getaddrinfo(3) and getnameinfo(3).
+
+getipnodebyname.3
+    mtk
+        Clarify that glibc does not implement these functions.
+
+glob.3
+    Ulrich Drepper / mtk
+        Fix description of GLOB_ONLYDIR.
+    mtk
+        Added description of GLOB_TILDE_NOMATCH.
+        Expanded the description of various flags.
+        Various wording fixes..
+
+intro.3
+    mtk
+        Pretty much a complete rewrite, covering some additional topics.
+
+posix_fallocate.3
+    mtk
+        Add SEE ALSO referring to fallocate.2.
+
+rpc.3
+    Sam Varshavchik
+        Add some arg declarations to prototypes; fix typos.
+
+setbuf.3
+    Mike Frysinger
+        Fix text in BUGS section.
+
+sigset.3
+    mtk
+        The sigset() bugs were fixed in glibc 2.5.
+        See http://sourceware.org/bugzilla/show_bug.cgi?id=1951
+
+intro.4
+    mtk
+        Minor rewrites.
+
+st.4
+    Maxime Vaudequin
+        Various small corrections, formattings and modifications.
+
+elf.5
+    Mike Frysinger
+        Document:
+        - new p_flag: PT_GNU_STACK
+        - new sections: .gnu.version .gnu.version_d .gnu.version_r
+          .note.GNU-stack
+        - new structures: ElfN_Verdef ElfN_Verdaux ElfN_Verneed
+          ElfN_Vernaux
+
+intro.5
+    mtk
+        Minor rewrites.
+
+proc.5
+    Ivana Varekova / mtk
+        Add text noting that since kernel 2.6.16, /proc/slabinfo is
+        only available if CONFIG_SLAB is enabled.
+    Maxime Vaudequin
+        Update description of /proc/pci.
+    Maxime Vaudequin
+        Give italic formatting to file names in proc.5.
+    mtk
+        The display type of the /proc/PID/stat fields changed
+        %lu to %u in Linux 2.6.22:
+            flags
+            rt_priority
+            policy
+
+slabinfo.5
+    Ivana Varekova / mtk
+        Add text noting that since kernel 2.6.16, /proc/slabinfo is
+        only available if CONFIG_SLAB is enabled.
+
+intro.6
+    mtk
+        Minor rewrites.
+
+bootparam.7
+    Maxime Vaudequin
+        Update references to files in kernel "Documentation" directory.
+
+intro.7
+    mtk
+        Minor rewrites.
+
+ipv6.7
+    Andrew McDonald
+        Fix description of IPV6_ROUTER_ALERT option.
+
+standards.7
+    mtk
+        Note online location of C99 standard.
+
+intro.8
+    mtk
+        Some rewrites, plus new paragraph on exit status values.
+
+
+==================== Changes in man-pages-2.69 ====================
+
+Released: 2007-12-03
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Adam Borowski <kilobyte@angband.pl>
+Alain Portal <aportal@univ-montp2.fr>
+Andries E. Brouwer <Andries.Brouwer@cwi.nl>
+J. Bruce Fields <bfields@citi.umich.edu>
+David Härdeman <david@hardeman.nu>
+Jeremy Kerr <jk@ozlabs.org>
+Luke Browning <lukebr@linux.vnet.ibm.com>
+Mats Wichmann <mats.d.wichmann@intel.com>
+Maxime Vaudequin <maxime.vaudequin@gmail.com>
+Mike Frysinger <vapier@gentoo.org>
+Reuben Thomas <rrt@sc3d.org>
+Sam Varshavchik <mrsam@courier-mta.com>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+*.[013]p
+    mtk
+        Many whitespace clean-ups in formatted output.
+
+mprotect.2
+bind.2
+mq_notify.3
+makecontext.3
+fmemopen.3
+    David Härdeman / mtk
+        Rename error handling function in example program
+        (s/die/handle_error/).
+
+Typographical or grammatical errors have been corrected in several places.
+
+
+Removed pages
+-------------
+
+HOWTOHELP
+MAINTAINING
+    mtk
+        The content of these files is now available in HTML format.
+
+New links
+---------
+
+cfsetspeed.3
+    mtk
+        Link to termios.3.
+
+
+Changes to individual pages
+---------------------------
+
+time.1
+    Alain Portal
+        Added "Linux User's Manual" to .TH line.
+
+_syscall.2
+    aeb / mtk
+        Remove outdated text about pointer blocks for syscalls that have
+        more than 5 arguments.
+
+fcntl.2
+    J. Bruce Fields
+        Add warning that mandatory locking is unreliable.
+    J. Bruce Fields
+        Clarify details in description of file leases.
+    J. Bruce Fields / mtk
+        Minor wording edits.
+    J. Bruce Fields
+        Add F_GETLEASE under RETURN VALUE.
+
+mmap.2
+    mtk
+        Handle errors using a custom handle_error() macro.
+
+sched_setscheduler.2
+    Mats Wichmann
+        Add BUGS text noting that the return value from Linux
+        sched_setschuler() does not conform to POSIX.
+
+spu_create.2
+    Jeremy Kerr
+        Various updates and improvements.
+    Luke Browning
+        Refinement of text describing a "gang".
+    mtk
+        Minor edits.
+
+spu_run.2
+    Jeremy Kerr
+        Various updates and improvements.
+    mtk
+        Minor edits.
+
+err.3
+    mtk
+        Remove HISTORY section.
+
+fopen.3
+    Mike Frysinger
+        Document 'e' (close-on-exec) option, new in glibc 2.7.
+
+getloadavg.3
+    Alain Portal / mtk
+        Remove HISTORY section.
+
+printf.3
+    Andries E. Brouwer / mtk
+        Fix the discussion of stdarg macros in the description of
+        vprintf() description.
+
+sem_wait.3
+    mtk
+        Handle errors using a custom handle_error() macro.
+
+sigsetops.3
+    Mats Wichmann
+        Note that sigset_t objects must be initialized
+        with sigemptyset() or sigfillset() before the other
+        macros are employed.
+
+termios.3
+    mtk, after a note by Alain Portal
+        Added cfsetspeed() to SYNOPSIS.  Added text under CONFORMING TO
+        noting that cfsetspeed() is BSD specific.
+
+ttyslot.3
+    Alain Portal
+        Various references to "getty" were changed to "mingetty", since
+        that is the manual page more likely to be found on current
+        systems.  (Completes changes that were made in man-pages-2.44.)
+
+initrd.4
+    mtk, after a note by Alain Portal
+        Move "Configuration" section to top of page (like other
+        section 4 pages) and make it a .SH section.
+
+full.4
+    mtk
+        Re-ordered CONFIGURATION section to go before DESCRIPTION.
+
+sk98lin.4
+    Maxime Vaudequin
+        Fix reference to kernel Documentation file.
+
+elf.5
+    mtk
+        Renamed HISTORY section to NOTES, and removed BSD specific info.
+
+proc.5
+    Maxime Vaudequin
+        Mention grub(8) in same sentence as lilo(8).
+    Maxime Vaudequin
+        Improve description of /proc/sys/abi and
+        /proc/sys/kernel/modprobe.
+
+utmp.5
+    Alain Portal
+        Various references to "getty" were changed to "mingetty", since
+        that is the manual page more likely to be found on current
+        systems.  (Completes changes that were made in man-pages-2.44.)
+
+iso_8859-2.7
+    Adam Borowski
+        Reverse the 2.68 change applied by mtk in response to
+        http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=445085
+        that replaced "Sorbian" with "Serbian".
+        (Sorbian is a language of 50000 people in Brandenburg.)
+
+man-pages.7
+    mtk
+        Added CONFIGURATION to list of "standard" section names.
+
+spufs.7
+    Jeremy Kerr
+        Various updates and improvements.
+    mtk
+        Minor edits.
+
+tcp.7
+    Maxime Vaudequin
+        Fix reference to kernel Documentation file.
+
+
+==================== Changes in man-pages-2.70 ====================
+
+Released: 2007-12-06
+
+
+Global changes
+--------------
+
+Many pages
+    mtk
+        Remove section numbers for page references where the
+        reference refers to the page itself.  (This stops man2html
+        producing links from a page back to itself.)
+
+Typographical or grammatical errors have been corrected in several places.
+
+
+Changes to individual pages
+---------------------------
+
+get_mempolicy.2
+    mtk
+        Add CONFORMING TO section.
+
+io_getevents.2
+    mtk
+        Remove redundant SEE ALSO entry.
+
+mbind.2
+    mtk
+        Add CONFORMING TO section.
+
+msgop.2
+    mtk
+        Remove redundant SEE ALSO entries.
+
+sigprocmask.2
+    mtk
+        Remove redundant SEE ALSO entry.
+
+splice.2
+    mtk
+        Remove redundant SEE ALSO entry.
+        Add SEE ALSO referring to vmsplice(2).
+
+csin.3
+    mtk
+        Remove redundant SEE ALSO entry.
+        Add SEE ALSO referring to ccos(3).
+
+gethostbyname.3
+    mtk
+        Add gethostbyaddr_r to NAME section.
+
+rint.3
+    mtk
+        Remove redundant SEE ALSO entry.
+
+sigsetops.3
+    mtk
+        Minor rewording.
+
+epoll.7
+    mtk
+        Minor rewording.
+
+
+==================== Changes in man-pages-2.71 ====================
+
+Released: 2007-12-14
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Alain Portal <aportal@univ-montp2.fr>
+John Sigler <linux.kernel@free.fr>
+Josh Triplett <josh@freedesktop.org>
+Mats Wichmann <mats.d.wichmann@intel.com>
+Pascal MALAISE <malaise@magic.fr>
+Sam Varshavchik <mrsam@courier-mta.com>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+err.3
+fts.3
+getloadavg.3
+queue.3
+rcmd.3
+rexec.3
+stdin.3
+elf.5
+operator.7
+    mtk
+        Replaced the use of mdoc macros on these pages with man
+        macros.  The only pages in man-pages that still use
+        mdoc macros are mdoc.7 and mdoc.samples.7.
+
+Typographical or grammatical errors have been corrected in several places.
+
+
+Deleted pages
+-------------
+
+TODO
+    mtk
+        This information is now on the website.
+
+
+Changes to individual pages
+---------------------------
+
+Changes.old
+    mtk
+        Reformat various change log entries to use a consistent format.
+        Expand Debian bug report numbers to be URLs.
+        Other minor tidy-ups.
+
+fcntl.2
+    mtk
+        Document the F_DUPFD_CLOEXEC operation, which is
+        new in kernel 2.6.24.
+
+listen.2
+    Josh Triplett
+        Fix incorrect path for somaxconn.
+
+getpw.3
+    Alain PORTAL
+        Add ENOENT error to ERRORS.
+
+sysconf.3
+    Mats Wichmann
+        Add documentation of _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN.
+
+tty.4
+    John Sigler
+        Add tty_ioctl(4) to SEE ALSO list.
+
+regex.7
+    Pascal MALAISE <malaise@magic.fr>
+        Separate text on back references from that describing basic regexps,
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379829.
+    mtk
+        Remove crufty text about word boundaries.
+
+
+==================== Changes in man-pages-2.72 ====================
+
+Released: 2007-12-14
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Alain Portal <aportal@univ-montp2.fr>
+Alex Tuninga <atuninga@google.com>
+Bert Wesarg <bert.wesarg@googlemail.com>
+Maxime Vaudequin <maxime.vaudequin@gmail.com>
+Rob Weryk <rjweryk@uwo.ca>
+Sam Varshavchik <mrsam@courier-mta.com>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Various pages
+    Alain PORTAL / mtk
+        Format include files consistently (".I <.*\.h>").
+
+Various pages
+    Alain PORTAL / mtk
+        Format pathname in italics (.I).
+
+dbopen.3
+mpool.3
+recno.3
+    Alain PORTAL
+        Remove brackets ([]) around error names.
+
+console.4
+tty.4
+ttyS.4
+issue.5
+ttytype.5
+utmp.5
+    mtk / Maxime Vaudequin
+        Some systems have mingetty(8), others have agetty(8), so both
+        should be mentioned when we are talking about getty-style programs.
+
+
+Typographical or grammatical errors have been corrected in several places.
+
+
+Renamed pages
+-------------
+
+filesystems.5
+    mtk / Alain PORTAL
+        Was previously fs.5
+
+
+New links
+---------
+
+argz.3
+    Bert Wesarg / mtk
+        Link to argz_add.3.
+
+envz.3
+    Bert Wesarg / mtk
+        Link to envz_add.3.
+
+fs.5
+    mtk / Alain PORTAL
+        Link to filesystems.5.
+
+
+Changes to individual pages
+---------------------------
+
+readahead.2
+    Rob Weryk
+        Fix declaration of 'offset' in SYNOPSIS.
+
+seteuid.2
+    mtk
+        s/SETGUID/SETEUID/ in .TH line.
+
+__setfpucw.3
+    mtk
+        Fixed include files references / formatting.
+
+abort.3
+    mtk, after a note by Alex Tuninga
+        A fairly significant rewrite to clarify operation of abort().
+
+argz_add.3
+    Bert Wesarg / mtk
+        s/envz/envz_add/ in SEE ALSO.
+
+basename.3
+    mtk
+        s/DIRNAME/BASENAME/ in .TH line, and swap function names
+        in NAME section.
+
+envz_add.3
+    Bert Wesarg / mtk
+        s/argz/argz_add/ in SEE ALSO.
+
+flockfile.3
+    mtk
+        s/LOCKFILE/FLOCKFILE/ in .TH line.
+
+getgrent_r.3
+    mtk
+        s/GETGRENT/GETGRENT_R/ in .TH line.
+
+stdio.3
+    Sam Varshavchik
+        Reformat function list at end of page as a proper table.
+
+ttyslot.3
+    Maxime Vaudequin
+        Revert earlier s/getty/mingetty/.  This page talks about
+        historical behavior, and that means "getty(8)".
+
+undocumented.3
+    mtk
+        Remove reference to "obstack stuff"; it's not clear what
+        that is about.
+
+console_ioctl.4
+    mtk
+        s/CONSOLE_IOCTLS/CONSOLE_IOCTL/ in .TH line.
+
+proc.5
+    mtk
+        s/fs (5)/filesystems (5)/
+
+man-pages.7
+    mtk / Alain PORTAL
+        Improve discussion of formatting of file names.
+
+
+==================== Changes in man-pages-2.73 ====================
+
+Released: 2007-12-14
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Alain Portal <aportal@univ-montp2.fr>
+Pádraig Brady <P@draigBrady.com>
+Reuben Thomas <rrt@sc3d.org>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Various pages
+    Alain PORTAL
+        Formatting fixes.
+
+Typographical or grammatical errors have been corrected in several places.
+
+
+Changes to individual pages
+---------------------------
+
+mknod.2
+    mtk, after a report by Reuben Thomas
+        Clarify use of mkfifo() versus mknod().
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455825
+
+fgetgrent.3
+    mtk
+        Small rewording.
+
+fgetpwent.3
+    mtk
+        Small rewording.
+
+rcmd.3
+    mtk
+        Noted feature test macro requirements.
+        BUGS: noted that iruserok() is not declared in glibc headers.
+
+filesystems.5
+    mtk
+        Added Reiserfs, XFS, JFS to list of file systems.
+
+
+==================== Changes in man-pages-2.74 ====================
+
+Released: 2007-12-20
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Alain Portal <aportal@univ-montp2.fr>
+Andrew Morton <akpm@linux-foundation.org>
+David Brown <lkml@davidb.org>
+Jeremy Kerr <jk@ozlabs.org>
+Mats Wichmann <mats.d.wichmann@intel.com>
+Sam Morris <sam@robots.org.uk>
+Sam Varshavchik <mrsam@courier-mta.com>
+Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Various pages
+    Alain PORTAL
+        Formatting fixes.
+
+Various pages
+    mtk / Alain Portal
+        s/``...''/"..."/
+
+Various pages
+    mtk
+        s/epoch/Epoch/
+
+Various pages
+    mtk
+        Make the standard indent for code samples, shell session
+        logs, etc. to be ".in +4n".
+
+Typographical or grammatical errors have been corrected in several places.
+
+
+Changes to individual pages
+---------------------------
+
+_syscall.2
+    mtk
+        Nowadays there is _syscall6() also.
+
+chroot.2
+    mtk
+        Various minor formatting changes.
+
+epoll_wait.2
+    mtk
+        Fix types in structs.
+        Formatting fixes.
+
+mount.2
+    mtk, after a note by Sam Morris
+        Clarify that MS_NODIRATIME provides a subset of the
+        functionality provided by MS_NOATIME.
+
+sched_setaffinity.2
+    mtk
+        Minor rearrangement of text.
+
+select_tut.2
+    mtk
+        Fix (my) typos in argument names.
+        Formatting fixes.
+
+spu_create.2
+    Jeremy Kerr
+        We can use context FDs for the dirfd argument to the *at() syscalls.
+
+times.2
+    mtk, after a note from David Brown and Andrew Morton
+        http://marc.info/?l=linux-kernel&m=119447727031225&w=2
+        Rework the text describing the return value to be closer
+        to the requirements of POSIX.1; move Linux details
+        to NOTES and add a warning not to rely on those details.
+        Add a warning about the -1 to -4095 bug which results
+        in a 41 second window where the glibc wrapper will wrongly
+        return -1 indicating an error.
+    mtk
+        Remove cruft HZ text.
+        Clarify text describing return value of clock(3).
+
+getw.3
+    Mats Wichmann
+        CONFORMING TO: getw() and putw() were in SUSv2, but are not
+        in POSIX.1-2001.
+
+hash.3
+    mtk / Alain Portal
+        Minor rewordings + formatting fixes.
+
+st.4
+    Alain Portal / mtk
+        Many formatting fixes.
+    mtk
+        Place ERRORS in alphabetical order.
+
+vcs.4
+    Samuel Thibault
+        Document VT_GETHIFONTMASK (new in 2.6.18) and add to example program;
+        attribute/text characters are in the host byte order.
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456437
+    mtk
+        Minor edits.
+
+bootparam.7
+    Alain PORTAL
+        Formatting fixes.
+
+inotify.7
+    mtk
+        Minor heading changes and reformattings.
+
+man-pages.7
+    mtk
+        Note that code segments, structure definitions, shell session
+        logs, should be indented by 4 spaces.
+
+spufs.7
+    Jeremy Kerr
+        Add a little information about the differences to mbox.
+
+
+==================== Changes in man-pages-2.75 ====================
+
+Released: 2008-01-08
+
+
+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>
+Andreas Henriksson <andreas@fatal.se>
+Jeremy Kerr <jk@ozlabs.org>
+Justin Pryzby <jpryzby+d@quoinic.com>
+Phil Endecott <spam_from_debian_bugs_4@chezphil.org>
+Sam Varshavchik <mrsam@courier-mta.com>
+Thomas Huriaux <thomas.huriaux@gmail.com>
+Timo Sirainen <tss@iki.fi>
+Trond Myklebust <trond.myklebust@fys.uio.no>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Various pages
+    mtk
+        (Grammatical) hyphenation was fixed in many places.
+
+epoll_wait.2
+mbind.2
+spu_run.2
+ecvt.3
+fmtmsg.3
+getnameinfo.3
+rtc.4
+proc.5
+charsets.7
+ip.7
+ipv6.7
+raw.7
+uri.7
+    Justin Pryzby / mtk
+        Fix incorrect usage of "a" and "an" before following vowel /
+        consonant, by reviewing the output of the following scripts:
+
+            for a in  $(wc */*.? | awk '$1 > 10 {print $4}' | gv total); do
+                echo $a
+                MANWIDTH=4000 man -l $a 2>/dev/null |
+                        egrep '(^| )an [^aeiou][a-z]'
+            done | less
+
+            for a in  $(wc */*.? | awk '$1 > 10 {print $4}' | gv total); do
+                echo $a
+                MANWIDTH=4000 man -l $a 2>/dev/null |
+                        egrep '(^| )a [aeiou][a-z]'
+            done| less
+
+err.3
+fts.3
+queue.3
+rcmd.3
+rexec.3
+stdin.3
+elf.5
+    mtk, after a note by Alain Portal
+        Improve macros used in 2.71 to convert from "mdoc" to "man".
+
+_exit.2
+chroot.2
+getgid.2
+getpid.2
+getrusage.2
+getsid.2
+gettid.2
+getuid.2
+iopl.2
+kill.2
+personality.2
+pivot_root.2
+ptrace.2
+sched_setparam.2
+sched_setscheduler.2
+sched_yield.2
+seteuid.2
+setgid.2
+setpgid.2
+setresuid.2
+setreuid.2
+setuid.2
+unlink.2
+wait.2
+openpty.3
+raise.3
+setlogmask.3
+sleep.3
+ttyslot.3
+ulimit.3
+tty.4
+tty_ioctl.4
+path_resolution.7
+    mtk
+        s/current process/calling process/
+
+cacheflush.2
+clone.2
+fcntl.2
+getitimer.2
+getrlimit.2
+mmap.2
+mprotect.2
+times.2
+adjtime.3
+byteorder.3
+inet.3
+offsetof.3
+rtc.4
+icmp.7
+pipe.7
+time.7
+    mtk
+        s/x86/i386/ since that is the name used in 'arch' directories
+        in the kernel source, and previously both i386 and x86 were both
+        used in man pages; also nowadays 'x86' is somewhat ambiguous,
+        since it is the name of the 'arch' directory for i386 and x86-64.
+
+conj.3
+cacos.3
+cacosh.3
+cabs.3
+carg.3
+casin.3
+casinh.3
+catan.3
+catanh.3
+ccos.3
+ccosh.3
+cexp.3
+cimag.3
+clog.3
+cosh.3
+creal.3
+csin.3
+csinh.3
+ctan.3
+ctanh.3
+sinh.3
+tanh.3
+    mtk
+        Various reformattings.
+
+Various pages
+    Alain Portal
+        Formating fixes.
+
+mlock.2
+mprotect.2
+mpool.3
+offsetof.3
+    Alain Portal
+        Format SYNOPSIS in a manner consistent with other pages.
+
+Various pages
+    mtk / Alain Portal
+        Format casts so that there is a non-breaking space after the
+        type, and remove unnecessary parentheses around the casted value.
+        Thus, for example, the following:
+
+            .IR "(size_t) (\-1)" .
+
+        becomes:
+
+            .IR "(size_t)\ \-1" .
+
+Various pages
+    mtk / Alain Portal
+        Replace "-" by "\-" where a real dash is required.
+
+Various pages
+    mtk
+        Make the formatting of instances of '*varname' consistent, changing
+        instances such as:
+
+            .RI * varname
+
+        to:
+
+            .I *varname
+
+pciconfig_read.2
+nfsservctl.2
+bstring.3
+cpow.3
+getipnodebyname.3
+getpwnam.3
+getrpcent.3
+lsearch.3
+malloc_hook.3
+mpool.3
+stdin.3
+strtol.3
+strtoul.3
+unlocked_stdio.3
+regex.3
+sd.4
+resolv.conf.5
+utmp.5
+futex.7
+    mtk
+        Format SYNOPSIS consistently.
+
+drand48.3
+drand48_r.3
+flockfile.3
+erf.3
+sigvec.3
+timeradd.3
+wprintf.3
+    mtk, after a note by Alain Portal
+        Standardize sentence used under "Feature Test Macro Requirements"
+        when referring to all functions shown in the SYNOPSIS.
+
+get_kernel_syms.2
+getdents.2
+getitimer.2
+nanosleep.2
+query_module.2
+statvfs.2
+clock_getres.3
+getaddrinfo.3
+getgrent.3
+getipnodebyname.3
+console_ioctl.4
+tty_ioctl.4
+rtnetlink.7
+    mtk
+        Indent structure definitions by +4n.
+
+recv.2
+btree.3
+dbopen.3
+ether_aton.3
+fts.3
+hash.3
+mpool.3
+profil.3
+rcmd.3
+recno.3
+rpc.3
+xdr.3
+console_ioctl.4
+ddp.7
+ip.7
+ipv6.7
+svipc.7
+    mtk
+        Use C99 standard types in declarations.
+            s/u_long/unsigned long/
+            s/ulong/unsigned long/
+            s/u_char/unsigned char/
+            s/u_short/unsigned short/
+            s/ushort/unsigned short/
+            s/u_int8_t/uint8_t/
+            s/u_int16_t/uint16_t/
+            s/u_int32_t/uint32_t/
+            s/u_int/unsigned int/
+
+exit_group.2
+fallocate.2
+getdents.2
+ioctl_list.2
+nfsservctl.2
+sched_setaffinity.2
+set_tid_address.2
+ustat.2
+argz_add.3
+confstr.3
+envz_add.3
+getline.3
+getpwnam.3
+gets.3
+getw.3
+inet_ntop.3
+inet_pton.3
+offsetof.3
+console_ioctl.4
+termcap.5
+ascii.7
+feature_test_macros.7
+netlink.7
+operator.7
+svipc.7
+    mtk
+        Fix unbalanced .nf/.fi pairs.
+
+chmod.2
+getxattr.2
+listxattr.2
+lseek.2
+removexattr.2
+setxattr.2
+stat.2
+feature_test_macros.7
+fpathconf.3
+fopen.3
+
+    mtk
+        Rename argument: s/file*des/fd/ , since that is the name most
+        commonly used on man pages for a file descriptor argument.
+
+bindresvport.3
+des_crypt.3
+getopt.3
+getrpcent.3
+realpath.3
+rpc.3
+xdr.3
+    mtk
+        Removed .SM macros.
+
+madvise.2
+getdirentries.3
+printf.3
+sigvec.3
+    mtk
+        Remove extraneous .br macro before/after .SH/.SS.
+
+_syscall.2
+lookup_dcookie.2
+aio_cancel.3
+aio_error.3
+aio_fsync.3
+aio_read.3
+aio_return.3
+aio_write.3
+canonicalize_file_name.3
+envz_add.3
+getgrouplist.3
+getttyent.3
+key_setsecret.3
+mtrace.3
+tcgetpgrp.3
+tcgetsid.3
+ttyslot.3
+tty_ioctl.4
+    mtk
+        Remove extraneous .sp macros.
+
+fcntl.2
+outb.2
+send.2
+syscalls.2
+getopt.3
+proc.5
+man-pages.7
+standards.7
+tcp.7
+    mtk
+        Remove/replace extraneous .sp macros.
+
+Typographical or grammatical errors have been corrected in several places.
+
+
+Changes to individual pages
+---------------------------
+
+_syscall.2
+    mtk
+        Nowadays there are seven macros (see 2.74 change log also).
+
+arch_prctl.2
+    mtk, Acked by Andi Kleen
+        Clarify interpretation of 'addr'; plus a few other minor edits
+        and updates.
+
+bind.2
+    mtk
+        Minor rewrites.
+
+close.2
+    mtk
+        Clarify relationship between file descriptor and open file
+        description.
+
+connect.2
+    mtk, Acked by Andi Kleen
+        Since kernel 2.2, AF_UNSPEC for unconnecting a connected
+        socket *is* supported.
+
+execve.2
+    Alain Portal
+        Minor rewordings.
+
+futimesat.2
+    Alain Portal
+        Remove duplicate "#include <fcntl.h>" from SYNOPSIS.
+
+getgid.2
+    mtk
+        Add getresgid(2) and credentials(7) to SEE ALSO.
+
+getpagesize.2
+    mtk
+        Small rewording.
+
+getresuid.2
+    mtk
+        Rewrote various parts.
+
+getuid.2
+    mtk
+        Add getresuid(2) and credentials(7) to SEE ALSO.
+
+ioctl_list.2
+    Alain Portal
+        Use proper tables for layout, and various formatting fixes.
+    mtk
+        Various formatting fixes.
+
+listen.2
+    mtk
+        Rewrote various parts.
+
+mbind.2
+    Andi Kleen / mtk / Alain Portal
+        Modify explanation of EINVAL 'maxnode' error.
+
+mmap.2
+    mtk
+        Add comma to clarify meaning of a sentence.
+
+open.2
+    mtk
+        Clarify initial description of O_EXCL.
+        Clarify description of behaviors of O_CREAT | O_EXCL
+        for symbolic links.
+        Clarify text describing use of lockfiles without O_EXCL.
+    mtk, with input from Timo Sirainen and Trond Myklebust
+        O_EXCL is supported on NFSv3 and later, with Linux 2.6 and later.
+
+pipe.2
+    mtk
+        Rename 'filedes' argument 'pipefd'.
+
+pivot_root.2
+    mtk
+        s/cwd/current working directory/
+
+seteuid.2
+    mtk
+        Minor changes.
+
+setpgid.2
+    mtk
+        Add credentials(7) to SEE ALSO, and updated copyright credits,
+        to reflect my rewrite of a few months ago.
+
+setsid.2
+    mtk
+        Add getsid(2) and credentials(7) to SEE ALSO.
+
+spu_create.2
+    Alain Portal / mtk; acked by Jeremy Kerr
+        Minor formatting/wording changes.
+    mtk
+        Put EPERM in right alphabetical position in ERRORS list.
+
+argz_add.3
+    mtk
+        Formatting fixes.
+
+atexit.3
+    mtk
+        Minor changes to example program.
+
+cerf.3
+    mtk
+        These functions are still not present as at glibc 2.7.
+
+dbopen.3
+    Alain Portal / mtk
+        Various minor spelling and formatting fixes.
+
+envz_add.3
+    mtk
+        Formatting fixes.
+
+fexecve.3
+    mtk
+        Fix placement of feature test macro in SYNOPSIS.
+
+fmax.3
+fmin.3
+    mtk
+        Small rewording.
+
+getline.3
+    mtk
+        Minor changes to example program.
+
+getrpcent.3
+getrpcport.3
+    mtk
+        Use modern C prototypes in SYNOPSIS.
+
+getutent.3
+    Alain Portal / mtk
+        Formatting fixes.
+
+mbsnrtowcs.3
+mbsrtowcs.3
+mbstowcs.3
+    mtk
+        Use .IP tags to create properly formatted lists.
+
+rpc.3
+    mtk
+        Convert function declarations to use modern C prototypes.
+        Add text and start of page describing header files
+        and types required by functions.
+        Reformat discussion of request under clnt_control().
+
+xdr.3
+    mtk
+        Convert function declarations to use modern C prototypes.
+        Remove crufty "int empty" from xdrrec_eof() description.
+
+console_codes.4
+    Phil Endecott
+        Relocate misplaced line:
+            "and if LF/NL (new line mode) is set also a carriage return;"
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458338.
+
+console_ioctl.4
+    mtk
+        Formatting fixes.
+
+bootparam.7
+    mtk, after a note by Alan Portal
+        Fix reference to kernel documentation source file in the
+        "The Sound Driver" subsection.
+
+man-pages.7
+    Alain Portal
+        Move CONFIGURATION description after SYNOPSIS description.
+    mtk / Alain Portal
+        Note that header files should be surrounded by angle brackets (<>).
+
+posixoptions.7
+    mtk
+        Minor formatting and wording fixes.
+
+rtnetlink.7
+    Andreas Henriksson
+        Fix description of RTM_F_EQUALIZE.
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458325.
+
+signal.7
+    mtk
+        Minor formatting and wording fixes.
+
+socket.7
+    mtk
+        Small rewording of discussion of O_ASYNC.
+
+spufs.7
+    mtk / Jeremy Kerr / Alain Portal
+        s/SPE/SPU/
+
+
+==================== Changes in man-pages-2.76 ====================
+
+Released: 2008-01-14
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Alain Portal <aportal@univ-montp2.fr>
+Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
+Jeremy Kerr <jk@ozlabs.org>
+Sam Varshavchik <mrsam@courier-mta.com>
+Trond Myklebust <trond.myklebust@fys.uio.no>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+longjmp.3
+printf.3
+scanf.3
+setbuf.3
+setjmp.3
+sk98lin.4
+environ.7
+    mtk
+        Rework/remove use of ".ad" macros.
+
+ioctl_list.2
+mlock.2
+mprotect.2
+mremap.2
+syslog.2
+cfree.3
+mpool.3
+offsetof.3
+rpc.3
+stdin.3
+    mtk
+        Fix unbalanced quotes in formatting macros.
+
+ftok.3
+    mtk
+        s/i-node/inode/, for consistency with other pages and POSIX.1-2001.
+
+Typographical or grammatical errors have been corrected in several places.
+
+
+Changes to individual pages
+---------------------------
+
+chown.2
+    mtk
+        Minor wording change.
+
+dup.2
+    mtk
+        Reordered text in DESCRIPTION and added some details for dup2().
+
+open.2
+    Trond Myklebust / mtk
+        Minor fix to O_EXCL changes in previous release.
+
+gettid.2
+    mtk
+        Rewrote DESCRIPTION; noted that thread ID is not the same
+        thing as a POSIX thread ID.
+
+pipe.2
+    mtk
+        Rewrote DESCRIPTION; minor additions to EXAMPLE text.
+
+umask.2
+    mtk
+        A few rewrites and additions.
+
+strptime.3
+    Carlo Marcelo Arenas Belon / mtk
+        Add "#define _XOPEN_SOURCE" to example program.
+
+initrd.4
+    mtk
+        Use quotes more consistently in formatting macros.
+
+random.4
+    mtk, after a report by Daniel Kahn Gilmor
+        Add 2.6 details for /proc/sys/kernel/random/poolsize.
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459232.
+
+pthreads.7
+    mtk
+        Minor changes.
+
+spufs.7
+    mtk / Jeremy Kerr
+        Define abbreviation "MSS".
+
+
+==================== Changes in man-pages-2.77 ====================
+
+Released: 2008-01-31
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Pavel Heimlich <tropikhajma@seznam.cz>
+Phil Endecott <phil_vonar_endecott@chezphil.org>
+Thomas Huriaux <thomas.huriaux@gmail.com>
+Vincent Lefevre <vincent@vinc17.org>
+WANG Cong <xiyou.wangcong@gmail.com>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+stdarg.3
+bootparam.7
+    Thomas Huriaux
+        Fix broken use of single quotes at start of line,
+        as per: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462636
+
+Typographical or grammatical errors have been corrected in several places.
+
+New pages
+---------
+
+remove_COLOPHON.sh
+    mtk
+        Script to remove the COLOPHON section from the man pages provided
+        as command-line arguments.  This is useful to remove the COLOPHON
+        sections from all of the man pages in two different release trees
+        in order to do a "diff -ruN" to see the "real" differences
+        between the trees.
+
+
+Changes to individual pages
+---------------------------
+
+fcntl.2
+    mtk
+        Replace tables with .TP macros.
+
+fork.2
+    mtk
+        Added discussion of directory streams.
+        Removed "#include <sys/types>" from SYNOPSIS.
+        Changed authorship notice.
+
+futex.2
+    mtk
+        Add ENOSYS error to errors.
+    Phil Endecott
+        Explicitly describe return value in the event of an error.
+
+inotify_add_watch.2
+    mtk
+        Minor wording changes.
+
+splice.2
+    WANG Cong
+        Fix types for 2 and 4 arguments in splice prototype.
+
+wait.2
+    Phil Endecott
+        Clarify description of return value for WNOHANG.
+
+tkill.2
+    mtk
+        Rewrote DESCRIPTION; emphasized that tkill() is obsoleted by
+        tgkill().
+
+alloca.3
+    mtk
+        Change description in NAME section.
+        Various rewrites and additions (including notes on longjmp() and
+        SIGSEGV).
+    mtk / Vincent Lefevre
+        Weaken warning against use of alloca(), and
+        point out some cases where it can be useful;
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461100.
+
+bootparam.7
+    Pavel Heimlich
+        Remove junk line.
+
+inotify.7
+    mtk
+        Replace tables with .TP macros.
+        s/MultiSource Synchronization/MultiSource Synchronization (MSS)/
+
+
+==================== Changes in man-pages-2.78 ====================
+
+Released: 2008-02-15
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Davide Libenzi <davidel@xmailserver.org>
+Greg Banks <gnb@melbourne.sgi.com>
+Michael Tokarev <mjt@tls.msk.ru>
+Phil Endecott <phil_vonar_endecott@chezphil.org>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+sigaction.2
+signal.2
+sigwaitinfo.2
+signal.7
+    mtk
+        Add SEE ALSO entry referring to new signalfd.2 page.
+
+Typographical or grammatical errors have been corrected in several places.
+
+
+New pages
+---------
+
+eventfd.2
+    mtk, with input and review from Davide Libenzi
+        Documents the eventfd() system call, new in 2.6.22.
+
+signalfd.2
+    mtk, with input and review from Davide Libenzi
+        Documents the signalfd() system call, new in 2.6.22.
+
+Changes to individual pages
+---------------------------
+
+futex.2
+    mtk / Phil Endecott
+        Improve wording describing error returns.
+
+open.2
+    Greg Banks
+        Greatly expand the detail on O_DIRECT.
+
+reboot.2
+    mtk / Michael Tokarev
+        Fix RETURN VALUE description: in some cases reboot() does not
+        return.
+    mtk
+        Rename the 'flag' argument to 'cmd', since that is more meaningful,
+        and also what is used in the kernel source.
+        Other minor wording changes.
+
+
+==================== Changes in man-pages-2.79 ====================
+
+Released: 2008-03-07
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Andries E. Brouwer <Andries.Brouwer@cwi.nl>
+Chris Heath <chris@heathens.co.nz>
+Davide Libenzi <davidel@xmailserver.org>
+Fernando Luis Vázquez Cao <fernando@oss.ntt.co.jp>
+Heikki Orsila <shdl@zakalwe.fi>
+Jeremy Kerr <jk@ozlabs.org>
+Justin Pryzby <justinpryzby@users.sourceforge.net>
+Lasse Kärkkäinen <tronic@trn.iki.fi>
+Michael Haardt <michael@moria.de>
+Mike Frysinger <vapier@gentoo.org>
+Ron Burk <ronburk@gmail.com>
+Sam Varshavchik <mrsam@courier-mta.com>
+Samuel Thibault <samuel.thibault@ens-lyon.org>
+Walter Harms <WHarms@bfs.de>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Typographical or grammatical errors have been corrected in several places.
+
+
+New pages
+---------
+
+timerfd_create.2
+    mtk, with input and review from Davide Libenzi
+        Documents the timerfd_create(), timerfd_settime(), and
+        timerfd_gettime() system calls, which are new in 2.6.25.
+
+
+New links
+---------
+
+timerfd_gettime.2
+timerfd_settime.2
+    mtk
+        Links to new timerfd_create.2 page.
+
+eventfd_read.3
+eventfd_write.3
+    mtk
+        Links to eventfd.2.
+
+
+Changes to individual pages
+---------------------------
+
+Makefile
+    aeb
+        Remove code relating to man1/README, which no longer exists.
+
+execve.2
+    mtk
+        Clarify detail of RLIMIT_STACK/4 limit for argv+environ.
+
+getitimer.2
+    mtk
+        Added SEE ALSO entry referring to timerfd_create.2.
+
+getrusage.2
+    mtk
+        Minor rewordings.
+
+open.2
+    Michael Haardt
+        Move discussion of 'mode' argument under description of O_CREAT.
+
+signalfd.2
+    mtk
+        Fix type for 'ssi_ptr' field.
+        See http://sources.redhat.com/ml/libc-hacker/2008-01/msg00002.html.
+
+syscalls.2
+    mtk
+        Add timerfd_create(), timerfd_settime(), and timerfd_gettime()
+        to list.
+
+syslog.2
+    Jeremy Kerr
+        Add info on command type 10.
+        Add details on types 6, 7, 8, and 9.
+        Minor grammar fix.
+    mtk
+        Update LOG_BUF_LEN details.
+        Update RETURN VALUE section.
+        Notes capability requirements under EPERM error.
+        Minor fix to description of type==3 and type==4.
+        Other minor edits.
+
+ctime.3
+    Walter Harms
+        Note that POSIX requires localtime() to act as though tzset()
+        was called, but localtime_r() does not have the same requirement.
+        See also http://thread.gmane.org/gmane.comp.time.tz/2034/
+
+getaddrinfo.3
+    mtk
+        Clarify discussion of NULL 'hints' argument; other minor rewrites.
+    mtk / Sam Varshavchik
+        Remove some duplicated text.
+
+malloc.3
+    Lasse Kärkkäinen / Mike Frysinger / mtk
+        Clarify description of realloc() behavior for
+        ((size == 0) && (ptr != NULL)).
+
+posix_fallocate.3
+    Samuel Thibault
+        s/stdlib.h/fcntl.h/ in SYNOPSIS.
+
+proc.5
+    Fernando Luis Vázquez Cao
+        Update /proc/[number]/cmdline description.
+        It used to be true that the command line arguments were
+        not accessible when the process had been swapped out.
+        In ancient kernels (circa 2.0.*) the problem was that the
+        kernel relied on get_phys_addr to access the user space buffer,
+        which stopped working as soon as the process was swapped out.
+        Recent kernels use get_user_pages for the same purpose and thus
+        they should not have that limitation.
+
+epoll.7
+    Davide Libenzi / mtk
+        Clarify the somewhat unintuitive behavior that occurs if a file
+        descriptor in an epoll set is closed while other file descriptors
+        referring to the same underlying open file description remain
+        open.
+        See also http://thread.gmane.org/gmane.linux.kernel/596462/.
+    mtk
+        Clarify error that occurs if we add an epoll fd to its own set.
+    mtk
+        A few minor rewordings.
+    mtk, after a note by Chris Heath
+        Rework Q1/A1, describing what happens when adding the same
+        file descriptor twice to an epoll set, and when adding duplicate
+        file descriptors to the same epoll set.
+    Heikki Orsila / mtk / Davide Libenzi
+        Clarify Q9/A9 to discuss packet/token-oriented files.
+    mtk, after comments by Davide Libenzi and Chris Heath
+        Added Q0/A0, making explicit that the key for items in an epoll
+        set is [file descriptor, open file description].
+    mtk, after a note by Ron Burk
+        Change A3, to note that when events are available,
+        the epoll file descriptor will indicate as being readable.
+    mtk
+        Add some further explanation to Q5/A5 about why an epoll file
+        descriptor cannot be passed across a Unix domain socket.
+
+posixoptions.7
+    mtk
+        Add SEE ALSO entry for standards(7).
+
+regex.7
+    mtk
+        Add grep(1) to SEE ALSO.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348552.
+
+standards.7
+    mtk
+        Add SEE ALSO entry for posixoptions(7).
+
+time.7
+    mtk
+        Added SEE ALSO entry referring to timerfd_create.2.
+
+
+==================== Changes in man-pages-2.80 ====================
+
+Released: 2008-06-05
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Adrian Bunk <bunk@kernel.org>
+Alain Portal <aportal@univ-montp2.fr>
+Andreas Herrmann <andreas.herrmann3@amd.com>
+Andrew Morton <akpm@linux-foundation.org>
+Andries E. Brouwer <Andries.Brouwer@cwi.nl>
+Anoop <acv@linux.vnet.ibm.com>
+Aurelien Gerome <ag@roxor.cx>
+Daniel Burr <dburr@topcon.com>
+Davide Libenzi <davidel@xmailserver.org>
+Felix Kater <fkater@googlemail.com>
+Folkert van Heusden <folkert@vanheusden.com>
+Hamaji Shinichiro <shinichiro.hamaji@gmail.com>
+Heikki Orsila <shd@modeemi.fi>
+Ingo Molnar <mingo@elte.hu>
+Justin Pryzby <justinpryzby@users.sourceforge.net>
+Karsten Weiss <K.Weiss@science-computing.de>
+Martin Pitt <mpitt@debian.org>
+Marty Leisner <leisner@rochester.rr.com>
+Nicolas François <nicolas.francois@trialog.com>
+Nick Piggin <npiggin@suse.de>
+Petter Reinholdtsen <pere@hungry.com>
+Reuben Thomas <rrt@sc3d.org>
+Sam Varshavchik <mrsam@courier-mta.com>
+Stuart Brady <sdbrady@ntlworld.com>
+Theodoros V. Kalamatianos <thkala@softlab.ece.ntua.gr>
+Thomas Huriaux <thomas.huriaux@gmail.com>
+Tim Stoakes <tim@stoakes.net>
+Timothy Baldwin <T.E.Baldwin99@members.leeds.ac.uk>
+Tolga Dalman <tdalman@project-psi.org>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+bdflush.2
+inotify_add_watch.2
+mprotect.2
+sigprocmask.2
+ctime.3
+getusershell.3
+setbuf.3
+st.4
+ip.7
+packet.7
+    mtk
+        Replace "(il)legal" by "(not) permitted" or "(in)valid".
+
+read.2
+utime.2
+filesystems.5
+packet.7
+    mtk
+        s/time stamp/timestamp/, for consistency with majority use
+        in other pages, and in POSIX.1.
+
+madvise.2
+mbind.2
+mincore.2
+mmap.2
+mmap2.2
+msync.2
+remap_file_pages.2
+    mtk
+        Change name of 'start' argument to 'addr' for consistency
+        with:
+            * other memory-related interfaces
+            * POSIX specification (for those interfaces in POSIX)
+            * Linux and glibc source code (in at least some cases)
+
+Various pages
+    mtk
+        s/filesystem/file system/, for consistency with majority use
+        in other pages, and in POSIX.1.
+
+Various pages
+    mtk
+        s/zeroes/zeros/, for consistency with majority use
+        in other pages, and in POSIX.1.
+
+abs.3
+proc.5
+    mtk
+        s/builtin/built-in/, for consistency with majority use
+        in other pages, and in POSIX.1.
+
+mknod.2
+ftw.3
+    mtk
+        s/normal file/regular file/
+
+Various pages
+    mtk
+        s/nonempty/non-empty/
+
+Various pages
+    mtk
+        s/nonzero/non-zero/
+
+Various pages
+    mtk
+        s/realtime/real-time/, for consistency with majority usage.
+
+Various pages
+    mtk
+        s/command line/command-line/ when used attributively.
+
+Various pages
+    mtk
+        Use "run time" when non-attributive, "run-time" when attributive.
+
+Various pages
+    mtk
+        Various pages that I wrote carried a slightly modified version
+        of the "verbatim" license.  In the interests of minimizing
+        license proliferation, I've reverted the modified form
+        so that the license is exactly the same as on other pages
+        carrying the verbatim license.
+
+epoll_ctl.2
+getitimer.2
+getrlimit.2
+unix.7
+    mtk
+        s/since kernel x.y.z/since Linux x.y.z/
+
+wait.2
+inotify.7
+    mtk
+        Reformat kernel version information for flags.
+
+Typographical or grammatical errors have been corrected in several places.
+(Special thanks to Nicolas François.)
+
+
+New pages
+---------
+
+random_r.3
+    mtk, after a suggestion by aeb
+        Documents random_r(3), srandom_r(3), initstate_r(3), and
+        setstate_r(3), which are the reentrant equivalents of
+        random(3), srandom(3), initstate(3), and setstate(3).
+
+
+New links
+---------
+
+lutimes.3
+    mtk
+        Link to futimes.3.
+
+initstate_r.3
+setstate_r.3
+srandom_r.3
+    mtk
+        Links to random_r.3.
+
+daylight.3
+timezone.3
+tzname.3
+    mtk
+        Links to tzset.3.
+
+isnanf.3
+isnanl.3
+    mtk
+        Links to finite.3.
+
+encrypt_r.3
+setkey_r.3
+    mtk
+        Links to encrypt.3.
+
+
+Changes to individual pages
+---------------------------
+
+clone.2
+    mtk
+        Added note that CLONE_STOPPED (which no-one uses anyway) is
+        now deprecated.
+
+epoll_create.2
+    mtk
+        Add NOTES section pointing out that 'size' argument is unused
+        since kernel 2.6.8.
+
+epoll_ctl.2
+    mtk
+        Added portability note to BUGS text for EPOLL_CTL_DEL.
+
+epoll_wait.2
+    mtk
+        If the 'sigmask' is NULL, then epoll_pwait() is equivalent
+        to epoll_wait().
+
+fork.2
+    mtk
+        NOTES: since glibc 2.3.3, the glibc NPTL fork() wrapper
+        bypasses the fork() system call to invoke clone() with
+        flags providing equivalent functionality.
+
+futex.2
+    mtk, after a note from Adrian Bunk
+        FUTEX_FD has been removed, as of kernel 2.6.26.
+
+futimesat.2
+    mtk
+        Note that this system call is made obsolete by utimensat(2).
+
+getgroups.2
+    Petter Reinholdtsen
+        SEE ALSO: Add getgrouplist(3).
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479284.
+    mtk
+        NGROUPS_MAX increased in kernel 2.6.4.
+        SEE ALSO: Add credentials(7).
+    mtk
+        Reformat DESCRIPTION and RETURN VALUE sections to be more
+        consistent with man-pages style.
+        Add some more detail to descriptions of system calls.
+        Clarified what happens if caller of getgroups() is a member of
+        more than 'size' supplementary groups.
+        ERRORS: Add ENOMEM.
+
+getpriority.2
+    mtk, after a note from Ingo Molnar
+        Add text in NOTES about the punchier effect of nice values in
+        kernel 2.6.23 and later.
+        Add Documentation/scheduler/sched-nice-design.txt to SEE ALSO list.
+
+gettid.2
+    mtk
+        Added VERSIONS section noting that this system call first
+        appeared in 2.4.11.
+
+kill.2
+    Marty Leisner / mtk
+        Add text explicitly noting that sig==0 can be used to check for
+        the existence of a PID or PGID.
+    mtk
+        A few minor rewordings.
+
+mbind.2
+    mtk
+        The location of the numactl package has changed.
+
+mmap.2
+    mtk
+        Added some .SS headings to make structure of page a little
+        more obvious.
+    mtk, with input from Nick Piggin
+        MAP_POPULATE supports both file and anonymous mappings.
+        Since 2.6.23, MAP_POPULATE supports private mappings.
+        Since 2.6.23, MAP_NONBLOCK causes MAP_POPULATE to be a no-op.
+    mtk
+        NOTES: Added details on mapping address that is selected by
+        kernel when MAP_FIXED is / isn't specified.
+
+mount.2
+    mtk
+        The MS_REMOUNT changes in 2.4 were at 2.4.10 (not 2.4).
+    mtk
+        Minor wording change.
+
+msgctl.2
+    mtk
+        Clarify that "unused" fields in msginfo structure are
+        "unused within the kernel".
+        msginfo.msgpool is measured in kilobytes, not bytes.
+        Minor rewordings in comments for msginfo structure.
+
+msgop.2
+    mtk
+        Various minor rewordings and restructurings for clarity.
+    mtk, after a note from Reuben Thomas
+        Remove "msgop" from NAME section.
+
+mkdir.2
+    mtk
+        Clarify meaning of "BSD group semantics".
+        SEE ALSO: add chown(2).
+
+mknod.2
+    mtk
+        SEE ALSO: add chown(2) and chmod(2).
+
+mmap.2
+    mtk
+        SEE ALSO: add mprotect(2) and shmat(2).
+
+mprotect.2
+    Hamaji Shinichiro
+        SYNOPSIS: s/size_t \*len/size_t len/
+
+open.2
+    mtk
+        Note that O_CLOEXEC should be in the next POSIX.1 revision.
+    mtk
+        More than just ext2 supports "mount -o bsdgroups" nowadays,
+        so make the discussion about group ownership of new files a bit
+        more generic.
+    mtk
+        SEE ALSO: add chown(2) and chmod(2).
+
+poll.2
+    mtk
+        If the 'sigmask' is NULL, then ppoll() is equivalent to poll()
+        with respect to signal mask manipulations.
+
+posix_fadvise.2
+    mtk
+        s/posix_madvise (2)/posix_madvise (3)/;
+        (The referred-to page still doesn't exist yet, but hopefully
+        will do sometime soon.)
+
+ptrace.2
+    Anoop, Acked by Roland McGrath.
+        Re PTRACE_PEEKUSER: the offsets and data returned might not
+        match with the definition of struct user.
+        See also http://lkml.org/lkml/2008/5/8/375
+
+recv.2
+    Felix Kater / mtk
+        Improve wording for EAGAIN error in discussion of MSG_DONTWAIT.
+
+rmdir.2
+    Martin Pitt
+        POSIX.1 also allows EEXIST for the ENOTEMPTY error condition.
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467552.
+
+sched_setscheduler.2
+    mtk, with input from Ingo Molnar
+        Add description of SCHED_IDLE policy (new in 2.6.23).
+        Tweak description of SCHED_BATCH.
+        Minor rewordings.
+
+select_tut.2
+    Justin Pryzby
+        Various wording clean-ups.
+
+semctl.2
+    mtk
+        Clarify that "unused" fields in seminfo structure are
+        "unused within the kernel".
+        Minor rewordings in comments for seminfo structure.
+
+semop.2
+    Aurelien Gerome
+        Small fix in example code.
+
+setpgid.2
+    mtk / Karsten Weiss
+        Clarify description of setpgid() a little.
+
+shmctl.2
+    mtk
+        Clarify that "unused" fields in shminfo structure are
+        "unused within the kernel".
+        Minor rewordings in comments for shminfo structure.
+
+shmop.2
+    mtk, after a note from Reuben Thomas
+        Remove "shmop" from NAME section.
+
+signalfd.2
+    mtk
+        Added BUGS text noting that before kernel 2.6.25, the ssi_int
+        and ssi_ptr fields are not set.
+        Added comments describing fields in signalfd_siginfo structure.
+        Update field names in example program (s/signo/ssi_signo/).
+        Various small fixes, and remove duplicated sentence.
+        Minor edits to structure definition.
+
+sigqueue.2
+    mtk
+        Added some comments to code in NOTES.
+
+stat.2
+    mtk
+        Minor wording change.
+
+symlink.2
+    mtk
+        SEE ALSO: add lchown(2).
+
+sync_file_range.2
+    mtk / Andrew Morton
+        Remove statement that (SYNC_FILE_RANGE_WAIT_BEFORE |
+        SYNC_FILE_RANGE_WRITE | SYNC_FILE_RANGE_WAIT_AFTER) is
+        a traditional fdatasync(2) operation.
+        See https://bugzilla.mozilla.org/show_bug.cgi?id=421482
+        comments 129 to 131.
+
+syscalls.2
+    mtk
+        This page is now up to date as at kernel 2.6.25.
+
+syslog.2
+    mtk
+        Small tidy up of language relating to permissions/capabilities.
+
+timerfd_create.2
+    mtk
+        Minor change to example program.
+        Minor wording change.
+
+utime.2
+    Reuben Thomas
+        Remove unnecessary subheading for utimes().
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477402.
+    mtk
+        Change description in NAME line ("or" is not correct: these calls
+        always change *both* timestamps).
+        CONFORMING TO: utimes() is in POSIX.1-2001.
+    mtk
+        Rename 'buf' argument of utime() to 'times' (like utimes()).
+        Clarify explanation of EACCES and EPERM errors.
+        Remove BUGS section, since it doesn't seem to add useful
+        information.
+        Clarified discussion of capabilities, and noted that
+        CAP_DAC_OVERRIDE also has a role.
+        Other minor rewordings.
+
+wait.2
+    mtk, after a note by Justin Pryzby
+        Add a sentence clarifying that even though the default disposition
+        of SIGCHLD is "ignore", explicitly setting the disposition to
+        SIG_IGN results in different treatment of zombies.
+
+aio_cancel.3
+aio_error.3
+aio_fsync.3
+aio_read.3
+aio_return.3
+aio_suspend.3
+aio_write.3
+    Kevin O'Gorman <kogorman@csc.calpoly.edu>
+        Add "Link with -lrt" to SYNOPSIS.
+
+backtrace.3
+    Nicolas François
+        s/backtrace_symbols/backtrace_symbols_fd/ in one sentence.
+    mtk
+        Fix bogus reference to variable 'strings': should be:
+        "the array of pointers".
+
+ctime.3
+    mtk
+        Add warning under NOTES that asctime(), ctime(), gmtime(), and
+        localtime() may each overwrite the static object returned by any
+        of the other calls.
+        Other minor edits.
+
+dlopen.3
+    mtk
+        Add more detail to the description of the fields in the
+        structure returned by dladdr().
+
+fexecve.3
+    mtk
+        Clean up SYNOPSIS after work by cut-and-paste-Pete:
+        the necessary header file is <unistd.h> not <sys/time.h>!
+
+futimes.3
+    mtk
+        Add documentation of lutimes(), which appeared in glibc 2.6.
+    mtk
+        Change description in NAME line ("or" is not correct: these calls
+        always change *both* timestamps).
+        CONFORMING TO: futimes() did not come from 4.2BSD.  (It came from
+        FreeBSD; see the FreeBSD man page.)
+
+getenv.3
+    mtk
+        Noted that caller must not modify returned value string.
+        Noted that getenv() is not reentrant: the buffer may be statically
+        allocated and overwritten by later calls to getenv(), putenv(),
+        setenv(), or unsetenv().
+        Other minor rewrites.
+
+getgrent.3
+    Petter Reinholdtsen
+        SEE ALSO: Add getgrouplist(3).
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479284.
+
+gethostbyname.3
+    mtk
+        Add 'h_errno' to NAME list.
+
+getopt.3
+    mtk
+        Add 'optarg', 'optind', 'opterr', and 'optopt' to NAME section.
+        Add subheading for getopt_long() and getopt_long_only()
+        description.
+
+getpt.3
+    mtk
+        Point out that this function should be avoided in favor of
+        posix_openpt().
+        Add ERRORS section referring to open(2).
+
+getsubopt.3
+    Daniel Burr
+        SYNOPSIS: Fix declaration of valuep.
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476672.
+
+malloc.3
+    mtk
+        RETURN VALUE: Note circumstances in which successful malloc() and
+        calloc() can return NULL.
+
+mq_open.3
+    mtk, after a note by Marty Leisner
+        Note that <fcntl.h> is needed for O_* constants and <sys/stat.h>
+        is needed for 'mode' constants.
+
+opendir.3
+    mtk
+        Describe treatment of close-on-exec flag by opendir() and
+        fdopendir().
+
+openpty.3
+    mtk
+        SEE ALSO: add ttyname(3).
+
+raise.3
+    mtk / Timothy Baldwin
+        Clarify semantics of raise() when called from a multithreaded
+        program.
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476484.
+    mtk
+        Rewrites and additions to various parts of the page.
+
+rand.3
+    Tolga Dalman / aeb / mtk
+        Remove outdated warning in NOTES; encourage the use of
+        random(3) instead.
+    Folkert van Heusden
+        Clarify wording describing range of values returned by rand().
+
+random.3
+    aeb / mtk / Tolga Dalman
+        Recommend use or random_r(3) for multithreaded applications
+        that need independent, reproducible sequences of random numbers.
+
+        Move references to "The Art of Computer Programming" and
+        "Numerical Recipes", formerly in rand(3), to this page.
+
+        Add drand48(93) to SEE ALSO list.
+
+regex.3
+    Heikki Orsila
+        Clarify description of 'rm_eo' field.
+
+sem_open.3
+    mtk, after a note by Marty Leisner
+        Note that <fcntl.h> is needed for O_* constants and <sys/stat.h> is
+        needed for 'mode' constants.
+
+sem_post.3
+    mtk
+        Added pointer to example in sem_wait(3).
+
+sem_close.3
+sem_destroy.3
+sem_getvalue.3
+sem_init.3
+sem_open.3
+sem_post.3
+sem_unlink.3
+sem_wait.3
+    mtk, after a note from Marty Leisner
+        Add text to SYNOPSIS noting the need to link with "-lrt" or
+        "-pthread".
+
+setenv.3
+    mtk
+        setenv() copies 'name' and 'value' (contrast with putenv()).
+        unsetenv() of a nonexistent variable does nothing and is
+        considered successful.
+        Noted that setenv() and unsetenv() need not be reentrant.
+
+shm_open.3
+    mtk, after a note by Marty Leisner
+        Note that <fcntl.h> is needed for O_* constants and <sys/stat.h> is
+        needed for 'mode' constants.
+
+undocumented.3
+    mtk
+        initstate_r(3), setkey_r(3), setstate_r(3) are now documented.
+
+utmp.5
+    Nicolas François
+        Small rewording.
+
+resolv.conf.5
+    Nicolas François
+        gethostname() is in Section 2, not section 3.
+
+ascii.7
+    Stuart Brady
+        Fix rendering of ' (backtick) and apostrophe (') in tables
+
+charsets.7
+    Nicolas François
+        s/unicode.com/unicode.org/
+
+credentials.7
+    mtk
+        NOTES: Pthreads requires that all threads share the same UIDs and
+        GIDs.  But the Linux kernel maintains separate UIDs and GIDs for
+        every thread.  NPTL does some work to ensure that credential
+        changes by any thread are carried through to all POSIX threads in
+        a process.
+    mtk
+        sysconf(_SC_NGROUPS_MAX) can be used to determine the number of
+        supplementary groups that a process may belong to.
+        Clarify that supplementary group IDs are specified in POSIX.1-2001.
+
+epoll.7
+    mtk, after a note from Sam Varshavchik
+        For answer A2, change "not recommended" to "careful programming
+        may be required".
+
+inotify.7
+    mtk
+        Document SIGIO feature (new in 2.6.25) for inotify file descriptors.
+    mtk
+        Note that select()/poll()/epoll_wait() indicate a ready inotify
+        file descriptor as readable.
+    mtk
+        Document IN_ATTRIB in a little more detail.
+
+pthreads.7
+    Justin Pryzby
+        Grammar fix, plus fix typo in script.
+    mtk
+        Add list of thread-safe functions.
+
+standards.7
+    mtk
+        Add a section on the upcoming POSIX revision.
+
+ld.so.8
+    Justin Pryzby / mtk
+        Various wording improvements.
+
+
+==================== Changes in man-pages-3.00 ====================
+
+Released: 2008-06-12, Konolfingen
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Andries Brouwer <Andries.Brouwer@cwi.nl>
+Stuart Brady <sdbrady@ntlworld.com>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+The POSIX.1 man pages (sections 0p, 1p, 3p) have been moved out
+of this package into the separate man-pages-posix package.
+This made sense because those pages are seldom changed (only formatting
+fixes, etc.) so that it was unnecessary to redistribute them with each
+man-pages release.
+
+
+console_codes.4
+random.4
+dir_colors.5
+proc.5
+glob.7
+    Stuart Brady
+        s/`/\`/ for backquotes used in command substitution, for
+        proper rendering in UTF-8.
+
+Various pages
+    mtk, after a note from Stuart Brady
+        Using /'x'/ to denote a character (string) renders poorly in
+        UTF-8, where the two ' characters render as closing single
+        quotes.  On the other hand, using /`x'/ renders nicely on UTF-8,
+        where proper opening and closing single quotes are produced by
+        groff(1), but looks ugly when rendered in ASCII.  Using the
+        sequence /\\aqx\\aq/ produces a reasonable rendering ('\\aq'
+        is a vertical "apostrophe quote") in both UTF-8 and ASCII.
+        So that change is made in a number of pages.
+        See also http://www.cl.cal.ac.uk/~mgk25/ucs/quotes.html.
+
+Various pages
+    mtk
+        Replace form /`string'/ by /"string"/, since the former renders
+        poorly in ASCII.
+
+termios.3
+console_codes.4
+tty_ioctl.4
+termcap.5
+charsets.7
+    mtk
+        Control character names (^X) are written boldface, without
+        quotes.
+
+printf.3
+scanf.3
+proc.5
+glob.7
+regex.7
+    mtk
+        Various edits to try and bring some consistency to the use of
+        quotes.
+
+
+Changes to individual pages
+---------------------------
+
+tty_ioctl.4
+    mtk
+        Small rewordings in description of packet mode.
+
+locale.7
+    mtk
+        Minor formatting fixes.
+
+
+==================== Changes in man-pages-3.01 ====================
+
+Released: 2008-06-25, Munich
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Alain Portal <aportal@univ-montp2.fr>
+Andreas Herrmann <andreas.herrmann3@amd.comm>
+Andrew P <ap@zip.com.au>
+Andrew Clayton <andrew@digital-domain.net>
+Bart Van Assche <bart.vanassche@gmail.com>
+Christian Borntraeger <borntraeger@de.ib.com>
+Christoph Hellwig <hch@infradead.org>
+Daniele Giacomini <appunti2@gmail.com>
+Dorin Lazar <dorin.lazar@gmail.com>
+George Spelvin <linux@horizon.com>
+Jason Englander <jason@englanders.cc>
+Jeff Moyer <jmoyer@redhat.com>
+Laurent Vivier <laurent.vivier@bull.net>
+Masatake YAMOTO <yamoto@redhat.com>
+Matt Mackall <mpm@selenic.com>
+Neil Horman <nhorman@tuxdriver.com>
+Pavel Machek <pavel@suse.cz>
+Peter Zijlstra <a.p.zijlstra@chello.nl>
+Petr Baudis <pasky@suse.cz>
+Petr Gajdos <pgajdos@suse.cz>
+Roman Zippel <zippel@linux-m68k.org>
+Sam Varshavchik <mrsam@courier-mta.com>
+Samuel Thibault <samuel.thibault@ens-lyon.org>
+Stephane Chazelas <stephane_chazelas@yahoo.fr>
+Stuart Cunningham <stuartc@rd.bbc.co.uk>
+Thomas Gleixner <tglx@linutronix.de>
+Tolga Dalman <tdalman@project-psi.org>
+Yao Zhao <dragonlinux@gmail.com>
+WANG Cong <wcong@critical-links.com>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+acct.5
+    mtk
+        A complete rewrite of this page, now with much more detail.
+
+hostname.7
+    mtk
+        A description of hostname resolution.  Taken from FreeBSD 6.2,
+        and lightly edited for man-pages style.
+
+symlink.7
+    mtk
+        A description of symbolic links.  Taken from FreeBSD 6.2, but
+        heavily edited for Linux details, improved readability, and
+        man-pages style.
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+getrlimit.2
+    mtk / Peter Zijlstra
+        Add description of RLIMIT_RTTIME limit, new in 2.6.25.
+
+mkstemp.3
+    mtk
+        Add description of mkostemp(), new in glibc 2.7.
+
+core.5
+    mtk, after a note by Petr Gajdos; review by Neil Horman
+        Document core_pattern pipe syntax, which appeared in
+        kernel 2.6.19.
+        Add an example program demonstrating use of core_pattern
+        pipe syntax.
+    mtk
+        Document /proc/PID/coredump_filter, new in kernel 2.6.23.
+        Documentation was based on the text in
+        Documentation/filesystems/proc.txt, plus testing, and
+        checking the kernel source.
+
+proc.5
+    mtk
+        Document /proc/PID/oom_score, which was new in kernel 2.6.11.
+        This file displays the "badness" score of the process, which
+        provides the basis for OOM-killer decisions.
+    mtk
+        Document /proc/PID/oom_adj, which was new in kernel 2.6.11.
+        This file influences the oom_score of a process.
+    mtk
+        Document /proc/PID/limits, which was new in 2.6.24.
+        This file displays a process's resource limits.
+    mtk
+        Document /proc/PID/fdinfo/*, which was new in 2.6.22.
+        These files display info about each descriptor opened by the
+        process: the current file offset, and the file access mode +
+        file status flags as set in open() or fcntl(F_SETFL).
+    mtk
+        Document /proc/PID/mountinfo, which was new in 2.6.26.
+        This file displays information about mount points.
+        Closely based on text from Documentation/filesystems/proc.txt.
+    mtk
+        Document /proc/PID/mountstats, which was new in 2.6.17.
+        This file displays statistics about mount points.
+    mtk
+        Document /proc/PID/status.
+    Samuel Thibault / mtk, review by Laurent Vivier,
+                Christian Borntraeger, and Andrew P
+        Document guest (virtual CPU) time field in /proc/stat.
+        Document guest (virtual CPU) time fields in /proc/PID/stat.
+
+
+New links
+---------
+
+mkostemp.3
+    mtk
+        Link to mkstemp.3.
+
+getcwd.2
+    mtk
+        Link to getcwd.3, which describes several interfaces, among
+        them getcwd(), which is in fact a system call.
+
+
+Global changes
+--------------
+
+sched_setaffinity.2
+sched_setscheduler.2
+set_mempolicy.2
+mbind.2
+    mtk
+        SEE ALSO: Add cpuset(7).
+
+chown.2
+faccessat.2
+fchmodat.2
+fchownat.2
+fstatat.2
+getxattr.2
+link.2
+linkat.2
+listxattr.2
+open.2
+readlink.2
+removexattr.2
+rename.2
+setxattr.2
+stat.2
+symlink.2
+symlinkat.2
+unlink.2
+futimes.3
+remove.3
+path_resolution.7
+    mtk
+        SEE ALSO: Add symlink(7).
+
+intro.1
+time.1
+fcntl.2
+gethostbyname.3
+ioctl_list.2
+    mtk
+        Wrap source lines so that new sentence starts on new line.
+
+addseverity.3
+backtrace.3
+dlopen.3
+fmtmsg.3
+getnameinfo.3
+getpt.3
+grantpt.3
+makecontext.3
+ptsname.3
+tcgetsid.3
+unlockpt.3
+wordexp.3
+    mtk
+        Added VERSIONS section.
+
+msgctl.2
+msgget.2
+semget.2
+semop.2
+pciconfig_read.2
+basename.3
+cmsg.3
+ftok.3
+console_ioctl.4
+tzfile.5
+mq_overview.7
+pty.7
+    mtk
+        For consistency, "fix" cases where argument of .B or .I was
+        on the following source line.
+
+adjtimex.2
+getrusage.2
+io_getevents.2
+poll.2
+select.2
+semop.2
+sigwaitinfo.2
+aio_suspend.3
+clock_getres.3
+mq_receive.3
+mq_send.3
+sem_wait.3
+proc.5
+    mtk
+        SEE ALSO: add time(7)
+
+Typographical or grammatical errors have been corrected in several places.
+(Special thanks to Nicolas François and Alain Portal.)
+
+
+Changes to individual pages
+---------------------------
+
+acct.2
+    mtk
+        Add a few more words to DESCRIPTION.
+        NOTES: Add pointer to acct(5).
+
+alarm.2
+    Alain Portal
+        s/process/calling process/ so as to say that the alarm signal is
+        delivered to the calling process.
+
+brk.2
+    Yao Zhao / mtk
+        Clarify discussion of return value of sbrk().
+    mtk
+        DESCRIPTION: Add some sentences giving an overview of these
+        interfaces.
+        Add note recommending use of malloc(3).
+        Change name of brk() argument to the simpler 'addr'.
+        Add "(void *)" cast to "-1" for error return of sbrk().
+        Removed some incorrect text about "brk(0)".
+        Note that SUSv2 specified the return value of sbrk().
+        Added a detail on the glibc brk() wrapper.
+        Remove discussions of old standards (C89 and POSIX.1-1990);
+        CONFORMING TO already discusses the situation with respect
+        to more recent standards.
+
+chmod.2
+    mtk
+        Clarify description of chmod() and fchmod().
+        Add further detail on S_ISUID, S_ISGID, and S_ISVTX permissions.
+        Reformat list of permissions bits.
+
+chown.2
+    mtk
+        Describe rules governing ownership of new files (bsdgroups
+        versus sysvgroups, and the effect of the parent directory's
+        set-group-ID permission bit).
+
+chroot.2
+    Alain Portal
+        Clarify description a little.
+        s/changes the root directory/
+          changes the root directory of the calling process/
+
+execve.2
+    mtk
+        Fix text that warns against use of NULL argv and envp.
+        Using a NULL envp does in fact seem to be portable (works
+        on Solaris and FreeBSD), but the Linux semantics for a NULL
+        argv certainly aren't consistent with other implementations.
+        See http://bugzilla.kernel.org/show_bug.cgi?id=8408.
+
+getdents.2
+    mtk, after a note from George Spelvin
+        Document d_type field, present since kernel 2.6.4.
+        Other minor edits.
+
+getitimer.2
+    mtk
+        Noted that POSIX.1 leaves interactions with alarm(), sleep(),
+        and usleep() unspecified.
+        Linux 2.6.16 removed the MAX_SEC_IN_JIFFIES ceiling on timer
+        values.
+        Other minor changes.
+
+io_cancel.2
+io_destroy.2
+io_getevents.2
+io_setup.2
+io_submit.2
+    mtk, after a note by Masatake YAMOTO and input from Jeff Moyer
+        Describe the unconventional error return provided by the
+        wrapper function in libaio (and contrast with behavior if
+        the system call is invoked via syscall(2)).
+        See http://thread.gmane.org/gmane.linux.ltp/4445/
+    Alain Portal / mtk
+        Re-order ERRORS and SEE ALSO entries to be alphabetical.
+
+io_getevents.2
+    Alain Portal
+        Small wording fix.
+
+io_submit.2
+    Jeff Moyer
+        s/AIO request blocks/AIO control blocks/
+
+mknod.2
+    mtk
+        Note that EEXIST applies, even if the pathname is a
+        (possibly dangling) symbolic link.
+
+nanosleep.2
+    mtk, after a report from Stephane Chazelas
+        Remove crufty discussion of HZ, and replace with a pointer
+        to time(7).
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485636
+    mtk, after some discussions with Bart Van Assche and Roman Zippel
+        NOTES: describe CLOCK_REALTIME versus CLOCK_NANOSLEEP
+        See also http://thread.gmane.org/gmane.linux.kernel/696854/
+        "nanosleep() uses CLOCK_MONOTONIC, should be CLOCK_REALTIME?"
+    mtk
+        Replace mentions of "process' by "thread".
+        NOTES: describe case where clock_nanosleep() can be preferable.
+        Some minor rewrites.
+
+open.2
+    mtk, after a note from Christoph Hellwig
+        NOTES: Note that access mode flags are not single bits,
+        and document the Linuxism "access mode 3".
+        See also http://thread.gmane.org/gmane.linux.kernel/653123.
+
+readdir.2
+    mtk
+        Minor wording fixes.
+
+recv.2
+    Alain Portal
+        Add comment to 'ee_pad' field in structure definition.
+
+sched_setscheduler.2
+    mtk
+        Add pointer to discussion of RLIMIT_RTTIME in getrlimit.2.
+    mtk, after a note by Andrew Clayton
+        Rewrote and restructured various parts of the page for greater
+        clarity.
+    mtk
+        Add more detail to the rules that are applied when an
+        unprivileged process with a non-zero RLIMIT_RTPRIO limit
+        changes policy and priority.
+        SEE ALSO: Add Documentation/scheduler/sched-rt-group.txt
+
+sync_file_range.2
+    Pavel Machek
+        SYNC_FILE_RANGE_WRITE can block on writes greater than request
+        queue size.  For some background, see
+        http://thread.gmane.org/gmane.linux.kernel/687713/focus=688340
+
+syscalls.2
+    mtk
+        Added system call history back to version 1.2.
+        Fix typo on kernel version for pivot_root().
+
+syslog.2
+    WANG Cong
+        Document ENOSYS error, which can occur if kernel was built without
+        CONFIG_PRINTK.
+
+utime.2
+    Nicolas François
+        Clarify description of 'times' array for utimes().
+
+adjtime.3
+    mtk
+        The longstanding bug that if delta was NULL, olddelta
+        didn't return the outstanding clock adjustment, is now fixed
+        (since glibc 2.8 + kernel 2.6.26).
+        http://sourceware.org/bugzilla/show_bug?id=2449
+        http://bugzilla.kernel.org/show_bug.cgi?id=6761
+
+dprintf.3
+    mtk
+        Note that these functions are included in the next POSIX revision.
+        Remove editorial discussion about what the functions should have
+        been named.
+
+ftime.3
+    mtk
+        Rewrote various pieces, and added some details.
+
+getaddrinfo.3
+    mtk
+        Improve description or 'hints' and 'res' arguments.
+        Add details on numeric strings that can be specified for 'node'.
+        Other fairly major restructurings and rewrites to improve
+        logical structure and clarity of the page.
+        SEE ALSO: Add hostname(7).
+
+gethostbyname.3
+    mtk
+        DESCRIPTION: Add reference to inet_addr(3) for dotted notation.
+        SEE ALSO: add inet(3).
+    mtk
+        Added BUGS section noting that gethostbyname() does not
+        recognize hexadecimal components in dotted address strings;
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482973
+
+getmntent.3
+    mtk, after Stuart Cunningham pointed out the typo
+        Remove statement that LSB deprecates the functions
+        "endmntent(), setmntent() [sic] and setmntent()".
+        This doesn't seem to be true (I can't find mention of it
+        being deprecated in any of the LSB specs).  Rather, LSB simply
+        doesn't specify these functions.  (LSB 1.3 had a spec of
+        setmntent(), but not getmntent() or endmntent(), and noted
+        that having a spec of setmntent() was of little use without
+        also having a spec of getmntent().)
+        See also https://lists.linux-foundation.org/pipermail/lsb-discuss/2006-October/003078.html
+
+getnameinfo.3
+    Tolga Dalman
+        Remove mention of sa_len field from example code.
+        That field is a BSDism not present on Linux.
+    mtk
+        Various minor changes.
+
+inet.3
+    mtk / Stephane Chazelas
+        inet_aton() is *not* in POSIX.1.
+        Rewrote discussion of why inet_addr() is disfavored.
+        SEE ALSO: Add getaddrinfo(3).
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482979.
+    mtk, after a note by Stephane Chazelas
+        Describe the various address forms supported by inet_aton().
+    mtk
+        Rewrite description of inet_network().
+        Clarify discussion of inet_lnaof(), inet_netof(), and inet_makeaddr().
+        Add discussion of Classful Addressing, noting that it is obsolete.
+        Added an EXAMPLE program.
+    mtk
+        Relocate discussion of i386 byte order to NOTES.
+        Note that inet_aton() returns an address in network byte order.
+        SEE ALSO: Add byteorder(3) and getnameinfo(3).
+
+inet_ntop.3
+    mtk
+        Remove unneeded header files from SYNOPSIS.
+        SEE ALSO: Add inet(3) and getnameinfo(3).
+        Make NAME line more precise.
+        Move errors to an ERRORS section.
+        Add EXAMPLE section pointing to inet_pton(3).
+
+inet_pton.3
+    mtk / Stephane Chazelas
+        Remove statement that inet_pton() extends inet_ntoa();
+        that's not really true, since inet_pton() doesn't support
+        all of the string forms that are supported by inet_ntoa().
+        SEE ALSO: Add getaddrinfo(3).
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482987.
+    mtk
+        Describe IPv6 address formats.
+        Describe dotted decimal format in more detail.
+        Add an example program.
+    mtk
+        Remove unneeded header files from SYNOPSIS.
+        Make NAME line more precise.
+        Make description of return value more precise.
+        SEE ALSO: Add inet(3).
+
+mkfifo.3
+    mtk
+        Note that EEXIST applies, even if the pathname is a
+        (possibly dangling) symbolic link.
+
+mkstemp.3
+    mtk
+        Fix discussion of O_EXCL flag.
+        These functions may also fail for any of the errors described
+        in open(2).
+        Various other rewordings.
+
+readdir.3
+    mtk
+        Document DT_LNK (symbolic link) for d_type field.
+        Reorder DT_ entries alphabetically.
+
+remainder.3
+    mtk
+        Recommend against drem(), in favor of remainder().
+
+scanf.3
+    mtk, after a note from Stephane Chazelas
+        Add an ERRORS section documenting at least some of the errors
+        that may occur for scanf().
+        See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487254.
+    mtk, after a note from Stephane Chazelas; review by Stephane Chazelas
+        Document the GNU 'a' modifier for dynamically allocating strings.
+        See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487254.
+        Document the GNU 'm' modifier for dynamically allocating strings.
+
+strcat.3
+    Andreas Herrmann
+        s/strcat/strncat/ (a typo that changed the semantics in
+        DESCRIPTION).
+
+strerror.3
+    mtk, after a note from Daniele Giacomini
+        Modify SYNOPSIS to show protoypes of both versions of strerror_r(),
+        and make other small clarifications of the description regarding
+        the two versions.
+
+random.4
+    George Spelvin (taking time out from his busy Broadway schedule),
+    with some tweaks by Matt Mackall and mtk
+        Add a Usage subsection that recommends most users to use
+        /dev/urandom, and emphasizes parsimonious usage of
+        /dev/random.
+
+locale.5
+    Petr Baudis <pasky@suse.cz>
+        LC_TIME: Describe first_weekday and first_workday.
+
+proc.5
+    mtk
+        The vaious CPU time fields in /proc/stat and /proc/PID/stat
+        return time in clock ticks (USER_HZ, cputime_to_clock_t(),
+        sysconf(_SC_CLK_TCK)).
+        Updated, clarified and expanded the description several
+        fields in /proc/[number]/stat.
+    mtk
+        Clarified and expanded the description of /proc/[number]/fd.
+    mtk
+        Updated and clarified the description of /proc/[number]/statm.
+    mtk
+        Updated and clarified the description of /proc/sys/fs/dentry-state.
+    mtk
+        Many formatting, wording, and grammar fixes.
+
+man-pages.7
+    mtk
+        Enhanced description of VERSIONS section.
+
+mq_overview.7
+    mtk
+        Note that Linux does not currently support ACLs for POSIX
+        message queues.
+
+sem_overview.7
+    mtk
+        Note that Linux supports ACLs on POSIX named semaphores
+        since 2.6.19.
+
+time.7
+    mtk, with some suggestions from Bart Van Assche and Thomas Gleixner
+        Added some details about where jiffies come into play.
+        Added section on high-resolution timers.
+        Mentioned a few other time-related interfaces at various
+        points in the page.
+        See http://thread.gmane.org/gmane.linux.kernel/697378.
+
+unix.7
+    mtk, after a note by Samuel Thibault
+        Provide a clear description of the three types of address that
+        can appear in the sockaddr_un structure: pathname, unnamed,
+        and abstract.
+
+
+==================== Changes in man-pages-3.02 ====================
+
+Released: 2008-07-02, Konolfingen
+
+
+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>
+Reuben Thomas <rrt@sc3d.org>
+Sam Varshavchik <mrsam@courier-mta.com>
+Stephane Chazelas <stephane_chazelas@yahoo.fr>
+WANG Cong <xiyou.wangcong@gmail.com>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+clock_nanosleep.2
+    mtk
+        A description of the clock_nanosleep() system call,
+        which was added in kernel 2.6.
+
+getgrouplist.3
+    mtk
+        A near complete rewrite, including additional information and
+        a new example program.
+
+getutmp.3
+    mtk
+        Documents getutmp(3) and getutmpx(3).
+
+gnu_get_libc_version.3
+    mtk
+        Documents gnu_get_libc_version(3) and gnu_get_libc_release(3).
+
+sigwait.3
+    mtk
+        Documents sigwait(3).
+
+shm_overview.7
+    mtk
+        An overview of the POSIX shared memory API.
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+updwtmp.3
+    mtk
+        Document updwtmpx(3).
+
+
+New links
+---------
+
+getutmpx.3
+    mtk
+        Link to getutmp.3.
+
+gnu_get_libc_release.3
+    mtk
+        Link to gnu_get_libc_version.3
+
+updwtmpx.3
+    mtk
+        Link to updwtmp.3
+
+utmpxname.3
+    mtk
+        Link to getutent.3.
+
+utmpx.5
+    mtk
+        Link to utmp.5.
+
+
+Global changes
+--------------
+
+Various pages
+    mtk
+        s/user name/username/
+
+Various pages
+    mtk
+        s/host name/hostname/
+
+
+Changes to individual pages
+---------------------------
+
+fchmodat.2
+    Alain Portal
+        SEE ALSO: add symlink.7.  (3.01 changelog wrongly said this
+        had been done.)
+
+io_setup.2
+    Alain Portal
+        Remove superfluous text from RETURN VALUE.
+
+mmap.2
+    mtk
+        SEE ALSO: Add mmap(2), shm_overview(7).
+
+shmget.2
+shmop.2
+    mtk
+        SEE ALSO: add shm_overview(7).
+
+sigreturn.2
+    mtk
+        Added a bit more detail on what sigreturn() actually does.
+
+signalfd.2
+sigsuspend.2
+    mtk
+        SEE ALSO: Add sigwait(3).
+
+sigwaitinfo.2
+    mtk
+        Describe behavior when multiple threads are blocked in
+        sigwaitinfo()/sigtimedwait().
+        SEE ALSO: Add sigwait(3).
+
+dirfd.3
+    mtk
+        RETURN VALUE: describe return value on success.
+        Add an ERRORS section documenting POSIX.1-specified errors.
+
+getaddrinfo.3
+    mtk, after a note by Stephane Chazelas
+        getaddrinfo() supports specifying IPv6 scope-IDs.
+
+getlogin.3
+    mtk
+        ERRORS: add ENOTTY.
+        SEE ALSO: add utmp(5).
+
+getutent.3
+    WANG Cong
+        utmpname() does return a value.
+    mtk
+        Add paragraph to start of DESCRIPTION recommending
+        use of POSIX.1 "utmpx" functions.
+        CONFORMING TO: mention utmpxname().
+        Add an ERRORS section.
+        There are no utmpx equivalents of the _r reentrant functions.
+        Clarify discussion of return values.
+        Add pointer to definition of utmp structure in utmp(5).
+        Clarify discussion of utmpx file on other systems (versus
+        Linux situation).
+
+getutent.3
+    mtk
+        SEE ALSO: add getutmp(3)
+
+inet_pton.3
+    Stephane Chazelas
+        Fix error in description of IPv6 presentation format:
+        s/x.x.x.x.x.x.x.x/x:x:x:x:x:x:x:x/.
+
+setbuf.3
+    Reuben Thomas / mtk
+        Fix confused wording for return value of setvbuf().
+        Fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488104.
+    mtk
+        Other minor rewordings.
+
+shm_open.3
+    mtk
+        SEE ALSO: add shm_overview(7).
+
+random.4
+    mtk, after a note by Alain Portal
+        Slight rewording to make life easier for non-native English
+        speakers.
+
+utmp.5
+    mtk
+        Add discussion of POSIX.1 utmpx specification.
+        Provide a little more detail on fields of utmp structure.
+        Added comments to macros for ut_type field.
+        Correct the description of the ut_id field.
+    mtk
+        Consolidate duplicated information about ut_tv and ut_session
+        on biarch platforms.
+    mtk
+        Move some text from CONFORMING TO to NOTES.
+        Removed some crufty text.
+        SEE ALSO: add login(3), logout(3), logwtmp(3).
+        UT_LINESIZE is 32 (not 12).
+    mtk
+        SEE ALSO: add getutmp(3)
+
+man-pages.7
+    mtk
+        Enhanced the discussion of font conventions.
+
+signal.7
+    mtk
+        Note that the delivery order of multiple pending standard
+        signals is unspecified.
+        SEE ALSO: Add sigwait(3).
+
+
+==================== Changes in man-pages-3.03 ====================
+
+Released: 2008-07-08, Konolfingen
+
+
+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>
+Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
+Li Zefan <lizf@cn.fujitsu.com>
+Paul Jackson <pj@sgi.com>
+Sam Varshavchik <mrsam@courier-mta.com>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+getcpu.2
+    Andi Kleen, with some text and edits by mtk
+        Documents the getcpu(2) system call, introduced in Linux 2.6.19.
+
+sched_getcpu.3
+    mtk
+        Documents sched_getcpu(3), a wrapper for getcpu(2), provided
+        since glibc 2.6.
+
+cpuset.7
+    Paul Jackson, with review and editing by mtk, and comments by
+    Hidetoshi Seto and Li Zefan
+        A description of the cpuset file system, the mechanism introduced
+        kernel 2.6.12 for confining processes to designated processors
+        and nodes.  (Becomes the fourth largest page in man-pages!)
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+readdir.3
+    mtk
+        Add documentation of readdir_r().
+
+
+New links
+---------
+
+updwtmpx.3
+    Alain Portal
+        Link to updwtmp.3 (3.02 changelog wrongly said this had been done).
+
+readdir_r.3
+    mtk
+        Link to readdir.3.
+
+
+Global changes
+--------------
+
+get_mempolicy.2
+mbind.2
+sched_setaffinity.2
+set_mempolicy.2
+    mtk
+        SEE ALSO: Add getcpu(2).
+
+accept.2
+close.2
+connect.2
+dup.2
+epoll_wait.2
+fcntl.2
+flock.2
+futex.2
+msgop.2
+poll.2
+read.2
+recv.2
+select.2
+semop.2
+send.2
+sigwaitinfo.2
+spu_run.2
+wait.2
+write.2
+aio_suspend.3
+mq_receive.3
+mq_send.3
+scanf.3
+sem_wait.3
+usleep.3
+inotify.7
+    mtk
+        ERRORS: Added reference to signal(7) in discussion of EINTR.
+
+Various pages
+    mtk
+        Wrapped very long source lines.
+
+
+Changes to individual pages
+---------------------------
+
+accept.2
+    mtk
+        Small wording change.
+
+io_getevents.2
+    mtk
+        ERRORS: Add EINTR error.
+
+open.2
+    mtk
+        ERRORS: Add EINTR error.
+
+sigaction.2
+    mtk
+        Note circumstances in which each SA_* flag is meaningful.
+    mtk
+        Describe POSIX specification, and Linux semantics for
+        SA_NOCLDWAIT when establishing a handler for SIGCHLD.
+    mtk
+        Add pointer under SA_RESTART to new text in signal(7)
+        describing system call restarting.
+    mtk
+        Other minor edits.
+
+truncate.2
+    mtk
+        ERRORS: Added EINTR error.
+        A few minor rewordings.
+
+wait.2
+    mtk
+        Remove statement that WUNTRACED and WCONTINUED only have effect
+        if SA_NOCLDSTOP has not been set for SIGCHLD.  That's not true.
+
+errno.3
+    mtk
+        Add a pointer to signal(7) for further explanation of EINTR.
+
+getgrouplist.3
+    mtk
+        SEE ALSO: Add passwd(5).
+
+readdir.3
+    mtk
+        Remove <sys/types.h> from SYNOPSIS; POSIX.1-2001 does not
+        require it.
+        Some minor rewordings.
+
+sleep.3
+    mtk
+        RETURN VALUE: explicitly mention interruption by signal handler.
+        SEE ALSO: add signal(7).
+
+usleep.3
+    mtk
+        POSIX.1-2001 also only documents EINVAL.
+
+group.5
+    mtk
+        SEE ALSO: Add getgrent(3), getgrnam(3).
+
+passwd.5
+    mtk
+        SEE ALSO: Add getpwent(3), getpwnam(3).
+
+proc.5
+    mtk
+        Add pointer to description of /proc/PID/cpuset in cpuset(7).
+
+signal.7
+    mtk
+        Add a section describing system call restarting, and noting
+        which system calls are affected by SA_RESTART, and which
+        system calls are never restarted.
+    mtk
+        Describe the aberrant Linux behavior whereby a stop signal
+        plus SIGCONT can interrupt some system calls, even if no
+        signal handler has been established, and note the system
+        calls that behave this way.
+    mtk
+        Note a few more architectures on which signal numbers are valid.
+        SEE ALSO: added a number of pages.
+    mtk
+        Update async-signal-safe function list for POSIX.1-2004 (which
+        adds sockatmark()).
+
+
+==================== Changes in man-pages-3.04 ====================
+
+Released: 2008-07-15, Konolfingen
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Alain Portal <aportal@univ-montp2.fr>
+Andrea Arcangeli <andrea@cpushare.com>
+Andreas Mohr <andi@lisas.de>
+Andrew Morgan <morgan@kernel.org>
+Erik Bosman <ejbosman@cs.vu.nl>
+John Brooks <aspecialj@gmail.com>
+Nikanth Karthikesan <knikanth@suse.de>
+Pavel Heimlich <tropikhajma@seznam.cz>
+Petr Gajdos <pgajdos@suse.cz>
+Sam Varshavchik <mrsam@courier-mta.com>
+Serge Hallyn <serue@us.ibm.com>
+Sripathi Kodi <sripathik@in.ibm.com>
+Vincent Lefevre <vincent@vinc17.org>
+
+Apologies if I missed anyone!
+
+
+Web site
+--------
+
+licenses.html
+    mtk
+        A page describing the preferred licenses for new pages that
+        are contributed to man-pages.
+
+
+New and rewritten pages
+-----------------------
+
+utimensat.2
+    mtk
+        New page documenting the utimensat() system call, new in 2.6.22,
+        and futimens() library function.
+
+end.3
+    mtk
+        Documents etext, edata, and end symbols.
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+memchr.3
+    mtk
+        Add description of rawmemchr().
+
+proc.5
+    mtk
+        Document /proc/config.gz (new in kernel 2.6).
+    mtk, based on text from Documentation/vm/sysctl.txt
+        Document /proc/sys/vm/oom_kill_allocating_task
+        (new in Linux 2.6.24).
+        Document /proc/sys/vm/oom_dump_tasks
+        (new in Linux 2.6.25).
+        Document /proc/sys/vm/panic_on_oom
+        (new in Linux 2.6.18).
+
+
+New links
+---------
+
+edata.3
+etext.3
+    mtk
+        Links to end.3.
+
+futimens.3
+    mtk
+        Link to new utimensat.2.
+
+getdate_err.3
+    mtk
+        Link to getdate.3.
+
+h_errno.3
+    mtk
+        Link to gethostbyname.3.
+
+optarg.3
+opterr.3
+optind.3
+optopt.3
+    mtk
+        Links to getopt.3.
+
+rawmemchr.3
+    mtk
+        Link to memchr.3.
+
+sys_errlist.3
+sys_nerr.3
+    mtk
+        Links to perror.3.
+
+
+Global changes
+--------------
+
+Various pages
+    mtk
+        s/parameter/argument/ when talking about the things given
+        to a function call, for consistency with majority usage.
+
+Various pages
+    mtk
+        s/UNIX/Unix/, when not used as part of a trademark,
+        for consistency with majority usage in pages.
+
+Various pages
+    mtk, after a note from Alain Portal
+        Put SEE ALSO entries into alphabetical order.
+
+Various pages
+    mtk
+        Remove period at end of SEE ALSO list.
+
+Various pages
+    mtk, after a note by Alain Portal
+        Even when the CONFORMING TO section is just a list of standards,
+        they should be terminated by a period.
+
+getpriority.2
+MB_LEN_MAX.3
+MB_CUR_MAX.3
+fwide.3
+mblen.3
+rtime.3
+st.4
+proc.5
+bootparam.7
+man-pages.7
+utf-8.7
+tcp.5
+    mtk / Alain Portal
+        Small wording fixes -- express <=, <, >=, > in words when in
+        running text.
+
+sched_setparam.2
+sched_setscheduler.2
+getgrent_r.3
+hash.3
+    mtk
+        Minor rewording w.r.t. use of the term "parameter".
+
+Typographical or grammatical errors have been corrected in several
+other places.  (Many, many thanks to Alain Portal!)
+
+
+Changes to individual pages
+---------------------------
+
+capget.2
+    Andrew Morgan
+        Update in line with addition of file capabilities and
+        64-bit capability sets in kernel 2.6.2[45].
+
+clock_nanosleep.2
+    mtk
+        Add "Link with -lrt" to SYNOPSIS.
+
+getrusage.2
+    Sripathi Kodi
+        Document RUSAGE_THREAD, new in 2.6.26.
+    mtk
+        Improve description of RUSAGE_CHILDREN.
+        Add pointer to /proc/PID/stat in proc(5).
+        Other minor clean-ups.
+
+ioprio_set.2
+    Nikanth Karthikesan
+        Since Linux 2.6.25, CAP_SYS_ADMIN is longer required to set
+        a low priority (IOPRIO_CLASS_IDLE).
+
+mount.2
+    mtk
+        Since Linux 2.6.26, MS_RDONLY honors bind mounts.
+
+openat.2
+    mtk
+        SEE ALSO: add utimensat(3).
+
+prctl.2
+    Serge Hallyn, with some edits/input from mtk
+        Document PR_CAPBSET_READ and PR_CAPBSET_DROP.
+    Erik Bosman
+        Document PR_GET_TSC and PR_SET_TSC.
+    mtk, reviewed by Andrea Arcangeli
+        Document PR_SET_SECCOMP and PR_GET_SECCOMP.
+    mtk
+        PR_SET_KEEPCAPS and PR_GET_KEEPCAPS operate on a per-thread
+        setting, not a per-process setting.
+    mtk
+        Clarify fork(2) details for PR_SET_PDEATHSIG.
+    mtk
+        Add description of PR_SET_SECUREBITS and PR_GET_SECUREBITS,
+        as well as pointer to further info in capabilities(7).
+    mtk
+        PR_GET_ENDIAN returns endianness info in location pointed to by
+        arg2 (not as function result, as was implied by previous text).
+    mtk
+        Expand description of PR_SET_NAME and PR_GET_NAME.
+    mtk
+        RETURN VALUE: bring up to date for various options.
+    mtk
+        Various improvements in ERRORS.
+    mtk
+        Note that PR_SET_TIMING setting of PR_TIMING_TIMESTAMP is not
+        currently implemented.
+    mtk
+        Minor changes:
+        * Clarify wording for PR_GET_UNALIGN, PR_GET_FPEMU, and
+          PR_GET_FPEXC.
+        * Some reformatting of kernel version information.
+        * Reorder PR_GET_ENDIAN and PR_SET_ENDIAN entries.
+
+readlinkat.2
+    John Brooks / mtk
+         Fix and reword erroneous RETURN VALUE text.
+
+recv.2
+    mtk
+        Noted which flags appeared in Linux 2.2.
+
+sched_setaffinity.2
+    mtk, after a Fedora downstream patch
+        Update type used for cpusetsize argument in SYNOPSIS.
+
+select.2
+    Andreas Mohr / mtk
+        Clarify "zero timeout" case.
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490868.
+
+send.2
+    mtk
+        Noted which flags appeared in Linux 2.2.
+
+sigaction.2
+    mtk
+        Document si_overrun and si_tid fields of siginfo structure.
+        Add some text for si_trapno field.
+        The si_errno field is *generally* unused.
+    mtk
+        Put descriptions of SA_* constants in alphabetical order.
+
+signal.2
+    mtk
+        Rewrote and expanded portability discussion.
+        NOTES: Show the raw prototype of signal() (without use of
+        sighandler_t).
+
+signalfd.2
+    mtk
+        Modify description of ssi_trapno field.
+
+swapon.2
+    mtk
+        Fix two version number typos for MAX_SWAPFILES discussion:
+        s/2.6.10/2.4.10/
+
+utime.2
+    mtk
+         SEE ALSO: add utimensat(2), futimens(3).
+
+dl_iterate_phdr.3
+    Alain Portal
+        SEE ALSO: Add elf(5).
+
+crypt.3
+    mtk, after a Fedora downstream patch
+        Describe additional encryption algorithms.
+       See also: https://bugzilla.redhat.com/show_bug.cgi?id=428280.
+
+errno.3
+    mtk
+        Small rewrites in DESCRIPTION.
+
+exec.3
+    mtk, after a note from Alain Portal
+        Small rewording.
+
+exp10.3
+    Alain Portal
+        SEE ALSO: Add log10(3).
+
+exp2.3
+    Alain Portal
+        Add C99 to CONFORMING TO.
+
+fgetgrent.3
+    Alain Portal
+        Add references to group(5).
+    mtk
+        Minor rewordings.
+        SEE ALSO: add fopen(3).
+
+fgetpwent.3
+    Alain Portal
+        Add reference to passwd(5).
+    mtk
+        Minor rewordings.
+        SEE ALSO: add fopen(3).
+
+frexp.3
+    Alain Portal
+        Add C99 to CONFORMING TO.
+
+futimes.3
+    mtk
+         SEE ALSO: remove futimesat(2); add utimensat(2).
+
+getopt.3
+    mtk
+        Add details on initial value of optind, and note that it can
+        be reset (to 1) to restart scanning of an argument vector.
+        Add a NOTES section describing the glibc-specific behavior
+        when optind is reset to 0 (rather than 1).
+        See http://groups.google.com/group/comp.unix.programmer/browse_thread/thread/be0d0b7a07a165fb
+    mtk
+        Note glibc extensions under CONFORMING TO.
+
+getspnam.3
+    mtk
+        Improve comments on struct spwd.
+
+getpw.3
+    Alain Portal
+        RETURN VALUE: note that errno is set on error.
+    mtk
+        Add EINVAL error.
+
+insque.3
+    mtk / Alain Portal
+        Minor rewordings.
+
+log.3
+    Alain Portal
+        Remove unnecessary sentence in ERRORS.
+
+log10.3
+    mtk
+        SEE ALSO: Add exp10(3).
+
+offsetof.3
+    Alain Portal
+        Small wording improvement.
+
+pow.3
+    Alain Portal
+        Remove unnecessary sentence in ERRORS.
+
+printf.3
+    mtk / Alain Portal
+        Many small formatting fixes.
+
+proc.5
+    mtk
+        Remove redundant summary list of files in description of
+        /proc/sys/kernel.
+        Make kernel version for /proc/sys/kernel/panic_on_oops more precise.
+        Make kernel version for /proc/sys/kernel/pid_max more precise.
+        Add Documentation/sysctl/vm.txt to SEE ALSO.
+        Other minor edits.
+
+profil.3
+    mtk / Alain Portal
+         Small wording improvement.
+
+rtime.3
+    mtk, after a note by Alain Portal
+        Clarify meaning of midnight on 1 Jan 1900/1970.
+    mtk
+        Remove netdate(1) and rdate(1) from SEE ALSO, since these pages
+        don't seem to exist on Linux systems.
+
+scanf.3
+    Vincent Lefevre / mtk
+        Clarify treatment of initial white space by %% conversion
+        specification.
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435648.
+    mtk
+        Many small formatting fixes.
+
+stdin.3
+    Alain Portal
+        Rename CONSIDERATIONS section to NOTES, and relocate
+        to appropriate place on page.
+
+tmpfile.3
+    mtk, after a note by Alain Portal
+        Prepend "POSIX.1-2001 specifies that: " to the sentence stating
+        that tmpfile() may write to stdout.  (AFAICS, glibc's tmpfile()
+        does not do this.)
+
+ttyname.3
+    Alain Portal
+        Remove unnecessary sentence in ERRORS.
+
+wcsdup.3
+    Alain Portal
+        Make wording more precise: the memory allocated by wcsdup(3)
+        *should* be freed with free(3).
+
+wordexp.3
+    Alain Portal / mtk
+        Move example into proper EXAMPLE section.
+
+tty_ioctl.4
+    mtk / Petr Gajdos
+        The features in the "Get and Set Window Size" subsection
+        require the inclusion of <sys/ioctl.h>.
+
+capabilities.7
+    Serge Hallyn, plus a bit of work by mtk
+        Document file capabilities, per-process capability bounding set,
+        changed semantics for CAP_SETPCAP, and other changes in 2.6.2[45].
+        Add CAP_MAC_ADMIN, CAP_MAC_OVERRIDE, CAP_SETFCAP.
+        Various smaller fixes.
+    mtk, plus review by Serge Hallyn and Andrew Morgan
+        Add text detailing how CAP_SETPCAP (theoretically) permits -- on
+        pre-2.6.25 kernels, and 2.6.25 and later kernels with file
+        capabilities disabled -- a thread to change the capability sets
+        of another thread.
+        Add section describing rules for programmatically adjusting
+        thread capability sets.
+        Add some words describing purpose of inheritable set.
+        Note existence of CONFIG_SECURITY_CAPABILITIES config option.
+        Describe rationale for capability bounding set.
+        Document securebits flags (new in 2.6.26).
+        Remove obsolete BUGS section.
+        SEE ALSO: Add getcap(8), setcap(8), and various libcap pages.
+    mtk
+        Add text noting that if we set the effective flag for one
+        file capability, then we must also set the effective flag for all
+        other capabilities where the permitted or inheritable bit is set.
+    mtk
+        Since Linux 2.6.25, CAP_SYS_ADMIN is no longer required for
+        ioprio_set() to set IOPRIO_CLASS_IDLE class.
+    mtk
+        Reword discussion of CAP_LINUX_IMMUTABLE to be file-system neutral.
+
+man-pages.7
+   mtk
+       A list of standards in the CONFORMING TO list should be
+       terminated by a period.
+       The list of pages in a SEE ALSO list should not be
+       terminated by a period.
+
+tcp.7
+    mtk
+        Correct a detail for sysctl_tcp_adv_win_scale.
+        Formatting fixes.
+
+
+==================== Changes in man-pages-3.05 ====================
+
+Released: 2008-07-23, Konolfingen
+
+
+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>
+Brian M. Carlson <sandals@crustytoothpaste.ath.cx>
+Fabian Kreutz <kreutz@dbs.uni-hannover.de>
+Franck Jousseaume <franck.jousseaume@gmail.com>
+Sam Varshavchik <mrsam@courier-mta.com>
+Uli Schlacter <psychon@znc.in>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+matherr.3
+    mtk, with review by Andries Brouwer
+        A description of the SVID-specified mechanism for reporting
+        math exceptions.
+        See http://thread.gmane.org/gmane.linux.man/266.
+
+math_error.7
+    mtk, with review and suggested input from Andries Brouwer
+        A description of how math functions report errors.
+        See http://thread.gmane.org/gmane.linux.man/249.
+
+
+Global changes
+--------------
+
+Various pages
+    mtk
+        s/floating point/floating-point/ when used attributively.
+
+Various pages
+    mtk
+        For consistency with majority usage:
+        s/plus infinity/positive infinity/
+        s/minus infinity/negative infinity/
+
+Typographical or grammatical errors have been corrected in several
+other places.
+
+
+Changes to individual pages
+---------------------------
+
+brk.2
+    mtk
+        SEE ALSO: add end(3).
+
+open.2
+    Brian M. Carlson / mtk
+        Remove ambiguity in description of support for O_EXCL on NFS.
+        As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491791.
+
+prctl.2
+    mtk
+        Place options in some semblance of alphabetical order.
+        (No content or formatting changes were made.)
+
+cerf.3
+    mtk
+        Bump version number: these functions are still missing in
+        glibc 2.8.
+
+fenv.3
+    mtk
+        SEE ALSO: Add math_error(7).
+
+INFINITY.3
+    mtk
+        SEE ALSO: Add math_error(7).
+
+nan.3
+    mtk
+        Remove unneeded "Compile with" piece in SYNOPSIS.
+        SEE ALSO: Add math_error(7).
+
+rpc.3
+    mtk / Franck Jousseaume
+        Fix errors introduced into a few prototypes when converting
+        function declarations to use modern C prototypes in man-pages-2.75.
+
+ipv6.7
+    mtk, after a report from Uli Schlacter
+        Document the IPV6_V6ONLY flag.
+
+
+==================== Changes in man-pages-3.06 ====================
+
+Released: 2008-08-05, Konolfingen
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Andreas Jaeger <aj@novell.com>
+Andries Brouwer <Andries.Brouwer@cwi.nl>
+Fabian Kreutz <kreutz@dbs.uni-hannover.de>
+Gernot Tenchio <g.tenchio@telco-tech.de>
+Sam Varshavchik <mrsam@courier-mta.com>
+Tolga Dalman <tdalman@project-psi.org>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+erfc.3
+    mtk
+        Created after removing the erfc() material from erf.3.
+        Documents the complementary error function.
+
+y0.3
+    mtk
+        Created after removing the y*() material from j0.3.
+        Documents the Bessel functions of the second kind.
+        Included ERRORS section; noted that an exception is not
+        raised on underflow, see also
+        http://sources.redhat.com/bugzilla/show_bug.cgi?id=6806;
+        and errno is not set on overflow, see also
+        http://sources.redhat.com/bugzilla/show_bug.cgi?id=6808;
+        Included BUGS section noting that errno is incorrectly
+        set for pole error; see also
+        http://sources.redhat.com/bugzilla/show_bug.cgi?id=6807.
+
+scalbln.3
+    mtk
+        Created after removing the scalbln*() and scalbn*() material
+        from scalb.3.  Documents scalbln() and scalbn() functions.
+        Included ERRORS section; noted that errno is not set; see
+        also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6803.
+
+
+New and changed links
+---------------------
+
+erfcf.3
+erfcl.3
+    mtk
+        Changed these links to point to new erfc.3 page.
+
+scalblnf.3
+scalblnl.3
+scalbn.3
+scalbnf.3
+scalbnl.3
+    mtk
+        Changed these links to point to new scalbln.3 page.
+
+y0f.3
+y0l.3
+y1.3
+y1f.3
+y1l.3
+yn.3
+ynf.3
+ynl.3
+    mtk
+        Changed these links to point to new y0.3 page.
+
+
+Global changes
+--------------
+
+Various pages
+    mtk
+        s/floating point/floating-point/ when used attributively.
+
+Typographical or grammatical errors have been corrected in several
+other places.
+
+
+Changes to individual pages
+---------------------------
+
+crypt.3
+    mtk
+        Tweak discuss text describing support for Blowfish.
+
+ctime.3
+    mtk / Gernot Tenchio
+        Added some words to make clear that the string returned by
+        ctime() and asctime() is null-terminated.
+
+math_error.7
+    Sam Varshavchik
+        Reverse order of SYNOPSIS and NAME sections.
+    mtk
+        NOTES: Summarize the state of glibc support for exceptions
+        and errno for error reporting.
+
+
+Changes to individual pages (math functions)
+--------------------------------------------
+
+Almost all of the changes in this release relate to math man pages.
+Very many changes were made to the math pages, including:
+
+* Fixed feature test macros (FTMs).  Often, the FTM requirements
+  for the "float" and "long double" versions of a math function are
+  different from the requirements for the "double" version.  Each math
+  page now shows the correct FTM requirements for all three versions
+  of the function(s) it describes.  This may have required either
+  a change to the existing FTM text (if the requirements for the
+  "double" function were already described), or the addition of an FTM
+  description to a SYNOPSIS where one was not previously present
+  (typically because the "double" version of the function does not
+  require any FTMs to be defined).
+* CONFORMING TO: in many cases, POSIX.1-2001 was not mentioned.
+  Where a function is specified in POSIX.1-2001, this is now noted.
+  Also, statements about what other standards a function conforms to
+  were generally clarified.  (The wording about which functions conformed
+  to C99 was previously often done as an add on sentence; now it is made
+  part of the first sentence of the CONFORMING TO section, along with
+  POSIX.1-2001.)
+* RETURN VALUE: in many cases, pages lacked descriptions of the return
+  value when the function arguments are special values such as +0, -0,
+  NaN (not-a-number), +infinity, -infinity, etc.  This has been fixed.
+  I carried out tests on glibc 2.8 to ensure that all of these
+  functions match the RETURN VALUE descriptions (and the POSIX.1-2001
+  requirements).
+* ERRORS: many pages lacked a clear (or indeed any) description of
+  how errno is set on error and what exception is raised for each error.
+  This has been fixed.  The ERRORS sections are now generally headed up
+  as per the POSIX.1 way of doing things, describing Pole / Range /
+  Domain errors, as applicable.
+  I carried out tests on glibc 2.8 to ensure that all of these
+  functions match the ERRORS descriptions.  Deviations from POSIX.1-2001
+  requirements have been filed as glibc bug reports, and noted in the
+  man pages.  (The pages now describe the situation for ERRORS as at glibc
+  2.8; I may eventually try and extend the text with descriptions of
+  changes in older versions of glibc.)
+  NOTE: one point that has not been covered in any page is the
+  circumstances that generate inexact (FE_INEXACT) exceptions.
+  (The details for these exceptions are not specified in POSIX.1-2001,
+  and I haven't gone looking for the standards that describe the details.)
+
+acos.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        RETURN VALUE: Added details for special argument cases.
+        Rewrote ERRORS section.
+        Updated CONFORMING TO.
+
+acosh.3
+    mtk
+        SYNOPSIS: Fixed feature test macro requirements.
+        Added RETURN VALUE section.
+        Rewrote ERRORS section.
+        Updated CONFORMING TO.
+
+asin.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        RETURN VALUE: Added details for special argument cases.
+        Rewrote ERRORS section.
+        Updated CONFORMING TO.
+
+asinh.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        DESCRIPTION: Some rewording.
+        RETURN VALUE: Added details for special argument cases.
+        Added (null) ERRORS section.
+        Updated CONFORMING TO.
+
+atan.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        DESCRIPTION: Some rewording.
+        RETURN VALUE: Added details for special argument cases.
+        Added (null) ERRORS section.
+        Updated CONFORMING TO.
+
+atan2.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        DESCRIPTION: Some rewording.
+        RETURN VALUE: Added details for special argument cases.
+        Added (null) ERRORS section.
+        Updated CONFORMING TO.
+
+atanh.3
+    mtk
+        SYNOPSIS: Fixed feature test macro requirements.
+        Added RETURN VALUE section.
+        Rewrote ERRORS section.
+        Updated CONFORMING TO.
+        Added BUGS section noting that pole error sets errno to EDOM,
+        when it should be ERANGE instead; see also
+        http://sources.redhat.com/bugzilla/show_bug.cgi?id=6759.
+
+cbrt.3
+    mtk
+        SYNOPSIS: Fixed feature test macro requirements.
+        Added RETURN VALUE section.
+        Added (null) ERRORS section.
+        Updated CONFORMING TO.
+
+ceil.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        DESCRIPTION: Enhanced.
+        RETURN VALUE: Added details for special argument cases.
+        Rewrote ERRORS section.
+        Updated CONFORMING TO.
+        NOTES: Added some details.
+
+copysign.3
+    mtk
+        Added RETURN VALUE section.
+        Updated CONFORMING TO.
+
+cos.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        Rewrote RETURN VALUE section.
+        Added ERRORS section; noted errno is not set:
+        http://sources.redhat.com/bugzilla/show_bug.cgi?id=6780.
+        Updated CONFORMING TO.
+
+cosh.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        Added RETURN VALUE section.
+        Added ERRORS section.
+        Updated CONFORMING TO.
+
+erf.3
+    mtk
+        Removed the erfc() material (there is now a new erfc page).
+        Reason: the functions are logically separate; also their
+        return values differ, and it would have been confusing
+        to document them on the same page.
+        SYNOPSIS: Fixed feature test macro requirements.
+        Added RETURN VALUE section.
+        Added ERRORS section; noted that errno is not set; see
+        http://sources.redhat.com/bugzilla/show_bug.cgi?id=6785.
+        Updated CONFORMING TO.
+
+exp.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        Added RETURN VALUE section.
+        Added ERRORS section; noted that errno is not set; see
+        http://sources.redhat.com/bugzilla/show_bug.cgi?id=6786.
+        Updated CONFORMING TO.
+
+exp10.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        Added RETURN VALUE section.
+        Added ERRORS section; noted that errno is not set for underflow;
+        see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6787.
+
+exp2.3
+    mtk
+        Added RETURN VALUE and ERRORS sections.
+        Updated CONFORMING TO.
+
+expm1.3
+    mtk
+        SYNOPSIS: Fixed feature test macro requirements.
+        Added RETURN VALUE section.
+        Added ERRORS section; noted that errno is not set for overflow;
+        see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6788.
+        Updated CONFORMING TO.
+        Added BUGS section, describing bogus underflow exception for -large,
+        see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6778;
+        and describing bogus invalid exception for certain +large,
+        see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6814.
+
+fabs.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        Added RETURN VALUE section.
+        Updated CONFORMING TO.
+
+fdim.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        DESCRIPTION: Some rewording.
+        Added RETURN VALUE section.
+        Added ERRORS section; noted that errno is not set; see
+        also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6796.
+        Updated CONFORMING TO.
+
+fenv.3
+    mtk
+        Make style of writing exception names consistent with other
+        pages and POSIX.1-2001.
+        Updated CONFORMING TO.
+
+finite.3
+    mtk
+        SYNOPSIS: Fixed feature test macro requirements.
+
+floor.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        DESCRIPTION: Enhanced.
+        RETURN VALUE: Added details for special argument cases.
+        Rewrote ERRORS section.
+        Updated CONFORMING TO.
+
+fma.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        DESCRIPTION: Some rewording.
+        Added RETURN VALUE section.
+        Added ERRORS section; noted that errno is not set; see
+        also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6801.
+        Updated CONFORMING TO.
+
+fmax.3
+fmin.3
+    mtk
+        NAME: Make description clearer
+        SYNOPSIS: Added feature test macro requirements.
+        SYNOPSIS: Remove unneeded "Compile with" piece.
+        CONFORMING TO: Added POSIX.1-2001.
+        Added RETURN VALUE and ERRORS sections.
+
+fmod.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        RETURN VALUE: Added details for special argument cases.
+        Rewrote ERRORS section; noted that errno is not always set; see
+        also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6783.
+        Updated CONFORMING TO.
+
+fpclassify.3
+    mtk
+        Minor wording changes.
+        CONFORMING TO: Added POSIX.1-2001.
+        SEE ALSO: Add signbit(3).
+
+frexp.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        Added details to RETURN VALUE section.
+        Added (null) ERRORS section.
+        CONFORMING TO: Added POSIX.1-2001.
+
+gamma.3
+    mtk
+        SYNOPSIS: Fixed feature test macro requirements.
+        Added (null) RETURN VALUE section referring to tgamma(3).
+        Added (null) ERRORS section referring to tgamma(3).
+        CONFORMING TO: Rewrote.
+
+hypot.3
+    mtk
+        SYNOPSIS: Fixed feature test macro requirements.
+        DESCRIPTION: note that calculation is done without causing
+        undue overflow or underflow.
+        Added RETURN VALUE section.
+        Added ERRORS section; noted that errno is not always set; see
+        also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6795.
+        Updated CONFORMING TO.
+
+ilogb.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        Rewrote RETURN VALUE section.
+        Rewrote ERRORS section; noted that errno is not set, and in some
+        cases an exception is not raised; see also
+        http://sources.redhat.com/bugzilla/show_bug.cgi?id=6794.
+        CONFORMING TO: Added POSIX.1-2001.
+
+isgreater.3
+    mtk
+        NAME: Make description clearer
+        Improve the description of isunordered().
+        Added RETURN VALUE and ERRORS sections.
+        Formatting fixes.
+        A few wording improvements.
+
+j0.3
+    mtk
+        Removed material for the y*() functions to a separate y0.3 page.
+        Reason: the return values and errors/exceptions differ, and it
+        would have been confusing to document them on the same page.
+        Added RETURN VALUE section.
+        Added ERRORS section; noted that errno is not set; see
+        also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6805.
+
+ldexp.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        Added RETURN VALUE and ERRORS sections.
+        Updated CONFORMING TO.
+
+lgamma.3
+    mtk
+        Note that these functions are deprecated.
+        SYNOPSIS: Fixed feature test macro requirements.
+        Added RETURN VALUE and ERRORS sections referring to lgamma(3).
+        Added BUGS section noting that pole error sets errno to EDOM,
+        when it should be ERANGE instead; see also
+        http://sources.redhat.com/bugzilla/show_bug.cgi?id=6777.
+
+log.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        Added RETURN VALUE section.
+        Rewrote ERRORS section.
+        Updated CONFORMING TO.
+
+log10.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        Added RETURN VALUE section.
+        Rewrote ERRORS section.
+        Updated CONFORMING TO.
+
+log1p.3
+    mtk
+        SYNOPSIS: Fixed feature test macro requirements.
+        Added RETURN VALUE section.
+        Added ERRORS section; noted that errno is not set; see
+        also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6792.
+        Updated CONFORMING TO.
+
+log2.3
+    mtk
+        Added RETURN VALUE section.
+        Rewrote ERRORS section.
+        Updated CONFORMING TO.
+
+logb.3
+    mtk
+        SYNOPSIS: Fixed feature test macro requirements.
+        DESCRIPTION: added a little detail; some rewordings.
+        RETURN VALUE: Added details for special argument cases.
+        Rewrote ERRORS section; noted that errno is not set; see
+        also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6793.
+        CONFORMING TO: Added POSIX.1-2001.
+
+lrint.3
+    mtk
+        DESCRIPTION: some rewording.
+        RETURN VALUE: Added details for special argument cases.
+        Added ERRORS section; noted that errno is not set; see
+        also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6798.
+        CONFORMING TO: Added POSIX.1-2001.
+
+lround.3
+    mtk
+        RETURN VALUE: Added details for special argument cases.
+        Rewrote ERRORS section; noted that errno is not set; see
+        also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6797.
+        CONFORMING TO: Added POSIX.1-2001.
+
+modf.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        RETURN VALUE: Added details for special argument cases.
+        Added (null) ERRORS section.
+        CONFORMING TO: Added POSIX.1-2001.
+
+nan.3
+    mtk
+        Small wording changes.
+        CONFORMING TO: Added POSIX.1-2001.
+
+nextafter.3
+    mtk
+        SYNOPSIS: Fixed feature test macro requirements.
+        RETURN VALUE: Added details for special argument cases.
+        Added ERRORS section; noted that errno is not set; see
+        also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6799.
+        CONFORMING TO: Added POSIX.1-2001.
+
+pow.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        Added RETURN VALUE section.
+        Rewrote ERRORS section.
+        Updated CONFORMING TO.
+        Added BUGS section noting that pole error sets errno to EDOM,
+        when it should be ERANGE instead; see also
+        http://sources.redhat.com/bugzilla/show_bug.cgi?id=6776.
+
+remainder.3
+    mtk
+        SYNOPSIS: Fixed feature test macro requirements.
+        DESCRIPTION: added some details.
+        RETURN VALUE: Added details for special argument cases.
+        Rewrote ERRORS section; noted that errno is not always set; see
+        also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6783.
+        Updated CONFORMING TO.
+        Added BUGS section noting that remainder(nan(""), 0)
+        wrongly causes a domain error; see
+        http://sources.redhat.com/bugzilla/show_bug.cgi?id=6779
+
+remquo.3
+   mtk
+        Added RETURN VALUE section.
+        Added ERRORS section; noted that errno is not set; see
+        also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6801.
+        Updated CONFORMING TO.
+
+fmax.3
+fmin.3
+    mtk
+        NAME: Make description clearer
+        SYNOPSIS: Added feature test macro requirements.
+        SYNOPSIS: Remove unneeded "Compile with" piece.
+        CONFORMING TO: Added POSIX.1-2001.
+        Added RETURN VALUE and ERRORS sections.
+
+fmod.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        RETURN VALUE: Added details for special argument cases.
+        Rewrote ERRORS section; noted that errno is not always set; see
+        also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6783.
+        Updated CONFORMING TO.
+
+fpclassify.3
+        CONFORMING TO: Added POSIX.1-2001.
+
+rint.3
+    mtk
+        SYNOPSIS: Fixed feature test macro requirements.
+        DESCRIPTION: added some details.
+        RETURN VALUE: Added details for special argument cases.
+        ERRORS: no errors can occur (previous text was misleading).
+        CONFORMING TO: Added POSIX.1-2001.
+        NOTES: point out that lrint() may be preferred in some cases.
+
+round.3
+    mtk
+        DESCRIPTION: added some details.
+        RETURN VALUE: Added details for special argument cases.
+        ERRORS: no errors can occur (previous text was misleading).
+        CONFORMING TO: Added POSIX.1-2001.
+        NOTES: point out that lround() may be preferred in some cases.
+
+scalb.3
+    mtk
+        Removed the scalbn() and scalbln() material to a separate
+        scalbln.3 page.  Reason: scalb() is obsolete; also the
+        exception/error conditions differ somewhat, so that it
+        would have been confusing to document them on the same page.
+        SYNOPSIS: Fixed feature test macro requirements.
+        DESCRIPTION: some rewrites and added details.
+        Added RETURN VALUE section.
+        Added ERRORS section; noted that errno is not set; see
+        also http://sources.redhat.com/bugzilla/show_bug.cgi?id=6803
+        and http://sources.redhat.com/bugzilla/show_bug.cgi?id=6804.
+        CONFORMING TO: Rewrote.
+
+signbit.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        SYNOPSIS: Remove unneeded "Compile with" piece.
+        Added RETURN VALUE section.
+        Added (null) ERRORS section.
+        CONFORMING TO: Added POSIX.1-2001.
+
+sin.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        Added RETURN VALUE section.
+        Added ERRORS section; noted errno is not set:
+        http://sources.redhat.com/bugzilla/show_bug.cgi?id=6781.
+        Updated CONFORMING TO.
+
+sincos.3
+    mtk
+        DESCRIPTION: Added details for special argument cases.
+        Added (null) RETURN VALUE section.
+        Added ERRORS section.
+
+sinh.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        Added RETURN VALUE section.
+        Added ERRORS section.
+        Updated CONFORMING TO.
+
+sqrt.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        Added RETURN VALUE section.
+        Rewrote ERRORS section.
+        Updated CONFORMING TO.
+
+tan.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        Added RETURN VALUE section.
+        Added ERRORS section.
+        Added ERRORS section; noted errno is not set:
+        http://sources.redhat.com/bugzilla/show_bug.cgi?id=6782.
+        Updated CONFORMING TO.
+
+tanh.3
+    mtk
+        SYNOPSIS: Added feature test macro requirements.
+        Added RETURN VALUE section.
+        Added (null) ERRORS section.
+        Updated CONFORMING TO.
+
+tgamma.3
+    mtk
+        Added RETURN VALUE section.
+        Rewrote ERRORS section; noted that errno is not set /
+        incorrectly set in some cases; see also
+        http://sources.redhat.com/bugzilla/show_bug.cgi?id=6809
+        and http://sources.redhat.com/bugzilla/show_bug.cgi?id=6810.
+        CONFORMING TO: Added POSIX.1-2001.
+        Added NOTES section to hold text explaining origin of tgamma().
+
+trunc.3
+    mtk
+        RETURN VALUE: small rewording.
+        CONFORMING TO: Added POSIX.1-2001.
+        Added NOTES section explaining that result may be too large
+        to store in an integer type.
+
+
+==================== Changes in man-pages-3.07 ====================
+
+Released: 2008-08-12, Konolfingen
+
+
+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>
+Christoph Lameter <cl@linux-foundation.org>
+Cliff Wickman <cpw@sgi.com>
+Fabian Kreutz <kreutz@dbs.uni-hannover.de>
+Filippo Santovito <filippo.santovito@email.it>
+Gerrit Renker <gerrit@erg.abdn.ac.uk>
+Heikki Orsila <shd@modeemi.cs.tut.fi>
+Khalil GHORBAL <khalil.ghorbal@cea.fr>
+Lee Schermerhorn <lee.schermerhorn@hp.com>
+Maxin John <maxin.john@gmail.com>
+Reuben Thomas <rrt@sc3d.org>
+Samuel Thibault <samuel.thibault@ens-lyon.org>
+Sam Varshavchik <mrsam@courier-mta.com>
+Soh Kam Yung <sohkamyung@gmail.com>
+Stephane Chazelas <stephane_chazelas@yahoo.fr>
+Pavel Heimlich <tropikhajma@seznam.cz>
+Reuben Thomas <rrt@sc3d.org>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+move_pages.2
+    Christoph Lameter, various edits and improvements by mtk
+        Documentation of the move_pages() system call.
+        This page was formerly part of the numactl package, but really
+        belongs in man-pages (since it describes a kernel interface).
+
+clock_getcpuclockid.3
+    mtk
+        New page documenting the clock_getcpuclockid() library function,
+        available since glibc 2.2.
+
+udplite.7
+    Gerrit Renker
+        Document the Linux implementation of the UDP-Lite protocol,
+        new in Linux 2.6.20.
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+proc.5
+    Christoph Lameter, minor edits and improvements by mtk
+        Documentation of the /proc/PID/numa_maps file.
+        This material was formerly the numa_maps.5 page in the numactl
+        package, but really belongs in man-pages (since it describes
+        a kernel interface).
+
+
+Global changes
+--------------
+
+nanosleep.2
+inet_ntop.3
+inet_pton.3
+scanf.3
+initrd.4
+    mtk
+        Fix mis-ordered (.SH) sections.
+
+connect.2
+socket.2
+rtnetlink.3
+arp.7
+ddp.7
+ip.7
+ipv6.7
+netlink.7
+packet.7
+raw.7
+rtnetlink.7
+socket.7
+tcp.7
+udp.7
+unix.7
+x25.7
+    mtk
+        s/PF_/AF_/ for socket family constants.  Reasons: the AF_ and
+        PF_ constants have always had the same values; there never has
+        been a protocol family that had more than one address family,
+        and POSIX.1-2001 only specifies the AF_* constants.
+
+Typographical or grammatical errors have been corrected in several
+other places.
+
+
+Changes to individual pages
+---------------------------
+
+execve.2
+    mtk
+        The floating-point environment is reset to the default
+        during an execve().
+
+get_mempolicy.2
+    Lee Schermerhorn
+        Misc cleanup of get_mempolicy(2):
+        + mention that any mode flags will be saved with mode.
+          I don't bother to document mode flags here because we
+          already have a pointer to set_mempolicy(2) for more info
+          on memory policy.  mode flags are discussed there.
+        + remove some old, obsolete [IMO] NOTES and 'roff comments.
+    Lee Schermerhorn
+        Update the get_mempolicy(2) man page to add in the description of
+        the MPOL_F_MEMS_ALLOWED flag, added in 2.6.23.
+    mtk
+        Document additional EINVAL error that occurs is MPOL_F_MEMS_ALLOWED
+        is specified with either MPOL_F_ADDR or MPOL_F_NODE.
+
+getitimer.2
+    mtk
+        CONFORMING TO: POSIX.1-2008 marks getitimer() and setitimer()
+        obsolete.
+
+mbind.2
+    Lee Schermerhorn
+        Fix error conditions, now that the kernel silently ignores
+        nodes outside the task's cpuset, as long as one valid node
+        remains.
+
+        Now that cpuset man page exists, we can refer to it.  Remove
+        stale comment regarding lack thereof.
+    Lee Schermerhorn
+        Add brief discussion of mode flags.
+    Lee Schermerhorn
+        Attempt to clarify discussion of MPOL_DEFAULT.
+    mtk
+        Fix URI reference for libnuma.
+
+mprotect.2
+    mtk / Maxin John
+        Remove EFAULT from errors.  Under ENOMEM error, note that
+        EFAULT was the error produced in some cases for kernels before
+        2.4.19.
+
+msgctl.2
+    mtk, after a note from Filippo Santovito
+        In the ipc_perm structure definition, some fields were
+        incorrectly named: s/key/__key/ and s/seq/__seq/.
+
+set_mempolicy.2
+    Lee Schermerhorn
+        Fix up the error return for nodemask containing nodes disallowed by
+        the process' current cpuset.  Disallowed nodes are now silently ignored,
+        as long as the nodemask contains at least one node that is on-line,
+        allowed by the process' cpuset and has memory.
+
+        Now that we have a cpuset man page, we can refer to cpusets directly
+        in the man page text.
+
+    Lee Schermerhorn
+        Another attempt to rationalize description of MPOL_DEFAULT.
+
+        Since ~2.6.25, the system default memory policy is "local allocation".
+        MPOL_DEFAULT itself is a request to remove any non-default policy and
+        "fall back" to the surrounding context.  Try to say that without delving
+        into implementation details.
+
+    Lee Schermerhorn
+        Add discussion of mempolicy mode flags to set_mempolicy(2).
+        This adds another reason for EINVAL.
+
+setpgid.2
+    mtk
+        CONFORMING TO: POSIX.1-2008 marks setpgrp() obsolete.
+
+semctl.2
+    mtk, after a note from Filippo Santovito
+        In the ipc_perm structure definition, some fields were
+        incorrectly named: s/key/__key/ and s/seq/__seq/.
+
+shmctl.2
+    Filippo Santovito / mtk
+        In the ipc_perm structure definition, some fields were
+        incorrectly named: s/key/__key/ and s/seq/__seq/.
+
+utime.2
+    mtk
+        CONFORMING TO: POSIX.1-2008 marks utime() obsolete.
+        CONFORMING TO: POSIX.1-2008 removes the POSIX.1-2001 LEGACY
+        marking of utimes(), so mention of this point has been
+        removed from the page.
+
+vfork.2
+    mtk
+        CONFORMING TO: POSIX.1-2008 removes the specification of vfork().
+
+atan2.3
+    Fabian Kreutz
+        SEE ALSO Add carg(3).
+
+bcmp.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 removes the specification of bcmp().
+
+bsd_signal.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 removes the specification ofcw
+        bsd_signal().
+
+bzero.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 removes the specification of bzero().
+
+cexp2.3
+    mtk
+        AVAILABILITY: These functions are still not in glibc
+        as at version 2.8.
+
+clock_getres.3
+    mtk
+         SEE ALSO: Add clock_getcpuclockid(3).
+
+clog2.3
+    mtk
+        AVAILABILITY: These functions are still not in glibc
+        as at version 2.8.
+
+ctime.3
+    mtk
+        POSIX.1-2008 marks asctime(), asctime_r(), ctime(), and ctime_r()
+        as obsolete.
+
+dprintf.3
+    mtk
+       CONFORMING TO: These functions are nowadays in POSIX.1-2008.
+
+ecvt.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 removes the specifications of
+        ecvt() and fcvt().
+
+ftime.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 removes the specification of ftime().
+
+ftw.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 marks ftw() as obsolete.
+
+gcvt.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 removes the specification of gcvt().
+
+getcwd.3
+    Reuben Thomas / mtk
+        Clarify description of getcwd() for buf==NULL case;
+        CONFORMING TO: According to POSIX.1, the behavior of getcwd()
+        is unspecified for the buf==NULL case.
+    mtk
+        Add an introductory paragraph giving an overview of what these
+        functions do.
+        Fix error in description of getwd(): it does not truncate the
+        pathname; rather, it gives an error if the pathname exceeds
+        PATH_MAX bytes.
+        Rewrote RETURN VALUE section.
+        Add EINVAL ENAMETOOLONG errors for getwd().
+        Various other clarifications and wording fixes.
+        CONFORMING TO: POSIX.1-2001 does not define any errors for
+        getwd().
+        CONFORMING TO: POSIX.1-2008 removes the specification of getwd().
+
+gethostbyname.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 removes the specifications of
+        gethostbyname(), gethostbyaddr(), and h_errno.
+
+gets.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 removes the specification of gets().
+
+iconv.3
+iconv_close.3
+iconv_open.3
+    mtk
+        VERSIONS: These functions are available in glibc since version 2.1.
+
+index.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 removes the specifications of
+        index() and rindex().
+
+isalpha.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 marks isalpha() as obsolete.
+
+makecontext.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 removes the specifications of
+        makecontext() and swapcontext().
+
+memchr.3
+    mtk
+        VERSIONS: memrchr() since glibc 2.2; rawmemchr() since glibc 2.1.
+
+mempcpy.3
+    mtk
+        VERSIONS: mempcpy() since glibc 2.1.
+
+mktemp.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 removes the specification of mktemp().
+
+opendir.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 specifies fdopendir().
+
+rand.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 marks rand_r() as obsolete.
+
+siginterrupt.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 marks siginterrupt() as obsolete.
+
+sigset.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 marks sighold(), sigignore(),
+        sigpause(), sigrelse(), and sigset() as obsolete.
+
+strchr.3
+    mtk
+        VERSIONS: strchrnul() since glibc 2.1.1.
+
+tempnam.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 marks tempnam() as obsolete.
+
+tmpnam.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 marks tmpnam() as obsolete.
+
+toascii.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 marks toascii() as obsolete.
+
+ualarm.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 removes the specification of ualarm().
+
+ulimit.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 marks ulimit() as obsolete.
+
+usleep.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 removes the specification of usleep().
+
+standards.7
+    mtk
+        Updated details for POSIX.1-2008, and noted that if
+        POSIX.1-2001 is listed in the CONFORMING TO section of a man
+        page, then the reader can assume that the interface is also
+        specified in POSIX.1-2008, unless otherwise noted.
+
+time.7
+    mtk
+         SEE ALSO: Add clock_getcpuclockid(3).
+
+udp.7
+    mtk
+        SEE ALSO: add udplite(7).
+
+
+Changes to individual pages (math functions)
+--------------------------------------------
+
+Various changes here following on from the big update to the
+math pages in the previous release.  Test results going back
+glibc 2.3.2 (so far) allowed updates to various pages to note
+changes in historical behavior for error reporting by math
+functions.  Thanks to the following people for providing me
+with test results on various distributions and glibc versions:
+Alain Portal, Andries Brouwer, Fabian Kreutz, Heikki Orsila,
+Khalil GHORBAL, Pavel Heimlich, Reuben Thomas, Samuel Thibault,
+Soh Kam Yung, and Stephane Chazelas
+
+cabs.3
+cacos.3
+cacosh.3
+carg.3
+casin.3
+casinh.3
+catan.3
+catanh.3
+ccos.3
+ccosh.3
+cexp.3
+cimag.3
+clog.3
+clog10.3
+conj.3
+cpow.3
+cproj.3
+creal.3
+csin.3
+csinh.3
+csqrt.3
+ctan.3
+ctanh.3
+exp10.3
+exp2.3
+fdim.3
+fenv.3
+fma.3
+fmax.3
+fmin.3
+log2.3
+lrint.3
+lround.3
+nan.3
+pow10.3
+remquo.3
+round.3
+scalbln.3
+sincos.3
+tgamma.3
+trunc.3
+    mtk
+        Added VERSIONS section noting that these functions first
+        appeared in glibc in version 2.1.
+
+cosh.3
+    mtk
+        BUGS: In glibc 2.3.4 and earlier, an FE_OVERFLOW exception is not
+        raised when an overflow occurs.
+
+fenv.3
+    mtk / Fabian Kreuz
+        Provide more detail in the description of rounding modes.
+        Add text describing FLT_ROUNDS (formerly in fma.3).
+        Add BUGS section pointing out the FLT_ROUNDS does not reflect
+        changes by fesetround().
+
+fma.3
+    mtk
+        Remove text about FLT_ROUNDS, replacing with a cross-reference
+        to fenv(3).
+
+fpclassify.3
+    mtk
+        CONFORMING TO: Note that the standards provide a weaker guarantee
+        for the return value of isinf().
+
+log.3
+    mtk
+        BUGS: In glibc 2.5 and earlier, log(nan("")) produces a bogus
+        FE_INVALID exception.
+
+lround.3
+    mtk
+        Add reference to fenv(3) for discussion of current rounding mode.
+
+nextafter.3
+    mtk
+        BUGS: In glibc 2.5 and earlier these functions do not raise an
+        FE_UNDERFLOW exception on underflow.
+
+pow.3
+    mtk
+        BUGS: described buggy NaN return when x is negative and y is large.
+        See also: http://sources.redhat.com/bugzilla/show_bug.cgi?id=3866.
+        BUGS: Note the bogus FE_INVALID exception that occurred in glibc
+        2.3.2 and earlier on overflow and underflow.
+
+remainder.3
+    mtk
+        Add reference to fenv(3) for discussion of current rounding mode.
+
+round.3
+    mtk
+        Add reference to fenv(3) for discussion of current rounding mode.
+
+scalb.3
+    mtk
+        CONFORMING TO: POSIX.1-2008 removes the specification of scalb().
+
+tgamma.3
+    mtk
+        BUGS: In glibc 2.3.3, tgamma(+-0) produced a domain error
+        instead of a pole error.
+
+y0.3
+    mtk
+        In glibc 2.3.2 and earlier, these functions do not raise an
+        FE_INVALID exception for a domain error.
+
+math_error.7
+    mtk
+        Rewrite introductory paragraph.
+        Point out that a NaN is commonly returned by functions that report
+        a domain error.
+
+
+==================== Changes in man-pages-3.08 ====================
+
+Released: 2008-08-27, Zurich
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Gerrit Renker <gerrit@erg.abdn.ac.uk>
+Li Zefan <lizf@cn.fujitsu.com>
+Mike Bianchi <MBianchi@foveal.com>
+Sam Varshavchik <mrsam@courier-mta.com>
+Venkatesh Srinivas <me@acm.jhu.edu>
+Vijay Kumar <vijaykumar@bravegnu.org>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+getnetent_r.3
+    mtk
+        Documents getnetent_r(), getnetbyname_r(),
+        and getnetbyaddr_r(), the reentrant equivalents of
+        getnetent(), getnetbyname(), and getnetbyaddr().
+
+getprotoent_r.3
+     mtk
+        Documents getprotoent_r(), getprotobyname_r(), and
+        getprotobynumber_r(), the reentrant equivalents of
+        getprotoent(), getprotobyname(), and getprotobynumber().
+
+getrpcent_r.3
+     mtk
+        Documents getrpcent_r(), getrpcbyname_r(), and
+        getrpcbynumber_r(), the reentrant equivalents of
+        getrpcent(), getrpcbyname(), and getrpcbynumber().
+
+getservent_r.3
+     mtk
+        Documents getservent_r(), getservbyname_r(), and
+        getservbyport_r(), the reentrant equivalents of
+        getservent(), getservbyname(), and getservbyport().
+
+numa.7
+    mtk
+        A new page giving overview details for the Linux NUMA interfaces.
+        Incorporates some material from mbind.2, and the description
+        of /proc/PID/numa_maps from proc.5.
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+crypt.3
+    mtk
+        Add description of crypt_r().
+
+
+New and changed links
+---------------------
+
+crypt.3
+    mtk
+        New link to crypt.3.
+
+getnetbyname_r.3
+getnetbyaddr_r.3
+    mtk
+        New links to new getnetent_r.3.
+
+getprotobyname_r.3
+getprotobynumber_r.3
+    mtk
+        New links to new getprotoent_r.3.
+
+getrpcbyname_r.3
+getrpcbynumber_r.3
+    mtk
+        New links to new getrpcent_r.3.
+
+getservbyname_r.3
+getservbyport_r.3
+    mtk
+        New links to new getservent_r.3.
+
+numa_maps.5
+    mtk
+        Link to new numa(7) page, which incorporates the
+        /proc/PID/numa_maps description.
+        As part of the numactl() package, the /proc/PID/numa_maps
+        documentation was in a numa_maps.5 page; this link
+        ensures that "man 5 numa_maps" still works.
+        (Eventually, we may want to remove this link.)
+
+
+Global changes
+--------------
+
+get_mempolicy.2
+mbind.2
+move_pages.2
+set_mempolicy.2
+    mtk
+        Add reference to numa(7) for information on library support.
+        Added  a VERSIONS section.
+        SEE ALSO: Add numa(7).
+
+faccessat.2
+fchmodat.2
+fchownat.2
+fstatat.2
+mkdirat.2
+mknodat.2
+linkat.2
+openat.2
+readlinkat.2
+renameat.2
+symlinkat.2
+unlinkat.2
+mkfifoat.3
+psignal.3
+strsignal.3
+    mtk
+        These interfaces are specified in POSIX.1-2008.
+
+
+Changes to individual pages
+---------------------------
+
+eventfd.2
+    Vijay Kumar
+        When an eventfd overflows, select() indicates the file as both
+        readable and writable (not as having an exceptional condition).
+
+fcntl.2
+    mtk
+        F_DUPFD_CLOEXEC is specified in POSIX.1-2008.
+
+getrlimit.2
+    mtk
+        NOTES: Add text mentioning the shell 'ulimit' (or 'limit')
+        built-in command for setting resource limits.
+
+gettimeofday.2
+    mtk
+        CONFORMING TO: POSIX.1-2008 marks gettimeofday() as obsolete.
+
+link.2
+    mtk
+        Note kernel version where Linux stopped following symbolic
+        links in 'oldpath'; see also http://lwn.net/Articles/294667.
+        POSIX.1-2008 makes it implementation-dependent whether or not
+        'oldpath' is dereferenced if it is a symbolic link.
+        Add a reference to linkat(2) for an interface that allows
+        precise control of the treatment of symbolic links.
+
+mbind.2
+    mtk
+        Remove material on library support and numactl; that material
+        is now in numactl.7.
+
+mmap.2
+    mtk
+        Add kernel version numbers for MAP_32BIT.
+        Add some details on MAP_32BIT (see http://lwn.net/Articles/294642).
+
+move_pages.2
+    mtk
+        Added VERSIONS (from kernel 2.6.18) and CONFORMING TO sections.
+
+open.2
+    mtk
+        O_CLOEXEC is specified in POSIX.1-2008.
+
+socket.2
+    mtk
+        s/d/domain/ for name of argument.
+        Add reference to socket(2) for further information on
+        domain, type, and protocol arguments.
+
+utimensat.2
+    mtk
+        CONFORMING TO: POSIX.1-2008 specifies utimensat() and futimens().
+
+dirfd.3
+    mtk
+        CONFORMING TO: Add POSIX.1-2008; other minor changes.
+
+exec.3
+    mtk
+        Small rewording: "s/returned/failed with/ [an error]".
+
+fmemopen.3
+    mtk
+        Since glibc 2.7, it is possible to seek past the end of
+        a stream created by open_memstream().  Add a BUGS section
+        describing the bug in earlier glibc versions.
+
+gethostbyname.3
+    mtk
+        Clarify exactly which functions are obsoleted by getnameinfo()
+        and getaddrinfo().
+
+getnetent.3
+    mtk
+        Rephrase description in terms of a database, rather than a file.
+        Note that each of the get*() functions opens a connection to
+        the database if necessary.
+        The database connection is held open between get*() calls if
+        'stayopen' is non-zero (not necessarily 1).
+        s/zero terminated list/NULL-terminated list/
+    mtk
+        In glibc 2.2, the type of the 'net' argument for getnetbyaddr()
+        changed from 'long' to 'uint32_t'.
+    mtk
+        Note that the gethostbyaddr() 'net' argument is in host byte order.
+    mtk
+        RETURN VALUE: emphasize that returned pointer points to a
+        statically allocated structure.
+        SEE ALSO: add getnetent_r.3.
+
+getprotoent.3
+    mtk
+        Rephrase description in terms of a database, rather than a file.
+        Note that each of the get*() functions opens a connection to
+        the database if necessary.
+        The database connection is held open between get*() calls if
+        'stayopen' is non-zero (not necessarily 1).
+        s/zero terminated list/NULL-terminated list/
+    mtk
+        RETURN VALUE: emphasize that returned pointer points to a
+        statically allocated structure.
+        SEE ALSO: add getprotoent_r.3.
+
+getrpcent.3
+    mtk
+        s/rpc/RPC/.
+        Rephrase description in terms of a database, rather than a file.
+        Note that each of the get*() functions opens a connection to
+        the database if necessary.
+        s/zero terminated list/NULL-terminated list/
+    mtk
+        RETURN VALUE: emphasize that returned pointer points to a
+        statically allocated structure.
+        SEE ALSO: add getrpcent_r.3.
+
+getservent.3
+    mtk
+        Rephrase description in terms of a database, rather than a file.
+        Note that each of the get*() functions opens a connection to
+        the database if necessary.
+        The database connection is held open between get*() calls if
+        'stayopen' is non-zero (not necessarily 1).
+        s/zero terminated list/NULL-terminated list/
+    mtk
+        RETURN VALUE: emphasize that returned pointer points to a
+        statically allocated structure.
+        SEE ALSO: add getservent_r.3.
+
+mkdtemp.3
+    mtk
+        CONFORMING TO: this function is specified in POSIX.1-2008.
+
+mq_notify.3
+    Venkatesh Srinivas
+        s/sigev_notify_function/sigev_thread_function/
+        as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494956.
+
+realpath.3
+    mtk
+        Relocate text for resolved_path==NULL case to DESCRIPTION.
+        POSIX.1-2001 leaves the resolved_path==NULL case as
+        implementation-defined; POSIX.1-2008 specifies the behavior
+        described in this man page.
+
+sem_init.3
+    mtk
+        POSIX.1-2008 rectifies the POSIX.1-2001 omission, specifying
+        that zero is returned by a successful sem_init() call.
+
+core.5
+    Mike Bianchi / mtk
+        Make the page more helpful to non-programmers by referencing
+        the documentation of the shell's 'ulimit' command in the
+        discussion of RLIMIT_CORE and RLIMIT_FSIZE.
+        SEE ALSO: Add bash(1).
+    mtk
+        Note that a core dump file can be used in a debugger.
+
+proc.5
+    mtk
+        Remove /proc/PID/numa_maps material (it is now in numa(7)).
+
+cpuset.7
+    mtk
+        SEE ALSO: Add numa(7).
+
+inotify.7
+    mtk / Li Zefan
+         Explain bug that occurred in coalescing identical events in
+         kernels before 2.6.25.
+         (See commit 1c17d18e3775485bf1e0ce79575eb637a94494a2
+         "A potential bug in inotify_user.c" in the 2.6.25 Changelog.)
+
+pthreads.7
+    mtk
+        Update thread-safe functions list with changes in POSIX.1-2008.
+        SEE ALSO: add proc(5).
+
+signal.7
+    mtk
+        Update list of async-signal-safe functions for POSIX.1-2008.
+
+
+==================== Changes in man-pages-3.09 ====================
+
+Released: 2008-09-10, Munich
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Bernd Eckenfels <be-mail2006@lina.inka.de>
+Bruno Haible <bruno@clisp.org>
+Carsten Emde <Carsten.Emde@osadl.org>
+Christopher Head <chead@telus.net>
+H. Peter Anvin <hpa@zytor.com>
+Jan Engelhardt <jengelh@medozas.de>
+Joe Korty <joe.korty@ccur.com>
+Marko Kreen <markokr@gmail.com>
+Martin (Joey) Schulze <joey@infodrom.org>
+Mats Wichmann <mats.d.wichmann@intel.com>
+Michael Schurter <michael@susens-schurter.com>
+Mike Bianchi <MBianchi@foveal.com>
+Mike Frysinger <vapier@gentoo.org>
+Sam Varshavchik <mrsam@courier-mta.com>
+Suka <sukadev@us.ibm.com>
+Timothy S. Nelson <wayland@wayland.id.au>
+Tolga Dalman <tdalman@project-psi.org>
+Török Edwin <edwintorok@gmail.com>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+fopencookie.3
+    mtk
+        Document fopencookie(3), a library function that allows
+        custom implementation of a stdio stream.
+
+networks.5
+    Martin (Joey) Schulze, with a few light edits by mtk
+        Documents the /etc/networks file.
+
+
+Global changes
+--------------
+
+Various pages
+    mtk
+        s/time zone/timezone/ for consistency across pages and
+        with POSIX.1.
+
+kill.2
+sigaction.2
+sigpending.2
+sigprocmask.2
+sigsuspend.2
+confstr.3
+ctermid.3
+ctime.3
+ferror.3
+flockfile.3
+fopen.3
+getaddrinfo.3
+getgrnam.3
+getnameinfo.3
+getopt.3
+getpwnam.3
+longjmp.3
+popen.3
+rand.3
+readdir.3
+setjmp.3
+sigsetops.3
+sigwait.3
+strtok.3
+tzset.3
+unlocked_stdio.3
+    mtk
+        Add/fix feature test macro requirements.
+
+
+Changes to individual pages
+---------------------------
+
+fcntl.2
+    mtk, after a note by Mike Bianchi
+        More clearly and consistently describe whether
+        or not the third argument to fcntl() is required,
+        and what its type should be.
+    mtk
+        Move description of negative l_len  from NOTES, integrating
+        it into the discussion of file locking.
+        Minor rewrites of the text on file locking.
+
+getrusage.2
+    Bernd Eckenfels
+        SEE ALSO: Add clock(3), clock_gettime(3).
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353475
+
+ioctl_list.2
+    mtk
+        Remove old sentence about where to send updates for this page.
+        Add more detail on mount options that prevent updates to atime.
+
+sched_setscheduler.2
+    Carsten Emde
+        Update kernel version numbers relating to real-time support.
+
+stat.2
+    H. Peter Anvin
+        Note that lstat() will generally not trigger automounter
+        action, whereas stat() will.
+
+clock.3
+    Bernd Eckenfels
+        SEE ALSO: Add clock_gettime(3).
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353475
+
+clock_getres.3
+    Tolga Dalman / mtk
+        Add "Link with -lrt" to SYNOPSIS; remove now redundant
+        sentence mentioning librt from NOTES.
+
+getdate.3
+    mtk
+        Rewrite description of getdate_r() and integrate into main text
+        (rather than describing in NOTES).
+        Other parts rewritten for greater clarity.
+        Make it clearer in the main text that glibc does not implement %Z;
+        remove discussion of that point from NOTES.
+        Added an example program.
+
+hsearch.3
+    mtk
+        Noted that table size as specified by 'nel' is immutable.
+        Described differences between hsearch() and hsearch_r().
+        Added missing pieces to RETURN VALUE.
+        Added a number of new entries under ERRORS.
+        NOTES: added some basic advice on sizing the hash table;
+        noted that when a table is destroyed, the caller is responsible
+        for freeing the buffers pointed to by 'key' and 'data' fields.
+        One of the BUGS was fixed in glibc 2.3.
+        Rewrote and clarified various other pieces.
+        Rename arguments for reentrant functions, using same name as
+        glibc headers: s/ret/retval/; s/tab/htab/.
+    mtk, after a suggestion by Timothy S. Nelson
+        Integrate discussion of reentrant functions into main discussion
+        (rather than as a short paragraph at the end).
+
+iconv.3
+    Bruno Haible
+        Describe "shift sequence" input.
+
+ptsname.3
+    sukadev
+        Fix return type of ptsname_r() in SYNOPSIS.
+
+readdir.3
+    H. Peter Anvin
+        s/stat(2)/lstat(2)/ when discussing d_type (since we
+        are talking about a case where we might be interested to
+        whether the file itself is a symbolic link).
+
+sigsetops.3
+    Chris Head, signed-off-by: Mike Frysinger
+        Fix typo: s/sigdelset/sigorset/
+
+proc.5
+    Mats Wichmann / mtk
+        s/\[number]/[pid]/ in file names for /proc/PID files.
+        And similar changes for task/[tid] sub-directories.
+    mtk / Mats Wichmann
+        In the description if /proc/[pid]/environ, remove reference to
+        lilo(8)/grub(8) since there seems to be nothing in those pages
+        that related to this /proc file.
+    Michael Schurter / mtk
+        Remove sentence wrongly saying that /proc/meminfo reports
+        info in bytes;
+        see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462969
+    mtk
+        Note that /proc/meminfo reports system-wide memory usage
+        statistics.
+    Joe Korty
+        Document new fields in /proc/interrupts that were added in
+        Linux 2.6.24.
+
+unix.7
+    Marko Kreen
+        Since glibc 2.8, _GNU_SOURCE must be defined in order to get
+        the definition of the ucred structure from <sys/socket.h>.
+
+
+==================== Changes in man-pages-3.10 ====================
+
+Released: 2008-09-23, Munich
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+André Goddard Rosa <andre.goddard@gmail.com>
+George Spelvin <linux@horizon.com>
+Pavel Heimlich <tropikhajma@seznam.cz>
+Sam Varshavchik <mrsam@courier-mta.com>
+John Reiser <jreiser@bitwagon.com>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+closedir.3
+dirfd.3
+readdir.3
+rewinddir.3
+scandir.3
+seekdir.3
+telldir.3
+    mtk
+        Fix 'dir' argument name: should be 'dirp'.
+        POSIX.1-2008 and glibc call this argument 'dirp' (consistent
+        with the fact that it is a *pointer* to a DIR structure).
+
+
+Changes to individual pages
+---------------------------
+
+clone.2
+    mtk, after a comment by John Reiser
+        Clarify text describing getpid() caching bug for clone() wrapper.
+        See also:
+        http://sourceware.org/bugzilla/show_bug.cgi?id=6910
+        https://bugzilla.redhat.com/show_bug.cgi?id=417521
+
+getpid.2
+    mtk, after a comment by John Reiser
+        Describe getpid()'s PID caching and its consequences.
+
+timerfd_create.2
+    Sam Varshavchik
+        s/it_interval/it_value/ when talking about TIMERFD_ABSTIME.
+
+closedir.3
+    George Spelvin
+        Clarify closedir()'s treatment of underlying file descriptor.
+
+tsearch.3
+    André Goddard Rosa
+        Fix memory leak in example program.
+        Add use of tdestroy to example program.
+    mtk
+        Add "#define _GNU_SOURCE" to example program.
+
+protocols.5
+    mtk, after a note from Pavel Heimlich
+        Remove SEE ALSO references to nonexistent Guides to Yellow Pages
+
+services.5
+    mtk
+        Remove some out-of-date bugs.
+    mtk, after a note from Pavel Heimlich
+        Remove SEE ALSO references to nonexistent Guides to Yellow Pages
+        and Bind/Hesiod docs.
+    mtk
+        Remove crufty text about use of comma instead of slash to separate
+        port and protocol.
+
+
+==================== Changes in man-pages-3.11 ====================
+
+Released: 2008-10-07, Munich
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+André Goddard Rosa <andre.goddard@gmail.com>
+Eugene V. Lyubimkin <jackyf.devel@gmail.com>
+Gergely Soos <sogerc1@gmail.com>
+Kirill A. Shutemov <kirill@shutemov.name>
+Marko Kreen <markokr@gmail.com>
+Maxin B. John <maxin.john@ap.sony.com>
+Maxin John <maxin.john@gmail.com>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Nicolas François <nicolas.francois@centraliens.net>
+Pavel Heimlich <tropikhajma@seznam.cz>
+Ricardo Catalinas Jiménez <jimenezrick@gmail.com>
+Sam Varshavchik <mrsam@courier-mta.com>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+umount.2
+    Michael Kerrisk
+        Create a new page for umount() and umount2() by extracting
+        existing material from mount.2 page.
+
+
+New and changed links
+---------------------
+
+umount2.2
+    Michael Kerrisk
+        Change link to point to new umount.2
+            The umount2() material migrated from mount.2 to umount.2
+
+
+Changes to individual pages
+---------------------------
+
+execve.2
+    Michael Kerrisk
+        _SC_ARG_MAX is no longer necessarily constant
+            POSIX.1-2001 says that the values returned by sysconf()
+            are constant for the life of the process.
+            But the fact that, since Linux 2.6.23, ARG_MAX is settable
+            via RLIMIT_STACK means _SC_ARG_MAX is no longer constant,
+            since it can change at each execve().
+    Michael Kerrisk
+        Linux now imposes a floor on the ARG_MAX limit
+            Starting with Linux 2.6.23, the ARG_MAX limit became
+           settable via (1/4 of) RLIMIT_STACK.  This broke ABI
+           compatibility if RLIMIT_STACK was set such that ARG_MAX
+           was < 32 pages.  Document the fact that since 2.6.25
+           Linux imposes a floor on ARG_MAX, so that the old limit
+           of 32 pages is guaranteed.
+
+            For some background on the changes to ARG_MAX in
+           kernels 2.6.23 and 2.6.25, see:
+                http://sourceware.org/bugzilla/show_bug.cgi?id=5786
+                http://bugzilla.kernel.org/show_bug.cgi?id=10095
+                http://thread.gmane.org/gmane.linux.kernel/646709/focus=648101,
+                checked into 2.6.25 as
+               commit a64e715fc74b1a7dcc5944f848acc38b2c4d4ee2.
+
+            Also some reordering/rewording of the discussion of ARG_MAX.
+
+fallocate.2
+    Michael Kerrisk
+        Note lack of glibc wrapper; caller must use syscall(2)
+            Glibc doesn't (and quite probably won't) include a
+           wrapper for this system call.  Therefore, point out that
+           potential callers will need to use syscall(2), and rewrite
+           the RETURN VALUE text to show things as they would be if
+           syscall() is used.
+
+    Michael Kerrisk
+        Refer reader to posix_fallocate(3) for portable interface
+            Add a para to start of page that points out that this is the
+            low-level, Linux-specific API, and point the reader to
+           posix_fallocate(3) for the portable API.
+
+getdents.2
+readdir.3
+    Michael Kerrisk
+        d_type is currently only supported on ext[234]
+            As at kernel 2.6.27, only ext[234] support d_type.
+            On other file systems, d_type is always set to DT_UNKNOWN (0).
+
+getdents.2
+    Michael Kerrisk
+        Add an example program
+    Michael Kerrisk
+        comment out linux_dirent fields with varying location
+            The location of the fields after d_name varies according to
+            the size of d_name.  We can't properly declare them in C;
+            therefore, put those fields inside a comment.
+    Michael Kerrisk
+        The DT_* constants are defined in <dirent.h>
+    Michael Kerrisk
+        Remove header files from SYNOPSIS
+            None of the header files provides what is needed.
+            Calls are made via syscall(2).
+    Michael Kerrisk
+        The programmer must define the linux_dirent structure
+            Point out that this structure is not defined in glibc headers.
+    Michael Kerrisk
+        s/dirent/linux_dirent/
+            The structure isn't currently defined in glibc headers,
+           and the kernel name of the structure is 'linux_dirent' (as
+            was already used in some, but not all, places in this page).
+
+getrlimit.2
+    Michael Kerrisk
+        Reword/relocate discussion of BSD's historical RLIMIT_OFILE
+            The old sentence sat on its own in an odd place, and anyway the
+            modern BSDs use the name RLIMIT_NOFILE.
+    Michael Kerrisk
+        Refer to execve(2) for RLIMIT_STACK's effect on ARG_MAX
+            Refer the reader to new text in execve(2) that describes how
+            (since Linux 2.6.23) RLIMIT_STACK determines the value of ARG_MAX.
+
+getrusage.2
+    Michael Kerrisk
+        Rusage measures are preserved across execve(2)
+
+mlock.2
+    Maxin John
+        Add EAGAIN error.
+
+move_pages.2
+    Nicolas François
+        Make a detail of EPERM error more precise
+
+mount.2
+    Michael Kerrisk
+        Add description of per-process namespaces
+            Describe per-process namespaces, including discussion
+            of clone() and unshare CLONE_NEWNS, and /proc/PID/mounts.
+    Michael Kerrisk
+        List a few other file systems that we may see in /proc/filesystems
+            Add some modern file systems to that list (xfs, jfs, ext3,
+            reiserfs).
+    Michael Kerrisk
+        Document MS_SILENT (and MS_VERBOSE)
+
+mount.2
+umount.2
+    Michael Kerrisk
+        Split umount*() out into a separate page
+            The length of this page means that it's becoming difficult
+           to parse which info is specific to mount() versus
+           umount()/umount2(), so split the umount material out into
+           its own page.
+
+pause.2
+    Michael Kerrisk
+        Remove mention of words "library function"
+            This really is a system call.
+
+readdir.2
+    Michael Kerrisk
+        The programmer must declare the old_linux_dirent structure
+            Glibc does not provide a definition of this structure.
+    Michael Kerrisk
+        s/dirent/old_linux_dirent/
+            Nowadays, this is the name of the structure in the
+           kernel sources.
+    Michael Kerrisk
+        Remove words "which may change"
+            These words are slightly bogus: although the interface
+           is obsolete, for ABI-compatibility reasons, the kernel folk
+           should never be changing this interface.
+    Michael Kerrisk
+        Remove header files from SYNOPSIS
+            glibc doesn't provide any support for readdir(2),
+            so remove these header files (which otherwise suggest
+            that glibc does provide the required pieces).
+
+recv.2
+    Nicolas François
+        Move kernel version number to first mention to MSG_ERRQUEUE.
+
+semop.2
+    Kirill A. Shutemov
+        Fix typo in example
+            (The '&' before sop in the semop() call is unneeded.)
+
+send.2
+    Michael Kerrisk
+        Make kernel version for MSG_CONFIRM more precise
+            s/2.3+ only/Since Linux 2.3.15/
+
+sigaction.2
+    Michael Kerrisk
+        Refer reader to signal(7) for an overview of signals
+        Explain semantics of signal disposition during fork() and execve()
+        Refer to signal(7) for more details on signal mask.
+
+sigaltstack.2
+    Michael Kerrisk
+        Explain inheritance of alternate signal stack across fork(2)
+
+sigwaitinfo.2
+    Michael Kerrisk
+        Distinguish per-thread and process-wide signals
+            A sentence clarifying that pending signal set is union of
+            per-thread and process-wide pending signal sets.
+
+    Michael Kerrisk
+        These interfaces have per-thread semantics
+            The page was previously fuzzy about whether the these interfaces
+            have process-wide or per-thread semantics.  (E.g., now the
+            page states that the calling *thread* (not process) is suspended
+            until the signal is delivered.)
+
+sigpending.2
+    Michael Kerrisk
+        Explain effect of fork() and execve() for pending signal set
+    Michael Kerrisk
+        Explain how thread's pending signal set is defined
+            The pending set is the union of per-thread pending signals
+           and process-wide pending signals.
+
+sigprocmask.2
+    Michael Kerrisk
+        Explain effects of fork() and execve() for signal mask
+
+splice.2
+    Michael Kerrisk
+        Note that SPLICE_F_MOVE is a no-op since kernel 2.6.21
+
+syscall.2
+    Michael Kerrisk
+        Add more detail about wrapper functions
+            Add a few more details about work generally done by wrapper
+            functions.  Note that syscall(2) performs the same steps.
+
+tkill.2
+    Michael Kerrisk
+        EINVAL error can also occur for invalid TGID
+            The EINVAL error on an invalid TGID for tgkill() was
+            not documented; this change documents it.
+
+utimensat.2
+    Michael Kerrisk
+        POSIX.1-2008 revision will likely affect FTMs for futimens()
+            Make it clear that the POSIX.1 revision that is likely
+            to affect the feature test macro requirements for futimens()
+            is POSIX.1-2008.
+    Nicolas François
+        Make various wordings a little more precise.
+            The times argument point to *an array of* structures, and the
+            man-page should say that consistently.
+
+wait4.2
+    Michael Kerrisk
+        wait3() is a library function layered on wait4().
+            On Linux wait3() is a library function implemented on top
+            of wait4().  (Knowing this is useful when using strace(2),
+            for example.)
+
+atan2.3
+    Nicolas François
+        Fix error in description of range or return value
+            In recent changes to the man page, mtk accidentally changed
+            the description of the return value range to -pi/2..pi/2;
+            the correct range is -pi..pi.
+
+cmsg.3
+    Nicolas François
+        Add parentheses after macro names.
+
+ctime.3
+    Michael Kerrisk
+        Clarify mktime()'s use of tm_isdst
+            Describe use of tm_isdst for input to mktime();
+            explain how mktime() modifies this field.
+            (This field is left unchanged in case of error.)
+
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500178
+    Michael Kerrisk
+        Clarify wording for ctime_r() and asctime_r() to indicate that
+        the buffer must be at least 26 *bytes*.
+    Michael Kerrisk
+        Minor rewording of mktime() description.
+
+floor.3
+    Nicolas François
+        floor.3: Fix error in description: s/smallest/largest/
+
+hsearch.3
+    André Goddard Rosa
+        Call hdestroy() after using hash table created by hcreate(),
+       for the sake of completeness
+
+mq_getattr.3
+    Michael Kerrisk
+        mq_getattr() and mq_setattr() are layered on mq_getsetattr(2)
+            mq_getattr() and mq_setattr() are library functions layered on
+            top of the mq_getsetattr(2) system call.
+            (This is useful info for users of strace(1).)
+
+mq_receive.3
+    Michael Kerrisk
+        mq_send() is a library function layered on mq_timedreceive() syscall
+             This info is useful for users of strace(1).
+
+mq_send.3
+    Michael Kerrisk
+        mq_send() is a library function layered on mq_timedsend() syscall
+             This info is useful for users of strace(1).
+
+nextafter.3
+    Nicolas François
+        Make description more precise: s/next/largest/
+
+readdir.3
+    Michael Kerrisk
+        SEE ALSO: add getdents(2)
+             Because readdir() is implemented on top of getdents(2).
+
+realpath.3
+    Michael Kerrisk
+        Clarify that returned pathname is NULL terminated
+            Also clarify that null-byte is included in PATH_MAX limit.
+
+proc.5
+    Michael Kerrisk
+        Rewrite and simplify description of /proc/mounts
+            Most of the relevant discussion is now under /proc/PID/mounts;
+            all that needs to be here is a mention of the pre-2.4.19
+            system-wide namespace situation, and a reference to the
+            discussion under /proc/PID/mounts.
+    Michael Kerrisk
+        Add description of /proc/PID/mounts
+            Largely cribbed from existing /proc/mounts discussion, which is
+            about to be rewritten.
+
+mq_overview.7
+    Michael Kerrisk
+        Add mq_notify() to list of lib. functions and syscalls in MQ API
+
+signal.7
+    Michael Kerrisk
+        Improve description in NAME section
+        Add mention of sigaltstack(2).
+        Describe syscalls that synchronously wait for a signal,
+        Give overview of syscalls that block until a signal is caught
+        Add overview of interfaces for sending signals.
+
+    Michael Kerrisk
+        Describe semantics w.r.t. fork() and execve()
+            Include text describing semantics of fork() and execve() for
+            signal dispositions, signal mask, and pending signal set.
+
+
+==================== Changes in man-pages-3.12 ====================
+
+Released: 2008-10-29, Bucaramanga
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Bert Wesarg <bert.wesarg@googlemail.com>
+Christian Grigis <glove@earthling.net>
+Christoph Hellwig <hch@infradead.org>
+Didier <did447@gmail.com>
+Halesh S <halesh.s@india.com>
+J.H.M. Dassen (Ray) <fsmla@xinara.org>
+Jason Spiro <jasonspiro4@gmail.com>
+Lefteris Dimitroulakis <edimitro@tee.gr>
+Michael B. Trausch <mike@trausch.us>
+Pierre Cazenave <pwc101@noc.soton.ac.uk>
+Stefan Puiu <stefan.puiu@gmail.com>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+pthread_attr_init.3
+    Michael Kerrisk
+        New page for pthread_attr_init(3) and pthread_attr_destroy(3)
+
+pthread_attr_setdetachstate.3
+    Michael Kerrisk
+        New page for pthread_attr_setdetachstate(3) and
+        pthread_attr_getdetachstate(3)
+
+pthread_attr_setguardsize.3
+    Michael Kerrisk
+        New page for pthread_attr_setguardsize(3) and
+        pthread_attr_getguardsize(3)
+
+pthread_attr_setscope.3
+    Michael Kerrisk
+        New page for pthread_attr_setscope(3) and pthread_attr_getscope(3)
+
+pthread_attr_setstack.3
+    Michael Kerrisk
+        New page for pthread_attr_setstack(3) and pthread_attr_getstack(3)
+
+pthread_attr_setstackaddr.3
+    Michael Kerrisk
+        New page for pthread_attr_setstackaddr(3) and
+        pthread_attr_getstackaddr(3)
+
+pthread_attr_setstacksize.3
+    Michael Kerrisk
+        New page for pthread_attr_setstacksize(3) and
+        pthread_attr_getstacksize(3)
+
+pthread_create.3
+    Michael Kerrisk
+        New page describing pthread_create(3)
+
+pthread_detach.3
+    Michael Kerrisk
+        New page for pthread_detach(3)
+
+pthread_equal.3
+    Michael Kerrisk
+        New page for pthread_equal(3)
+
+pthread_exit.3
+    Michael Kerrisk
+        New page describing pthread_exit(3)
+
+pthread_getattr_np.3
+    Michael Kerrisk
+        New page for pthread_getattr_np(3)
+
+pthread_join.3
+    Michael Kerrisk
+        New page for pthread_join(3)
+
+pthread_self.3
+    Michael Kerrisk
+        New page for pthread_self(3)
+
+pthread_tryjoin_np.3
+    Michael Kerrisk
+        New page for pthread_tryjoin_np(3) and pthread_timedjoin_np(3)
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+dup.2
+    Michael Kerrisk
+        Add description of dup3()
+            dup3() was added in kernel 2.6.27.
+
+epoll_create.2
+    Michael Kerrisk
+        Add description of new epoll_create1()
+            The new epoll_create1() system call appeared in Linux 2.6.27.
+
+eventfd.2
+    Michael Kerrisk
+        Describe eventfd2() and EFD_NONBLOCK and EFD_CLOEXEC
+            Linux 2.6.27 added eventfd(), which supports a flags argument
+            that eventfd() did not provide.  The flags so far implemented
+            are EFD_NONBLOCK and EFD_CLOEXEC,
+
+inotify_init.2
+    Michael Kerrisk
+        Add description of inotify_init1()
+            The inotify_init1() system call was added in Linux 2.6.27.
+
+pipe.2
+    Michael Kerrisk
+        Add description of new pipe2() syscall
+            pipe2() was added in 2.6.27.  Describe the O_NONBLOCK and
+            O_CLOEXEC flags.
+
+signalfd.2
+    Michael Kerrisk
+        Describe signalfd4() and SFD_NONBLOCK and SFD_CLOEXEC
+            Linux 2.6.27 added signalfd4(), which supports a flags argument
+            that signalfd() did not provide.  The flags so far implemented
+            are SFD_NONBLOCK and SFD_CLOEXEC.
+
+
+New and changed links
+---------------------
+
+dup3.2
+    Michael Kerrisk
+        New link to dup.2
+            dup.2 now contains the description of the new dup3() syscall.
+
+epoll_create1.2
+    Michael Kerrisk
+        New link to epoll_create.2
+            epoll_create.2 now includes a description of the new
+            epoll_create1() system call.
+
+eventfd2.2
+    Michael Kerrisk
+        New link to eventfd.2
+            The eventfd.2 page has some details on the eventfd2() system call,
+            which was new in Linux 2.6.27.
+
+inotify_init1.2
+    Michael Kerrisk
+        New link to inotify_init.2
+            inotify_init.2 now includes a description of the new
+            inotify_init1() system call.
+
+pipe2.2
+    Michael Kerrisk
+        New link to pipe.2
+            pipe(2) now contains a description of the new pipe2() syscall.
+
+pthread_attr_destroy.3
+    Michael Kerrisk
+        New link to new pthread_attr_init.3
+
+pthread_attr_getdetachstate.3
+    Michael Kerrisk
+        New link to new pthread_attr_setdetachstate.3
+
+pthread_attr_getguardsize.3
+    Michael Kerrisk
+        New link to new pthread_attr_setguardsize.3
+
+pthread_attr_getscope.3
+    Michael Kerrisk
+        New link to new pthread_attr_setscope.3
+
+pthread_attr_getstack.3
+    Michael Kerrisk
+        New link to new pthread_attr_setstack.3
+
+pthread_attr_getstackaddr.3
+    Michael Kerrisk
+        New link to new pthread_attr_setstackaddr.3
+
+pthread_attr_getstacksize.3
+    Michael Kerrisk
+        New link to new pthread_attr_setstacksize.3
+
+pthread_timedjoin_np.3
+    Michael Kerrisk
+        New link to new pthread_tryjoin_np.3
+
+signalfd4.2
+    Michael Kerrisk
+        New link to signalfd.2
+            signalfd.2 now includes text describing signalfd4() system call,
+            new in Linux 2.6.27.
+
+
+Global changes
+--------------
+
+eventfd.2, getdents.2, mprotect.2, signalfd.2, timerfd_create.2,
+wait.2, backtrace.3, clock_getcpuclockid.3, end.3, fmemopen.3,
+fopencookie.3, getdate.3, getgrouplist.3, getprotoent_r.3,
+getservent_r.3, gnu_get_libc_version.3, inet.3, inet_pton.3,
+makecontext.3, matherr.3, offsetof.3, pthread_attr_init.3,
+pthread_create.3, pthread_getattr_np.3, sem_wait.3, strtol.3, core.5
+    Michael Kerrisk
+        Add ".SS Program source" to EXAMPLE
+            Add ".SS Program source" to clearly distinguish shell session and
+            descriptive text from actual program code.
+
+eventfd.2, execve.2, getdents.2, ioprio_set.2, mprotect.2,
+signalfd.2, timerfd_create.2, wait.2, backtrace.3,
+clock_getcpuclockid.3, end.3, fmemopen.3, fopencookie.3, frexp.3,
+getdate.3, getgrouplist.3, getprotoent_r.3, getservent_r.3,
+gnu_get_libc_version.3, inet.3, inet_pton.3, makecontext.3,
+malloc.3, matherr.3, offsetof.3, pthread_attr_init.3,
+pthread_create.3, pthread_getattr_np.3, sem_wait.3, strftime.3,
+strtok.3, strtol.3, core.5, proc.5, cpuset.7, mq_overview.7
+    Michael Kerrisk
+        Format user input in shell sessions in boldface
+
+frexp.3, strftime.3, strtok.3
+    Michael Kerrisk
+        Relocate shell session above example program
+            Move the shell session text that demonstrates the use of
+            the example program so that it precedes the actual
+            example program.  This makes the page consistent with the
+            majority of other pages.
+
+
+Changes to individual pages
+---------------------------
+
+epoll_create.2
+    Michael Kerrisk
+        Say more about unused epoll_create() 'size' arg
+            Supply a little more explanation about why the 'size' argument
+            of epoll_create() is nowadays ignored.
+
+eventfd.2
+    Michael Kerrisk
+        Remove crufty text relating to flags argument
+            Remove sentence saying that glibc adds a flags argument
+            to the syscall; that was only relevant for the older
+            eventfd() system call.
+getdents.2
+    Christoph Hellwig
+        Fix text relating to DT_UNKNOWN and 'd_type' support
+            Some file systems provide partial support for 'dt_type',
+            returning DT_UNKNOWN for cases they don't support.
+            Update the discussion of 'd_type' and DT_UNKNOWN to
+            support this.
+
+getpeername.2, getsockname.2
+    Michael Kerrisk
+        SEE ALSO: add ip(7) and unix(7)
+
+getsockopt.2
+    Michael Kerrisk
+        EINVAL can also occur if 'optval' is invalid
+            In some cases, EINVAL can occur if 'optval' is invalid.
+            Note this, and point reader to an example in ip(7).
+            In response to:
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=216092
+
+inotify_init.2
+pipe.2
+timerfd_create.2
+    Michael Kerrisk
+        Clarify *_NONBLOCK description
+            Make it clear that the NONBLOCK flag sets an attribute in the new
+            open file description.
+
+sched_yield.2
+    Michael Kerrisk
+        Rewrite description in terms of threads
+            The text formerly described the operation of sched_yield() in
+            terms of processes.  It should be in terms of threads.
+    Michael Kerrisk
+        Add NOTES text on appropriate use of sched_yield()
+            Strategic calls to sched_yield() can be used to improve
+            performance, but unnecessary use should be avoided.
+
+sigaction.2
+    Michael Kerrisk
+        Clarify that sa_mask affects the *per-thread* signal mask
+            The page didn't previously clearly explain the scope of the
+            signal mask that is affected by sa_mask.
+
+signalfd.2
+    Michael Kerrisk
+        Remove crufty text relating to flags argument
+            Remove sentence saying that glibc adds a flags argument
+            to the syscall; that was only relevant for the older
+            signalfd() system call.
+
+sigprocmask.2
+    Michael Kerrisk
+        Clarify that sigprocmask() operates on a per-thread mask
+            The first sentence of the page was vague on the scope of the
+            attribute changed by sigprocmask().  Reword to make this
+            clearer and add a sentence in NOTES to explicitly state that
+            the signal mask is a per-thread attribute.
+
+socket.2
+    Michael Kerrisk
+        Document SOCK_NONBLOCK and SOCK_CLOEXEC flags
+            These flags, specified in the 'type' argument, are supported
+            since Linux 2.6.27.
+
+socketpair.2
+    Michael Kerrisk
+        Refer to socket(2) for SOCK_CLOEXEC and SOCK_NONBLOCK
+            Refer the reader to socket(2) for a description of the SOCK_CLOEXEC
+            and SOCK_NONBLOCK flags, which are supported by socketpair() since
+            Linux 2.6.27.
+
+syscalls.2
+    Michael Kerrisk
+        Add new 2.6.27 system calls
+            Add pipe2(), dup3(), epoll_create1(), inotify_init1(),
+            eventfd2(), signalfd4().
+
+timerfd_create.2
+    Michael Kerrisk
+        Document timerfd_create() TFD_CLOEXEC and TFD_NONBLOCK
+            TFD_CLOEXEC and TFD_NONBLOCK are supported since LInux 2.6.27.
+
+vfork.2
+    Michael Kerrisk
+        Clarify meaning of "child releases the parent's memory"
+            The man page was not explicit about how the memory used by
+            the child is released back to the parent.
+
+ctime.3
+    Michael Kerrisk
+        ctime_r() and localtime_r() need not set 'timezone' and 'daylight'
+            The man page already noted that these functions need not set
+            'tzname', but things could be clearer: it tzset() is not called,
+            then the other two variables also are not set.
+
+            Also, clarify that ctime() does set 'timezone' and 'daylight'.
+
+dlopen.3
+    Michael Kerrisk
+        LD_LIBRARY_PATH is inspected once, at program start-up
+            Make it clear that LD_LIBRARY_PATH is inspected *once*, at
+            program start-up.  (Verified from source and by experiment.)
+
+fmemopen.3
+    Michael Kerrisk
+        Document binary mode (mode 'b')
+            Glibc 2.9 adds support to fmemopen() for binary mode opens.
+            Binary mode is specified by inclusion of the letter 'b' in
+            the 'mode' argument.
+
+getaddrinfo.3
+    Michael Kerrisk
+        Clarify error descriptions with some examples
+            Clarify the description of some errors by giving examples
+            that produce the errors.  (Text added for EAI_SERVICE and
+            EAI_SOCKTYPE.)
+
+            Also, add an error case for EAI_BADFLAGS.
+
+gethostbyname.3
+    Michael Kerrisk
+        Rationalize text on POSIX.1-2001 obsolete interfaces
+            POSIX.1 marks gethostbyname(), gethostbyaddr(), and 'h_errno'
+            as obsolete.  The man page explained this, but with some
+            duplication.  Remove the duplication, and otherwise tidy up
+            discussion of this point.
+
+popen.3
+    Michael Kerrisk
+        Change one-line description in NAME
+            s%process I/O%pipe stream to or from a process%
+    Michael Kerrisk
+        Document 'e' (close-on-exec) flag
+            glibc 2.9 implements the 'e' flag in 'type', which sets the
+            close-on-exec flag on the underlying file descriptor.
+
+raise.3
+    Michael Kerrisk
+        SEE ALSO: add pthread_kill(3)
+
+readdir.3
+    Christoph Hellwig
+        Fix text relating to DT_UNKNOWN and 'd_type' support
+            (This mirrors the previous change to getdents.2)
+            Some file systems provide partial support for 'dt_type',
+            returning DT_UNKNOWN for cases they don't support.
+            Update the discussion of 'd_type' and DT_UNKNOWN to
+            support this.
+
+strcpy.3
+    Jason Spiro
+        Strengthen warning about checking against buffer overruns
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413940
+
+tty_ioctl.4
+    Michael Kerrisk
+        Explain capability requirements for TIOCCONS
+            Explain capability requirements for TIOCCONS, and describe
+            changes in 2.6.10 relating to capabilities.
+    Michael Kerrisk
+        Explain capability requirements for various ioctls
+            For TIOCSLCKTRMIOS, TIOCSCTTY, TIOCEXCL, explain the exact
+            capability that is required (the text formerly just said "root"
+            in each case).
+
+proc.5
+    Michael Kerrisk
+        Document /proc/sys/kernel/threads-max
+            Defines the system-wide limit on the number of threads (tasks).
+
+utmp.5
+    Pierre Cazenave
+        It is just "other" who should not have write perms on utmp
+            The page was vague before, saying that utmp should not be
+            writable by any user.  This isn't true: it can be, and
+            typically is, writable by user and group.
+
+epoll.7
+    Michael Kerrisk
+        Mention epoll_create1() as part of epoll API
+            epoll_create1() was added in Linux 2.6.27, and extends the
+            functionality of epoll_create().
+
+inotify.7
+    Michael Kerrisk
+        Mention inotify_init1() in overview of API
+            Discuss the new inotify_init1() system call in the overview of
+            the inotify API.
+
+ip.7
+    Michael Kerrisk
+        Detail EINVAL error for IP_ADD_MEMBERSHIP socket option
+            In response to:
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=216092
+
+iso_8859-7.7
+    Lefteris Dimitroulakis
+        Add Drachma, Euro, and Greek Ypogegrammeni
+            Also, amend description of characters 0241 and 0242.
+
+man-pages.7
+    Michael Kerrisk
+        Example shell sessions should have user input boldfaced
+
+pthreads.7
+    Michael Kerrisk
+        Describe return value from pthreads functions
+            Describe the usual success (0) and failure (non-zero) returns,
+            and note that POSIX.1-2001 specifies that pthreads functions
+            can never fail with the error EINTR.
+
+signal.7
+    Michael Kerrisk
+        Timeouts make socket interfaces non-restartable
+            If setsockopt() is used to set a timeout on a socket(),
+            then the various socket interfaces are not automatically
+            restarted, even if SA_RESTART is specified when
+            establishing the signal handler.  Analogous behavior occurs
+            for the "stop signals" case.
+
+socket.7
+    Michael Kerrisk
+        SEE ALSO: add unix(7)
+
+ld.so.8
+    Michael Kerrisk
+        Document LD_USE_LOAD_BIAS
+            Drawing heavily on Jakub Jelinek's description in
+            http://sources.redhat.com/ml/libc-hacker/2003-11/msg00127.html
+            (Subject: [PATCH] Support LD_USE_LOAD_BIAS)
+        --inhibit-rpath is ignored for setuid/setgid ld.so
+            The --inhibit-rpath option is ignored if ld.so is setuid/setgid
+            (not if the executable is setuid/setgid).
+    Michael Kerrisk
+        Since glibc 2.4, setuid/setgid programs ignore LD_ORIGIN_PATH
+    Michael Kerrisk
+        Fix description of LD_PROFILE and LD_PROFILE_OUTPUT
+            Clarify that LD_PROFILE is pathname or a soname,
+            and identify name of profiling output file.
+            Fix description of LD_PROFILE_OUTPUT, which wasn't even close to
+            the truth.  (But why did it remain unfixed for so many years?)
+    Michael Kerrisk
+        Since glibc 2.3.4, setuid/setgid programs ignore LD_DYNAMIC_WEAK
+    Michael Kerrisk
+        Since version 2.3.5, setuid/setgid programs ignore LD_SHOW_AUXV
+    Michael Kerrisk
+        Reorder lists of LD_* environment variables alphabetically
+    Michael Kerrisk
+        Since glibc 2.3.4, setuid/setgid programs ignore LD_DEBUG
+
+
+==================== Changes in man-pages-3.13 ====================
+
+Released: 2008-11-07, Bucaramanga
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Bert Wesarg <bert.wesarg@googlemail.com>
+Karsten Weiss <knweiss@gmail.com>
+Lefteris Dimitroulakis <edimitro@tee.gr>
+Olaf van der Spek <olafvdspek@gmail.com>
+Sam Varshavchik <mrsam@courier-mta.com>
+Török Edwin <edwintorok@gmail.com>
+Ulrich Mueller <ulm@gentoo.org>
+Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+pthread_attr_setaffinity_np.3
+    Michael Kerrisk
+        New page for pthread_attr_setaffinity_np(3) and
+        pthread_attr_getaffinity_np(3)
+
+pthread_attr_setschedparam.3
+    Michael Kerrisk
+        New page for pthread_attr_setschedparam(3) and
+        pthread_attr_getschedparam(3)
+
+pthread_attr_setschedpolicy.3
+    Michael Kerrisk
+        New page for pthread_attr_setschedpolicy(3) and
+        pthread_attr_getschedpolicy(3)
+
+pthread_setaffinity_np.3
+    Michael Kerrisk
+        New page for pthread_setaffinity_np(3) and pthread_getaffinity_np(3)
+
+pthread_setschedparam.3
+    Michael Kerrisk
+        New page for pthread_setschedparam(3) and pthread_getschedparam(3)
+
+pthread_setschedprio.3
+    Michael Kerrisk
+        New page for pthread_setschedprio(3)
+
+
+New and changed links
+---------------------
+
+pthread_attr_getaffinity_np.3
+    Michael Kerrisk
+        New link to new pthread_attr_setaffinity_np.3
+
+pthread_attr_getschedparam.3
+    Michael Kerrisk
+        New link to new pthread_attr_setschedparam.3
+
+pthread_attr_getschedpolicy.3
+    Michael Kerrisk
+        New link to new pthread_attr_setschedpolicy.3
+
+pthread_getaffinity_np.3
+    Michael Kerrisk
+        New link to new pthread_setaffinity_np.3
+
+pthread_getschedparam.3
+    Michael Kerrisk
+        New link to new pthread_setschedparam.3
+
+
+Global changes
+--------------
+
+pthread_attr_setaffinity_np.3
+pthread_getattr_np.3
+pthread_setaffinity_np.3
+pthread_tryjoin_np.3
+    Michael Kerrisk
+        Explain _np suffix
+            Add text to CONFORMING TO explaining that the "_np"
+            suffix is because these functions are non-portable.
+
+
+Changes to individual pages
+---------------------------
+
+sched_setaffinity.2
+    Michael Kerrisk
+        SEE ALSO: add sched_getcpu(3)
+
+sched_setaffinity.2
+    Michael Kerrisk
+        SEE ALSO: Add pthread_setaffinity_np(3)
+
+sched_setaffinity.2
+    Michael Kerrisk
+        Clarify EINVAL error for cpusetsize < kernel mask size
+            For sched_setaffinity(), the EINVAL error that occurs
+            if 'cpusetsize' is smaller than the kernel CPU set size only
+            occurs with kernels before 2.6.9.
+
+vfork.2
+    Michael Kerrisk
+        Child holds parent's memory until execve() or *termination*
+            The page was phrased in a few places to describe the child as
+            holding the parent's memory until the child does an execve(2)
+            or an _exit(2).  The latter case should really be the more
+            general process termination (i.e., either _exit(2) or abnormal
+            termination).
+
+clock_getres.3
+    Michael Kerrisk
+        CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID not setabble
+            According to POSIX.1-2001, the CLOCK_PROCESS_CPUTIME_ID and
+            CLOCK_THREAD_CPUTIME_ID clocks should be settable, but
+            currently they are not.
+
+pthread_attr_setstacksize.3
+    Michael Kerrisk, after a report by Karsten Weiss
+        EINVAL occurs on some systems if stacksize != page-size
+            On MacOS X at least, pthread_attr_setstacksize(3) can fail
+            with EINVAL if 'stacksize' is not a multiple of the system
+            page size.  Best to mention this so as to aid people writing
+            portable programs.
+
+pthread_create.3
+    Karsten Weiss
+        Fix bug in EXAMPLE program
+            The calloc() line should read like this instead:
+
+                tinfo = calloc(num_threads, sizeof(struct thread_info));
+
+pthread_exit.3
+    Michael Kerrisk
+        BUGS: thread group with a dead leader and stop signals
+            Document the bug that can occur when a stop signal
+            is sent to a thread group whose leader has terminated.
+            http://thread.gmane.org/gmane.linux.kernel/611611
+            http://marc.info/?l=linux-kernel&m=122525468300823&w=2
+
+resolver.3
+    Michael Kerrisk
+        Fix prototype of dn_expand()
+            The 4th argument is "char *", not "unsigned char *".
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504708
+
+epoll.7
+    Michael Kerrisk
+        Fix error handling after accept() in example code
+            Simply continuing after an error is in most cases wrong,
+            and can lead to infinite loops (e.g., for EMFILE).
+            So handle an error by terminating.
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504202
+
+epoll.7
+    Michael Kerrisk
+        Add error handling for epoll_wait() call in example code
+
+epoll.7
+    Michael Kerrisk
+        Improve example code
+            Fill in some gaps in example code (variable declarations,
+            adding listening socket to epoll set).
+            Give variables more meaningful names.
+            Other minor changes.
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504202
+
+iso_8859-7.7
+    Lefteris Dimitroulakis
+        Add characters for Drachma and Greek Ypogegrammeni
+            Lines for these two characters were added in the previous patch,
+            but the actual characters were not included in the 4th column
+            of the table.  This fixes that.
+
+pthreads.7
+    Michael Kerrisk
+        Add a section describing thread IDs
+            In particular, note that in each pthreads function that takes
+            a thread ID argument, that ID by definition refers to a thread
+            in the same process as the caller.
+
+
+==================== Changes in man-pages-3.14 ====================
+
+Released: 2008-11-25, Bucaramanga
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Andreas Henriksson <andreas@fatal.se>
+Bert Wesarg <bert.wesarg@googlemail.com>
+Cedric Le Goater <clg@fr.ibm.com>
+Chris Heath <chris@heathens.co.nz>
+Eric Biederman <ebiederm@xmission.com>
+Eugen Dedu <Eugen.Dedu@pu-pm.univ-fcomte.fr>
+Ivana Varekova <varekova@redhat.com>
+Jen Axboe <jens.axboe@oracle.com>
+Jens Axboe <jens.axboe@oracle.com>
+Loïc Domaigne <tech@domaigne.com>
+Masanari Iida <masanari.iida@hp.com>
+Paul Evans <leonerd@leonerd.org.uk>
+Pavel Emelyanov <xemul@openvz.org>
+Pierre-Paul Paquin <pierrepaulpaquin@gmail.com>
+Serge E. Hallyn <serge@hallyn.com>
+Stefano Teso <teso@disi.unitn.it>
+Stew Benedict <stewb@linux-foundation.org>
+Vegard Nossum <vegard.nossum@gmail.com>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+CPU_SET.3
+    Michael Kerrisk
+        New page documenting CPU_* macros
+            This page contains material moved out of sched_setscheduler(2).
+            It overwrites a previously existing link file with the same name.
+    Michael Kerrisk
+        Add description of macros for dynamically allocated CPU sets
+            Add descriptions of CPU_ALLOC(), CPU_ALLOC_SIZE(), CPU_FREE(),
+            CPU_SET_S(), CPU_CLR_S(), CPU_ISSET_S(), CPU_ZERO_S(),
+            CPU_COUNT_S(), CPU_AND_S(), CPU_OR_S(), CPU_XOR_S(), and
+            CPU_EQUAL_S().
+    Michael Kerrisk
+        Add documentation of CPU_COUNT()
+    Michael Kerrisk
+        Add description of CPU_AND(), CPU_OR, CPU_XOR(), and CPU_EQUAL()
+            Plus a few other small clean-ups of the text
+    Michael Kerrisk
+        Various improvements in DESCRIPTION
+            After review comments by Bert Wesarg:
+            * Explain that cpu_set_t is a bitset, but should be considered
+              opaque.
+            * A CPU set can be duplicated with memset().
+            * Size of a CPU set is rounded up to size of long.
+            * CPU_SETSIZE is in bits, but the setsize argument is in bytes.
+    Michael Kerrisk
+        Document CPU_ALLOC()/CPU_ALLOC_SIZE() bug
+            These macros return twice what they should because of thinko
+            in glibc 2.8 and earlier.  The bug is fixed for glibc 2.9.
+            http://sourceware.org/bugzilla/show_bug.cgi?id=7029
+    Michael Kerrisk
+        NOTES: Discuss use of types in "prototypes" for these macros
+            The SYNOPSIS shows types for arguments and return values, but
+            these are really just suggestions: since the interfaces are
+            macros, the compiler won't catch all violations of
+            the "type rules".  Warn the reader of this.
+
+pthread_attr_setinheritsched.3
+    Michael Kerrisk
+        New page for pthread_attr_setinheritsched(3) and
+        pthread_attr_getinheritsched(3)
+
+pthread_cancel.3
+    Michael Kerrisk
+        New page for pthread_cancel(3)
+
+pthread_cleanup_push.3
+    Michael Kerrisk
+        New page for pthread_cleanup_push(3) and pthread_cleanup_pop(3)
+
+pthread_setcancelstate.3
+    Michael Kerrisk
+        New page for pthread_setcancelstate(3) and pthread_setcanceltype(3)
+
+pthread_testcancel.3
+    Michael Kerrisk
+        New page for pthread_testcancel(3)
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+clone.2
+    Jens Axboe
+        Document CLONE_IO (new in Linux 2.6.25)
+            Some text also by mtk.
+    Michael Kerrisk
+        Document CLONE_NEWNET
+    Michael Kerrisk
+        Document CLONE_NEWUTS (new in Linux 2.6.19)
+    Michael Kerrisk
+        Document CLONE_NEWIPC flag (new in Linux 2.6.19)
+    Michael Kerrisk
+        Document CLONE_NEWPID flag (new in Linux 2.6.24)
+
+mmap.2
+    Michael Kerrisk
+        Document MAP_STACK flag (new in Linux 2.6.27)
+
+arp.7
+    Michael Kerrisk
+        Document /proc file retrans_time_ms (new in Linux 2.6.12)
+    Michael Kerrisk
+        Document /proc file base_reachable_time_ms (new in Linux 2.6.12)
+
+icmp.7
+    Michael Kerrisk
+        Document icmp_ignore_bogus_error_responses (new in Linux 2.2)
+            Text taken from Documentation/networking/ip-sysctl.txt
+    Michael Kerrisk
+        Document icmp_ratelimit and icmp_ratemask (new in Linux 2.4.10)
+            Text taken from Documentation/networking/ip-sysctl.txt
+    Michael Kerrisk
+        Document icmp_echo_ignore_broadcasts (new in Linux 2.6.12)
+            Text taken from Documentation/networking/ip-sysctl.txt
+
+tcp.7
+    Michael Kerrisk
+        Document /proc file tcp_slow_start_after_idle (new in Linux 2.6.18)
+            Text taken from Documentation/networking/ip-sysctl.txt
+    Michael Kerrisk
+        Document /proc file tcp_base_mss (new in Linux 2.6.17)
+            Text taken from Documentation/networking/ip-sysctl.txt
+    Michael Kerrisk
+        Document /proc file tcp_frto_response (new in Linux 2.6.22)
+            Text taken from Documentation/networking/ip-sysctl.txt
+    Michael Kerrisk
+        Document /proc file tcp_moderate_rcvbuf (new in Linux 2.4.17/2.6.7)
+            Text taken from Documentation/networking/ip-sysctl.txt
+    Michael Kerrisk
+        Document /proc file tcp_congestion_control (new in Linux 2.4.13)
+            Text taken from Documentation/networking/ip-sysctl.txt
+    Michael Kerrisk
+        Document /proc file tcp_no_metrics_save (new in Linux 2.6.6)
+            Text taken from Documentation/networking/ip-sysctl.txt
+    Michael Kerrisk
+        Document /proc file tcp_mtu_probing (new in Linux 2.6.17)
+            Text taken from Documentation/networking/ip-sysctl.txt
+    Michael Kerrisk
+        Document /proc file tcp_dma_copybreak (new in Linux 2.6.24)
+            Text taken from Documentation/networking/ip-sysctl.txt
+    Michael Kerrisk
+        Document /proc file tcp_tso_win_divisor (new in Linux 2.6.9)
+            Text taken from Documentation/networking/ip-sysctl.txt
+    Michael Kerrisk
+        Document /proc file tcp_allowed_congestion_control (new in Linux 2.4.20)
+            Text taken from Documentation/networking/ip-sysctl.txt
+    Michael Kerrisk
+        Document /proc file tcp_workaround_signed_windows (new in Linux 2.6.26)
+            Text taken from Documentation/networking/ip-sysctl.txt
+    Michael Kerrisk
+        Document /proc file tcp_available_congestion_control (new in Linux 2.4.20)
+            Text taken from Documentation/networking/ip-sysctl.txt
+    Michael Kerrisk
+        Document /proc file tcp_abc (new in Linux 2.6.15)
+            Text taken from Documentation/networking/ip-sysctl.txt
+
+udp.7
+    Michael Kerrisk
+        Document /proc files udp_mem, udp_rmem_min, and udp_wmem_min
+            All of these are new in Linux 2.6.25
+
+
+New and changed links
+---------------------
+
+CPU_ALLOC.3
+CPU_ALLOC_SIZE.3
+CPU_AND.3
+CPU_AND_S.3
+CPU_CLR_S.3
+CPU_COUNT.3
+CPU_COUNT_S.3
+CPU_EQUAL.3
+CPU_EQUAL_S.3
+CPU_FREE.3
+CPU_ISSET_S.3
+CPU_OR.3
+CPU_OR_S.3
+CPU_SET_S.3
+CPU_XOR.3
+CPU_XOR_S.3
+CPU_ZERO_S.3
+    Michael Kerrisk
+        New link to new CPU_SET.3
+
+CPU_CLR.3
+CPU_ISSET.3
+CPU_ZERO.3
+    Michael Kerrisk
+        Update links to point to CPU_SET.3
+            The documentation of the CPU_* macros migrated to a new
+            location: CPU_SET.3.
+
+pthread_attr_getinheritsched.3
+    Michael Kerrisk
+        New link to new pthread_attr_setinheritsched.3
+
+pthread_cleanup_pop.3
+    Michael Kerrisk
+        New link to new pthread_cleanup_push.3
+
+pthread_setcanceltype.3
+    Michael Kerrisk
+        New link to new pthread_setcancelstate.3
+
+
+Global changes
+--------------
+
+clone.2
+mount.2
+unshare.2
+proc.5
+path_resolution.7
+    Michael Kerrisk
+        Global fix: s/namespace/mount-point namespace/, as appropriate
+            In recent times, a number of other namespace flags have been
+            added to clone(2).  As such, it is no longer clear to use
+            the generic term "namespace" to refer to the particular
+            namespace controlled by CLONE_NEWNS; instead, use the
+            term "mount-point namespace".
+    Michael Kerrisk
+        Global fix: s/mount-point namespace/mount namespace/
+            This is more consistent with the term "mounts namespace"
+            used in the 2008 ACM SIGOPS paper, "Virtual servers
+            and and checkpoint/restart in mainstream Linux".
+            (I avoided the "s", because using the plural strikes me
+            as klunky English, and anyway we don't talk about
+            the "PIDs namespace" or the "networks namespace", etc..)
+
+connect.2
+listen.2
+send.2
+uname.2
+cmsg.3
+proc.5
+arp.7
+ddp.7
+icmp.7
+ip.7
+raw.7
+socket.7
+tcp.7
+udp.7
+    Michael Kerrisk
+        Global fix: eliminate mention of the obsolete sysctl(2) interface
+            Many pages still mention use of the obsolete sysctl(2) system
+            call, or used the term "sysctls"; rewrite these mentions to
+            instead be in terms of /proc interfaces.
+
+fcntl.2
+signal.2
+mbsnrtowcs.3
+mbsrtowcs.3
+mbtowc.3
+wcrtomb.3
+wcsnrtombs.3
+wcsrtombs.3
+wctomb.3
+    Michael Kerrisk
+        Global fix: s/multi-thread/multithread/
+
+getdents.2
+pthread_attr_init.3
+pthread_create.3
+pthread_getattr_np.3
+pthread_setaffinity_np.3
+pthread_setschedparam.3
+pthread_tryjoin_np.3
+    Michael Kerrisk
+        Use consistent error-handling function names
+            Many older pages use a handle_error() macro to do simple
+            error handling from system and library function calls.
+            Switch these pages to do similar.
+
+
+Changes to individual pages
+---------------------------
+
+time.1
+    Michael Kerrisk
+        Note that some shells have a 'time' built-in command
+            Therefore, to access the functionality described on this page,
+            it may be necessary to specify the full pathname.
+
+clone.2
+    Michael Kerrisk
+        Place list of CLONE_* flags in alphabetical order
+            (No content changes.)
+fsync.2
+    Michael Kerrisk
+        Update feature test macro requirements for fsync()
+            Since glibc 2.8, the fsync() declaration is also exposed if
+            _POSIX_C_SOURCE >= 200112L
+
+sched_setaffinity.2
+    Michael Kerrisk
+        Add note on system-imposed restrictions on CPUs actually used
+            After Loic Domaigne's suggestion for pthread_setaffinity_np(3), add
+            similar text to this page noting that the system silently
+            limits the set of CPUs on which the process actually runs to
+            the set of CPUs physically present and the limits imposed by
+            cpuset(7).
+
+sched_setaffinity.2
+    Michael Kerrisk
+        Removed discussion of CPU_* macros()
+            These macros are now moving to a separate page.
+    Michael Kerrisk
+        Refer reader to pthread_setaffinity_np(3)
+            pthread_setaffinity_np() is preferable for setting
+            thread CPU affinity if using the POSIX threads API.
+
+sysctl.2
+    Michael Kerrisk
+        Add prominent warning against using this system call
+            This was already stated under NOTES, but make it even more
+            prominent by adding a sentence at the start of the DESCRIPTION.
+
+uname.2
+    Michael Kerrisk
+        Add C comments describing fields in utsname structure
+
+atan2.3
+    Stefano Teso
+        Fix description of range of function value return
+            The range is not [-pi/2, pi/2], but [-pi, pi].
+
+            (mtk: This error was reported by Nicolas Francois, and
+            should have been fixed in 3.11, but somewhere along the way,
+            the fix got lost.)
+
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506299
+
+bindresvport.3
+    Michael Kerrisk
+        Since glibc 2.8, EPFNOSUPPORT error is now EAFNOSUPPORT
+            Glibc switched to using a POSIX-specified error code for
+            this error case.
+
+            http://bugs.linuxbase.org/show_bug.cgi?id=2375
+
+clock_getres.3
+    Michael Kerrisk
+        CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID not settable
+            According to POSIX.1-2001, the CLOCK_PROCESS_CPUTIME_ID and
+            CLOCK_THREAD_CPUTIME_ID clocks should be settable, but
+            currently they are not.
+
+getgrnam.3
+    Michael Kerrisk
+        Clarify and add more detail in RETURN VALUE description
+            The page was a bit fuzzy in describing the return values for
+            various cases.  In particular, it needed to be more explicit
+            in describing what happens for the "not found" case.
+
+            This is an analogous change to the change for
+            getpwnam.3, made after Andreas Henriksson's report.
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504787
+    Michael Kerrisk
+        Rename arguments to getgrnam_r() and getgrgid_r()
+            s/gbuf/grp/ and s/gbufp/result/, for consistency
+            with POSIX.1 argument names.
+    Michael Kerrisk
+        Clarify RETURN VALUE description
+            The page was a bit fuzzy in describing the return values for
+            various cases.  In particular, it needed to be more explicit
+            in describing what happens for the "not found" case.
+
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504708
+
+getpwnam.3
+    Michael Kerrisk
+        Rename arguments to getpwnam_r() and getpwuid_r()
+            s/pwbuf/pwd/ and s/pwbufp/result/, for consistency
+            with POSIX.1 argument names.
+    Michael Kerrisk
+        Clarify and add more detail in RETURN VALUE description
+            The page was a bit fuzzy in describing the return values for
+            various cases.  In particular, it needed to be more explicit
+            in describing what happens for the "not found" case.
+
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504787
+    Michael Kerrisk
+        Add an EXAMPLE program for getpwnam_r()
+
+inet_ntop.3
+    Michael Kerrisk
+        Rename 'cnt' argument to 'size'
+            This is consistent with POSIX.1, and also a more sensible name.
+    Michael Kerrisk
+        Rework text describing 'size' argument
+            (After a suggestion by Vegard Nossum.)
+            Also made a few other small rewordings to in the initial
+            paragraph.
+
+makecontext.3
+    Michael Kerrisk
+        Add text on use of pointer arguments to makecontext()
+            Passing pointer arguments to makecontext() is possible,
+            but only on some architectures, and with no guarantees
+            of portability.
+
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504699
+
+pthread_attr_setaffinity_np.3
+    Michael Kerrisk
+        Various fixes after review by Loic Domaigne
+            Reviewed-by: Loic Domaigne
+
+pthread_attr_setaffinity_np.3
+pthread_setaffinity_np.3
+    Michael Kerrisk
+        Update to reflect new location of CPU_*() documentation
+            The CPU_*() macros are now documented in CPU_SET.3;
+            update to reflect that fact.
+    Michael Kerrisk
+        Remove redundant text relating to CPU sets
+            Information about CPU_SETSIZE can be found in CPU_SET.3, so
+            remove discussion of it here.
+
+pthread_attr_setschedparam.3
+pthread_setschedparam.3
+    Michael Kerrisk
+        Remove text saying that only sched_priority is required by POSIX.1
+            Loic Domaigne points out that if a system implements
+            SCHED_SPORADIC (which Linux does not), then other
+            fields are also specified in sched_param.  The simple
+            solution is just to remove that phrase from the man
+            page.
+
+pthread_cancel.3
+pthread_detach.3
+pthread_join.3
+pthread_setaffinity_np.3
+    Michael Kerrisk
+        Make text of ESRCH error consistent
+
+pthread_setaffinity_np.3
+    Michael Kerrisk
+        Add text to EINVAL error mentioning cpuset(7)
+    Michael Kerrisk
+        Various improvements after review by Loïc Domaigne
+            Various fix-ups after Loïc's review.
+
+            Reviewed-by: Loïc Domaigne
+
+pthread_setschedparam.3
+    Michael Kerrisk
+        PTHREAD_INHERIT_SCHED is default for inherit scheduler attribute
+            In EXAMPLE, note that PTHREAD_INHERIT_SCHED is the default for
+            the inherit scheduler attribute attribute.
+
+syslog.3
+    Masanari Iida
+        LOG_KERN messages can't be generated from user processes
+            Masanari notes that this is an FAQ for logger(1) and that
+            Solaris and FreeBSD document this point in syslog(3).
+            The glibc info page also hides this comment in its source:
+
+                Internally, there is also LOG_KERN, but LOG_KERN == 0,
+                which means if you try to use it here, just selects default.
+
+proc.5
+    Ivana Varekova
+        Fix reference to kernel source file
+            Use relative reference to Documentation/mtrr.txt.
+
+arp.7
+    Michael Kerrisk
+        Add kernel version numbers for /proc interfaces
+
+cpuset.7
+    Michael Kerrisk
+        SEE ALSO: add CPU_SET(3)
+
+epoll.7
+    Michael Kerrisk
+        Note glibc version that added epoll support
+
+icmp.7
+    Michael Kerrisk
+        Add kernel version numbers to /proc file descriptions
+
+inotify.7
+    Vegard Nossum
+        Fix description of max_user_watches
+            It seems that inotify(7) is wrong here:
+
+            "/proc/sys/fs/inotify/max_user_watches
+                This specifies a limit on the number of watches that can be
+                associated with each inotify instance."
+
+            On my system, the default value for this variable is 8192. But I
+            cannot create more than 8192 watches in total for the same UID
+            even when they are on different inotify instances. So I suggest
+            to rephrase this as: "This specifies an upper limit on the
+            number of watches that can be created per real user ID."
+
+ip.7
+    Michael Kerrisk
+        Reorder socket options alphabetically
+    Michael Kerrisk
+        Added kernel version numbers for IP_* socket options
+    Michael Kerrisk
+        Relocate kernel version information for IP_PMTUDISC_PROBE
+    Michael Kerrisk
+        Add kernel version numbers for /proc/sys/net/ipv4/ip_* files
+    Michael Kerrisk
+        Remove mention of kernel header from description of IP_RECVERR
+            Looks like glibc has had this definition since about version 2.1.
+    Michael Kerrisk
+        Relocate kernel version information for ip_mreqn structure
+    Michael Kerrisk
+        Relocate info about Linux-specific sockopts to NOTES
+            Also add some source comments about non-standard Linux-specific
+            options that are not yet documented.
+
+netlink.7
+    Vegard Nossum
+        Fix incorrect variable names in example code
+            s/snl/sa/ * 2
+
+pthreads.7
+    Michael Kerrisk
+        Add section on cancellation points
+            This section includes a list of the functions that must and
+            may be cancellation points.
+    Michael Kerrisk
+        Rework, and fix small error in, thread-safe function list
+            Integrate the changes that occurred in POSIX.1-2008 into the
+            main list (to be consistent with the list, elsewhere on this
+            page, of functions that are cancellation points).
+
+            Also, fix an error that said that strerror() was added to
+            the list in POSIX.1-2008.  It was strsignal() that was
+            added.  (strerror() was already in the list in POSIX.1-2001.)
+    Michael Kerrisk
+        Tweak text on sigpause() cancellation point
+            In POSIX.1-2009, this function moves from the "must be"
+            to the "may be" list.
+    Michael Kerrisk
+        Add ref to signal(7) for further info on use of real-time signals
+            signal(7) provides some further details on the use of real-time
+            signals by the two Linux threading implementations.
+    Michael Kerrisk
+        SEE ALSO: add pthread_attr_init() and pthread_cancel()
+
+tcp.7
+    Michael Kerrisk
+        Update description of tcp_rmem defaults for Linux 2.6
+    Michael Kerrisk
+        Add kernel version numbers for TCP_* socket options
+            Note kernel version were each socket option first appeared.
+    Michael Kerrisk
+        The tcp_bic* proc files disappeared in Linux 2.6.13
+    Michael Kerrisk
+        tcp_vegas_cong_avoid disappeared in Linux 2.6.13
+    Michael Kerrisk
+        Add mention of RFC 4138 for 'tcp_frto' /proc file
+    Michael Kerrisk
+        Remove mention of /proc in VERSIONS
+            This information is not indicated for each /proc interface
+    Michael Kerrisk
+        Clarify that tcp_mem measures in units of the system page size
+    Michael Kerrisk
+        Update tcp_frto description for 2.6.22 changes
+            Linux 2.6.22 added a mode value 2 ("Enable SACK-enhanced
+            F-RTO if flow uses SACK").
+    Michael Kerrisk
+        Fix alphabetical order in /proc file list
+            A few entries were slightly out of order.
+    Michael Kerrisk
+        Remove obsolete statement about /proc from VERSIONS
+            Much of the text has been updated to 2.6.27 or so,
+            so this statement no longer applies.
+    Michael Kerrisk
+        Add kernel version numbers for each /proc interface
+            Note kernel version where each /proc interface first appeared
+    Michael Kerrisk
+        tcp_westwood /proc file disappeared in Linux 2.6.13
+    Michael Kerrisk
+        Update description of tcp_wmem defaults for Linux 2.6
+
+
+==================== Changes in man-pages-3.15 ====================
+
+Released: 2008-12-05, Bucaramanga
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Andre Majorel <aym-xunil@teaser.fr>
+Andries E. Brouwer <Andries.Brouwer@cwi.nl>
+Chris Heath <chris@heathens.co.nz>
+Drake Wilson <drake@begriffli.ch>
+Mats Wichmann <mats.d.wichmann@intel.com>
+Mel Gorman <mel@csn.ul.ie>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Mike Fedyk <mfedyk@mikefedyk.com>
+Pavel Machek <pavel@suse.cz>
+Petr Baudis <pasky@suse.cz>
+Phil Endecott <phil_vonar_endecott@chezphil.org>
+Rob Landley <rob@landley.net>
+Sam Varshavchik <mrsam@courier-mta.com>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+makedev.3
+    Michael Kerrisk
+        New page for makedev(), major(), and minor() macros
+
+pthread_cleanup_push_defer_np.3
+    Michael Kerrisk
+        New page for pthread_cleanup_push_defer_np(3) and
+        pthread_cleanup_pop_restore_np(3)
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+accept.2
+    Michael Kerrisk
+        Document accept4() system call, new in Linux 2.6.28
+
+fmemopen.3
+    Petr Baudis
+        Add description of open_wmemstream(3)
+
+tcp.7
+    Michael Kerrisk
+        Document MSG_TRUNC flag for TCP sockets
+
+New and changed links
+---------------------
+
+accept4.2
+    Michael Kerrisk
+        New link to accept.2
+            accept.2 now documents the new accept4() system call.
+
+open_wmemstream.3
+    Petr Baudis
+        New link to fmemopen.3
+            fmemopen.3 now documents open_wmemstream().
+pthread_cleanup_pop_restore_np.3
+    Michael Kerrisk
+        New link to new pthread_cleanup_push_defer_np.3
+
+
+Global changes
+--------------
+
+accept.2
+listen.2
+recv.2
+getpeername.2
+getsockname.2
+shutdown.2
+socketpair.2
+    Michael Kerrisk
+        Global fix: SEE ALSO: add socket(7)
+
+bind.2
+rcmd.3
+capabilities.7
+ip.7
+    Michael Kerrisk
+        Global fix: s/reserved port/privileged port/
+            Some pages used one term, some pages the other term;
+            make some consistency.
+
+connect.2
+getpeername.2
+getsockname.2
+    Michael Kerrisk
+        Use consistent argument names
+            Most other sockets pages are using the names 'addr'
+            and 'addrlen'; make these pages do the same.
+
+getpeername.2
+getsockname.2
+getsockopt.2
+recv.2
+send.2
+shutdown.2
+sockatmark.3
+socket.7
+udplite.7
+    Michael Kerrisk
+        SYNOPSIS: Rename socket file descriptor argument to 'sockfd'
+            Many sockets man pages use the name 'sockfd' already.
+            For consistency, changes the others to do so as well.
+
+gnu_dev_major.3
+gnu_dev_makedev.3
+gnu_dev_minor.3
+major.3
+minor.3
+    Michael Kerrisk
+        New links to new makedev(3) page
+
+
+Changes to individual pages
+---------------------------
+
+_exit.2
+    Michael Kerrisk
+        Since glibc 2.3, the exit() wrapper function invokes exit_group(2)
+            This information is useful to users of strace(1).
+
+accept.2
+    Michael Kerrisk
+        Clarify details when returned address is truncated
+            If the returned address is truncated, the 'addrlen' argument
+            indicates the actual size of the address, rather than a count
+            of the number of bytes in the truncated buffer.
+
+            Also clarify that if 'addr' argument is NULL, then 'addrlen'
+            should is unused, and should also be NULL.
+    Michael Kerrisk
+        Reorder ERRORS list
+            Some errors were listed under a separate "may" heading.
+            There's probably no real need to do this; integrate
+            those errors into the main list.
+
+exit_group.2
+    Michael Kerrisk
+        Note that since glibc 2.3, exit(2) invokes exit_group()
+
+futex.2
+    Michael Kerrisk
+        Mention that glibc provides no wrapper function for futex()
+
+get_thread_area.2
+    Michael Kerrisk
+        Note that glibc provides no wrapper for this system call
+
+getdomainname.2
+    Michael Kerrisk
+        Substantial rewrite
+            Expand description of setdomainname() and getdomainname().
+            Note that getdomainname() is implemented as a library function
+            in glibc.
+            Note limits on size of domain name.
+            Reorganize ERRORS list.
+
+gethostname.2
+    Michael Kerrisk
+        Various parts rewritten
+            Write a paragraph describing sethostname().
+
+            Clarify differences between glibc's gethostbyname() and
+            the kernel gethostbyname() system calls.
+
+gethostname.2
+    Michael Kerrisk
+        Note that HOST_NAME_MAX is 64 on Linux
+            Also note that in pre-1.0 days, the limit on hostnames
+            was 8 bytes.
+
+getpeername.2
+    Michael Kerrisk
+        Note that returned address may be truncated if buffer is too small
+
+getsid.2
+    Michael Kerrisk
+        Simplified version information and moved to a new VERSIONS section
+
+getsockname.2
+    Michael Kerrisk
+        Note that returned address is truncated if buffer is too small
+
+mknod.2
+    Michael Kerrisk
+        Refer reader to makedev(3) to build a device ID
+
+mmap.2
+    Michael Kerrisk
+        Loosen language around how 'addr' hint is interpreted
+            Mel Gorman reported that in Linux 2.6.27, 'addr' is rounded
+            down to a page boundary.
+
+            Before kernel 2.6.26, if 'addr' was taken as a hint, it was
+            rounded up to the next page boundary.  Since Linux 2.6.24,
+            it is rounded down.  Therefore, loosen the description of
+            this point to say that the address is rounded to "a nearby
+            page boundary".
+
+open.2
+    Michael Kerrisk
+        EFBIG error is now EOVERFLOW (since Linux 2.6.24)
+            When a 32-bit app opens a file whose size is too big to be
+            represented in 31-bits, POSIX.1 specifies the error EOVERFLOW.
+            Linux used to give EFBIG for this case, but 2.6.24 fixed this.
+
+            Also, add some text to describe the error scenario in
+            more detail.
+
+pread.2
+    Michael Kerrisk
+        Note that glibc emulation for these calls uses lseek(2)
+            (This makes it clearer that the emulated calls are not atomic.)
+
+recv.2
+send.2
+    Michael Kerrisk
+        Make names of "address" and "address length" args more consistent
+            Make the names of these arguments more consistent with other
+            sockets man pages.
+
+recv.2
+    Michael Kerrisk
+        Clarify details when returned address is truncated
+            If the recvfrom() returned address is truncated, the 'fromlen'
+            argument indicates the actual size of the address, rather than
+            a count of the number of bytes in the truncated buffer.
+
+            Also clarify that the 'from' argument can be NULL, in which
+            case 'fromlen' should is unused, and should also be NULL.
+    Michael Kerrisk
+        Internet datagram and netlink sockets support MSG_TRUNC for recv(2)
+            Internet datagram (since Linux 2.4.27/2.6.8),
+            and netlink (since Linux 2.6.22) sockets support
+            the MSG_TRUNC flag for recv(2).
+
+select.2
+    Michael Kerrisk
+        Rewrote text describing feature test macros requirement for pselect()
+
+select_tut.2
+    Michael Kerrisk
+        Fix SHUT_FD* macros in example program
+            Add "do {} while (0)"
+
+set_thread_area.2
+    Michael Kerrisk
+        Note that glibc provides no wrapper for this system call
+
+setfsgid.2
+setfsuid.2
+    Michael Kerrisk
+        Simplify version information and move to a VERSIONS section
+
+setsid.2
+    Michael Kerrisk
+        Rework RETURN VALUE section; add an ERRORS section
+
+setup.2
+    Michael Kerrisk
+        Relocate some CONFORMING TO text to VERSIONS and NOTES
+
+stat.2
+    Michael Kerrisk
+        Document EOVERFLOW error
+    Michael Kerrisk
+        Refer reader to major() and minor() to decompose a device ID
+
+syscalls.2
+    Michael Kerrisk
+        Fix version numbers for a few system calls
+            Some 2.6 system calls were wrongly mentioned as also being
+            backported into a 2.4.x kernel.
+
+uname.2
+    Michael Kerrisk
+        DESCRIPTION: Point reader at NOTES for further info on field lengths
+
+atan.3
+    Andries E. Brouwer
+        Fix return value description
+            The correct range for the return value is [-pi/2,pi/2].
+            (mtk's fix in the last change to the return value text was
+            a botch-up of a (correct) suggestion by Nicolas Francois.)
+
+atexit.3
+    Michael Kerrisk
+        atexit() and on_exit(3) register functions on the same list
+    Michael Kerrisk
+        Terminating registered function using longjmp() is undefined
+            According to POSIX.1, using longjmp() to terminate execution of
+            a function registered using atexit() produces undefined results.
+    Michael Kerrisk
+        Calling exit(3) more than once produces undefined results
+            If an exit handler itself calls exit(3), the results are
+            undefined (see the POSIX.1-2001 specification of exit(3)).
+    Michael Kerrisk
+        The same exit handler may be registered multiple times
+    Michael Kerrisk
+        Calling _exit(2) terminates processing of exit handlers
+    Michael Kerrisk
+        Terminating registered function using longjmp() is undefined
+            According to POSIX.1, using longjmp() to terminate execution of
+            a function registered using atexit() produces undefined results.
+
+bindresvport.3
+    Mats Wichmann
+        SYNOPSIS: s/\*\*/*/ in prototype
+    Michael Kerrisk
+        Fix errors regarding port used, plus other rewrites
+            Glibc's bindresvport() takes no notice of sin->sin_port:
+            it always returns an arbitrary reserved port in the
+            anonymous range (512-1023).  (Reported by Mats Wichmann.)
+
+            Also:
+            * Add EADDRINUSE and EACCES errors.
+            * Mention use of getsockname(2).
+            * Other minor rewrites and reorderings of the text.
+            * Explicitly note that glib's bindresvport() ignores
+              sin->sin_port.
+            * Change license There's now virtually no text remaining from
+              the 1.70 version of this page.
+
+            Reviewed-by: Mats Wichmann
+            Reviewed-by: Petr Baudis
+
+dlopen.3
+    Petr Baudis
+        Describe confusing dladdr() behavior
+            dladdr() will act unexpectedly if called from non-pic code on a
+            compile-time-generated function pointer.
+
+fmemopen.3
+    Michael Kerrisk
+        Add VERSIONS section
+    Petr Baudis
+        SEE OPEN: Add fopencookie(3)
+            fopencookie(3) is used to implement fmemopen().
+
+fopen.3
+    Petr Baudis
+        SEE ALSO: Add fmemopen(3) and fopencookie(3)
+
+fopencookie.3
+    Petr Baudis
+        fopencookie() needs _GNU_SOURCE feature test macro
+
+getaddrinfo.3
+    Petr Baudis
+        Document results ordering and /etc/gai.conf
+            This patch documents the order of the getaddrinfo(3) results
+            (RFC 3484), how should the application deal with that,
+            mentions the extremely common cause of having multiple
+            results per query (both IPv4 and IPv6 addresses available)
+            and mentions /etc/gai.conf.
+
+            (mtk: Minor tweaks, and note glibc version for /etc/gai.conf)
+
+isatty.3
+    Michael Kerrisk
+        Complete rewrite of this page, with rather more detail
+
+memmem.3
+    Michael Kerrisk
+        Remove sentence saying that libc 5.0.9 is still widely used
+            That was a *long* time ago.
+
+on_exit.3
+    Michael Kerrisk
+        Document handling of registrations on fork(2) and execve(2)
+            Treatment in these cases is the same as for atexit(3).
+    Michael Kerrisk
+        Arg given to registered function is status from *last* call to exit()
+            It's a subtle point, but if a registered function itself
+            calls exit(3), then subsequent functions that were registered
+            with on_exit(3) will see the exit status given to the more
+            recent exit(3) call.
+    Michael Kerrisk
+        Note that same function may be registered multiple times
+
+setlocale.3
+locale.7
+    Michael Kerrisk
+        Clean up the description of LANGUAGE environment variable
+            Clean up the $LANGUAGE description, by removing bogus comments
+            from setlocale(3) and expanding the mention in locale(7).
+
+            Maybe you will decide that a more detailed description
+            should be left to the gettext(3) documentation, but I
+            actually care about the invisible part of the patch more
+            since the comments have put me off the track initially
+            ($LANGUAGE has nothing to do with setlocale(3) and is
+             completely isolated to gettext, as obvious from the
+             glibc sources).
+
+proc.5
+    Michael Kerrisk
+        /proc/stat: s/minor/disk_idx/ in description of /proc/stat
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=225619
+
+capabilities.7
+    Drake Wilson
+        Various minor fixes as per Debian bug 471029
+            The relevant pieces of
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471029 are:
+
+              - Delete duplicate subentry for KEYCTL_CHOWN/KEYCTL_SETPERM
+                operations in the CAP_SYS_ADMIN entry.  (It feels like that
+                capability entry should be converted to a list, but I've
+                left it in semicolon-delimited form for now.)
+
+              - Remove text about ENFILE from the text about the
+                /proc/sys/fs/file-max limit in the CAP_SYS_ADMIN entry, since
+                this is already described in the man pages for the relevant
+                ofile-creating system calls.
+
+              - Correct or clarify a few other bits of grammar and such;
+                see the diff file itself for details.
+
+socket.7
+    Michael Kerrisk
+        SEE ALSO: add tcp(7) and udp(7)
+
+tcp.7
+    Michael Kerrisk
+        Relocate out-of-band data discussion
+            Move to a new subsection entitled "Sockets API".
+    Michael Kerrisk
+        Note that MSG_PEEK can be used on out-of-band data
+
+time.7
+    Michael Kerrisk
+        SEE ALSO: add clock_gettime(3)
+
+unix.7
+    Michael Kerrisk
+        Unix domain sockets don't support the recv() MSG_TRUNC flag
+    Michael Kerrisk
+        Retitled subsection "(Un)supported features" to "Sockets API"
+            This is consistent with the recent change in tcp(7).
+
+
+
+==================== Changes in man-pages-3.16 ====================
+
+Released: 2009-01-13, Christchurch
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Colin Watson <cjwatson@ubuntu.com>
+Florentin Duneau <fduneau@gmail.com>
+Petr Baudis <pasky@suse.cz>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+pthread_getcpuclockid.3
+    Michael Kerrisk
+        New page documenting pthread_getcpuclockid(3)
+
+libc.7
+    Michael Kerrisk
+        New page giving brief overview of C libraries on Linux
+
+rtld-audit.7
+    Michael Kerrisk
+        New page documenting dynamic linker auditing API
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+ld.so.8
+    Petr Baudis
+        Document LD_AUDIT
+    Petr Baudis
+        Document LD_POINTER_GUARD
+
+
+New and changed links
+---------------------
+
+gethostid.2
+    Michael Kerrisk
+        New link to new page location in Section 3
+
+sethostid.2
+    Michael Kerrisk
+        Change link to point to new page location in Section 3
+
+sethostid.3
+    Michael Kerrisk
+        New link to relocated page in Section 3
+
+glibc.7
+    Michael Kerrisk
+        New link to new libc.7
+
+
+Global changes
+--------------
+
+syscalls.2
+feature_test_macros.7
+standards.7
+    Michael Kerrisk
+        SEE ALSO: add libc(7)
+
+dlopen.3
+ld.so.8
+    Michael Kerrisk
+        SEE ALSO: add rtld-audit(7)
+
+
+Changes to individual pages
+---------------------------
+
+gethostid.2
+    Michael Kerrisk
+        Move to Section 3
+            The interfaces documented in this page are purely glibc.
+
+syscalls.2
+    Michael Kerrisk
+        Kernel 2.6.28 adds accept4()
+
+clock_getres.3
+    Michael Kerrisk
+        SEE ALSO: Add pthread_getcpuclockid(3)
+
+fmemopen.3
+    Michael Kerrisk
+        Fix VERSIONS information
+
+gethostid.3
+    Michael Kerrisk
+        Before version 2.2, glibc stored the host ID in /var/adm/hostid
+            Also: rewrite some text describing the /etc/hostid file, so that
+            this location is referred to just once on the page.
+    Michael Kerrisk
+        RETURN VALUE: describe return value of sethostid()
+    Michael Kerrisk
+        Added BUGS section noting that ID can't be guaranteed to be unique
+    Michael Kerrisk
+        Added ERRORS section describing errors for sethostid()
+    Michael Kerrisk
+        Update section number to reflect relocation into Section 3
+
+printf.3
+    Michael Kerrisk
+        Source and destination buffers may not overlap for *s*printf()
+            http://sourceware.org/bugzilla/show_bug.cgi?id=7075
+
+            Some existing code relies on techniques like the following to
+            append text to a buffer:
+
+                $ cat s.c
+                #include <stdio.h>
+                char buf[80] = "not ";
+                main()
+                {
+                    sprintf(buf, "%sfail", buf);
+                puts(buf);
+                return 0;
+                }
+
+                $ cc s.c
+                $ ./a.out
+                not fail
+
+            However, the standards say the results are undefined if source
+            and destination buffers overlap, and with suitable compiler
+            options, recent changes can cause unexpected results:
+
+                $ cc -v 2>&1 | grep gcc
+                gcc version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036] (SUSE Linux)
+                $ cc -D_FORTIFY_SOURCE -O2 s.c
+                $ ./a.out
+                fail
+
+readdir.3
+    Michael Kerrisk
+        Rewrite text describing 'dirent' fields standardized in POSIX.1
+    Michael Kerrisk
+        Clarify text for return value/errno setting for end-of-stream case
+
+nscd.8
+    Petr Baudis
+        Correct NOTES section on reloading configuration files
+            It behaved this way at least since
+            "Sun Oct 18 15:02:11 1998 +0000",
+            some four months after including the nscd implementation
+            in glibc. But there does seem to be a short window between
+            glibc-2.1 and glibc-2.1.3 when nscd -i was not available,
+            I don't think it's worth muddling the point of the page
+            with that, though.
+
+
+==================== Changes in man-pages-3.17 ====================
+
+Released: 2009-01-19, Hobart
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Adeodato Simó <dato@net.com.org.es>
+Bastien ROUCARIES <roucaries.bastien@gmail.com>
+Davide Libenzi <davidel@xmailserver.org>
+Lefteris Dimitroulakis <edimitro@tee.gr>
+Mads Martin Joergensen <mmj@mmj.dk>
+Marc Lehmann <schmorp@schmorp.de>
+Martin (Joey) Schulze <joey@infodrom.org>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Petr Baudis <pasky@suse.cz>
+Sam Varshavchik <mrsam@courier-mta.com>
+Vegard Nossum <vegard.nossum@gmail.com>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+endian.3
+    Michael Kerrisk
+        New page documenting byte order conversion functions
+            Document functions (new in glibc 2.9) for conversion between
+            host byte order and big-/little- endian byte order:
+            htobe16(), htole16(), be16toh(), le16toh(),
+            htobe32(), htole32(), be32toh(), le32toh(),
+            htobe64(), htole64(), be64toh(), le64toh()
+
+getifaddrs.3
+    Petr Baudis
+        New page documenting getifaddrs(3) and freeifaddrs(3)
+            Many edits and changes of Petr's initial draft by mtk
+
+cp1251.7
+    Lefteris Dimitroulakis
+        New page documenting CP 1251 (Windows Cyrillic) character set
+
+iso-8859-10.7
+    Lefteris Dimitroulakis
+        New page documenting ISO 8859-10 character set
+
+iso_8859-13.7
+    Lefteris Dimitroulakis
+        New page documenting ISO 8859-13 character set
+
+iso_8859-14.7
+    Lefteris Dimitroulakis
+        New page documenting ISO 8859-14 character set
+
+iso_8859-3.7
+    Lefteris Dimitroulakis
+        New page documenting ISO 8859-3 character set
+
+iso_8859-5.7
+    Lefteris Dimitroulakis
+        New page documenting ISO 8859-5 character set
+
+iso_8859-8.7
+    Lefteris Dimitroulakis
+        New page documenting ISO 8859-8 character set
+
+koi8-u.7
+    Lefteris Dimitroulakis
+        New page documenting KOI8-U character set
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+epoll.7
+    Michael Kerrisk
+        Document /proc interfaces for limiting kernel memory usage
+            Document the following /proc files that were added in
+            Linux 2.6.28:
+            /proc/sys/fs/epoll/max_user_instances
+            /proc/sys/fs/epoll/max_user_watches
+
+netdevice.7
+    Michael Kerrisk
+        Document recently added interface flags
+            IFF_LOWER_UP (since Linux 2.6.17)
+            IFF_DORMANT (since Linux 2.6.17)
+            IFF_ECHO (since Linux 2.6.25)
+
+            Documentation taken from comments in <linux/if.h>
+
+
+New and changed links
+---------------------
+
+freeifaddrs.3
+    Michael Kerrisk
+        New link to new getifaddrs.3
+
+htobe16.3
+htole16.3
+be16toh.3
+le16toh.3
+htobe32.3
+htole32.3
+be32toh.3
+le32toh.3
+htobe64.3
+htole64.3
+be64toh.3
+le64toh.3
+    Michael Kerrisk
+        New links to new endian.3
+
+iso-8859-10.7
+iso_8859_10.7
+latin6.7
+    Michael Kerrisk
+        New links to new iso_8859-10.7
+
+iso-8859-13.7
+iso_8859_13.7
+latin7.7
+    Michael Kerrisk
+        New links to new iso_8859-13.7
+
+iso-8859-14.7
+iso_8859_14.7
+latin8.7
+    Michael Kerrisk
+        New links to new iso_8859-14.7
+
+iso-8859-3.7
+iso_8859_3.7
+latin3.7
+    Michael Kerrisk
+        New links to new iso_8859-3.7
+
+iso-8859-5.7
+iso_8859_5.7
+    Michael Kerrisk
+        New links to new iso_8859-5.7
+
+iso-8859-8.7
+iso_8859_8.7
+    Michael Kerrisk
+        New links to new iso_8859-8.7
+
+
+Changes to individual pages
+---------------------------
+
+bind.2
+    Michael Kerrisk
+        SEE ALSO: Add getifaddrs(3)
+
+epoll_create.2
+    Michael Kerrisk
+        Document EMFILE error
+            This error is encountered when the limit imposed by
+            /proc/sys/fs/epoll/max_user_instances is encountered.
+    Michael Kerrisk
+        Clarify distinction between epoll instance and epoll file descriptor
+            Reword so that the notion of an epoll instance is made clear,
+            and made distinct from the notion of an epoll file descriptor.
+            Some other minor rewordings also.
+
+epoll_ctl.2
+    Michael Kerrisk
+        Reordered parts of the text
+    Michael Kerrisk
+        Introduce notion of epoll instance
+            Introduce notion of epoll instance as distinct from
+            epoll file descriptor.  Plus other wording clean-ups.
+    Michael Kerrisk
+        Document ENOSPC error (new in Linux 2.6.28)
+            This error results when the limit imposed by
+            /proc/sys/fs/epoll/max_user_watches is encountered.
+
+epoll_wait.2
+    Michael Kerrisk
+        Introduce the notion of an epoll instance into text
+
+getdents.2
+    Michael Kerrisk
+        Before kernel < 2.6.4, 'd_type' was effectively always DT_UNKNOWN
+
+gethostid.2
+    Michael Kerrisk
+        Rename file (was misnamed gethostd.2 in previous release)
+
+getsockname.2
+    Michael Kerrisk
+        SEE ALSO: Add getifaddrs(3)
+
+signalfd.2
+    Michael Kerrisk
+        Fix description of fork() semantics
+            The page text described the semantics of the initial
+            implementation of signalfd().  These were changed early on,
+            but the man page wasn't updated.
+
+byteorder.3
+    Michael Kerrisk
+        SEE ALSO: add endian(3)
+
+longjmp.3
+    Michael Kerrisk
+        Clarify wording re saving/restoring signal mask
+    Michael Kerrisk
+        siglongjmp() restores signal mask iff 'savesigs' was non-zero
+            Note that siglongjmp() restores signal mask if, and only
+            if, 'savesigs' argument of sigsetjmp() was non-zero.  (Previous
+            text omitted the "and only if".)
+
+memccpy.3
+    Michael Kerrisk
+        Fix CONFORMING TO: s/C99/POSIX.1-2001/
+    Michael Kerrisk
+        If the memory areas overlap, the results are undefined
+
+sethostid.3
+    Michael Kerrisk
+        Rename file (was misnamed sethostd.3 in previous release)
+
+setjmp.3
+    Michael Kerrisk
+        Clarify wording re saving/restoring signal mask
+    Michael Kerrisk
+        Clarify when setjmp() provides BSD vs System V signal mask semantics
+
+strsep.3
+    Michael Kerrisk
+        BUGS: explicitly list problems afflicting strsep()
+            Previously, the page said this function suffered the same
+            problems as strtok(), but in fact strsep() doesn't suffer
+            from all of the same problems as strtok(), so explicitly
+            list just the problems of strsep() in the strsep.3 page.
+
+proc.5
+    Michael Kerrisk
+        Add pointer to epoll(7) for description of epoll /proc files
+
+epoll.7
+    Michael Kerrisk
+        Various wording changes to improve clarity and consistency
+
+
+==================== Changes in man-pages-3.18 ====================
+
+Released: 2009-02-10, Christchurch
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Andi Kleen <andi@firstfloor.org>
+Bastien ROUCARIES <roucaries.bastien@gmail.com>
+Christian Siebert <christian.siebert@s2000.tu-chemnitz.de>
+Christopher Head <chead@telus.net>
+Florentin Duneau <fduneau@gmail.com>
+Guillem Jover <guillem@debian.org>
+Lefteris Dimitroulakis <edimitro@tee.gr>
+Lucio Maciel <luciofm@gmail.com>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Mike Frysinger <vapier@gentoo.org>
+Peter Zijlstra <peterz@infradead.org>
+Petr Baudis <pasky@suse.cz>
+Sam Varshavchik <mrsam@courier-mta.com>
+Satyam Sharma <ssatyam@cse.iitk.ac.in>
+Sebastian Kienzl <seb@riot.org>
+Timo Sirainen <tss@iki.fi>
+Vegard Nossum <vegard.nossum@gmail.com>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+armscii-8.7
+    Lefteris Dimitroulakis
+        New page documenting ArmSCII-8 character set
+
+iso_8859-11.7
+    Lefteris Dimitroulakis
+        New page documenting ISO 8859-11 character set
+
+iso_8859-4.7
+    Lefteris Dimitroulakis
+        New page documenting ISO 8859-4 character set
+
+iso_8859-6.7
+    Lefteris Dimitroulakis
+        New page describing ISO 8859-6 character set
+
+pthread_kill.3
+    Michael Kerrisk
+        New page documenting pthread_kill(3)
+
+pthread_kill_other_threads_np.3
+    Michael Kerrisk
+        New page documenting pthread_kill_other_threads_np(3)
+
+pthread_sigmask.3
+    Michael Kerrisk
+        New page documenting pthread_sigmask(3)
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+clock_getres.3
+    Michael Kerrisk
+        Document CLOCK_MONOTONIC_RAW, new in 2.6.28
+
+
+New and changed links
+---------------------
+
+clock_gettime.2
+clock_settime.2
+clock_getres.3
+clock_gettime.3
+clock_settime.3
+    Michael Kerrisk
+        Update links to reflect the fact that clock_* pages are now in
+        Section 2
+
+iso-8859-11.7
+iso_8859_11.7
+    Michael Kerrisk
+        New links to new iso_8859-11.7
+
+iso-8859-4.7
+iso_8859_4.7
+latin4.7
+    Michael Kerrisk
+        New links to new iso_8859-4.7
+
+iso-8859-6.7
+iso_8859_6.7
+    Michael Kerrisk
+        New links to new iso_8859-6.7
+
+tis-620.7
+    Michael Kerrisk
+        New link to new iso_8859-11.7
+
+
+Global changes
+--------------
+
+clock_nanosleep.2
+getrusage.2
+timerfd_create.2
+clock.3
+clock_getcpuclockid.3
+ftime.3
+pthread_create.3
+pthread_getcpuclockid.3
+pthread_tryjoin_np.3
+sem_wait.3
+time.7
+    Michael Kerrisk
+        Global fix: Fix xrefs to clock_*.? pages to reflect move to section 2
+
+clock_nanosleep.2
+execve.2
+fork.2
+nanosleep.2
+sigaction.2
+timerfd_create.2
+pthread_getcpuclockid.3
+ualarm.3
+usleep.3
+pthreads.7
+time.7
+    Michael Kerrisk
+        Global fix: s/(3)/(2)/ in section number xrefs for timer_*() API
+            The POSIX timers API is implemented (mostly) within the kernel,
+            so thse interfaces are system calls.  Although there are as yet
+            no man pages, when they are added they should be in Section 2,
+            not 3.  Therefore fix those pages that currently refer to these
+            interfaces as being in Section 3.
+
+
+Changes to individual pages
+---------------------------
+
+capget.2
+    Andi Kleen
+        Add some details and relocate a paragraph
+            While writing a little program using capset
+            I found the capset manpage quite light on crucial
+            details and I had to resort to RTFS.
+
+            This patch improves the points I found unclear
+            and also moves one misplaced paragraph around.
+
+clock_getres.2
+    Michael Kerrisk
+        Move page from Section 3 to Section 2
+
+eventfd.2
+    Michael Kerrisk
+        glibc eventfd() supports the use of eventfd2() since version 2.9
+
+fork.2
+    Michael Kerrisk
+        SEE ALSO: add daemon(3)
+
+getdents.2
+    Michael Kerrisk
+        Remove unneeded HAVE_D_TYPE from example program
+            Since d_type will always just return DT_UNKNOWN before
+            kernel 2.6.4, we don't need to use a conditional for
+            determining whether we use this flag.
+
+nanosleep.2
+    Michael Kerrisk
+        Relocated misplaced BUGS heading
+
+select_tut.2
+    Michael Kerrisk
+        Clean up error checking in example program (no semantic changes)
+    Michael Kerrisk
+        Many parts tidied and rewritten
+            Remove some redundant text, clarify various pieces,
+            tidy example code, etc.
+    Michael Kerrisk
+        Bug fixes + rewrites in example program
+            Sebastien pointed out that the first example program
+            wrongly thinks it can count signals.
+            Also, some further rewrites by mtk.
+
+socket.2
+    Michael Kerrisk
+        BUGS: Remove discussion SOCK_UUCP
+            As time goes on, this sentence becomes less a piece of humor,
+            and more a puzzle.
+
+stat.2
+    Michael Kerrisk
+        Note that open(O_NOATIME) also causes st_atime not to be updated
+
+timerfd_create.2
+    Michael Kerrisk
+        Add BUGS noting that timerfd supports fewer clock types than
+        timer_create()
+
+btowc.3
+    Michael Kerrisk
+        SEE ALSO: add wctob(3)
+
+clock_getcpuclockid.3
+    Michael Kerrisk
+        SEE ALSO: add pthread_getcpuclockid(3)
+
+cos.3
+    Michael Kerrisk
+        SEE ALSO: add sincos(3)
+
+fexecve.3
+    Timo Sirainen
+        Note that fexecve() depends on a mounted /proc
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514043
+    Michael Kerrisk
+        CONFORMING TO: note addition of fexecve() in POSIX.1-2008
+    Michael Kerrisk
+        'fd' must be opened read-only and refer to a file that is executable
+
+fmemopen.3
+    Michael Kerrisk
+        CONFORMING TO: note that these functions are in POSIX.1-2008
+
+getifaddrs.3
+    Lucio Maciel
+        Fix memory leak in example program
+    Petr Baudis
+        Various small fixes
+
+getpwnam.3
+    Michael Kerrisk
+        SEE ALSO: add getspnam(3)
+
+getumask.3
+    Michael Kerrisk
+        Updated glibc version number in NOTES
+
+ilogb.3
+    Michael Kerrisk
+        SEE ALSO: add significand(3)
+
+intro.3
+    Michael Kerrisk
+        SEE ALSO: add libc(7)
+
+isalpha.3
+    Michael Kerrisk
+        Fix statement that isalpa() is obsolete; should be isascii()
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512709
+    Michael Kerrisk
+        SEE ALSO: add toascii(3)
+
+mq_notify.3
+    Michael Kerrisk
+        Add cross reference to pthread_attr_init(3)
+
+pthread_attr_setaffinity_np.3
+    Michael Kerrisk
+        SYNOPSIS: Fix declaration of 'attr'
+
+pthread_getcpuclockid.3
+    Michael Kerrisk
+        SYNOPSIS: fix type of 'thread'
+
+qsort.3
+    Michael Kerrisk
+        EXAMPLE: remove unnecessary "#include <unistd.h>"
+
+random.3
+    Michael Kerrisk
+        SEE ALSO: add random_r(3)
+
+remainder.3
+    Michael Kerrisk
+        SEE ALSO: add div(3)
+
+scandir.3
+    Michael Kerrisk
+        CONFORMING TO: alphasort() and scandir() are added to POSIX.1-2008
+    Michael Kerrisk
+        CONFORMING TO: note that versionsort() was added to glibc in
+        version 2.1
+
+sem_wait.3
+    Michael Kerrisk
+        SEE ALSO: add clock_gettime(2)
+
+significand.3
+    Michael Kerrisk
+        Add CONFORMING TO noting that this function is unstandardized
+
+sigwait.3
+    Michael Kerrisk
+        Add EXAMPLES section referring to pthread_sigmask(3)
+
+sin.3
+    Michael Kerrisk
+        SEE ALSO: add sincos(3)
+
+stpcpy.3
+    Michael Kerrisk
+        Add BUGS section noting the possibility of buffer overruns
+    Michael Kerrisk
+        Add missing pieces/fix various problems in example program
+    Michael Kerrisk
+        CONFORMING TO: stpcpy() is nowadays on the BSDs
+    Michael Kerrisk
+        SEE ALSO: add stpcpy.3
+
+wcscasecmp.3
+    Michael Kerrisk
+        CONFORMING TO: note that this function is added in POSIX.1-2008
+
+wcsdup.3
+    Michael Kerrisk
+        CONFORMING TO: note that this function was added in POSIX.1-2008
+
+wcsncasecmp.3
+    Michael Kerrisk
+        CONFORMING TO: note that this function is added in POSIX.1-2008
+
+wctob.3
+    Michael Kerrisk
+        SEE ALSO: add btowc(3)
+
+proc.5
+    Michael Kerrisk
+        Remove mention of epoll/max_user_instances
+            (Since this interface appeared in 2.6.28, and then
+            disappeared in 2.6.29.)
+
+ascii.7
+    Michael Kerrisk
+        Update SEE ALSO list to include pages added in 3.17
+    Michael Kerrisk
+        SEE ALSO: add recently added iso_8859-*(7) pages
+
+epoll.7
+    Michael Kerrisk
+        remove documentation of /proc/sys/fs/epoll/max_user_instances
+            This /proc interface appeared in 2.6.28. but will be
+            removed in 2.6.29.
+
+            Also, document change in default value of
+            /proc/sys/fs/epoll/max_user_watches (was 1/32 of lowmem,
+            now 1/25 of lowmem).
+
+koi8-r.7
+    Michael Kerrisk
+        SEE ALSO: add koi8-u(7); remove crufty text
+
+standards.7
+    Michael Kerrisk
+        Update to note that latest POSIX/SUS was ratified in 2008
+
+time.7
+    Michael Kerrisk
+        SEE ALSO: add pthread_getcpuclockid(3)
+
+
+==================== Changes in man-pages-3.19 ====================
+
+Released: 2009-02-20, Putaruru
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Christian Siebert <christian.siebert@gmail.com>
+Jan Engelhardt <jengelh@medozas.de>
+Jens Thoms Toerring <jt@toerring.de>
+Kir Kolyshkin <kir@openvz.org>
+Mark Hills <mark@pogo.org.uk>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Parag Warudkar <parag.lkml@gmail.com>
+Peter Zijlstra <a.p.zijlstra@chello.nl>
+Sami Liedes <sliedes@cc.hut.fi>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+timer_create.2
+    Michael Kerrisk
+        New page documenting timer_create(2)
+
+timer_delete.2
+    Michael Kerrisk
+        New page documenting timer_delete(2)
+
+timer_getoverrun.2
+    Michael Kerrisk
+        New page documenting timer_getoverrun(2)
+
+timer_settime.2
+    Michael Kerrisk
+        New page documenting timer_settime(2) and timer_gettime(2)
+
+
+New and changed links
+---------------------
+
+timer_gettime.2
+    Michael Kerrisk
+        New link to new timer_settime.2
+
+
+Global changes
+--------------
+
+Various pages
+    Kir Kolyshkin
+        Trivial punctuation fixes in SEE ALSO
+            In SEE ALSO, when a few man pages are referenced, those
+            are divided by commas.  Every reference is on a separate
+            line, and all lines but the last one should end with
+            comma. I spotted one place where there is no comma in
+            between references, and mocked up an awk script to find
+            similar places:
+
+            for f in man*/*; do
+                awk '
+                    /^.SH ["]SEE ALSO["]/ {
+                        sa=1; print "== " FILENAME " =="; print; next
+                    }
+                    /^\.(PP|SH)/ {
+                        sa=0; no=0; next
+                    }
+                    /^\.BR/ {
+                        if (sa==1) {
+                            print;
+                            if (no == 1)
+                                print "Missing comma in " FILENAME " +" FNR-1; no=0
+                        }
+                    }
+                    /^\.BR .*)$/ {
+                        if (sa==1)
+                            no=1;
+                        next
+                    }
+                    /\.\\"/ {next}
+                    /.*/ {
+                        if (sa==1) {
+                            print; next
+                        }
+                    }
+                ' $f;
+            done | fgrep 'Missing comma'
+
+            This patch fixes all the places found by the above script.
+
+            Also, there is an extra dot at the end of uri.7 "SEE ALSO"
+            section.  Removed as per man-pages(7) recommendation.
+
+
+Changes to individual pages
+---------------------------
+
+getitimer.2
+clock_getcpuclockid.3
+time.7
+    Michael Kerrisk
+        SEE ALSO: add timer_create(2)
+
+getitimer.2
+    Michael Kerrisk
+        Rename arguments for consistency with other timer pages
+            Also some other minor wording improvements
+
+splice.2
+    Mark Hills
+        ERRORS: Add EINVAL case for file opened O_APPEND
+            Target file cannot be opened in append (O_APPEND) mode
+
+            In kernels prior to v2.6.27 splice() to a file in
+            append mode is broken, and since that version it is
+            disallowed. It is possible this behaviour may change
+            in the future; see the kernel commit message
+            (efc968d450e013049a662d22727cf132618dcb2f) for more
+            information.
+
+syscalls.2
+    Michael Kerrisk
+        Note that getpmsg(2) and putmsg(2) are unimplemented
+            See See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514771
+
+timerfd_create.2
+    Michael Kerrisk
+        ERRORS: add EFAULT
+
+timerfd_create.2
+    Michael Kerrisk
+        Rename timerfd_settime() 'curr_value' arg to 'old_value'
+            For consistency with related pages.
+
+vm86.2
+    Parag Warudkar
+        CONFORMING TO: Add 32-bit specific
+            Note that this call is only on *32-bit* Intel
+
+mq_open.3
+    Michael Kerrisk
+        ERRORS: add ENOENT error for name == "/"
+
+mq_open.3
+    Michael Kerrisk
+        ERRORS: Add EACCES error for name containing > 1 slash
+
+sem_open.3
+    Michael Kerrisk
+        ERRORS: add EINVAL error where name == "/"
+
+sem_open.3
+    Jens Thoms Toerring
+        Add case of non-well-formed name to ENOENT
+
+shm_open.3
+    Michael Kerrisk
+        Clarify rules for construction of shared memory object names
+
+proc.5
+    Michael Kerrisk
+        Add description of /proc/sys/kernel/sysrq
+            Reported by: Goerghe Cosorea <gheorghe.coserea@gmail.com>
+
+proc.5
+    Michael Kerrisk
+        Put /proc/modules entry in correct alphabetical order
+
+ascii.7
+    Kir Kolyshkin
+        Fix formatting of tables on second page to use monospaced font
+
+mq_overview.7
+    Michael Kerrisk
+        Clarify construction rules for message queue object names
+
+sem_overview.7
+    Michael Kerrisk
+        Clarify construction rules for semaphore object names
+            See also http://groups.google.com/group/comp.os.linux.development.apps/browse_thread/thread/b4a67caa765cb65f
+
+
+
+==================== Changes in man-pages-3.20 ====================
+
+Released: 2009-03-31, Christchurch
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Alan Curry <pacman@kosh.dhis.org>
+Américo Wang <xiyou.wangcong@gmail.com>
+Andi Kleen <andi@firstfloor.org>
+Carlos O'Donell <carlos@systemhalted.org>
+Chunming Chang <cchang@aerohive.com>
+Colin Watson <cjwatson@debian.org>
+Eelco Dolstra <e.dolstra@tudelft.nl>
+Jan Engelhardt <jengelh@medozas.de>
+Jens Thoms Toerring <jt@toerring.de>
+Johannes Stezenbach <js@sig21.net>
+Leandro A. F. Pereira <leandro@tia.mat.br>
+Martin Gebert <martin.gebert@alpha-bit.de>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Mike O'Connor <stew@vireo.org>
+Mike Frysinger <vapier@gentoo.org>
+Nikanth Karthikesan <knikanth@suse.de>
+Reuben Thomas <rrt@femur.dyndns.org>
+Reuben Thomas <rrt@sc3d.org>
+Roland McGrath <roland@redhat.com>
+Sam Varshavchik <mrsam@courier-mta.com>
+Simon Gomizelj <simongmzlg@gmail.com>
+Tanaka Akira <akr@fsij.org>
+Teddy Hogeborn <teddy@fukt.bsnet.se>
+Walter Jontofsohn <wjontofs@atriumberlin.de>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+cpuid.4
+    Andi Kleen
+        New page for cpuid access device
+
+msr.4
+    Andi Kleen
+        New page documenting x86 CPU MSR access device
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+proc.5
+    Américo Wang
+        Document /proc/sys/vm/swappiness
+    Michael Kerrisk
+        Document /proc/sysrq-trigger
+
+
+Global changes
+--------------
+
+timer_create.2
+timer_delete.2
+timer_getoverrun.2
+timer_settime.2
+numa.7
+    Michael Kerrisk
+        Make source layout of 'Link with' text consistent with other pages
+            No actual change to formatted output, but this makes the
+            page sources more consistent for the purpose of grepping, etc.
+
+mempcpy.3
+signbit.3
+significand.3
+    Michael Kerrisk
+        Global fix: acknowledge FSF in copyright
+            These pages are heavily based on original material in
+            glibc info pages, but the comments in the source of the pages
+            did not acknowledge the FRF copyright on the original material.
+            Fix that.
+
+accept.2
+read.2
+recv.2
+send.2
+write.2
+    Michael Kerrisk
+        Fix discussion of EAGAIN/EWOULDBLOCK errors
+            For a non-blocking socket, POSIX.1-2001/2008 allow either
+            EAGAIN or EWOULDBLOCK to be returned in cases where a call
+            would have blocked.  Although these constants are defined
+            with the same value on most Linux architectures (PA-RISC
+            is the exception), POSIX.1 does not require them to have
+            the same value.  Therefore, a portable application using
+            the sockets API should test for both errors when checking
+            this case.
+
+            (NB POSIX.1 only mentions EWOULDBLOCK in the context of
+            the sockets interfaces.)
+
+            Change made after a note cross-posted on linux-arch@vger,
+            http://thread.gmane.org/gmane.linux.debian.ports.hppa/5615
+            and a suggestion for write(2) from Carlos O'Donell
+
+basename.3
+getgrent.3
+getgrnam.3
+getpwent.3
+getpwnam.3
+readdir.3
+    Michael Kerrisk
+        Note that returned pointer should not be given to free()
+
+armscii-8.7
+cp1251.7
+iso_8859-10.7
+iso_8859-11.7
+iso_8859-13.7
+iso_8859-14.7
+iso_8859-15.7
+iso_8859-16.7
+iso_8859-2.7
+iso_8859-3.7
+iso_8859-4.7
+iso_8859-5.7
+iso_8859-6.7
+iso_8859-7.7
+iso_8859-8.7
+iso_8859-9.7
+koi8-r.7
+koi8-u.7
+    Michael Kerrisk
+        Add explicit character set encoding to first line of source
+            Nowadays mandb has provision to understand a character set
+            encoding that is explicitly indicated in the first line
+            of the source.  As pointed out by Colin Watson, including
+            such an explicit indication on pages encoded in anything
+            other than ISO 8859-1 or UTF-8 is useful for man-pages
+            that aren't shipped in UTF-8.
+
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519209
+            and for some other background (responded to by Colin Watson
+            in the above report):
+            http://thread.gmane.org/gmane.comp.internationalization.linux/6040
+            ("man page encoding", 5 Jul 2005)
+
+
+Changes to individual pages
+---------------------------
+
+fallocate.2
+    Michael Kerrisk
+        VERSIONS: glibc support is provided since version 2.10
+
+fcntl.2
+    Michael Kerrisk
+        Remove mention of EWOULDBLOCK from discussion of mandatory locking
+            In the kernel, the error on encountering a mandatory lock is
+            EAGAIN.  Although EAGAIN and EWOULDBLOCK are the same on
+            most Linux architectures, on some they are not, so don't
+            mention EWOULDBLOCK as it is misleading.  (Mea culpa.)
+
+getcontext.2
+    Michael Kerrisk
+        Note that POSIX.1-2008 removes the specification of getcontext()
+
+getitimer.2
+    Michael Kerrisk
+        Note that POSIX.1-2008 recommends POSIX timers API instead of this API
+
+gettimeofday.2
+    Michael Kerrisk
+        Note that POSIX.1-2008 recommends clock_gettime() instead of this API
+
+ptrace.2
+    Michael Kerrisk
+        Note use of 'data' for PTRACE_SYS{CALL,EMU} and PTRACE_*_SINGLESTEP
+            These operations use the 'data' argument as a signal number,
+            like PTRACE_CONT.
+
+ptrace.2
+    Mike Frysinger
+        only reference <sys/user.h>
+            The kernel no longer installs linux/user.h, so update
+            references to sys/user.h.
+
+recv.2
+    Michael Kerrisk
+        Add 'iovec' defn to defn of 'msghdr' structure
+            The 'msghdr' structure includes a field of type 'iovec',
+            so show the definition of that structure in this page.
+
+rename.2
+    Michael Kerrisk
+        Make ENOENT description consistent with POSIX.1-2008
+
+timerfd_create.2
+    Michael Kerrisk
+        ERRORS: add EINVAL for invalid 'flags' for timer_settime()
+
+truncate.2
+    Michael Kerrisk
+        SYNOPSIS: Fix description of feature test macro requirements
+            After a report by Arvid Norlander.
+
+bcopy.3
+    Michael Kerrisk
+        Note that POSIX.1-2008 removes specification of bcopy()
+
+bsd_signal.3
+    Michael Kerrisk
+        Note that POSIX.1-2008 recommends sigaction(2) instead of this API
+
+ctime.3
+    Michael Kerrisk
+        Note that POSIX.1-2008 recommends strftime(3) instead of these functions
+
+ecvt.3
+    Michael Kerrisk
+        Note that POSIX.1-2008 recommends sprintf(3) instead of these functions
+
+gcvt.3
+    Michael Kerrisk
+        Note that POSIX.1-2008 recommends sprintf(3) instead of this function
+
+getcwd.3
+    Michael Kerrisk
+        Note that getcwd() should be used instead of the obsolete getwd()
+
+getgrent.3
+    Michael Kerrisk
+        Returned buffer may be statically allocated and overwritten by
+        later calls
+
+gethostbyname.3
+    Michael Kerrisk
+        POSIX.1-2008 recommends getaddrinfo(3) and getnameinfo(3) instead
+
+getnetent_r.3
+    Michael Kerrisk
+        Fix function name in text: s/getnetbynumber_r/getnetbyaddr_r/
+            The SYNOPSIS showed the right function name (getnetbyaddr_r),
+            but the text repeatedly used the wrong name (getnetbynumber_r).
+            Probably, this was a cut-and-paste error.
+
+getpwent.3
+    Michael Kerrisk
+        Returned buffer may be statically allocated and overwritten by
+        later calls
+
+index.3
+    Michael Kerrisk
+        Note that POSIX.1-2008 recommends strchr(3) and strrchr(3) instead
+
+isalpha.3
+    Michael Kerrisk
+        Explain why POSIX.1-2008 marks isascii(3) obsolete
+
+lockf.3
+    Nikanth Karthikesan
+        Update pointer to documentation in kernel source
+
+makecontext.3
+    Michael Kerrisk
+        Note that POSIX.1-2008 recommends the use of POSIX threads instead
+
+mq_notify.3
+    Michael Kerrisk
+        Document the POSIX.1-2008 optional EINVAL error
+            POSIX.1-2008 allows an optional EINVAL error if
+            notification==NULL and the caller is not currently
+            registered to receive notifications.
+
+posix_fallocate.3
+    Michael Kerrisk
+        Clarify that EINVAL also occurs of 'len' *equals* zero
+            See http://bugzilla.kernel.org/show_bug.cgi?id=12919
+
+posix_fallocate.3
+    Michael Kerrisk
+        Document POSIX.1-2001 and POSIX.1-2008 specifications for EINVAL error
+            See http://bugzilla.kernel.org/show_bug.cgi?id=12919
+
+posix_memalign.3
+    Michael Kerrisk
+        Document handling of size==0 case for posix_memalign()
+
+pthread_exit.3
+    Michael Kerrisk
+        Fix error in DESCRIPTION: s/pthread_create/pthread_exit/
+
+realpath.3
+    Michael Kerrisk
+        Rework resolved_path==NULL discussion w.r.t. POSIX.1-200[18]
+            Although the page already mentioned the resolved_path==NULL
+            feature, and that this feature was added in POSIX.1-2008, there
+            was still some crufty text in BUGS that hadn't been updated to
+            reflect the POSIX.1-2008 changes.
+
+            Also, some other minor wording and grammar fixes.
+
+scalb.3
+    Michael Kerrisk
+        Note that POSIX.1-2008 recommends scalbln*(3) instead
+
+seekdir.3
+    Michael Kerrisk
+        SYNOPSIS: Fix type of 'offset' argument: s/off_t/long/
+            And add a NOTES section pointing out that 'off_t'
+            was indeed used in glibc 2.1.1 and earlier.
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519230
+
+sem_post.3
+    Michael Kerrisk
+        Document EOVERFLOW error
+
+shm_open.3
+    Michael Kerrisk
+        Recast discussion on name length to exclude terminating NULL byte
+            Probably it's clearer to describe the length of the IPC object
+            name as a count that excludes the null terminator.
+
+siginterrupt.3
+    Michael Kerrisk
+        Note that POSIX.1-2008 recommends sigaction() instead
+
+sigset.3
+    Michael Kerrisk
+        Note APIs that POSIX.1-2008 recommends instead of these obsolete APIs
+
+strftime.3
+    Michael Kerrisk
+        Small fix to description of %G
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516677
+
+strftime.3
+    Michael Kerrisk
+        Add details on ISO 8601 week-based dates
+            ISO 8602 week-based dates are relevant for %G, %g, and %V,
+            and the existing details on these dates are a little thin.
+
+strftime.3
+    Michael Kerrisk
+        Remove mention of year from ISO 8601 standard
+            The text mentioned the 1988 8601 standard, but there have
+            already been two revisions of the standard since then, so
+            simply remove mention of the year.
+
+telldir.3
+    Michael Kerrisk
+        SYNOPSIS: Fix return type: s/off_t/long/
+            And add a NOTES section pointing out that 'off_t'
+            was indeed used in glibc 2.1.1 and earlier.
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519230
+
+timeradd.3
+    Michael Kerrisk
+        Note that on some systems, <=, >=, == don't work for timercmp()
+
+timeradd.3
+    Michael Kerrisk
+        SYNOPSIS: Fix return types of timerisset() and timercmp()
+
+toascii.3
+    Michael Kerrisk
+        Note why POSIX.1-2008 marks this function obsolete
+
+console_ioctl.4
+    Alan Curry
+        Fix 'argp' type for KDGETLED description
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517485
+
+group.5
+    Michael Kerrisk
+        Various minor rewordings and improvements
+
+resolv.conf.5
+    Michael Kerrisk
+        Document 'ip6-bytestring' option
+
+resolv.conf.5
+    Michael Kerrisk
+        Document 'edns0' option
+
+resolv.conf.5
+    Michael Kerrisk
+        Document 'ip6-dotint' / 'no-ip6-dotint' option
+
+resolv.conf.5
+    Michael Kerrisk
+        Note that maximum value of 'ndots' option is capped to 15
+
+resolv.conf.5
+    Michael Kerrisk
+        Note that maximum value of 'timeout' option is capped to 30
+
+hier.7
+    Michael Kerrisk
+        Add description of /srv
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520904
+
+ip.7
+    Michael Kerrisk
+        Fix type used to declare sin6_port
+            The page should use the type specified by POSIX,
+            rather than the (equivalent) type used in the kernel
+
+ipv6.7
+    Teddy Hogeborn
+        Fix types used to declare sin6_family and sin6_port
+            The page should use the types specified by POSIX,
+            rather than the (equivalent) types used in the kernel.
+
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517074
+
+mq_overview.7
+    Michael Kerrisk
+        Recast discussion on name length to exclude terminating NULL byte
+            Probably it's clearer to describe the length of the IPC object
+            name as a count that excludes the null terminator.
+
+rtld-audit.7
+    Michael Kerrisk
+        Note that multiple libraries in LD_AUDIT doesn't work
+            This is reportedly fixed in glibc 2.10.
+            See http://sourceware.org/bugzilla/show_bug.cgi?id=9733
+
+sem_overview.7
+    Michael Kerrisk
+        Fix discussion of length of semaphore names
+            Because of the "sem." prefix added by glibc to a semaphore
+            name, the limit on the length of the name (excluding the
+            terminating null byte) is 251 characters.
+
+
+==================== Changes in man-pages-3.21 ====================
+
+Released: 2009-04-15, Los Gatos
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Frank Dana <ferdnyc@gmail.com>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Roman Byshko <rbyshko@gmail.com>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+pthread_setconcurrency.3
+    Michael Kerrisk
+        New page documenting pthread_setconcurrency(3) and
+        pthread_getconcurrency(3)
+
+pthread_yield.3
+    Michael Kerrisk
+        New page documenting pthread_yield(3)
+
+
+New and changed links
+---------------------
+
+pthread_getconcurrency.3
+    Michael Kerrisk
+        New link to new pthread_setconcurrency(3)
+
+Changes to individual pages
+---------------------------
+
+initrd.4
+    Michael Kerrisk
+        Various minor wording improvements
+
+initrd.4
+    Frank Dana
+        Add missing word in description
+
+feature_test_macros.7
+    Michael Kerrisk
+        Update for glibc 2.10 changes to <features.h>
+            From glibc 2.10, <features.h> understands the values 200809
+            for _POSIX_C_SOURCE and 700 for _XOPEN_SOURCE, and makes
+            corresponding changes to defaults for other feature test macros.
+    Michael Kerrisk
+        Add an example program
+            This example program makes it possible to explore what
+            feature test macros are set depending on the glibc version
+            and the macros that are explicitly set.
+
+ldconfig.8
+    Michael Kerrisk
+        /etc/ld.so.conf also include libraries found in /lib and /usr/lib
+
+
+==================== Changes in man-pages-3.22 ====================
+
+Released: 2009-07-25, Munich
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Adrian Dewhurst <sailor@sailorfrag.net>
+Alexander Lamaison <awl03@doc.ic.ac.uk>
+Bryan Østergaard <kloeri@exherbo.org>
+Christopher Head <chead@telus.net>
+Doug Goldstein <cardoe@gentoo.org>
+Florentin Duneau <fduneau@gmail.com>
+Gokdeniz Karadag <gokdenizk@gmail.com>
+Jeff Moyer <jmoyer@redhat.com>
+KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
+Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
+Mark Hills <mark@pogo.org.uk>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Mike Frysinger <vapier@gentoo.org>
+Petr Baudis <pasky@suse.cz>
+Reimar Döffinger <Reimar.Doeffinger@gmx.de>
+Ricardo Garcia <rg3.zeluan@gmail.com>
+Rui Rlex <rui.rlex@gmail.com>
+Shachar Shemesh <shachar@debian.org>
+Tolga Dalman <tdalman@project-psi.org>
+ku roi <kuroibox@yahoo.de>
+sobtwmxt <sobtwmxt@sdf.lonestar.org>
+
+Apologies if I missed anyone!
+
+
+Changes to individual pages
+---------------------------
+
+clone.2
+    Michael Kerrisk
+        Rewrite crufty text about number of args in older version of clone()
+                Some bit rot had crept in regarding the discussion of the
+                number of arguments in older versions of this syscall.
+                Simplify the text to just say that Linux 2.4 and earlier
+                didn't have ptid, tls, and ctid arguments.
+
+                See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533868
+    Michael Kerrisk
+        Fix version number for CLONE_NEWIPC
+            It's 2.6.19, not 2.4.19.
+    Michael Kerrisk
+        Fix errors in argument names in text (ptid, ctd)
+
+execve.2
+    Mike Frysinger
+        Remove erroneous statement that pending signal set is cleared
+        on execve(2).
+
+fcntl.2
+    Michael Kerrisk
+        The kernel source file mandatory.txt is now mandatory-locking.txt
+    Michael Kerrisk
+        The Documentation/* files are now in Documentation/filesystems
+
+flock.2
+    Michael Kerrisk
+        Remove unneeded reference to Documentation/mandatory.txt
+            Mandatory locks are only implemented by fcntl() locking
+    Michael Kerrisk
+        The Documentation/* files are now in Documentation/filesystems
+
+fork.2
+    Jeff Moyer
+        Document fork() behaviour for the Linux native AIO io_context
+            It was noted on lkml that the fork behaviour is documented
+            for the POSIX AIO calls, but not for the Linux native calls.
+            Here is a patch which adds a small blurb that folks will
+            hopefully find useful.
+
+            Upon fork(), the child process does not inherit the
+            io_context_t data structures returned by io_setup,
+            and thus cannot submit further asynchronous I/O or
+            reap event completions for said contexts.
+
+getdents.2
+    Michael Kerrisk
+        The d_type field is fully supported on Btrfs
+
+mount.2
+    Michael Kerrisk
+        Document MS_STRICTATIME, update description of MS_RELATIME
+            Starting with Linux 2.6.30, the MS_RELATIME behavior became
+            the default, and MS_STRICTATIME is required to obtain the
+            traditional semantics.
+
+poll.2
+    Michael Kerrisk
+        Remove EBADF error from ERRORS
+            As reported by Motohiro:
+
+            "man poll" describe this error code.
+
+            >ERRORS
+            > EBADF  An invalid file descriptor was given in one of the sets.
+
+            but current kernel implementation ignore invalid file descriptor,
+            not return EBADF.
+            ...
+
+            In the other hand, SUSv3 talk about
+
+            > POLLNVAL
+            >  The specified fd value is invalid. This flag is only valid in the
+            >  revents member; it shall ignored in the events member.
+
+            and
+
+            > If the value of fd is less than 0, events shall be ignored, and
+            > ireevents shall be set to 0 in that entry on return from poll().
+
+            but, no desribe EBADF.
+            (see http://www.opengroup.org/onlinepubs/009695399/functions/poll.html)
+
+            So, I think the implementation is correct.
+
+            Why don't we remove EBADF description?
+
+sigaction.2
+    Michael Kerrisk
+        Expand description of si_utime and si_stime fields of siginfo_t
+
+stat.2
+    Michael Kerrisk
+        Improve wording of ENOTDIR error
+
+syscalls.2
+    Michael Kerrisk
+        Add preadv() and pwritev(), new in kernel 2.6.30
+
+wait.2
+    Gokdeniz Karadag
+        Document CLD_DUMPED and CLD_TRAPPED si_code values
+
+daemon.3
+    Michael Kerrisk
+        Clarify discussion of 'noclose' and 'nochdir' arguments
+
+ffs.3
+    Petr Baudis
+        SEE ALSO: add memchr(3)
+
+fmemopen.3
+    Petr Baudis
+        Relocate BUGS section to correct position
+    Petr Baudis
+        NOTES: there is no file descriptor associated with the returned stream
+            Alexander Lamaison pointed out that this is not obvious
+            from the documentation, citing an example with passing the
+            FILE * handle to a function that tries to fstat() its
+            fileno() in order to determine the buffer size.
+    Michael Kerrisk
+        CONFORMING TO: remove note that these functions are GNU extensions
+            That sentence is now redundant, since these functions
+            are added in POSIX.1-2008.
+
+lockf.3
+    Michael Kerrisk
+        Clarify relationship between fcntl() and lockf() locking
+
+memchr.3
+    Petr Baudis
+        SEE ALSO: add ffs(3)
+
+readdir.3
+    Michael Kerrisk
+        The d_type field is fully supported on Btrfs
+
+setjmp.3
+    Mike Frysinger
+        Fix typo and clarify RETURN description
+            The word "signal" was duplicated in NOTES, and the RETURN
+            section refers to setjmp() and sigsetjmp(), and mentions
+            longjmp(), but not siglongjmp().
+
+strcmp.3
+    Petr Baudis
+        SEE ALSO: add strverscmp(3)
+
+strcpy.3
+    Mark Hills
+        SEE ALSO: Add strdup(3)
+
+complex.7
+    Michael Kerrisk
+        Add missing header file for example program
+    Reimar Döffinger
+        Fix type used in example code
+        man complex (from release 3.18) contains the following code:
+            complex z = cexp(I * pi);
+        Reading the C99 standard, "complex" is not a valid type,
+        and several compilers (Intel ICC, ARM RVCT) will refuse to compile.
+        It should be
+            double complex z = cexp(I * pi); instead.
+
+environ.7
+    Michael Kerrisk
+        Note that last element in environ array is NULL
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528628
+    Michael Kerrisk
+        Wording fixes
+
+mq_overview.7
+    Michael Kerrisk
+        Note that mkdir and mount commands here need superuser privilege
+    Michael Kerrisk
+        Fix example showing contents of /dev/mqueue file
+
+standards.7
+    Michael Kerrisk
+        Remove references to dated books
+            Gallmeister and Lewine are rather old books. Probably,
+            there are better books to consult nowadays, and anyway,
+            this man page isn't intended to be a bibliography.
+
+
+==================== Changes in man-pages-3.23 ====================
+
+Released: 2009-09-30, Munich
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Aaron Gardner <aaron.j.gardner@gmail.com>
+Andrey Vihrov <vihrov@gmail.com>
+Christoph Hellwig <hch@lst.de>
+Georg Sauthoff <gsauthof@techfak.uni-bielefeld.de>
+Leslie P. Polzer <sky@viridian-project.de>
+Marc Lehmann <debian-reportbug@plan9.de>
+Mark Hills <mark@pogo.org.uk>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Mike Frysinger <vapier@gentoo.org>
+Nicolas François <nicolas.francois@centraliens.net>
+Serge Hallyn <serue@us.ibm.com>
+Siward de Groot <siward@ziggo.nl>
+rui rlex <rui.rlex@gmail.com>
+
+Apologies if I missed anyone!
+
+
+Changes to individual pages
+---------------------------
+
+execve.2
+pipe.2
+tee.2
+fmemopen.3
+mq_notify.3
+qsort.3
+    Michael Kerrisk
+        Replace use of assert() by code that checks argc
+            See http://bugzilla.kernel.org/show_bug.cgi?id=13569
+
+            As noted by Andrey:
+            The purpose of the assert macro, defined in <assert.h>,
+            is to provide a tool to check for programming mistakes
+            or program logic errors. However, the assert macro must
+            never be used to perform checks for run time errors,
+            since, with the NDEBUG macro defined, expressions within
+            the assert macro invocations are not evaluated/checked
+            for, resulting in behavior that was not originally intended.
+            ...
+            The pages affected in the core package are
+
+            execve(2)
+            pipe(2)
+            tee(2)
+            fmemopen(3)
+            mq_notify(3)
+            qsort(3)
+
+getrusage.2
+    Michael Kerrisk
+        ru_inblock and ru_oublock are now implemented
+            These fields of the rusage structure are filled in since
+            Linux 2.6.22.
+
+mmap.2
+    Michael Kerrisk
+        Add brief documentation of MAP_HUGETLB
+            This flag is new in 2.6.32, and serves a similar
+            purpose to the shmget() SHM_HUGETLB flag.
+
+open.2
+    Christoph Hellwig
+        add some comments on O_SYNC and friends
+
+poll.2
+    Michael Kerrisk
+        Clarify wording describing of 'nfds' argument.
+            reported by: rui rlex <rui.rlex@gmail.com>
+
+semctl.2
+    Nicolas François
+        Remove some redundant words
+
+setpgid.2
+    Michael Kerrisk
+        Add an explanation of orphaned process groups
+
+splice.2
+tee.2
+vmsplice.2
+    Mark Hills
+        Fix return type
+            Since glibc 2.7, the return type for these functions
+            is ssize_t (formerly it was long).
+
+stat.2
+    Nicolas François
+        Fix small bug in example program
+            Since it is a failure, EXIT_FAILURE looks more appropriate
+            than EXIT_SUCCESS.
+
+umount.2
+    Michael Kerrisk
+        glibc only exposes MNT_DETACH and MNT_EXPIRE since version 2.11
+            See http://sourceware.org/bugzilla/show_bug.cgi?id=10092
+
+exit.3
+    Michael Kerrisk
+        Add a pointer to explanation of orphaned process groups in setpgid(2)
+
+fflush.3
+    Michael Kerrisk
+        fflush() discards buffered input
+
+ffs.3
+    Michael Kerrisk
+        Clarify that ffsl() and ffsll() are GNU extensions
+
+getaddrinfo.3
+    Michael Kerrisk
+        Note nonstandard assumed hints.ai_flags value when hints is NULL
+            When hints is NULL, glibc assumes hints.ai_flags is
+            AI_V4MAPPED|AI_ADDRCONFIG whereas POSIX says 0.
+            According to Ulrich Drepper, glibc's behavior is better.
+
+getmntent.3
+    Mike Frysinger
+        setmntent() argument is 'filename' not 'fp'
+            The description of setmntent() formerly used the wrong
+            argument name.
+
+posix_fallocate.3
+    Nicolas François
+        Fix reference to POSIX.1-2008
+            The sentence mentions twice POSIX.1-2001.
+            I guess the second one should be POSIX.1-2008.
+            This should be checked in the standard.
+
+setenv.3
+    Michael Kerrisk
+        Improve ERRORS section
+            Add ENOMEM error; improve EINVAL description. Also, make
+            RETURN VALUE section a little more accurate in its mention
+            of errno.
+
+strftime.3
+    Nicolas François
+        Fix error in description: s/Monday/Thursday/
+
+proc.5
+    Nicolas François
+        Fix page cross reference
+            max_user_watches is better explained in epoll(7) than inotify(7).
+
+proc.5
+    Michael Kerrisk
+        dmesg is in section 1, not section 8
+
+capabilities.7
+    Michael Kerrisk
+        FS UID manipulations affect CAP_LINUX_IMMUTABLE and CAP_MKNOD
+            Nowadays, file system UID manipulations also affect
+            CAP_LINUX_IMMUTABLE (since 2.6.3) and CAP_MKNOD (since 2.6.29).
+
+capabilities.7
+    Michael Kerrisk
+        Fix version number for CAP_MKNOD in FS UID manipulations
+            A recent patch said "since 2.6.29". It should have
+            been "since 2.6.30".
+
+capabilities.7
+    Nicolas François
+        Reword a bad sentence in description of capability bounding set.
+
+mq_overview.7
+    Michael Kerrisk
+        Change documented ranges for msg_max and msgsize_max
+            Linux 2.6.28 changed the permissible ranges for
+            these /proc files.
+
+tcp.7
+udp.7
+    Nicolas François
+        Replace references to syctl interfaces with /proc
+
+
+==================== Changes in man-pages-3.24 ====================
+
+Released: 2010-02-25, Munich
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Andi Kleen <andi@firstfloor.org>
+Andries E. Brouwer <Andries.Brouwer@cwi.nl>
+Ansgar Burchardt <ansgar@2008.43-1.org>
+Bela Lubkin <filbo@armory.com>
+Bill O. Gallmeister <bog.kernel@gmail.com>
+Christoph Hellwig <hch@lst.de>
+Colin Watson <cjwatson@debian.org>
+Dan Jacobson <jidanni@jidanni.org>
+David Howells <dhowells@redhat.com>
+Denis Barbier <bouzim@gmail.com>
+Doug Manley <doug.manley@gmail.com>
+Edward Welbourne <eddy@opera.com>
+Fang Wenqi <anton.fang@gmail.com>
+Frédéric Brière <fbriere@fbriere.net>
+Garrett Cooper <yaneurabeya@yahoo.com>
+Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
+Jann Poppinga <jann.poppinga@gmx.de>
+Jason Goldfine-Middleton <jasonwoodfine@gmail.com>
+Jason Noakes <jjnoakes@gmail.com>
+Jonathan Nieder <jrnieder@gmail.com>
+Kevin <tsubasa.xw@gmail.com>
+Mark Hills <mark@pogo.org.uk>
+Markus Peuhkuri <puhuri@iki.fi>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Michael Witten <mfwitten@gmail.com>
+Mike Frysinger <vapier@gentoo.org>
+Sam Liao <phyomh@gmail.com>
+Samy Al Bahra <sbahra@repnop.org>
+Stuart Kemp <skemp@alertlogic.com>
+sunjiangangok <sunjiangangok@gmail.com>
+Tobias Stoeckmann <tobias@bugol.de>
+Vlastimil Babka <caster@gentoo.org>
+Yuri Kozlov <yuray@komyakino.ru>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+add_key.2
+    David Howells
+        New page documenting add_key(2)
+            Taken from keyutils-1.1 package.
+
+keyctl.2
+    David Howells
+        New page documenting keyctl(2)
+            Taken from keyutils-1.1 package.
+
+request_key.2
+    David Howells
+        New page documenting request_key(2)
+            Taken from keyutils-1.1 package.
+
+
+Global changes
+--------------
+
+Various pages
+    Michael Kerrisk
+        Global fix: s/non-root/unprivileged/
+
+Various pages
+    Michael Kerrisk
+        Global fix: s/non-privileged/unprivileged/
+
+Various pages
+    Michael Kerrisk
+        Global fix:  /non-superuser/unprivileged user/
+
+Various pages
+    Michael Kerrisk
+        s/non-/non/
+            The tendency in English, as prescribed in style guides like
+            Chicago MoS, is toward removing hyphens after prefixes
+            like "non-" etc.
+
+Various pages
+    Michael Kerrisk
+        Global fix: s/re-/re/
+            The tendency in English, as prescribed in style guides like
+            Chicago MoS, is toward removing hyphens after prefixes
+            like "re-" etc.
+
+Various pages
+    Michael Kerrisk
+        Global fix: s/multi-/multi/
+            The tendency in English, as prescribed in style guides like
+            Chicago MoS, is toward removing hyphens after prefixes
+            like "multi-" etc.
+
+Various pages
+    Michael Kerrisk
+        Global fix: s/pre-/pre/
+            The tendency in English, as prescribed in style guides like
+            Chicago MoS, is toward removing hyphens after prefixes
+            like "pre-" etc.
+
+Various pages
+    Michael Kerrisk
+        Global fix: s/sub-/sub/
+            The tendency in English, as prescribed in style guides like
+            Chicago MoS, is toward removing hyphens after prefixes
+            like "sub-" etc.
+
+stime.2
+time.2
+utimensat.2
+ctime.3
+difftime.3
+ftime.3
+getspnam.3
+mq_receive.3
+mq_send.3
+rtime.3
+sem_wait.3
+strftime.3
+strptime.3
+timeradd.3
+rtc.4
+core.5
+proc.5
+icmp.7
+time.7
+    Michael Witten
+        Global fix: Consistently define the Epoch
+            All definitions of the Epoch have been refactored to the following:
+
+              1970-01-01 00:00:00 +0000 (UTC)
+
+            That form is more consistent, logical, precise, and internationally
+            recognizable than the other variants.
+
+            Also, some wording has been altered as well.
+
+spu_create.2
+getopt.3
+passwd.5
+    Michael Kerrisk
+        Global fix: s/non-existing/nonexistent/
+
+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
+utimensat.2
+mkfifoat.3
+    Michael Kerrisk
+        Update feature test macro requirements
+            Starting in glibc 2.10, defining _XOPEN_SOURCE >= 700,
+            or _POSIX_C_SOURCE >= 200809 exposes the declarations of
+            these functions.
+
+
+Changes to individual pages
+---------------------------
+
+clock_getres.2
+    Michael Kerrisk
+        Update text on nonsetabble CLOCK_*_CPUTIME_ID clocks
+            SUSv3 permits, but does not require CLOCK_THREAD_CPUTIME_ID and
+            CLOCK_PROCESS_CPUTIME_ID to be settable.
+            See http://bugzilla.kernel.org/show_bug.cgi?id=11972.
+
+execve.2
+    Colin Watson
+        Fix description of treatment of caught signals
+            Caught signals reset to their default on an execve() (not
+            to being ignored).
+
+fcntl.2
+    Michael Kerrisk
+        s/F_OWNER_GID/F_OWNER_PGRP/
+            Peter Zijlstra took the name change I suggested.
+    Michael Kerrisk
+        Document F_[SG]ETOWN_EX; update details on F_SETOWN
+            Linux 2.6.32 adds F_SETOWN_EX and F_GETOWN_EX.
+            Linux 2.6.12 changed (broke) the former behavior of
+            F_SETOWN with respect to threads.
+
+intro.2
+intro.3
+    Michael Kerrisk
+        Make subsection heading consistent with other intro.? pages
+            These pages used "Copyright Terms"; the other intro.? pages
+            used "Copyright Conditions". Make these pages like the others.
+
+sendfile.2
+    Michael Kerrisk
+        Clarify behavior when 'offset' is NULL
+
+seteuid.2
+    Michael Kerrisk
+        Note unstandardized behavior for effective ID
+            POSIX.1 doesn't require that the effective ID can be changed
+            to the same value it currently has (a no-op). The man page
+            should note this, since some other implementations
+            don't permit it.
+
+setgid.2
+    Michael Kerrisk
+        Fix EPERM error description
+            s/effective group ID/real group ID/
+            This bug lived in man pages for 15 years before Jason
+            spotted it! I checked back in Linux 1.0, and the behavior
+            was as the fixed man page describes.
+
+setreuid.2
+    Michael Kerrisk
+        Add more detail on POSIX.1 specification for these syscalls
+
+setuid.2
+    Michael Kerrisk
+        Remove crufty statement that seteuid() is not in POSIX
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569812
+
+stime.2
+strftime.3
+tzset.3
+zic.8
+    Michael Witten
+        GMT -> UTC (where appropriate)
+
+sync_file_range.2
+    Christoph Hellwig
+        Add some big warnings re data integrity
+            This system call is by design completely unsuitable for any data
+            integrity operations.  Make that very clear in the manpage.
+
+CPU_SET.3
+    Vlastimil Babka
+        SYNOPSIS: Fix return types for CPU_COUNT_*()
+            These functions return 'int' not void'.
+
+confstr.3
+    Michael Kerrisk
+        Fix feature test macro requirements
+
+daemon.3
+    Michael Kerrisk
+        Fix description of 'nochdir' argument.
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554819
+
+gethostbyname.3
+    Michael Kerrisk
+        Document feature test macro requirements for herror() and hstrerror()
+            Since glibc 2.8, one of _BSD_SOURCE, _SVID_SOURCE,
+            or _GNU_SOURCE is required.
+
+getline.3
+    Michael Kerrisk
+        Update to reflect that these functions were standardized in POSIX.1-2008
+
+getnameinfo.3
+    Michael Kerrisk
+        Document feature test macros requirements for NI_MAXHOST and NI_MAXSERV
+            Since glibc 2.8, one of _BSD_SOURCE, _SVID_SOURCE, or _GNU_SOURCE
+            must be defined to obtain these definitions.
+
+getopt.3
+    Jonathan Nieder
+        Fix feature test macro requirements
+
+memchr.3
+    Michael Kerrisk
+        Add feature text macro requirements for memrchr()
+
+nextafter.3
+    Michael Kerrisk
+        Fix notable error in DESCRIPTION.
+        "less than y" should be "less than x".
+
+popen.3
+    Michael Kerrisk
+        Fix feature test macro requirements
+
+pthread_attr_setdetachstate.3
+pthread_attr_setschedparam.3
+pthread_attr_setschedpolicy.3
+    Denis Barbier
+        Argument name is 'attr' not 'thread'
+            The function argument was misnamed in the DESCRIPTION on these
+            three pages.
+
+rtnetlink.3
+    Michael Kerrisk
+        Various fixes in example code
+            Edward reported a problem in the example code, where a variable
+            seems to be misnamed. Upon inspection, there seem to be a few
+            such instances, and this patch is my best guess at how things
+            should look.
+
+sched_getcpu.3
+    Michael Kerrisk
+        Place correct header file in SYNOPSIS
+
+sleep.3
+    Bill O. Gallmeister
+        sleep() puts calling *thread* to sleep (not calling *process*)
+
+sleep.3
+    Bill O. Gallmeister
+        Add nanosleep(2) to SEE ALSO
+
+strftime.3
+    Michael Kerrisk
+        %z is defined in SUSv3
+            So, substitute "GNU" tag in man page by "SU".
+
+strftime.3
+    Michael Witten
+        Move 822-compliant date format example to EXAMPLES section
+            The RFC 822-compliant date format given in the description
+            of `%z' is now moved to the `EXAMPLES' section (note: `EXAMPLE'
+            has been renamed `EXAMPLES').
+
+            Furthermore, that format example is now actually
+            RFC 822-compliant (using `%y' instead of `%Y') and has been
+            qualified as being correct only when in the context of at least
+            an English locale. Also, `%T' is used in place of `%H:%M:%S'.
+
+            For completeness, an RFC 2822-compliant format example has been
+            similarly added.
+
+strftime.3
+    Michael Witten
+        Expand introductory text
+
+strftime.3
+    Michael Witten
+        Clarification of %z specifier
+
+string.3
+    Mark Hills
+        Add stpcpy() to this list of string functions
+
+strptime.3
+    Michael Kerrisk
+        Initialize tm structure in example program
+
+undocumented.3
+    Michael Kerrisk
+        Remove pages now documented
+            By now, the following are documented:
+
+                fopencookie(3)
+                freeifaddrs(3)
+                rawmemchr(3)
+                readdir_r(3)
+                getutmp(3)
+                getutmpx(3)
+                utmpxname(3)
+
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554819
+
+group.5
+    Michael Kerrisk
+        s/passwd/password/
+            The page inconsistently used "passwd" and "password"
+            to refer to the same field.
+
+capabilities.7
+    Michael Kerrisk
+        Update securebits discussion to use SECBIT_* flags
+
+feature_test_macros.7
+    Michael Kerrisk
+        _POSIX_C_SOURCE >= 200808 defines _ATFILE_SOURCE
+            Since glibc 2.10, _POSIX_C_SOURCE >= 200808 defines _ATFILE_SOURCE
+
+path_resolution.7
+    Michael Kerrisk
+        Add readlink(2) to SEE ALSO
+    Michael Kerrisk
+        Fix NAME line
+            The poorly constructed part preceding "\-" causes apropos
+            not to be able to find the subject.
+
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558300
+
+signal.7
+    Michael Kerrisk
+        Fix discussion of SIGUNUSED
+            Clarify that this signal really is synonymous with SIGSYS.
+            See http://bugzilla.kernel.org/show_bug.cgi?id=14449
+
+
+==================== Changes in man-pages-3.25 ====================
+
+Released: 2010-06-20, Munich
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Alexander E. Patrakov <patrakov@gmail.com>
+Andi Kleen <andi@firstfloor.org>
+Andrew Klossner <andrew@cesa.opbu.xerox.com>
+André Goddard Rosa <andre.goddard@gmail.com>
+Bo Borgerson <gigabo@gmail.com>
+Christian Franke <nobody@nowhere.ws>
+Daisuke HATAYAMA <d.hatayama@jp.fujitsu.com>
+David Sommerseth <davids@redhat.com>
+Denis Barbier <bouzim@gmail.com>
+Eric Blake <ebb9@byu.net>
+Fang Wenqi <anton.fang@gmail.com>
+Francesco Cosoleto <cosoleto@gmail.com>
+Gernot Tenchio <gernot@tenchio.de>
+Hugh Dickins <hughd@google.com>
+Ivana Hutarova Varekova <varekova@redhat.com>
+Jan Blunck <jblunck@novell.com>
+Jan Engelhardt <jengelh@medozas.de>
+Jan Kara <jack@suse.cz>
+Jeff Barry <JeffBatHome@myletters.us>
+Manfred Schwarb <manfred99@gmx.ch>
+Mark Hills <mark@pogo.org.uk>
+Martin (Joey) Schulze <joey@infodrom.org>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Mihai Paraschivescu <paraschivescu_mihail@yahoo.com>
+Mike Frysinger <vapier@gentoo.org>
+Miklos Szeredi <miklos@szeredi.hu>
+Petr Baudis <pasky@suse.cz>
+Petr Gajdos <pgajdos@suse.cz>
+Petr Uzel <petr.uzel@suse.cz>
+Pierre Habouzit <madcoder@madism.org>
+Reuben Thomas <rrt@sc3d.org>
+Rob Landley <rob@landley.net>
+Robert Wohlrab <robert.wohlrab@gmx.de>
+Serge E. Hallyn <serge@hallyn.com>
+Tolga Dalman <tdalman@project-psi.org>
+Tom Swigg <swiggtc@lsbu.ac.uk>
+Walter Harms <wharms@bfs.de>
+Yuri Kozlov <yuray@komyakino.ru>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+migrate_pages.2
+    Andi Kleen
+        New page documenting migrate_pages(2).
+            Andi's text based on the move_pages.2 page;
+            additional edits by mtk.
+            migrate_pages(2) was new in Linux 2.6.16.
+
+quotactl.2
+    Jan Kara
+        Major updates
+            Update the page to consolidate information from the
+            outdated man-pages quotactl.2 page and the quotactl.2
+            page in the "quota-tools" pachage. The page in "quota-tools"
+            has now been dropped by Jan Kara, so that there is just one
+            canonical quotactl.2 page (in pan-pages).
+    Michael Kerrisk
+            Various other pieces added to the page by mtk.
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+fcntl.2
+    Michael Kerrisk
+        Document F_SETPIPE_SZ and F_GETPIPE_SZ
+            These commands, new in kernel 2.6.35, set and get the capacity
+            of pipes.
+
+madvise.2
+    Andi Kleen
+        Document MADV_HWPOISON
+    Michael Kerrisk
+        Added documentation of MADV_MERGEABLE and MADV_UNMERGEABLE
+            These flags (used for Kernel Samepage Merging, KSM)
+            are new in 2.6.32.
+    Andi Kleen
+        Document MADV_SOFT_OFFLINE
+            This operation was added in Linux 2.6.33.
+
+mmap.2
+    Michael Kerrisk
+        Document MAP_UNINITIALIZED flag
+            New in Linux 2.6.33.
+
+prctl.2
+    Andi Kleen
+        Document the hwpoison prctls in 2.6.32
+
+sched_setscheduler.2
+    Michael Kerrisk
+        Document SCHED_RESET_ON_FORK
+            New in Linux 2.6.32
+
+umount.2
+    Michael Kerrisk
+        Document UMOUNT_NOFOLLOW
+            New in Linux 2.6.34.
+
+mkstemp.3
+    Michael Kerrisk
+        Document mkstemps() and mkostemps()
+            These functions are new in glibc 2.11. They allow the template
+            string to include a suffix after the "XXXXXX" string.
+
+proc.5
+    Michael Kerrisk
+        Document /proc/sys/vm/memory_failure_early_kill
+            New in 2.6.32. Description based on the text in
+            Documentation/sysctl/vm.txt.
+    Michael Kerrisk
+        Document /proc/sys/vm/memory_failure_recovery
+            New in Linux 2.6.32.  Description based on the text in
+            Documentation/sysctl/vm.txt.
+    Michael Kerrisk
+        Document /proc/sys/fs/pipe-max-size
+
+socket.7
+    Jan Engelhardt
+        Document SO_DOMAIN and SO_PROTOCOL
+            These read-only socket options were new in Linux 2.6.32.
+
+
+New and changed links
+---------------------
+
+fstatvfs.2
+    Michael Kerrisk
+        Adjust link to point to Section 3
+
+fstatvfs.3
+statvfs.2
+    Michael Kerrisk
+        New link to page relocated to Section 3
+
+mkstemps.3
+mkostemps.3
+    Michael Kerrisk
+        New links to mkstemp.3
+            mkstemp.3 now describes mkstemps(3) and mkostemps(3).
+
+timer_create.2
+timer_delete.2
+timer_getoverrun.2
+timer_settime.2
+getline.3
+    Michael Kerrisk
+        Add 'L' to constants in feature test macro specifications
+            Be consistent with POSIX, which uses constants such as 200809L.
+
+
+Global changes
+--------------
+
+open.2
+sync_file_range.2
+umount.2
+    Michael Kerrisk
+        Global fix: s/filesystem/file system/
+
+
+Changes to individual pages
+---------------------------
+
+fcntl.2
+    Michael Kerrisk
+        Note that glibc 2.11 papers over the kernel F_GETOWN bug
+            Since version 2.11, glibc works around the kernel limitation for
+            process groups IDs < 4096 by implementing F_GETOWN via F_GETOWN_EX.
+
+futex.2
+    Michael Kerrisk
+        Various fixes in SEE ALSO
+
+getpriority.2
+nice.2
+    Francesco Cosoleto
+        Move renice from section 8 to section 1
+
+getrusage.2
+    Mark Hills
+        Add ru_maxrss
+            See kernel commit 1f10206.
+    Mark Hills
+        Description of maintained fields
+            These descriptions are taken from NetBSD 5.0's getrusage(2).
+    Michael Kerrisk
+        Enhanced description of various fields
+
+mlock.2
+    Michael Kerrisk
+        /proc/PID/status VmLck shows how much memory a process has locked
+            After a note from Tom Swigg, it seems sensible mention VmLck here.
+
+mount.2
+    Petr Uzel
+        Fix incorrect path
+
+move_pages.2
+    Andi Kleen
+        Clarify includes/libraries
+
+mremap.2
+    Michael Kerrisk
+        Clarify existence of fifth argument.
+
+msgctl.2
+semctl.2
+shmctl.2
+    Francesco Cosoleto
+        Move ipcs from section 8 to section 1
+
+open.2
+    Michael Kerrisk
+        Remove ambiguity in text on NFS and O_EXCL.
+
+poll.2
+    Michael Kerrisk
+        Fix discussion of ppoll() timeout argument
+            1. Rename ppoll)(_ argument to "timeout_ts" to distinguish it
+               from the poll() argument in the text.
+            2. More accurately describe the poll() call that is equivalent
+               to ppoll().
+
+posix_fadvise.2
+    Michael Kerrisk
+        Add sync_file_range(2) under SEE ALSO
+
+prctl.2
+    Michael Kerrisk
+        Correct PR_SET_KEEPCAPS description
+            The "keep capabilities" flag only affects the treatment of
+            permitted capabilities, not effective capabilities.
+            Also: other improvements to make the PR_SET_KEEPCAPS text clearer.
+
+select_tut.2
+    Michael Kerrisk
+        Fix bug in example program
+
+sigaction.2
+    Michael Kerrisk
+        Add TRAP_BRANCH and TRAP_HWBKPT to si_code values for SIGTRAP
+    Michael Kerrisk
+        Rearrange text describing fields set by sigqueue(2)
+    Michael Kerrisk
+        Add details for signals sent by POSIX message queue notifications
+    Michael Kerrisk
+        Improve description of various siginfo_t fields
+    Michael Kerrisk
+        Add some details for SIGTRAP and si_trapno
+    Andi Kleen
+        Document hwpoison signal extensions
+
+statfs.2
+    Michael Kerrisk
+        Bring statfs struct type declarations closer to glibc reality
+    Fang Wenqi
+        Add definition EXT4_SUPER_MAGIC = 0xEF53
+    Michael Kerrisk
+        Document f_frsize field.
+
+statvfs.2
+    Michael Kerrisk
+        Move this page to section 3 (since it's a library call)
+
+swapon.2
+    Ivana Hutarova Varekova
+        Note effect of CONFIG_MEMORY_FAILURE on MAX_SWAPFILES
+            From 2.6.32, MAX_SWAPFILES is decreased by 1 if the kernel is
+            built with CONFIG_MEMORY_FAILURE.
+
+syscalls.2
+    Michael Kerrisk
+        Bring system call list up to date with Linux 2.6.33
+    Michael Kerrisk
+        Fix kernel version number for utimes()
+
+cproj.3
+    Michael Kerrisk
+        Note fix for C99 conformance in glibc 2.12.
+
+crypt.3
+    Petr Baudis
+        Correct note on key portion significance
+            As Marcel Moreaux notes:
+
+                The Linux manpage for crypt()[1] contains the following
+                statement as the last sentence of the NOTES section:
+
+                    In the SHA implementation the entire key is significant
+                    (instead of only the first 8 bytes in MD5).
+
+                It should probably say "DES" where it says "MD5" (and maybe
+                "MD5/SHA" where it says "SHA"), because in MD5 password hashing,
+                the entire key is significant, not just the first 8 bytes.
+
+            This patch fixes the wording.
+
+fmemopen.3
+    Michael Kerrisk
+        Bug fix in example program
+
+ftw.3
+    Michael Kerrisk
+        Note that if 'fn' changes CWD, the results are undefined
+    Michael Kerrisk
+        Clarify description of fpath argument
+            As reported by Pierre Habouzit, 'fpath' is not relative
+            to 'dirpath'. It is either relative to the calling process's
+            current working directory (if 'dirpath' was relative), or it
+            is absolute (if 'dirpath' was absolute).
+
+getaddrinfo.3
+    Christian Franke
+        Fix a field name mixup: s/ai_family/ai_flags/
+
+getline.3
+    Robert Wohlrab
+        Remove unneeded check before free()
+            The manpage of getline shows an example with an extra NULL pointer
+            check before it calls free. This is unneeded according to free(3):
+
+                 If ptr is NULL, no operation is performed.
+
+            This patch removes the "if" check.
+
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572508
+
+log.3
+log10.3
+log2.3
+    Jan Engelhardt
+        Add cross-references to other-base logarithmic functions
+
+opendir.3
+    Petr Baudis
+        Specify feature test macro requirements for fdopendir(3)
+            Currently, there is no note on the fact that fdopendir() is
+            POSIX.2008-only.
+
+openpty.3
+    Eric Blake
+        Use const as appropriate
+    Michael Kerrisk
+        Note glibc version that added "const" to function arguments
+    Michael Kerrisk
+        Explicitly note that these functions are not in POSIX
+
+resolver.3
+    Michael Kerrisk
+        Fix declaration of dn_comp() in SYNOPSIS
+            Remove the second 'exp_dn' from the calling signature.
+
+termios.3
+    Michael Kerrisk
+        Change NOFLSH text to speak of characters, not signals
+
+core.5
+    Michael Kerrisk
+        Update description of coredump_filter
+            Kernel 2.6.24 added MMF_DUMP_ELF_HEADERS.
+            Kernel 2.6.28 added MMF_DUMP_HUGETLB_PRIVATE and
+            MMF_DUMP_HUGETLB_SHARED.
+
+elf.5
+    Daisuke HATAYAMA
+        Document PN_XNUM extension
+            In linux-2.6.34-rc1, an ELF core extension was added; user-land
+            tools manipulating ELF core dump such as gdb and binutils has
+            already been modified before; so elf.5 needs to be modified
+            accordingly.
+
+            You can follow information on the ELF extension via the LKML post:
+            http://lkml.org/lkml/2010/1/3/103
+            Date        Mon, 04 Jan 2010 10:06:07 +0900 (JST)
+            Subject     ... elf coredump: Add extended numbering support
+
+            This Linux-specific extension was added in kernel 2.6.34.
+
+            Reviewed-by: Petr Baudis <pasky@suse.cz>
+
+    Michael Kerrisk
+        Remove EI_BRAND
+            As reported by Yuri Kozlov  and confirmed by Mike Frysinger,
+            EI_BRAND is not in GABI
+            (http://www.sco.com/developers/gabi/latest/ch4.eheader.html)
+            It looks to be a BSDism
+    Michael Kerrisk
+        Remove words under '.note': "described below"
+            The existing text is broken, because there is
+            no '"Note Section" format' describe below. Simplest
+            solution is to remove the words "described below".
+
+filesystems.5
+    Jeff Barry
+        Add discussion of ntfs and ext4
+
+proc.5
+    Michael Kerrisk
+        Simplify description of /proc/sys and /proc/sys/fs
+            In the description of these directories, there's no need
+            to list all the files and subdirectories that they contain;
+            that information is provided by the entries that follow.
+
+services.5
+    Yuri Kozlov
+        Remove crufty reference to nonexistent BUGS section
+
+capabilities.7
+    Michael Kerrisk
+        Document CAP_SYS_RESOURCE and F_SETPIPE_SZ
+            With CAP_SYS_RESOURCE, a process can increase pipe capacity above
+            /proc/sys/ps/pipe-max-size.
+    Michael Kerrisk
+        Add get_robust_list() info under CAP_SYS_PTRACE
+    Michael Kerrisk
+        Add MADV_HWPOISON under CAP_SYS_ADMIN
+
+signal.7
+    Michael Kerrisk
+        Make a clearer statement about nonportable aspect of signal(2)
+            Make a clearer statement that signal(2) is less portable for
+            establishing a signal handler.
+
+socket.7
+    Michael Kerrisk
+        Use consistent language to describe read-only socket options
+
+udp.7
+    Michael Kerrisk
+        Add FIONREAD warning.
+            Warn that FIONREAD can't can't distinguish case of a zero-length
+            datagram from the case where no datagrams are available.
+
+
+==================== Changes in man-pages-3.26 ====================
+
+Released: 2010-09-04, Munich
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Alexander Shishkin <virtuoso@slind.org>
+Brian Sutin <Brian.Sutin@hs.utc.com>
+Denis Barbier <bouzim@gmail.com>
+Guillem Jover <guillem@hadrons.org>
+Jianhua Li <jhlicc@gmail.com>
+Linus Nilsson <lajnold@gmail.com>
+Lenaic Huard <lenaic.huard@laposte.net>
+mac@mcrowe.com
+Martin Schulze <joey@infodrom.org>
+Maxin John <maxin.john@gmail.com>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Nicholas Hunt <nhunt@cs.washington.edu>
+Peng Haitao <penght@cn.fujitsu.com>
+Peter Stuge <peter@stuge.se>
+Przemyslaw Szczepaniak <Przemyslaw.Szczepaniak@imgtec.com>
+Scott Walls <sawalls@umich.edu>
+TAN Yee Fan <tanyeefa@comp.nus.edu.sg>
+Wu Fengguang <fengguang.wu@intel.com>
+Yitzchak Gale <gale@sefer.org>
+Yuri Kozlov <yuray@komyakino.ru>
+
+Apologies if I missed anyone!
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+eventfd.2
+    Michael Kerrisk
+        Document EFD_SEMAPHORE
+            Document the EFD_SEMAPHORE flag, added in kernel 2.6.30.
+            Also restructured some parts of the text to fit with the
+            addition of the EFD_SEMAPHORE text.
+
+
+Global changes
+--------------
+
+getaddrinfo.3
+getipnodebyname.3
+st.4
+    Michael Kerrisk
+        s/logical OR/bitwise OR/
+
+
+Changes to individual pages
+---------------------------
+
+clock_nanosleep.2
+    Michael Kerrisk
+        Fix discussion of return value when interrupted by a signal
+
+epoll_ctl.2
+    Yuri Kozlov
+        Small fix to types in data structures
+
+eventfd.2
+    Alexander Shishkin
+        Clarified close-on-exec behavior
+
+madvise.2
+    Michael Kerrisk
+        Improve discussion of MADV_SOFT_OFFLINE
+
+mkdir.2
+    Michael Kerrisk
+        Add EMLINK error to ERRORS
+
+mq_getsetattr.2
+mq_close.3
+mq_getattr.3
+mq_notify.3
+mq_send.3
+mq_unlink.3
+    Lnac Huard
+        Fix return type in SYNOPSIS (s/mqd_t/int/)
+
+recv.2
+send.2
+    Michael Kerrisk
+        Remove obsolete reference to glibc version in NOTES
+
+recv.2
+send.2
+    Nicholas Hunt
+        Adjust type shown for msg_controllen to glibc reality
+            This patch fixes the type of msg_controllen in the struct msghdr
+            definition given in send.2 and recv.2 to match the definition in
+            glibc and the kernel.
+
+select.2
+    Michael Kerrisk
+        Update NOTES on old glibc pselect()
+            Make it clear that modern glibc uses the kernel pselect()
+            on systems where it is available.
+            See https://bugzilla.kernel.org/show_bug.cgi?id=14411
+
+statfs.2
+    Guillem Jover
+        Fix copy & paste error for __SWORD_TYPE definition
+
+sysfs.2
+    Michael Kerrisk
+        Clarify that this syscall is obsolete.
+            And strengthen recommendation to use /proc/filesystems instead.
+
+write.2
+    Michael Kerrisk
+        Add EDESTADDRREQ error
+
+a64l.3
+    Peng Haitao
+        Fix error in NOTES, s/a64l/l64a/
+
+error.3
+    Linus Nilsson
+        Change "perror" to "strerror" in DESCRIPTION of error()
+
+mq_send.3
+    Michael Kerrisk
+        Fix EAGAIN description (s/empty/full)
+
+initrd.4
+    Yuri Kozlov
+        Fix IP address in explanation of NFS example
+
+tzfile.5
+    Michael Kerrisk
+        Add information on version 2 format timezone files
+            Updated using information from the tzcode 2010l release at
+            ftp://elsie.nci.nih.gov/pub.
+            (It's an open question whether or not a version of tzfile.5
+            should live independently in man-pages. It was added to the
+            man-pages set many years ago. For now, I'll follow a
+            conservative course that causes least pain to downstream,
+            by continuing to maintain a separate copy in man-pages.)
+
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594219
+
+
+==================== Changes in man-pages-3.27 ====================
+
+Released: 2010-09-22, Nuernberg
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+caishuxian@gmail.com
+Denis Barbier <bouzim@gmail.com>
+Denis Silakov <silakov@ispras.ru>
+der Mouse <mouse@rodents-montreal.org>
+Jan Kratochvil  <jan.kratochvil@redhat.com>
+Jim Belton <jim.belton@gmail.com>
+Jiri Olsa <jolsa@redhat.com>
+KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
+Mark Hills <mark@pogo.org.uk>
+Matthew Flaschen <matthew.flaschen@gatech.edu>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Ozgur Gurcan <ozgur.gurcan@lpp.polytechnique.fr>
+Petr Baudis <pasky@suse.cz>
+Remi Denis-Courmont <remi@remlab.net>
+Tanaka Akira <akr@fsij.org>
+Tim Stoakes <tim@stoakes.net>
+W. Trevor King <wking@drexel.edu>
+Yuri Kozlov <yuray@komyakino.ru>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+sigevent.7
+    Petr Baudis, Michael Kerrisk
+        New page to centralize description of sigevent structure
+            Several interfaces use this structure. Best to centralize the
+            common details in one place. Content taken from the existing
+            timerfd_create.2 and mq_open.3 pages, with additions by
+            Petr Baudis and Michael Kerrisk.
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+ip.7
+    Jiri Olsa
+        Document IP_NODEFRAG
+            This option is new in Linux 2.6.36
+
+unix.7
+    Michael Kerrisk
+        Document SIOCINQ ioctl() operation
+
+
+Global changes
+--------------
+
+_exit.2
+brk.2
+chdir.2
+chmod.2
+chown.2
+chroot.2
+clock_nanosleep.2
+getdtablesize.2
+gethostname.2
+getpagesize.2
+getsid.2
+killpg.2
+mknod.2
+mknodat.2
+posix_fadvise.2
+pread.2
+readlink.2
+setpgid.2
+setreuid.2
+sigaltstack.2
+stat.2
+symlink.2
+sync.2
+truncate.2
+vfork.2
+wait.2
+wait4.2
+a64l.3
+abs.3
+acos.3
+acosh.3
+asin.3
+asinh.3
+atan.3
+atan2.3
+atanh.3
+atoi.3
+cbrt.3
+ceil.3
+clock_getcpuclockid.3
+copysign.3
+cos.3
+cosh.3
+dirfd.3
+div.3
+dprintf.3
+ecvt.3
+erf.3
+erfc.3
+exp.3
+exp2.3
+expm1.3
+fabs.3
+fdim.3
+fexecve.3
+ffs.3
+floor.3
+fma.3
+fmax.3
+fmemopen.3
+fmin.3
+fmod.3
+fpclassify.3
+frexp.3
+fwide.3
+gamma.3
+gcvt.3
+getcwd.3
+getdate.3
+getgrent.3
+gethostid.3
+getpass.3
+getpwent.3
+getsubopt.3
+getw.3
+hypot.3
+ilogb.3
+insque.3
+isalpha.3
+isgreater.3
+iswblank.3
+j0.3
+j0.3
+ldexp.3
+lockf.3
+log.3
+log10.3
+log1p.3
+log2.3
+logb.3
+lrint.3
+lround.3
+mbsnrtowcs.3
+mkdtemp.3
+mkstemp.3
+mktemp.3
+modf.3
+mq_receive.3
+mq_send.3
+nan.3
+nextafter.3
+posix_fallocate.3
+posix_memalign.3
+pow.3
+printf.3
+qecvt.3
+random.3
+realpath.3
+remainder.3
+remquo.3
+rint.3
+rint.3
+round.3
+scalb.3
+scalbln.3
+scanf.3
+siginterrupt.3
+signbit.3
+sigset.3
+sin.3
+sinh.3
+sqrt.3
+stpcpy.3
+stpncpy.3
+strdup.3
+strdup.3
+strnlen.3
+strsignal.3
+strtod.3
+strtol.3
+strtoul.3
+tan.3
+tanh.3
+tgamma.3
+trunc.3
+ttyslot.3
+ualarm.3
+usleep.3
+wcpcpy.3
+wcpncpy.3
+wcscasecmp.3
+wcsdup.3
+wcsncasecmp.3
+wcsnlen.3
+wcsnrtombs.3
+wprintf.3
+    Michael Kerrisk
+        Add/fix/update feature test macro requirements in SYNOPSIS
+            Various changes to:
+            * Update feature test requirements to note changes in
+              recent glibc releases
+            * Correct errors in feature test macro requirements
+            * Add feature test macro requirements to pages where
+              the requirements were not previously stated.
+
+accept.2
+clone.2
+dup.2
+fallocate.2
+pipe.2
+readahead.2
+sched_setaffinity.2
+unshare.2
+CPU_SET.3
+endian.3
+euidaccess.3
+fexecve.3
+getpt.3
+getpw.3
+getumask.3
+getutmp.3
+gnu_get_libc_version.3
+makedev.3
+matherr.3
+mbsnrtowcs.3
+memfrob.3
+pthread_attr_setaffinity_np.3
+pthread_getattr_np.3
+pthread_setaffinity_np.3
+pthread_tryjoin_np.3
+tcgetsid.3
+wcscasecmp.3
+wcsncasecmp.3
+wcsnlen.3
+wcsnrtombs.3
+wcswidth.3
+rtld-audit.7
+    Michael Kerrisk
+        SYNOPSIS: Add reference to feature_test_macros(7)
+            These pages specify feature test macros in the function
+            prototypes. Add a reference to feature_test_macros(7),
+            so that readers are pointed to the information that
+            feature test macros must be defined before including
+            *any* header file.
+
+clock_nanosleep.2
+clock_getcpuclockid.3
+getnetent_r.3
+getprotoent_r.3
+getrpcent_r.3
+getservent_r.3
+sigwait.3
+    Michael Kerrisk
+        RETURN VALUE: Note that "positive error numbers" are listed in ERRORS
+
+fcntl.2
+intro.2
+open.2
+poll.2
+ftw.3
+intro.3
+matherr.3
+system.3
+tmpnam.3
+unix.7
+    Michael Kerrisk
+        Note that feature test macros must be defined before *any* includes
+            Programmers often make the mistake of including a feature test
+            macro only after having already included some header files.
+            This patch adds some text at opportune places to remind
+            programmers to do things the right way.
+
+index.3
+stpcpy.3
+strcasecmp.3
+strcat.3
+strchr.3
+strcmp.3
+strcoll.3
+strcpy.3
+strdup.3
+strfry.3
+strpbrk.3
+strsep.3
+strspn.3
+strstr.3
+strtok.3
+strxfrm.3
+    Michael Kerrisk
+        SEE ALSO: Add reference to string(3)
+            The idea here is to provide a route to discover other
+            string functions.
+
+armscii-8.7
+cp1251.7
+iso_8859-3.7
+iso_8859-5.7
+iso_8859-6.7
+iso_8859-8.7
+iso_8859-10.7
+iso_8859-11.7
+iso_8859-13.7
+iso_8859-14.7
+koi8-u.7
+    Denis Barbier
+        Fix decimal values in encoding tables
+            Octal and hexadecimal values are right, but there are some
+            off-by one errors in decimal values.  Correct values are
+            printed by this command:
+
+              perl -pi -e 'if (s/^([0-7]+)\t([0-9]+)\t([0-9a-fA-F]+)//)
+                {printf "%03o\t%d\t%s", hex($3), hex($3), $3;};' man7/*.7
+
+
+Changes to individual pages
+---------------------------
+
+capget.2
+    Michael Kerrisk
+        SYNOPSIS: Remove unneeded "undef _POSIX_SOURCE"
+
+fcntl.2
+    Michael Kerrisk
+        Add feature test macro requirements for F_GETOWN and F_SETOWN
+
+fcntl.2
+    Michael Kerrisk
+        Note feature test macro requirements for F_DUPFD_CLOEXEC
+
+getrlimit.2
+    Michael Kerrisk
+        Document units for RLIMIT_RTTIME limit
+            This limit is in microseconds
+
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596492
+
+lseek.2
+    Michael Kerrisk
+        Removed note about return type on ancient systems
+
+mount.2
+    Michael Kerrisk
+        Definitions of various MS_* constants only appeared in glibc 2.12
+            See http://sourceware.org/bugzilla/show_bug.cgi?id=11235
+
+stat.2
+    Michael Kerrisk
+        Update information on nanosecond timestamp fields
+            Update feature test macro requirements for exposing these fields.
+            Note that these fields are specified in POSIX.1-2008.
+
+timer_create.2
+    Michael Kerrisk
+        Factor out generic material that was moved to new sigevent(7) page
+
+aio_fsync.3
+    Michael Kerrisk
+        Add reference to new sigevent(7) page
+
+atanh.3
+    Michael Kerrisk
+        glibc 2.10 fixed pole error bug
+            http://sourceware.org/bugzilla/show_bug.cgi?id=6759
+            was resolved.
+
+cerf.3
+    Michael Kerrisk
+        Make it clearer that this function is unimplemented
+
+cos.3
+    Michael Kerrisk
+        errno is now correctly set to EDOM on a domain error
+            http://sources.redhat.com/bugzilla/show_bug.cgi?id=6780
+            was (silently) resolved.
+
+expm1.3
+    Michael Kerrisk
+        errno is now correctly set to ERANGE on a range error
+            http://sources.redhat.com/bugzilla/show_bug.cgi?id=6788
+            was (silently) resolved.
+
+fmod.3
+    Michael Kerrisk
+        errno is now correctly set to EDOM for the x==inf domain error
+            http://sources.redhat.com/bugzilla/show_bug.cgi?id=6784
+            was (silently) resolved.
+
+insque.3
+    Michael Kerrisk
+        Noted prev == NULL bug in glibc 2.4 and earlier
+            As noted by Remi Denis-Courmont, glibc nowadays allows
+            'prev' to be NULL, as required by POSIX for initializing
+            a linear list. But in glibc 2.4 and earlier, 'prev' could
+            not be NULL. Add a BUGS section noting this.
+
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551201
+    Michael Kerrisk
+        Added info on circular lists, and initializing circular lists
+    Michael Kerrisk
+        Added example program
+
+lgamma.3
+    Michael Kerrisk
+        glibc 2.10 fixed pole error bug
+            http://sourceware.org/bugzilla/show_bug.cgi?id=6777
+            was (silently) resolved.
+
+log2.3
+    Matthew Flaschen
+        log2() function does not conform to C89
+            log2(), log2f(), and log2l() do not conform to C89.
+            They are defined in C99.  See http://flash-gordon.me.uk/ansi.c.txt
+            and http://www.schweikhardt.net/identifiers.html
+
+mq_notify.3
+    Michael Kerrisk
+        Factor out generic material that was moved to new sigevent(7) page
+
+pow.3
+    Michael Kerrisk
+        errno is now correctly set to ERANGE on a pole error
+            http://sources.redhat.com/bugzilla/show_bug.cgi?id=6776
+            was (silently) resolved.
+
+pthread_kill_other_threads_np.3
+    Michael Kerrisk
+        CONFORMING TO: Note meaning of "_np" suffix
+
+rand.3
+    Michael Kerrisk
+        Clarify description of range of returned value
+    Michael Kerrisk
+        Add an example program
+    Michael Kerrisk
+        Expand description of rand_r()
+
+random.3
+    W. Trevor King
+        Update initstate() return value description to match glibc
+
+readdir.3
+    Michael Kerrisk
+        Clarify that "positive error numbers" are listed in ERRORS
+            Reported-by fkater@googlemail.com
+
+rexec.3
+    Michael Kerrisk
+        SYNOPSIS: Add header file and feature test macro requirements
+
+sigpause.3
+    Michael Kerrisk
+        Correct discussion of when BSD vs SysV version is used in glibc
+
+sin.3
+    Michael Kerrisk
+        errno is now correctly set to EDOM on a domain error
+            http://sources.redhat.com/bugzilla/show_bug.cgi?id=6781
+            was (silently) resolved.
+
+tan.3
+    Michael Kerrisk
+        errno is now correctly set to EDOM on a domain error
+            http://sources.redhat.com/bugzilla/show_bug.cgi?id=6782
+            was (silently) resolved.
+
+wcscasecmp.3
+wcsncasecmp.3
+wcsnlen.3
+    Michael Kerrisk
+        Added VERSIONS section
+
+boot.7
+    Yuri Kozlov
+        Update list of major Linux distributions
+
+feature_test_macros.7
+    Michael Kerrisk
+        Make text on required placement of macros more prominent
+            Move the text that notes the requirement that feature test macros
+            must be defined before including any header files to the top of
+            the page, and highlight the text further, so that the reader will
+            not miss this point.
+
+pthreads.7
+signal.7
+    Michael Kerrisk
+        Add SEE ALSO reference to new sigevent(7) page
+
+tcp.7
+    Michael Kerrisk
+        Clarify header file details for SIOCINQ and SIOCOUTQ
+            Also note synonymous FIONREAD and TIOCOUTQ.
+
+
+==================== Changes in man-pages-3.28 ====================
+
+Released: 2010-10-04, Munich
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Andries E. Brouwer <Andries.Brouwer@cwi.nl>
+Denis Barbier <bouzim@gmail.com>
+Jan Kara <jack@suse.cz>
+Landijk <landijk-user@yahoo.com>
+Lennart Poettering <mzjro@0pointer.net>
+Michael Haardt <michael@moria.de>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Petr Baudis <pasky@suse.cz>
+Sam Varshavchik <mrsam@courier-mta.com>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+getaddrinfo_a.3
+    Petr Baudis
+        New page documenting getaddrinfo_a()
+            The page also documents gai_suspend(), gai_cancel(),
+            and gai_error().
+
+aio.7
+    Michael Kerrisk
+        New page providing an overview of POSIX asynchronous I/O
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+exec.3
+    Michael Kerrisk
+        Document execvpe()
+            This function was added to glibc in version 2.11.
+            Also various other small rewrites in the page.
+
+
+New and changed links
+---------------------
+
+gai_cancel.3
+gai_error.3
+gai_suspend.3
+    Petr Baudis
+        New links to new getaddrinfo_a.3 page
+
+error_one_per_line.3
+    Michael Kerrisk
+         Fix misnamed link file (was error_on_per_line.3)
+
+execvpe.3
+    Michael Kerrisk
+        New link to exec.3
+
+sigstack.3
+    Michael Kerrisk
+        New link to sigaltstack.2
+            No new programs should use sigstack(3). Point the user to the
+            better sigalstack(2), whose man page briefly mentions sigstack(3).
+
+vlimit.3
+    Michael Kerrisk
+        New link to getrlimit.2
+            No new programs should use vlimit(3). Point the user to the
+            better setrlimit(2), whose man page briefly mentions vlimit(3).
+
+vtimes.3
+    Michael Kerrisk
+        New link to getrusage.2
+            No new programs should use vtimes(3). Point the user to the
+            better getrusage(2), whose man page briefly mentions vtimes(3).
+
+
+Global changes
+--------------
+
+Various pages
+    Michael Kerrisk
+        Switch to American usage: "-wards" ==> "-ward"
+            American English uses "afterward" in preference to "afterwards",
+            and so on
+
+chdir.2
+chmod.2
+chown.2
+gethostname.2
+getsid.2
+pread.2
+setpgid.2
+sigaltstack.2
+stat.2
+truncate.2
+wait.2
+dirfd.3
+getsubopt.3
+mkdtemp.3
+mkstemp.3
+siginterrupt.3
+strdup.3
+    Michael Kerrisk
+        Simplify feature test macro requirements
+
+
+Changes to individual pages
+---------------------------
+
+getrlimit.2
+    Michael Kerrisk
+        Add mention of the ancient vlimit() function
+
+getrusage.2
+    Michael Kerrisk
+        Add mention of the ancient vtimes() function
+
+io_cancel.2
+io_destroy.2
+io_getevents.2
+io_setup.2
+io_submit.2
+    Michael Kerrisk
+        SEE ALSO: add aio(7)
+
+sched_setscheduler.2
+    Michael Kerrisk
+        ERRORS: note that NULL 'param' yields EINVAL
+
+stat.2
+    Michael Kerrisk
+        Note feature test macro requirements for blkcnt_t and blksize_t
+
+timer_create.2
+    Michael Kerrisk
+        Standardize on name 'sevp' for sigevent argument
+
+truncate.2
+    Michael Kerrisk
+        Correct and simplify ftruncate() feature test macro requirements
+            The glibc 2.12 feature test macro requirements for ftruncate() are
+            buggy; see http://sourceware.org/bugzilla/show_bug.cgi?id=12037.
+            Corrected the requirements in the SYNOPSIS, and added a BUGS
+            section describing the problem in glibc 2.12.
+
+aio_cancel.3
+    Michael Kerrisk
+        Add pointer to aio(7) for example program
+        Refer the reader to aio(7) for a description of the aiocb structure
+        CONFORMING TO: Add POSIX.1-2008; add VERSIONS section
+
+aio_error.3
+    Michael Kerrisk
+        Wording improvements in RETURN VALUE
+        Add pointer to aio(7) for example program
+        Refer the reader to aio(7) for a description of the aiocb structure
+        CONFORMING TO: Add POSIX.1-2008; add VERSIONS section
+
+aio_fsync.3
+    Michael Kerrisk
+        Refer the reader to aio(7) for a description of the aiocb structure
+        CONFORMING TO: Add POSIX.1-2008; add VERSIONS section
+
+aio_read.3
+    Michael Kerrisk
+        Various minor rewordings and additions
+        Add pointer to sigevent(7) for details of notification of I/O completion
+        Add pointer to aio(7) for example program
+        Refer the reader to aio(7) for a description of the aiocb structure
+        CONFORMING TO: Add POSIX.1-2008; add VERSIONS section
+
+aio_return.3
+    Michael Kerrisk
+        Improve description in RETURN VALUE
+        Add pointer to aio(7) for example program
+        Refer the reader to aio(7) for a description of the aiocb structure
+        CONFORMING TO: Add POSIX.1-2008; add VERSIONS section
+
+aio_suspend.3
+    Michael Kerrisk
+        Various additions and rewordings.
+            Give some arguments more meaningful names.
+            More explicitly describe the 'nitems' argument.
+            Explicitly note that return is immediate if an I/O operation
+            has already completed.
+            Note that aio_error(3) should be used to scan the aiocb list
+            after a successful return.
+            Add references to other relevant pages.
+            Various other pieces rewritten.
+        Refer the reader to aio(7) for a description of the aiocb structure
+        CONFORMING TO: Add POSIX.1-2008; add VERSIONS section
+
+aio_write.3
+    Michael Kerrisk
+        Add pointer to sigevent(7) for details of notification of I/O completion
+        Various minor rewordings and additions
+        Refer the reader to aio(7) for a description of the aiocb structure
+        CONFORMING TO: Add POSIX.1-2008; add VERSIONS section
+
+clearenv.3
+    Michael Kerrisk
+        Fix error in feature test macro requirements
+
+dysize.3
+    Michael Kerrisk
+        Remove crufty statement about old SCO bug
+
+exec.3
+    Michael Kerrisk
+        Add feature test macro requirements for execvpe()
+        Rewrite description of PATH and mention _CS_PATH
+        Note execvp() and execlp() behavior for filename containing a slash
+
+getaddrinfo.3
+    Michael Kerrisk
+        Add SEE ALSO reference to new getaddrinfo_a.3 page
+
+gethostbyname.3
+    Michael Kerrisk
+        Fix formatting of feature test macros
+
+getw.3
+    Michael Kerrisk
+        Fix feature test macros
+
+malloc.3
+    Landijk
+        Remove editorializing comments on memory overcommitting
+            See https://bugzilla.kernel.org/show_bug.cgi?id=19332
+    Michael Kerrisk
+        Various minor reorganizations and wording fix-ups
+
+mq_notify.3
+    Michael Kerrisk
+        Standardize on name 'sevp' for sigevent argument
+
+nl_langinfo.3
+    Michael Haardt
+        Make it clear that nl_langinfo() interacts with setlocale()
+        Add an example program
+
+posix_openpt.3
+    Michael Kerrisk
+        Fix feature test macro requirements
+
+rand.3
+    Michael Kerrisk
+        Remove duplicate #include in example program
+
+strtok.3
+    Petr Baudis
+        Add reference to strtok() example in getaddrinfo(3)
+
+inotify.7
+    Michael Kerrisk
+        Added section noting limitations and caveats of inotify
+
+sigevent.7
+    Michael Kerrisk
+        Add SEE ALSO reference to new getaddrinfo_a.3 page
+        Add SEE ALSO referring to new aio(7) page
+
+suffixes.7
+    Michael Kerrisk
+        Change explanation of ".rpm" to "RPM software package"
+
+
+==================== Changes in man-pages-3.29 ====================
+
+Released: 2010-10-19, Detroit
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Balazs Scheidler <bazsi@balabit.hu>
+David Prevot <davidp@altern.org>
+Denis Barbier <bouzim@gmail.com>
+Guillem Jover <guillem@hadrons.org>
+Ivana Varekova <varekova@redhat.com>
+Lennart Poettering <mzxreary@0pointer.de>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Sam Varshavchik <mrsam@courier-mta.com>
+Simon Paillard <simon.paillard@resel.enst-bretagne.fr>
+Stephan Mueller <stephan.mueller@atsec.com>
+Thomas Jarosch <thomas.jarosch@intra2net.com>
+Yuri Kozlov <yuray@komyakino.ru>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+subpage_prot.2
+    Michael Kerrisk
+        New page documenting the PowerPC-specific subpage_prot(2)
+
+aio_init.3
+    Michael Kerrisk
+        New page documenting aio_init(3)
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+posix_fadvise.2
+    Michael Kerrisk
+        Document the architecture-specific arm_fadvise64_64() system call
+            This ARM-specific system call fixes the argument ordering
+            for that architecture. Since Linux 2.6.14.
+
+sync_file_range.2
+    Michael Kerrisk
+        Document the architecture-specific sync_file_range2() system call
+            As described in commit edd5cd4a9424f22b0fa08bef5e299d41befd5622,
+            the sync_file_range() argument order is broken for some
+            architectures (PowerPC, ARM, tile). The remedy was a different
+            system call using the right argument order on those architectures.
+
+psignal.3
+    Guillem Jover
+        Document psiginfo()
+            psiginfo() was added to glibc in version 2.10.
+    Michael Kerrisk
+        Add details, VERSIONS, and BUGS for psiginfo()
+
+ip.7
+    Balazs Scheidler
+        Document IP_RECVORIGDSTADDR
+        Document IP_TRANSPARENT
+    Michael Kerrisk
+        Document IP_FREEBIND
+            Text based on input from Lennart Poettering and Balazs Scheidler.
+            See https://bugzilla.kernel.org/show_bug.cgi?id=20082
+
+
+New and changed links
+---------------------
+
+arm_fadvise64_64.2
+    Michael Kerrisk
+        New link to posix_fadvise.2
+
+arm_sync_file_range.2, sync_file_range2.2
+    Michael Kerrisk
+        New links to sync_file_range.2
+
+arrm_fadvise.2
+    Michael Kerrisk
+        New link to posix_fadvise.2
+
+psiginfo.3
+    Guillem Jover
+        New link to psignal.3
+
+
+Global changes
+--------------
+
+Many pages
+    Michael Kerrisk
+        global fix: s/Unix/UNIX/
+            The man pages were rather inconsistent in the use of "Unix"
+            versus "UNIX". Let's go with the trademark usage.
+
+Various pages
+    Michael Kerrisk
+        Global fix: s/pseudo-terminal/pseudoterminal/
+
+grantpt.3, ptsname.3, unlockpt.3, pts.4
+    Michael Kerrisk
+        Global fix: s/pty/pseudoterminal/
+
+recv.2, cmsg.3, unix.7
+    Michael Kerrisk
+        global fix: s/UNIX socket/UNIX domain socket/
+
+fmtmsg.3, gethostbyname.3, termios.3
+    Michael Kerrisk
+        Global fix: s/Unixware/UnixWare/
+
+
+Changes to individual pages
+---------------------------
+
+inotify_rm_watch.2
+    Michael Kerrisk
+        SYNOPSIS: fix type of 'wd' argument
+
+posix_fadvise.2
+    Michael Kerrisk
+        Rewrite VERSIONS, noting that the system call is fadvise64()
+
+syscalls.2
+    Michael Kerrisk
+        Add the PowerPC-specific subpage_prot() system call
+        Add sync_file_range2()
+
+truncate.2
+    Michael Kerrisk
+        Fix feature test macros
+
+aio_cancel.3
+aio_error.3
+aio_fsync.3
+aio_read.3
+aio_return.3
+aio_suspend.3
+aio_write.3
+    Michael Kerrisk
+        SEE ALSO: Add lio_listio(3)
+
+gai_cancel.3
+gai_error.3
+gai_suspend.3
+    Michael Kerrisk
+        Make these into links
+            In the previous release, these files were accidentally made copies
+            of getaddrinfo_a.3, instead of being made as link files.
+
+getifaddrs.3
+    Thomas Jarosch
+        Prevent possible NULL pointer access in example program
+
+malloc.3
+    Michael Kerrisk
+        Emphasize that malloc() and realloc() do not initialize allocated memory
+
+malloc_hook.3
+    Ivana Varekova
+        Warn that these functions are deprecated
+
+strcpy.3
+    Michael Kerrisk
+        Formatting fixes in strncpy() example implementation code
+
+ip.7
+    Michael Kerrisk
+        Reword NOTES on Linux-specific options
+
+sigevent.7
+    Michael Kerrisk
+        SEE ALSO: Add aio_read(3), aio_write(3), and lio_listio(3)
+
+unix.7
+    Michael Kerrisk
+        Document the autobind feature
+    Michael Kerrisk
+        Fix description of abstract socket names
+            As reported by Lennart Poettering:
+                The part about "abstract" sockets is misleading as it suggests
+                that the sockaddr returned by getsockname() would necessarily
+                have the size of sizeof(struct sockaddr), which however is not
+                the case: getsockname() returns exactly the sockaddr size that
+                was passed in on bind(). In particular, two sockets that are
+                bound to the same sockaddr but different sizes are completely
+                independent.
+            See https://bugzilla.kernel.org/show_bug.cgi?id=19812
+    Michael Kerrisk
+        Fix description of "pathname" sockets
+            As reported by Lennart Poettering:
+               The part about "pathname" sockets suggests usage of
+               sizeof(sa_family_t) + strlen(sun_path) + 1
+               for calculating the sockaddr size. Due to alignment/padding
+               this is probably not a good idea. Instead, one should use
+               offsetof(struct sockaddr_un, sun_path) + strlen() + 1
+               or something like that.
+            See https://bugzilla.kernel.org/show_bug.cgi?id=19812
+
+
+==================== Changes in man-pages-3.30 ====================
+
+Released: 2010-11-01, Munich
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Andi Kleen <andi@firstfloor.org>
+Bernhard Walle <bernhard@bwalle.de>
+David Prevot <davidp@altern.org>
+Eric W. Biederman <ebiederm@xmission.com>
+Florian Lehmann <flo.lehmann@googlemail.com>
+Jan Engelhardt <jengelh@medozas.de>
+Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Paul Mackerras <paulus@samba.org>
+Pádraig Brady <P@draigbrady.com>
+Reuben Thomas <rrt@sc3d.org>
+scarlettsp <scarlettsp@gmail.com>
+Yuri Kozlov <yuray@komyakino.ru>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+kexec_load.2
+    Andi Kleen
+        New page documenting kexec_load(2)
+    Michael Kerrisk
+        Add license
+    Michael Kerrisk
+        Incorporate fixes from Eric W. Biederman
+            Eric noted that a few instances of "virtual" should
+            be "physical" and noted:
+
+                There is an expectation that at hand off from sys_kexec that
+                virtual and physical addresses will be identity mapped. But
+                this isn't the old Alpha booting convention where you have
+                a virtual address and then you have to parse the page table
+                to figure out where your kernel was actually loaded.
+    Michael Kerrisk
+        Additions and edits by mtk
+            Various wording and layout improvements.
+            Fixed the name of a constant: s/KEXEC_ARCH_I386/KEXEC_ARCH_386/.
+            Added RETURN VALUE and ERRORS sections.
+            Added VERSIONS section
+            Note that CONFIG_KEXEC is needed
+            Removed details of using syscall; the reader can find them in
+            syscall(2).
+            Added some details for KEXEC_PRESERVE_CONTEXT.
+            Revised the text mentioning the kernel header, since it is
+            not yet exported, and it's not certain that it will be.
+
+lio_listio.3
+    Michael Kerrisk
+        New page documenting lio_listio(3)
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+reboot.2
+    Andi Kleen
+        Document LINUX_REBOOT_KEXEC
+            Some fix-ups by Michael Kerrisk
+    Michael Kerrisk
+        Place 'cmd' values in alphabetical order.
+
+unshare.2
+    Michael Kerrisk
+        Document CLONE_NEWIPC
+    Michael Kerrisk
+        Document CLONE_NEWNET
+    Lucian Adrian Grijincu
+        Improve description of CLONE_NEWNET
+            CLONE_NEWNET creates a new network namespace from scratch.
+            You don't have anything from the old network namespace in
+            the new one. Even the loopback device is new.
+    Michael Kerrisk
+        Document CLONE_SYSVSEM
+    Michael Kerrisk
+        Document CLONE_NEWUTS
+    Michael Kerrisk
+        Relocate discussion of CAP_SYS_ADMIN to CLONE_NEWNS section
+            And rewrite the EPERM description to be more general in
+            preparation for the new flags to be documented.
+
+
+Global changes
+--------------
+
+Various pages
+    Michael Kerrisk
+        Add reference to feature_test_macros(7)
+            Some pages simply list feature test macro requirements in
+            the form:
+
+                #define #GNU_SOURCE
+                #include <someheader.h>
+
+            For these pages, add a "See feature_test_macros(7)" comment
+            on the "#define" line.
+
+Various pages
+    Michael Kerrisk
+        SEE ALSO: Remove redundant reference to feature_test_macros(7)
+
+Various pages
+    David Prevot
+        Use greater consistency in NAME line
+        (Remove definite article at start of descriptive clause.)
+
+Various pages
+    Michael Kerrisk
+        SEE ALSO: Place entries in correct order
+
+Various pages
+    Michael Kerrisk
+        ERRORS: Place entries in correct order
+
+Various pages
+    Michael Kerrisk
+        Add section number to references to functions documented in other pages
+
+Various pages
+    Michael Kerrisk
+        Remove redundant section number in page references
+            Remove section number in function references that are for
+            functions documented on this page.
+
+armscii-8.7
+iso_8859-3.7
+iso_8859-4.7
+iso_8859-5.7
+iso_8859-6.7
+iso_8859-10.7
+iso_8859-11.7
+iso_8859-13.7
+iso_8859-14.7
+koi8-u.7
+    David Prevot
+        Capitalize hexadecimal numbers
+
+
+Changes to individual pages
+---------------------------
+
+access.2
+    Michael Kerrisk
+        Note use of faccessat(2) for checking symbolic link permissions
+    Michael Kerrisk
+        Give an example of a safer alternative to using access()
+
+clone.2
+    Michael Kerrisk
+        Clarify when CLONE_NEWNET implementation was completed
+
+faccessat.2
+    Michael Kerrisk
+        Note that faccessat() is racy
+
+fcntl.2
+    Michael Kerrisk
+        RETURN VALUE: Improve description of F_GETFD and F_GETFL
+
+inotify_add_watch.2
+    Michael Kerrisk
+        Document ENOENT error
+
+mlock.2
+    Michael Kerrisk
+        Improve wording describing /proc/PID/status /VmLck field
+    Michael Kerrisk
+        shmctl() SHM_LOCKed memory is not included in VmLck
+
+reboot.2
+    Michael Kerrisk
+        Place 'cmd' values in alphabetical order
+
+subpage_prot.2
+    Michael Kerrisk
+        Change 1-line page description
+    Michael Kerrisk
+        Improvements after review by Paul Mackerras
+
+timer_settime.3
+    Michael Kerrisk
+        Remove redundant SEE ALSO reference
+
+euidaccess.3
+    Michael Kerrisk
+        Note the use of faccessat(2) to operate on symbolic links
+    Michael Kerrisk
+        Note that the use of euidaccess() is racy
+
+fenv.3
+    Michael Kerrisk
+        Clarify wording relating to glibc version
+
+getgrent.3
+getgrent_r.3
+getgrnam.3
+    Michael Kerrisk
+        Refer reader for group(5) for more info on group structure
+
+getopt.3
+    Bernhard Walle
+        Use constants in getopt_long() example
+            The description of getopt_long() mentions the constants
+            required_argument, no_argument and optional_argument.
+            Use them in the example to make the code easier to understand.
+
+getpw.3
+    Michael Kerrisk
+        Change comment describing pw_gecos
+
+getpw.3
+getpwent.3
+getpwent_r.3
+    Michael Kerrisk
+        Refer reader to passwd(5) for more info on the passwd structure
+
+getpwent.3
+getpwnam.3
+    Michael Kerrisk
+        Note that pw_gecos is not in POSIX
+            And change the comment describing this field
+
+getpwent_r.3
+    Michael Kerrisk
+        Change comment describing pw_gecos
+
+getpwnam.3
+    Michael Kerrisk
+        Some rewording and restructuring
+
+sched_getcpu.3
+    Michael Kerrisk
+        Fix feature test macro requirements
+
+strnlen.3
+    Michael Kerrisk
+        Fix feature test macro requirements
+
+group.5
+    Michael Kerrisk
+        Various minor rewordings
+
+hosts.5
+protocols.5
+spufs.7
+termio.7
+    David Prevot
+        Remove definite article from NAME section
+            Please find inline another tiny patch in order to shrink
+            the definite article from some other pages (found with
+            "rgrep -i ' \\\- the' man*").
+
+passwd.5
+    Michael Kerrisk
+        Various minor rewordings
+
+proc.5
+    Michael Kerrisk
+        Add reference to mlock(2) for further info on /proc/PID/status VmLck
+
+armscii-8.7
+    David Prevot
+        Write the character set name as ArmSCII
+
+cp1251.7
+    David Prevot
+        Capitalize hexadecimal numbers
+
+ip.7
+    David Prevot
+        Fix name of socket option: s/IP_TTL/IP_TRANSPARENT/
+    David Prevot
+        Place socket options in alphabetical order
+
+koi8-r.7
+    David Prevot
+        Fix special character names
+            Comparing to koi8-u.7, I noticed some inconsistencies in special
+            character names. After checking with the following Unicode related
+            pages, please find inline (and gzipped attached, hopefully not
+            messing with encoding), a patch in order to make it right, on an
+            Unicode point of view.
+
+            http://www.unicode.org/charts/PDF/U2500.pdf
+            http://www.unicode.org/charts/PDF/U25A0.pdf
+            http://www.unicode.org/charts/PDF/U0080.pdf
+            http://www.unicode.org/charts/PDF/U1D400.pdf
+    David Prevot
+        Fix SEE ALSO reference and letter names
+            The koi8-r(7) (Russian Net Character Set) manual page refers
+            to iso-8859-7(7) manual page, which is the Latin/Greek one.
+            I guess it should refer instead to the iso-8859-5(7)
+            (Latin/Cyrillic) one. This is addressed at the end of the patch.
+
+            It has also been spotted that letter names are different in
+            this manual page and in the Unicode related page [0], the
+            first part of the page address this.
+
+                    0: http://www.unicode.org/charts/PDF/U0400.pdf
+
+man-pages.7
+    Michael Kerrisk
+        Update example
+            The old example used the chmod(2) man page, but the
+            feature test macro requirements on that page had changed.
+            Update to use an example from a different page (acct(2),
+            whose feature test macro requirements are probably unlikely
+            to change in the future).
+
+
+==================== Changes in man-pages-3.31 ====================
+
+Released: 2010-11-12, Munich
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Andi Kleen <andi@firstfloor.org>
+David Prevot <davidp@altern.org>
+Denis Barbier <bouzim@gmail.com>
+Krzysztof Żelechowski <giecrilj@stegny.2a.pl>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Yuri Kozlov <yuray@komyakino.ru>
+
+Apologies if I missed anyone!
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+getrlimit.2
+    Michael Kerrisk
+        Added documentation of prlimit()
+            prlimit() is new in kernel 2.6.36.
+
+inotify.7
+    Michael Kerrisk
+        Document IN_EXCL_UNLINK
+            This flag was added in Linux 2.6.36.
+            See kernel commit 8c1934c8d70b22ca8333b216aec6c7d09fdbd6a6.
+
+
+New and changed links
+---------------------
+
+prlimit.2
+    Michael Kerrisk
+        New link to getrlimit.2
+
+
+Changes to individual pages
+---------------------------
+
+getrlimit.2
+    Michael Kerrisk
+        Remove unneeded text in DESCRIPTION
+
+intro.2
+    Michael Kerrisk
+        Added various pages to SEE ALSO
+
+kexec_load.2
+    Michael Kerrisk
+        Add kernel version where KEXEC_PRESERVE_CONTEXT first appeared
+        Added kernel version number where KEXEC_ON_CRASH first appeared
+        Fix copyright
+            Make copyright in the name of Intel corporation
+        VERSIONS: Fix version number
+            kexec_load() was first implemented in 2.6.13, though the entry
+            in the system call table was reserved starting in 2.6.7.
+
+migrate_pages.2
+    Michael Kerrisk
+        SEE ALSO: Add reference to Documentation/vm/page_migration
+
+sched_setaffinity.2
+    Michael Kerrisk
+        Add missing word "real" to "user ID"
+
+syscalls.2
+    Michael Kerrisk
+        Fix kernel version number for kexec_load
+            kexec_load() was first implemented in 2.6.13, though the entry
+            in the system call table was reserved starting in 2.6.7.
+    Michael Kerrisk
+        Add prlimit() to list
+
+intro.3
+    Michael Kerrisk
+        Added various pages to SEE ALSO
+
+printf.3
+    Michael Kerrisk
+        Formatting fixes in example code
+
+hostname.7
+    Michael Kerrisk
+        Small improvement to description of domains
+            See: https://bugzilla.novell.com/show_bug.cgi?id=651900
+
+
+==================== Changes in man-pages-3.32 ====================
+
+Released: 2010-12-03, Munich
+
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+A. Costa <agcosta@gis.net>
+Denis Barbier <bouzim@gmail.com>
+Emil Mikulic <emikulic@gmail.com>
+Eugene Kapun <abacabadabacaba@gmail.com>
+Hugh Dickins <hughd@google.com>
+Ivana Hutarova Varekova <varekova@redhat.com>
+Joern Heissler <kernelbugs@joern.heissler.de>
+Lars Wirzenius <liw@liw.fi>
+Martin Eberhard Schauer <Martin.E.Schauer@gmx.de>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Petr Uzel <petr.uzel@suse.cz>
+Roger Pate <roger@qxxy.com>
+Török Edwin <edwintorok@gmail.com>
+Yuri Kozlov <yuray@komyakino.ru>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+pthread_sigqueue.3
+    Michael Kerrisk
+        New page documenting ptrhead_sigqueue()
+            pthread_sigqueue() is new in glibc 2.11 (requires a kernel with
+            rt_tgsigqueinfo(), added in Linux 2.6.31).
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+readv.2
+    Michael Kerrisk
+        Add documentation of preadv() and pwritev()
+            The preadv() and pwritev() system calls were added in
+            Linux 2.6.30.
+
+
+New and changed links
+---------------------
+
+preadv.2
+    Michael Kerrisk
+        New link to readv.2
+
+pwritev.2
+    Michael Kerrisk
+        New link to readv.2
+
+
+Changes to individual pages
+---------------------------
+
+chdir.2
+    Michael Kerrisk
+        Remove redundant and incorrect info on FTMs from NOTES
+
+chown.2
+    Michael Kerrisk
+        Add NOTES explaining 32-bit system calls added in Linux 2.4
+
+clock_nanosleep.2
+    Michael Kerrisk
+        Clarify that clock_nanosleep() suspends the calling *thread*
+
+epoll_create.2
+    Michael Kerrisk
+        Note that 'size' argument must be greater than 0
+            See https://bugzilla.kernel.org/show_bug.cgi?id=23872
+    Michael Kerrisk
+        Added VERSIONS section
+
+epoll_ctl.2
+    Michael Kerrisk
+        Added VERSIONS section
+
+epoll_wait.2
+    Michael Kerrisk
+        Updated VERSIONS section
+
+fcntl.2
+    Michael Kerrisk
+        Add notes on fcntl64()
+
+fstatat.2
+    Michael Kerrisk
+        Add NOTES on fstatat64(), the name of the underlying system call
+
+getdents.2
+    Michael Kerrisk
+        Added notes on getdents64()
+
+getgid.2
+    Michael Kerrisk
+        Add NOTES explaining 32-bit system calls added in Linux 2.4
+
+getgroups.2
+    Michael Kerrisk
+        Add NOTES explaining 32-bit system calls added in Linux 2.4
+
+getpagesize.2
+    Michael Kerrisk
+        Improve description of getpagesize()
+            Improve description of getpagesize() and relocate discussion
+            of sysconf(_SC_PAGESIZE).
+
+            In part inspired by
+            http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537272
+
+getresuid.2
+    Michael Kerrisk
+        Add NOTES explaining 32-bit system calls added in Linux 2.4
+
+getrlimit.2
+    Michael Kerrisk
+        Add example program for prlimit()
+
+getuid.2
+    Michael Kerrisk
+        Add NOTES explaining 32-bit system calls added in Linux 2.4
+
+open.2
+    Ivana Hutarova Varekova
+        O_EXCL can be used without O_CREAT for block devices
+            Since Linux 2.6 there is a possibility to use O_EXCL without
+            O_CREAT. See patch: http://lkml.org/lkml/2003/8/10/221.
+
+pread.2
+    Michael Kerrisk
+        Add notes on pread64() and pwrite64()
+            See https://bugzilla.kernel.org/show_bug.cgi?id=23072
+    Michael Kerrisk
+        SEE ALSO: add readv(3)
+
+readv.2
+    Michael Kerrisk
+        Wording fix: readv() and writev() are system calls, not functions
+
+sendfile.2
+    Michael Kerrisk
+        Add notes on sendfile64()
+
+setfsgid.2
+    Michael Kerrisk
+        Add NOTES explaining 32-bit system calls added in Linux 2.4
+
+setfsuid.2
+    Michael Kerrisk
+        Add NOTES explaining 32-bit system calls added in Linux 2.4
+
+setgid.2
+    Michael Kerrisk
+        Add NOTES explaining 32-bit system calls added in Linux 2.4
+
+setresuid.2
+    Michael Kerrisk
+        Add NOTES explaining 32-bit system calls added in Linux 2.4
+
+setreuid.2
+    Michael Kerrisk
+        Add NOTES explaining 32-bit system calls added in Linux 2.4
+
+setuid.2
+    Michael Kerrisk
+        Add NOTES explaining 32-bit system calls added in Linux 2.4
+
+sigqueue.2
+pthreads.7
+signal.7
+    Michael Kerrisk
+        SEE ALSO: Add pthread_sigqueue(3)
+
+stat.2
+    Michael Kerrisk
+        Fix EOVERFLOW error description
+            2<<31 should read 1<<31 (which equals 2^31).
+
+statfs.2
+    Michael Kerrisk
+        Add notes on statfs64() and fstatfs64()
+
+swapon.2
+    Hugh Dickins
+        Document SWAP_FLAG_DISCARD and discarding of swap pages
+
+truncate.2
+    Michael Kerrisk
+        Add notes on truncate64() and ftruncate64()
+
+memcpy.3
+    Michael Kerrisk
+        Change "should not overlap" to "must not overlap"
+            glibc 2.12 changed things so that applications that use memcpy() on
+            overlapping regions will encounter problems. (The standards have
+            long said that the behavious is undefined if the memory areas
+            overlap.)
+
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603144
+            In reference of http://lwn.net/Articles/414467/
+            and http://article.gmane.org/gmane.comp.lib.glibc.alpha/15278
+
+usleep.3
+    Petr Uzel
+        usleep() suspends calling thread, not process
+
+core.5
+    Michael Kerrisk
+        Change single quote to double quote in shell session example
+            The example section has a sample shell session containing:
+
+            echo '|$PWD/core_pattern_pipe_test %p UID=%u GID=%g sig=%s'
+
+            But $PWD won't be expanded in single quotes. It should be double
+            quotes around the entire argument or some other form.
+
+pthreads.7
+    Michael Kerrisk
+        Added description of async-cancel-safe functions
+
+unix.7
+    Michael Kerrisk
+        Reworded the text of various errors
+    Michael Kerrisk
+        Added ENOENT error
+
+
+==================== Changes in man-pages-3.33 ====================
+
+Released: 2011-09-16, Munich
+
+
+Contributors
+------------
+
+The following people contributed patches/fixes or (noted in brackets
+in the changelog below) reports, notes and ideas that have been
+incorporated in changes in this release:
+
+Akira Fujita <a-fujita@rs.jp.nec.com>
+Alexander Schuch <Alex.Schuch@gmx.de>
+Andries Brouwer <Andries.Brouwer@cwi.nl>
+Brian M. Carlson <sandals@crustytoothpaste.net>
+Dan Jacobson <jidanni@jidanni.org>
+Folkert van Heusden <folkert.mobiel@gmail.com>
+Graham Gower <graham.gower@gmail.com>
+Hendrik Jan Thomassen <hjt@atcomputing.nl>
+Jan Engelhardt <jengelh@medozas.de>
+Joey Adams <joeyadams3.14159@gmail.com>
+Johannes Laire <johannes@laire.fi>
+Jon Grant <jg@jguk.org>
+Josh Triplett <josh@joshtriplett.org>
+Konstantin Ritt <ritt.ks@gmail.com>
+Luis Javier Merino <ninjalj@gmail.com>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Mike Frysinger <vapier@gentoo.org>
+Mikel Ward <mikel@mikelward.com>
+Nick Black <dankamongmen@gmail.com>
+Paul Evans <leonerd@leonerd.org.uk>
+Petr Pisar <ppisar@redhat.com>
+Przemyslaw Pawelczyk <przemyslaw@pawelczyk.it>
+Regid Ichira <regid23@yahoo.com>
+Reuben Thomas <rrt@sc3d.org>
+Richard B. Kreckel <kreckel@ginac.de>
+Ryan Mullen <rmmullen@gmail.com>
+Sebastian Geiger <sbastig@gmx.net>
+Sebastian Unger <sebunger@gmx.net>
+Seonghun Lim <wariua@gmail.com>
+Serge E. Hallyn <serge.hallyn@canonical.com>
+Simon Cross <hodgestar@gmail.com>
+Simon Paillard <spaillard@debian.org>
+Stan Sieler <sieler@me.com>
+Timmy Lee <scuttimmy@gmail.com>
+Tolga Dalman <tolga.dalman@googlemail.com>
+Tomislav Jonjic <jonjic@cs.unibo.it>
+Yuri Kozlov <yuray@komyakino.ru>
+Wei Luosheng <weiluosheng001@gmail.com>
+
+Apologies if I missed anyone!
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+sync.2
+    Michael Kerrisk
+        Added new syncfs() system call
+            syncfs() was added in Linux 2.6.39.
+
+
+New and changed links
+---------------------
+
+syncfs.2
+    Michael Kerrisk
+        New link for sync(2).
+
+
+Global changes
+--------------
+
+Various pages
+    Simon Paillard
+        Global fix:  properly escape minus sign
+
+
+Changes to individual pages
+---------------------------
+
+clone.2
+    Michael Kerrisk
+        Note that CLONE_STOPPED was removed in 2.6.38
+
+execve.2
+    Michael Kerrisk  [Sebastian Geiger]
+        Note that the first argv[] value should contain name of executable
+
+fcntl.2
+    Michael Kerrisk  [Reuben Thomas]
+        Note that F_GETFL also retrieves file access mode
+
+getrlimit.2
+    Michael Kerrisk  [Ryan Mullen]
+        Remove mention of kernel versions in discussion of RLIMIT_CPU
+    Michael Kerrisk  [Seonghun Lim]
+        Fix example program and add _FILE_OFFSET_BITS requirement
+
+mlock.2
+    Michael Kerrisk  [Brian M. Carlson]
+        Clarify EINVAL error
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?625747
+    Michael Kerrisk  [Seonghun Lim]
+        Simplify and correct text for EPERM error
+
+mprotect.2
+    Seonghun Lim
+        Fix off-by-one error in a memory range
+    Seonghun Lim
+        Fix small bug in example program
+            The description of the example program says that it makes the
+            third page "read-only". Thus use PROT_READ instead of PROT_NONE.
+
+open.2
+    Folkert van Heusden
+        Remove text describing O_CLOEXEC as Linux-specific
+            O_CLOEXEC is specified in POSIX.1-2008, as noted
+            elsewhere in the page.
+
+readlink.2
+    Michael Kerrisk  [Dan Jacobson]
+        SEE ALSO: Add readlink(1)
+
+sendfile.2
+    Akira Fujita
+        Since 2.6.33, 'out_fd' can refer to any file type
+            Linux kernel commit cc56f7de7f00d188c7c4da1e9861581853b9e92f
+            meant sendfile(2) can work with any output file.
+    Michael Kerrisk
+        Shift text on falling back to read()/write() to NOTES
+    Michael Kerrisk  [Tolga Dalman]
+        Remove mention of kernel version for 'in_fd' argument
+    Tolga Dalman
+        Add an explicit reference to splice(2)
+            Unlike sendfile(), splice() can transfer data
+            between a pair of sockets.
+
+sigaction.2
+    Michael Kerrisk  [Tolga Dalman]
+        Add a little info about ucontext_t
+
+stat.2
+    Michael Kerrisk  [Jon Grant]
+        Small rewording of ENAMETOOLONG error
+
+sync.2
+    Michael Kerrisk
+        Some rewrites to description of sync()
+
+syscalls.2
+    Michael Kerrisk
+        Added fanotify_init() and fanotify_mark() to syscall list
+    Michael Kerrisk
+        Added new 2.6.39 system calls
+    Michael Kerrisk
+        Updated for Linux 3.0 system calls
+    Michael Kerrisk
+        Update kernel version at head of syscall list
+    Michael Kerrisk
+        Update to mention 3.x kernel series
+
+syslog.2
+    Michael Kerrisk  [Serge E. Hallyn]
+        Update for kernel 2.6.37 changes
+            Document /proc/sys/kernel/dmesg_restrict.
+            Document CAP_SYSLOG.
+
+time.2
+    Michael Kerrisk  [Alexander Schuch]
+        NOTES: Fix description of "Seconds since the Epoch"
+
+timerfd_create.2
+    Michael Kerrisk  [Josh Triplett]
+        Note behavior when timerdfd_settime() old_value is NULL
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?641513
+    Tomislav Jonjic
+        Fix small error in description of timerfd_settime()
+
+truncate.2
+    Seonghun Lim
+        Remove redundant EINTR description
+
+unlink.2
+    Hendrik Jan Thomassen
+        Improve EBUSY description
+
+cacos.3
+cacosh.3
+catan.3
+catanh.3
+    Michael Kerrisk  [Richard B. Kreckel, Andries Brouwer]
+        Fix formula describing function
+            The man pages for cacos(), cacosh(), catan(), catanh()
+            contain incorrect formulae describing the functions.
+
+cacos.3
+    Michael Kerrisk
+        Add example program
+
+cacosh.3
+    Michael Kerrisk
+        Add example program
+
+cacosh.3
+casinh.3
+catan.3
+catanh.3
+    Michael Kerrisk
+        SEE ALSO: Add reference to inverse function
+
+catan.3
+    Michael Kerrisk
+        Add example program
+
+catanh.3
+    Michael Kerrisk
+        Add example program
+
+ccos.3
+ccosh.3
+csin.3
+csinh.3
+ctan.3
+ctanh.3
+    Michael Kerrisk
+        SEE ALSO Add reference to "arc" inverse function
+
+cexp.3
+    Michael Kerrisk
+        SEE ALSO: add cexp(3)
+
+clog.3
+    Michael Kerrisk
+        SEE ALSO: Add reference to clog(2)
+
+crypt.3
+    Michael Kerrisk  [Jan Engelhardt]
+        Fix header file and feature test macro requirements for crypt_r()
+
+err.3
+    Seonghun Lim
+        Clean up description of error message source
+            In the second paragraph of DESCRIPTION section, one of the
+            sources of error messages is incorrect: the four functions obtain
+            error message only from errno, and "a code" is just relevant
+            with errc() and warnc(), which are not present on Linux.
+            see http://www.unix.com/man-page/freebsd/3/ERR/ .
+
+            Then, the third paragraph becomes a duplicate.
+
+fflush.3
+    Regid Ichira
+        Fix wording error
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?614021
+
+hsearch.3
+    Seonghun Lim
+        Update ERRORS section
+            EINVAL can occur for hdestroy_r().
+            EINVAL can't occur for hcreate().
+            Other minor fixes.
+
+lockf.3
+    Michael Kerrisk  [Mikel Ward]
+        ERRORS: EBADF can also occur for nonwritable file descriptor
+            As noted in the DESCRIPTION, the file descriptor must be writable
+            in order to place a lock.
+
+malloc.3
+    Seonghun Lim
+        Reorder prototypes in SYNOPSIS
+            calloc() comes before realloc() in the other sections,
+            so should do in SYNOPSIS, too.
+
+mbstowcs.3
+    Michael Kerrisk
+        SEE ALSO: add reference to wcstombs(3)
+
+memcmp.3
+    Michael Kerrisk  [Sebastian Unger]
+        Clarify that comparison interprets bytes as "unsigned char"
+
+realpath.3
+    Michael Kerrisk  [Seonghun Lim]
+        Fix EINVAL error
+            Since glibc 2.3, resolved_path can be non-NULL (with the
+            semantics already documented in the page).
+
+scandir(3)
+    Mike Frysinger
+        Add ENOENT/ENOTDIR errors
+
+siginterrupt.3
+    Michael Kerrisk  [Luis Javier Merino]
+        Remove misleading sentence about signal(2) and system call interruption
+
+strlen.3
+    Michael Kerrisk  [Jon Grant]
+        SEE ALSO: Add strnlen(3)
+
+strnlen.3
+    Michael Kerrisk  [Jon Grant]
+        CONFORMING TO: Note that strnlen() is in POSIX.1-2008
+
+strtoul.3
+    Michael Kerrisk  [Tolga Dalman]
+        Fix NOTES section constants
+
+termios.3
+    Michael Kerrisk
+        Use "terminal special characters" consistently throughout page
+    Michael Kerrisk  [Paul Evans]
+        Add documentation of _POSIX_VDISABLE
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627841
+    Michael Kerrisk
+        Add a description of STATUS character
+    Michael Kerrisk
+        Added description of SWTCH character
+    Michael Kerrisk
+        Add names of terminal special characters
+    Michael Kerrisk
+        List terminal special characters in alphabetical order
+
+wcstombs.3
+    Michael Kerrisk
+        SEE ALSO: add mbstowcs(3)
+
+console_codes.4
+    Petr Pisar
+        Add ESC [ 3 J
+            Linux 3.0 (commit f8df13e0a901fe55631fed66562369b4dba40f8b)
+            implements \E[3J to allow scrambling content of console
+            including scroll-back buffer
+            (http://thread.gmane.org/gmane.linux.kernel/1125792).
+
+proc.5
+    Michael Kerrisk  [Stan Sieler]
+        Add description of 'PPid' field of /proc/PID/status
+    Michael Kerrisk  [Stan Sieler]
+        Add description of 'SigQ' field of /proc/PID/status
+
+capabilities.7
+    Michael Kerrisk  [Serge E. Hallyn]
+        Document CAP_SYSLOG and related changes in Linux 2.6.37
+    Michael Kerrisk
+        File capabilities are no longer optional
+            Starting with Linux 2.6.33, the CONFIG_SECURITY_FILE_CAPABILITIES
+            has been removed, and file capabilities are always part of the
+            kernel.
+
+complex.7
+    Michael Kerrisk
+        Updated SEE ALSO list to include all complex math functions
+
+ipv6.7
+    Michael Kerrisk  [Simon Cross]
+        Fix description of address notation: "8 4-digit hexadecimal numbers"
+
+signal.7
+    Seonghun Lim
+        Remove crufty repeated info about LinuxThreads
+
+unix.7
+    Michael Kerrisk
+        Add pointer to cmsg(3) for an example of the use of SCM_RIGHTS
+
+
+==================== Changes in man-pages-3.34 ====================
+
+Released: 2011-09-23, Munich
+
+
+Contributors
+------------
+
+The following people contributed patches/fixes or (noted in brackets
+in the changelog below) reports, notes and ideas that have been
+incorporated in changes in this release:
+
+Alan Curry <pacman@kosh.dhis.org>
+Benjamin Poirier <benjamin.poirier@gmail.com>
+Brian M. Carlson <sandals@crustytoothpaste.net>
+David Howells <dhowells@redhat.com>
+David Prévot <taffit@debian.org>
+Denis Barbier <bouzim@gmail.com>
+Doug Goldstein <cardoe@cardoe.com>
+Eric Blake <eblake@redhat.com>
+Guillem Jover <guillem@hadrons.org>
+Jon Grant <jg@jguk.org>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Neil Horman <nhorman@tuxdriver.com>
+Paul Pluzhnikov <ppluzhnikov@google.com>
+Reuben Thomas <rrt@sc3d.org>
+Stefan Puiu <stefan.puiu@gmail.com>
+Stephan Mueller <stephan.mueller@atsec.com>
+Stephen Cameron <scameron@beardog.cce.hp.com>
+Sunil Mushran <sunil.mushran@oracle.com>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+rt_sigqueueinfo.2
+    Michael Kerrisk  [Stephan Mueller]
+        New page for rt_sigqueueinfo(2) and rt_tgsigqueueinfo(2)
+            This replaces the previous '.so' man page link file for
+            rt_sigqueueinfo.2, which linked to this sigqueue() man page.
+
+cciss.4
+    Stephen M. Cameron
+        New man page for cciss driver
+            I obtained the information in this man page as a consequence
+            of having worked on the cciss driver for the past several years,
+            and having written considerable portions of it.
+    Michael Kerrisk
+        Copyedit by mtk
+
+hpsa.4
+    Stephen M. Cameron
+        New man page for the hpsa driver
+            I obtained the information in this man page as a consequence
+            of being the main author of the hpsa driver.
+    Michael Kerrisk
+        Copyedits my mtk
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+fstatat.2
+    Michael Kerrisk  [David Howells]
+        Document AT_NO_AUTOMOUNT
+           This flag was added in Linux 2.6.38.
+
+lseek.2
+    Michael Kerrisk  [Eric Blake, Sunil Mushran]
+        Document SEEK_HOLE and SEEK_DATA
+            These flags, designed for discovering holes in a file,
+            were added in Linux 3.1. Included comments from Eric
+            Blake and Sunil Mushran.
+
+madvise.2
+    Doug Goldstein
+        Add MADV_HUGEPAGE and MADV_NOHUGEPAGE
+            Document the MADV_HUGEPAGE and MADV_NOHUGEPAGE flags added to
+            madvise() in Linux 2.6.38.
+
+
+New and changed links
+---------------------
+
+rt_tgsigqueueinfo.2
+    Michael Kerrisk
+        New link to new rt_sigqueueinfo.2 page
+
+sigqueue.2
+    Michael Kerrisk
+        Create link to page that was relocated to section 3
+
+
+Global changes
+--------------
+
+Various pages
+    Michael Kerrisk
+        Change reference to "sigqueue(2)" to "sigqueue(3)"
+
+
+Changes to individual pages
+---------------------------
+
+fallocate.2
+    Michael Kerrisk
+        ERRORS: Add EPERM and ESPIPE errors
+
+lseek.2
+    Michael Kerrisk  [Alan Curry, Reuben Thomas]
+        Remove suspect note about 'whence' being incorrect English
+
+prctl.2
+    Paul Pluzhnikov
+        PR_SET_DUMPABLE makes process non-ptrace-attachable
+
+readlink.2
+    Guillem Jover
+        Document using st_size to allocate the buffer
+    Michael Kerrisk
+        Added copyright text + changelog note for Guillem Jover's patch
+
+sched_setscheduler.2
+    Michael Kerrisk
+        Document 2.6.39 changes to rules governing changes from SCHED_IDLE policy
+            Since Linux 2.6.39, unprivileged processes under the
+            SCHED_IDLE policy can switch to another nonrealtime
+            policy if their nice value falls within the range
+            permitted by their RLIMIT_NICE limit.
+
+tkill.2
+    Michael Kerrisk
+        SEE ALSO: Add rt_sigqueueinfo (2)
+
+btowc.3, wctob.3
+    Michael Kerrisk  [Brian M. Carlson]
+        Add pointers to better, thread-safe alternative functions
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606899
+
+fwide.3
+    Michael Kerrisk
+        Add _ISOC95_SOURCE to feature test macro requirements
+            Since glibc 2.12, _ISOC95_SOURCE can also be used to expose
+            prototype of this function.
+
+index.3
+    Michael Kerrisk  [Jon Grant]
+        Fix text mentioning terminating null
+
+pthread_sigqueue.3
+    Michael Kerrisk
+        Replace explicit mention of rt_tgsigqueueinfo() with SEE ALSO reference
+
+sigqueue.3
+    Michael Kerrisk
+        Move this page to section 3
+            Now that the underlying system call rt_sigqueueinfo(2) is
+            properly documented, move sigqueue() to Section 3, since
+            it is really a library function.
+    Michael Kerrisk
+        Update text in line with existence of new rt_sigqueueinfo.2 page
+
+wcsnlen.3
+    Jon Grant
+        Improve description of 'maxlen' argument
+            It's worth clarifying 'maxlen' is in wide-char units, not bytes.
+
+wprintf.3
+    Michael Kerrisk
+        Add _ISOC95_SOURCE to feature test macro requirements
+            Since glibc 2.12, _ISOC95_SOURCE can also be used to expose
+            prototype of these functions.
+
+feature_test_macros.7
+    Michael Kerrisk
+        Document _ISOC95_SOURCE
+            _ISOC95_SOURCE was added in glibc 2.12 as a means
+            to expose C90 Amendment 1 definitions.
+
+ip.7
+    Benjamin Poirier  [Neil Horman]
+        Improve description of IP_MTU_DISCOVER
+
+signal.7
+    Michael Kerrisk
+        SEE ALSO: Add rt_sigqueueinfo(2)
+
+
+==================== Changes in man-pages-3.35 ====================
+
+Released: 2011-10-04, Munich
+
+
+Contributors
+------------
+
+The following people contributed patches/fixes or (noted in brackets
+in the changelog below) reports, notes and ideas that have been
+incorporated in changes in this release:
+
+Andi Kleen <andi@firstfloor.org>
+David Prévot <taffit@debian.org>
+Denis Barbier <bouzim@gmail.com>
+Eric W. Biederman <ebiederm@xmission.com>
+Guillem Jover <guillem@hadrons.org>
+Jon Grant <jg@jguk.org>
+Kevin Lyda <kevin@ie.suberic.net>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Mike Frysinger <vapier@gentoo.org>
+Reuben Thomas <rrt@sc3d.org>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+recvmmsg.2
+    Andi Kleen, Michael Kerrisk
+        New man page for recvmmsg(2)
+
+setns.2
+    Eric W. Biederman
+        New manual page for setns(2)
+    Michael Kerrisk
+        Various improvements
+
+
+Global changes
+--------------
+
+Various pages
+    Michael Kerrisk
+        Global fix: remove spaces around em-dash
+            Normal English typographical convention is not to have
+            spaces around em dashes.
+
+Various pages
+    Michael Kerrisk
+        Global fix: s/null pointer/NULL pointer/
+
+Various pages
+    Michael Kerrisk
+        Global fix: use ORing
+            Use "ORing", not "OR'ing", nor an italic ".IR OR ing".
+
+Various pages
+    Michael Kerrisk
+        Global fix: consistent use of "null wide character"
+            Bring more consistency to the discussion of
+            "[terminating] null wide character"
+            by writing (at least in the initial use in a page)
+            "[terminating] null wide character (L'\0')".
+
+Various pages
+    Michael Kerrisk
+        Global fix: consistent use of "null byte"
+            Bring more consistency to the discussion of
+            "[terminating] null byte"
+            by writing (at least in the initial use in a page)
+            "[terminating] null byte ('\0')".
+
+mount.2, prctl.2
+    Michael Kerrisk
+        s/task/thread/ for consistency with other pages
+
+
+Changes to individual pages
+---------------------------
+
+lseek.2
+    Guillem Jover
+        CONFORMING TO: Note other systems that have SEEK_HOLE+SEEK_DATA
+
+recv.2
+    Michael Kerrisk
+        Add mention of recvmmsg(2)
+
+recvmmsg.2
+    Michael Kerrisk
+        SEE ALSO: add sendmmsg(2)
+
+send.2
+    Michael Kerrisk
+        CONFORMING TO: POSIX.1-2008 adds MSG_NOSIGNAL
+
+sigwaitinfo.2
+    Michael Kerrisk
+        Note that attempts to wait for SIGKILL and SIGSTOP are silently ignored
+
+stat.2
+    Michael Kerrisk
+        Note POSIX.1-2001 and POSIX.1-2008 requirements for lstat()
+    Michael Kerrisk
+        Regarding automounter action, add a reference to fstatat(2)
+    Michael Kerrisk
+        Clean up text describing which POSIX describes S_IF* constants
+
+aio_cancel.3
+    Michael Kerrisk  [Jon Grant]
+        Clarify meaning of "return status" and "error status"
+
+gets.3
+    Michael Kerrisk
+        POSIX.1-2008 marks gets() obsolescent
+            The page formerly erroneously stated that POSIX.1-2008
+            removed the specification of this function.
+
+mbsnrtowcs.3
+    Michael Kerrisk
+        CONFORMING TO: Add POSIX.1-2008
+            This function is specified in the POSIX.1-2008 revision.
+
+regex.3
+    Michael Kerrisk  [Reuben Thomas]
+        Change "terminating null" to "terminating null byte"
+
+stpcpy.3
+stpncpy.3
+    Mike Frysinger
+        Note that these functions are in POSIX.1-2008
+            Update the "CONFORMING TO" sections of these functions to
+            note that they are now part of the POSIX.1-2008 standard.
+
+stpncpy.3
+    Michael Kerrisk
+        Change "terminating null" to "terminating null byte"
+
+strcpy.3
+    Mike Frysinger
+        SEE ALSO: Add stpncpy(3)
+
+strdup.3
+    Michael Kerrisk
+        CONFORMING TO: strndup() is in POSIX.1-2008
+
+wcpcpy.3
+wcpncpy.3
+wcsnlen.3
+wcsnrtombs.3
+    Michael Kerrisk
+        CONFORMING TO: Add POSIX.1-2008
+            These functions are specified in the POSIX.1-2008 revision.
+
+proc.5
+    Eric W. Biederman
+        Document /proc/[pid]/ns/
+    Michael Kerrisk
+        Some edit's to Eric Biederman's /proc/[pid]/ns/ additions
+
+capabilities.7
+    Michael Kerrisk
+        List setns(2) as an operation allowed by CAP_SYS_ADMIN
+
+
+==================== Changes in man-pages-3.36 ====================
+
+Released: 2012-02-27, Christchurch
+
+
+Contributors
+------------
+
+The following people contributed patches/fixes or (noted in brackets
+in the changelog below) reports, notes and ideas that have been
+incorporated in changes in this release:
+
+Alain Benedetti <alainb06@free.fr>
+carado <carado@savhon.org>
+Christoph Hellwig <hch@lst.de>
+Clemens Ladisch <clemens@ladisch.de>
+David Prévot <taffit@debian.org>
+Elie De Brauwer <eliedebrauwer@gmail.com>
+Guillem Jover <guillem@hadrons.org>
+Jessica McKellar <jesstess@mit.edu>
+Josef Bacik <josef@redhat.com>
+Junjiro Okajima <jro@mx3.ttcn.ne.jp>
+Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Mike Frysinger <vapier@gentoo.org>
+Pat Pannuto <pat.pannuto@gmail.com>
+Salvo Tomaselli <tiposchi@tiscali.it>
+Simone Piccardi <piccardi@truelite.it>
+Slaven Rezic <srezic@iconmobile.com>
+starlight@binnacle.cx
+Stephan Mueller <stephan.mueller@atsec.com>
+Vijay Rao <vijay@portuosus.com>
+Walter Haidinger <walter.haidinger@gmx.at>
+Walter Harms <wharms@bfs.de>
+Yang Yang <wdscxsj@gmail.com>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+sendmmsg.2
+    Michael Kerrisk  [Stephan Mueller]
+        New page for sendmmsg(2)
+            Some pieces inspired by an initial attempt by Stephan Mueller.
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+fallocate.2
+    Lucian Adrian Grijincu
+        Document FALLOC_FL_PUNCH_HOLE
+            FALLOC_FL_PUNCH_HOLE was added in Linux 2.6.38,
+            for punching holes in the allocated space in a file.
+
+
+Changes to individual pages
+---------------------------
+
+dup.2
+    Michael Kerrisk
+        SYNOPSIS: Add "#include <fntl.h>" for O_* constants
+
+fallocate.2
+    Michael Kerrisk
+        Substantial restructuring of DESCRIPTION
+            The addition of a second class of operation ("hole punching")
+            to the man page made it clear that some significant restructuring
+            is required. So I substantially reworked the page, including the
+            preexisting material on the default "file allocation" operation.
+    Michael Kerrisk  [Josef Bacik]
+        Add further details for FALLOC_FL_PUNCH_HOLE
+    Michael Kerrisk
+        ERRORS: Add EPERM error case for FALLOC_FL_PUNCH_HOLE
+
+fork.2
+    Michael Kerrisk
+        NOTES: Describe clone() call equivalent to fork()
+
+fsync.2
+    Christoph Hellwig
+        Various improvements
+            - explain the situation with disk caches better
+            - remove the duplicate fdatasync() explanation in the NOTES
+              section
+            - remove an incorrect note about fsync() generally requiring two
+              writes
+            - remove an obsolete ext2 example note
+            - fsync() works on any file descriptor (doesn't need to be
+              writable); correct the EBADF error code explanation
+    Michael Kerrisk  [Guillem Jover]
+        Note that some systems require a writable file descriptor
+            An edited version of Guillem Jover's comments:
+            [While the file descriptor does not need to be writable on Linux]
+            that's not a safe portable assumption to make on POSIX in general
+            as that behavior is not specified and as such is
+            implementation-specific. Some Unix systems do actually fail on
+            read-only file descriptors, for example [HP-UX and AIX].
+
+mount.2
+    Michael Kerrisk  [Junjiro Okajima]
+        Removed erroneous statement about MS_RDONLY and bind mounts
+
+open.2
+    Jessica McKellar
+        Fix grammar in O_DIRECT description
+            Some small grammar fixes to the O_DIRECT description.
+
+pipe.2
+    Michael Kerrisk  [Salvo Tomaselli]
+        SYNOPSIS: Add "#include <fntl.h>" for O_* constants
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659750
+
+sched_rr_get_interval.2
+    Clemens Ladisch
+        Update notes on modifying quantum
+            Since Linux 2.6.24, it is no longer possible to
+            modify the SCHED_RR quantum using setpriority(2).
+            (Slight edits to Clemens' patch by mtk.)
+    Michael Kerrisk
+        Reordered various pieces of text
+    Michael Kerrisk
+        Reworded text of ESRCH error
+
+send.2
+    Michael Kerrisk
+        Add mention of sendmmsg(2)
+
+sync.2
+    Michael Kerrisk  [Simone Piccardi]
+        PROTOTYPE: Fix return type of syncfs()
+
+vfork.2
+    Michael Kerrisk  [starlight@binnacle.cx]
+        Clarify what is duplicated in the child
+            Add some words to make it clear to the reader that vfork(),
+            like fork(), creates duplicates of process attributes
+            in the child.
+    Michael Kerrisk
+        Note clone() flags equivalent to vfork()
+    Michael Kerrisk  [starlight@binnacle.cx, Mike Frysinger]
+        Add some notes on reasons why vfork() still exists
+    Michael Kerrisk  [starlight@binnacle.cx]
+        Clarify that calling *thread* is suspended during vfork()
+    Michael Kerrisk
+        CONFORMING TO: Note that POSIX.1-2001 marked vfork() obsolete
+
+gets.3
+    Michael Kerrisk
+        Document C11 and glibc 2.16 changes affecting gets()
+
+pthread_sigmask.3
+    Michael Kerrisk  [Pat Pannuto]
+        Fix comment that was inconsistent with code in example program
+
+sem_wait.3
+    Walter Harms
+        EXAMPLE: Remove extraneous line of output from shell session
+
+wcsnrtombs.3
+wcsrtombs.3
+wcstombs.3
+    Michael Kerrisk
+        Fix-ups for e9c23bc636426366d659809bc99cd84661e86464
+
+core.5
+    Michael Kerrisk  [Junjiro Okajima]
+        Document %E specifier for core_pattern
+
+passwd.5
+    Michael Kerrisk  [Walter Haidinger]
+        s/asterisk/asterisk (*)/ to improve clarity
+    Michael Kerrisk
+        Correct note on passwd field value when shadowing is enabled
+            When password shadowing is enabled, the password field
+            contains an 'x' (not "*').
+
+proc.5
+    Elie De Brauwer
+        Fix description of fourth field of /proc/loadavg
+            SIgned-off-by: Elie De Brauwer <eliedebrauwer@gmail.com>
+
+resolv.conf.5
+    Michael Kerrisk  [Slaven Rezic]
+        Describe syntax used for comments
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656994
+
+feature_test_macros.7
+    Michael Kerrisk
+        Document _ISOC11_SOURCE
+
+inotify.7
+    Michael Kerrisk  [Yang Yang]
+        Note that 'cookie' field is set to zero when unused
+
+man.7
+    Michael Kerrisk
+        Various fixes for description of NAME section
+            As noted by reporter:
+            * The code sample given for the NAME section is incomplete because
+              the actual content sample is not given.
+            * Additionally, the description assumes that the item described is
+              a command, which need not be the case.
+            * The command makewhatis is not present on my system; the
+              documented tool to create the whatis database is called mandb.
+            * The description on .SH NAME in man(7) should either copy the
+              relevant paragraph of lexgrog(1) or refer to it.
+
+
+==================== Changes in man-pages-3.37 ====================
+
+Released: 2012-03-06, Christchurch
+
+
+Contributors
+------------
+
+The following people contributed patches/fixes or (noted in brackets
+in the changelog below) reports, notes and ideas that have been
+incorporated in changes in this release:
+
+Denys Vlasenko <dvlasenk@redhat.com>
+Mark R. Bannister <cambridge@users.sourceforge.net>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Oleg Nesterov <oleg@redhat.com>
+Tejun Heo <tj@kernel.org>
+
+Apologies if I missed anyone!
+
+
+New and rewritten pages
+-----------------------
+
+getent.1
+    Mark R. Bannister
+        New page to document 'getent' binary provided by glibc
+
+
+Changes to individual pages
+---------------------------
+
+bdflush.2
+    Michael Kerrisk
+        Note that bdflush() is deprecated, and does nothing
+
+nfsservctl.2
+    Michael Kerrisk
+        Note that this system call was removed in Linux 3.1
+
+ptrace.2
+    Denys Vlasenko  [Oleg Nesterov, Tejun Heo]
+        add extended description of various ptrace quirks
+            Changes include:
+
+            s/parent/tracer/g, s/child/tracee/g - ptrace interface now
+            is sufficiently cleaned up to not treat tracing process
+            as parent.
+
+            Deleted several outright false statements:
+            - pid 1 can be traced
+            - tracer is not shown as parent in ps output
+            - PTRACE_ATTACH is not "the same behavior as if tracee had done
+              a PTRACE_TRACEME": PTRACE_ATTACH delivers a SIGSTOP.
+            - SIGSTOP _can_ be injected.
+            - Removed mentions of SunOS and Solaris as irrelevant.
+            - Added a few more known bugs.
+
+            Added a large block of text in DESCRIPTION which doesn't focus
+            on mechanical description of each flag and operation, but rather
+            tries to describe a bigger picture. The targeted audience is
+            a person which is reasonably knowledgeable in Unix but did not
+            spend years working with ptrace, and thus may be unaware of its
+            quirks. This text went through several iterations of review by
+            Oleg Nesterov and Tejun Heo.
+            This block of text intentionally uses as little markup as possible,
+            otherwise future modifications to it will be very hard to make.
+    Michael Kerrisk
+        Global clean-up of page
+            * Wording and formatting fixes to existing text and
+              Denys Vlasenko's new text.
+            * Various technical amendments and improvements to
+              Denys Vlasenko's new text.
+            * Added FIXME for various problems with the current text.
+    Michael Kerrisk
+        Integrated changes after further review from Denys Vlasenko
+
+syscalls.2
+    Michael Kerrisk
+        Note that nfsservctl(2) was removed in Linux 3.1
+        Note that bdflush(2) is deprecated
+
+capabilities.7
+    Michael Kerrisk
+        Add CAP_WAKE_ALARM
+    Michael Kerrisk
+        Add various operations under CAP_SYS_ADMIN
+        Add perf_event_open(2) to CAP_SYS_ADMIN
+        Add VM86_REQUEST_IRQ vm86(2) command to CAP_SYS_ADMIN
+        Update CAP_NET_ADMIN with notes from include/linux/capability.h
+        Add nfsservctl(2) to CAP_SYS_ADMIN
+    Michael Kerrisk
+        Add ioctl(FIBMAP) under CAP_SYS_RAWIO
+    Michael Kerrisk
+        Add virtual terminal ioctl()s under CAP_SYS_TTY_CONFIG
+    Michael Kerrisk
+        Update CAP_NET_RAW with notes from include/linux/capability.h
+    Michael Kerrisk
+        Add F_SETPIPE_SZ case to CAP_SYS_RESOURCE
+        Add POSIX messages queues queues_max case to CAP_SYS_RESOURCE
+        Update CAP_SYS_RESOURCE with notes from include/linux/capability.h
+    Michael Kerrisk
+        SEE ALSO: Add libcap(3)
+
+ld.so.8
+    Michael Kerrisk
+        Add --audit command-line option
diff --git a/original/README b/original/README
new file mode 100644 (file)
index 0000000..447a925
--- /dev/null
@@ -0,0 +1,31 @@
+This package contains Linux man pages for sections
+2, 3, 4, 5, and 7. Some more information is given in the
+`Announce' file.
+
+Install by copying to your favourite location.
+"make install" will just copy them to /usr/share/man/man[1-8].
+"make" will move the pages from this package that are older than
+the already installed ones to a subdirectory `not_installed',
+then remove old versions (compressed or not),
+compress the pages, and copy them to /usr/share/man/man[1-8].
+
+
+Note that you may have to remove preformatted pages.
+
+Note that sometimes these pages are duplicates of pages
+also distributed in other packages. This has been reported
+about dlclose.3, dlerror.3, dlopen.3, dlsym.3 (found in ld.so),
+about resolver.3, resolv.conf.5 (found in bind-utils),
+and about passwd.5, and mailaddr.7. Be careful not to
+overwrite more up-to-date versions.
+Reports on further duplicates are welcome.
+Formerly present and now removed duplicates:
+ exports.5 (found in nfs-server-2.2*),
+ fstab.5, nfs.5 (found in util-linux-2.12*),
+ lilo.8, lilo.conf.5 (found in lilo-21.6*).
+
+Copyrights: These man pages come under various copyrights.
+All pages are freely distributable when the nroff source is included.
+
+If you have corrections and additions to suggest, see
+http://www.kernel.org/doc/man-pages/contributing.html
diff --git a/original/man-pages-3.38.Announce b/original/man-pages-3.38.Announce
new file mode 100644 (file)
index 0000000..37bf2a1
--- /dev/null
@@ -0,0 +1,62 @@
+RELEASE
+The Linux man page maintainer proudly announces. . .
+
+    man-pages-3.38.tar.gz - man pages for Linux
+
+Differences from the previous manual pages release are listed in
+the file "Changes".
+
+For further information, visit http://www.kernel.org/doc/man-pages/
+
+POSIX PAGES
+This package used to contains a copy of the POSIX 1003.1-2003
+man pages.  The POSIX pages are now distributed in the separate
+man-pages-posix package.
+
+THE PAGES
+These pages are most of the section 2, 3, 4, 5, 7 man pages
+for Linux.  A few pages are provided in sections 1 and 8 for commands
+that are not documented in other packages, and there are a few pages
+in sections 5 and 8 for the timezone utilities.
+
+[The timezone pages were taken from
+ftp://elsie.nci.nih.gov/pub/tzcode2001a.tar.gz.]
+[The section 3 man pages for the db routines have been taken from
+ftp://ftp.terra.net/pub/sleepycat/db.1.86.tar.gz.]
+[The rpc man pages were taken from the 4.4BSD-Lite CDROM.]
+
+Here is a breakdown of what this distribution contains:
+
+    Section 1 = user commands (intro, plus a few other pages)
+    Section 2 = system calls
+    Section 3 = libc calls
+    Section 4 = devices (e.g., hd, sd)
+    Section 5 = file formats and protocols (e.g., wtmp, /etc/passwd, nfs)
+    Section 6 = games (intro only)
+    Section 7 = overviews, conventions, macro packages, etc.
+    Section 8 = system administration (intro, plus a few other pages)
+
+    This package contains no, or very few, section 1, 6, and 8 man pages
+    because these should be distributed with the binaries they are written
+    for.  Sometimes Section 9 is used for man pages describing parts of
+    the kernel.
+
+    Note that only Section 2 is rather complete, but Section 3 contains
+    several hundred man pages.  If you want to write some man pages,
+    or suggest improvments to existing pages, please visit
+    http://www.kernel.org/doc/man-pages/ .
+
+
+Copyright information:
+
+    These man pages are distributed under a variety of copyright licenses.
+    Although these licenses permit free distribution of the nroff sources
+    contained in this package, commercial distribution may impose other
+    requirements (e.g., acknowledgement of copyright or inclusion of the
+    raw nroff sources with the commercial distribution).
+    If you distribute these man pages commercially, it is your
+    responsibility to figure out your obligations.  (For many man pages,
+    these obligations require you to distribute nroff sources with any
+    pre-formatted man pages that you provide.)  Each file that contains
+    nroff source for a man page also contains the author(s) name, email
+    address, and copyright notice.
similarity index 82%
rename from original/man-pages.lsm
rename to original/man-pages-3.38.lsm
index 928bb73..f4ed8c9 100644 (file)
@@ -1,13 +1,13 @@
 Begin3
 Title:          Section 2, 3, 4, 5 and 7 man pages for Linux
-Version:        3.37
-Entered-date:   2012-03-06
+Version:        3.38
+Entered-date:   2012-03-25
 Description:    Linux manual pages
 Keywords:       man pages
 Author:         several
 Maintained-by:  Michael Kerrisk <mtk.manpages@gmail.com>
 Primary-site:   ftp://ftp.kernel.org/pub/linux/docs/man-pages
-                1707k man-pages-3.37.tar.gz
+                1718k man-pages-3.38.tar.gz
 Alternate-site: ftp://ftp.win.tue.nl/pub/linux-local/manpages
 Copying-policy: several; the pages are all freely distributable as long as
                nroff source is provided
index 47e790c..97ddf2d 100644 (file)
 .SH NAME
 getent \- get entries from Name Service Switch libraries
 .SH SYNOPSIS
-.BI "getent " database " [ " key " ... ]"
+.B "getent
+.IR database " [" key " ...]"
 .SH DESCRIPTION
 The
-.I getent
+.B getent
 command displays entries from databases supported by the
 Name Service Switch libraries,
 which are configured in
index cd075bc..e4f292b 100644 (file)
@@ -51,6 +51,7 @@ _POSIX_C_SOURCE\ >=\ 200112L;
 .br
 or
 .I cc\ -std=c99
+.RE
 .ad
 .SH DESCRIPTION
 The function
index f31dee3..499e770 100644 (file)
@@ -17,6 +17,7 @@ add_key \- Add a key to the kernel's key management facility
 .BI "key_serial_t add_key(const char *" type ", const char *" description ,
 .BI "                     const void *" payload ", size_t " plen ,
 .BI "                     key_serial_t " keyring ");"
+.fi
 .SH DESCRIPTION
 .BR add_key ()
 asks the kernel to create or update a key of the given
index d512a9f..b9b9aef 100644 (file)
@@ -52,6 +52,7 @@ _XOPEN_SOURCE\ >=\ 500 ||
 _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
 .br
 || /* Since glibc 2.12: */ _POSIX_C_SOURCE\ >=\ 200809L
+.RE
 .PD
 .ad
 .SH DESCRIPTION
index 9fe0620..2f84c91 100644 (file)
@@ -49,7 +49,7 @@ and
 The file size (as reported by
 .BR stat (2))
 will be changed if
-.I "offset + len"
+.IR offset + len
 is greater than the file size.
 This default behavior closely resembles the behavior of the
 .BR posix_fallocate (3)
@@ -68,7 +68,7 @@ flag is specified in
 .IR mode ,
 the behavior of the call is similar,
 but the file size will not be changed even if
-.I "offset + len"
+.IR offset + len
 is greater than the file size.
 Preallocating zeroed blocks beyond the end of the file in this manner
 is useful for optimizing append workloads.
index 6daf659..b2a985a 100644 (file)
@@ -58,7 +58,7 @@
 .\" 2010-06-17, Michael Kerrisk
 .\"    Document F_SETPIPE_SZ and F_GETPIPE_SZ.
 .\"
-.TH FCNTL 2 2011-09-15 "Linux" "Linux Programmer's Manual"
+.TH FCNTL 2 2012-03-25 "Linux" "Linux Programmer's Manual"
 .SH NAME
 fcntl \- manipulate file descriptor
 .SH SYNOPSIS
@@ -1012,13 +1012,13 @@ to be at least
 bytes.
 An unprivileged process can adjust the pipe capacity to any value
 between the system page size and the limit defined in
-.IR /proc/sys/fs/pipe-size-max
+.IR /proc/sys/fs/pipe-max-size
 (see
 .BR proc (5)).
 Attempts to set the pipe capacity below the page size are silently
 rounded up to the page size.
 Attempts by an unprivileged process to set the pipe capacity above the limit in
-.IR /proc/sys/fs/pipe-size-max
+.IR /proc/sys/fs/pipe-max-size
 yield the error
 .BR EPERM ;
 a privileged process
index ae16b2b..5c5449c 100644 (file)
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
 .\"
-.TH FUTIMESAT 2 2009-12-13 "Linux" "Linux Programmer's Manual"
+.TH FUTIMESAT 2 2012-03-25 "Linux" "Linux Programmer's Manual"
 .SH NAME
 futimesat \- change timestamps of a file relative to a \
 directory file descriptor
 .SH SYNOPSIS
 .nf
 .B #include <fcntl.h>           /* Definition of AT_* constants */
+.B #include <sys/time.h>
 .sp
 .BI "int futimesat(int " dirfd ", const char *" pathname ,
 .BI "              const struct timeval " times [2]);
@@ -41,18 +42,7 @@ Feature Test Macro Requirements for glibc (see
 .in
 .sp
 .BR futimesat ():
-.PD 0
-.ad l
-.RS 4
-.TP 4
-Since glibc 2.10:
-_XOPEN_SOURCE\ >=\ 700 || _POSIX_C_SOURCE\ >=\ 200809L
-.TP
-Before glibc 2.10:
-_ATFILE_SOURCE
-.RE
-.ad
-.PD
+_GNU_SOURCE
 .SH DESCRIPTION
 This system call is obsolete.
 Use
index f3d8e2b..8898b34 100644 (file)
@@ -102,8 +102,8 @@ Note that these can be different from page to page!
 .BR sem_overview (7),
 .BR shm_overview (7),
 .BR signal (7),
-.BR svipc (7),
-.BR standards (7),
 .BR socket (7),
+.BR standards (7),
+.BR svipc (7),
 .BR symlink (7),
 .BR time (7)
index 62450ff..e374f55 100644 (file)
@@ -15,59 +15,60 @@ keyctl \- Manipulate the kernel's key management facility
 .B #include <keyutils.h>
 .sp
 .BI "long keyctl(int " cmd ", ...);"
+.fi
 .SH DESCRIPTION
 .BR keyctl ()
 has a number of functions available:
 .TP
-.B KEYCTL_GET_KEYRING_ID       
+.B KEYCTL_GET_KEYRING_ID
 Ask for a keyring's ID.
 .TP
-.B KEYCTL_JOIN_SESSION_KEYRING 
+.B KEYCTL_JOIN_SESSION_KEYRING
 Join or start named session keyring.
 .TP
-.B KEYCTL_UPDATE                       
+.B KEYCTL_UPDATE
 Update a key.
 .TP
-.B KEYCTL_REVOKE                       
+.B KEYCTL_REVOKE
 Revoke a key.
 .TP
-.B KEYCTL_CHOWN                        
+.B KEYCTL_CHOWN
 Set ownership of a key.
 .TP
-.B KEYCTL_SETPERM                      
+.B KEYCTL_SETPERM
 Set perms on a key.
 .TP
-.B KEYCTL_DESCRIBE                     
+.B KEYCTL_DESCRIBE
 Describe a key.
 .TP
-.B KEYCTL_CLEAR                        
+.B KEYCTL_CLEAR
 Clear contents of a keyring.
 .TP
-.B KEYCTL_LINK                 
+.B KEYCTL_LINK
 Link a key into a keyring.
 .TP
-.B KEYCTL_UNLINK                       
+.B KEYCTL_UNLINK
 Unlink a key from a keyring.
 .TP
-.B KEYCTL_SEARCH                       
+.B KEYCTL_SEARCH
 Search for a key in a keyring.
 .TP
-.B KEYCTL_READ                 
+.B KEYCTL_READ
 Read a key or keyring's contents.
 .TP
-.B KEYCTL_INSTANTIATE          
+.B KEYCTL_INSTANTIATE
 Instantiate a partially constructed key.
 .TP
-.B KEYCTL_NEGATE                       
+.B KEYCTL_NEGATE
 Negate a partially constructed key.
 .TP
-.B KEYCTL_SET_REQKEY_KEYRING   
+.B KEYCTL_SET_REQKEY_KEYRING
 Set default request-key keyring.
 .TP
-.B KEYCTL_SET_TIMEOUT          
+.B KEYCTL_SET_TIMEOUT
 Set timeout on a key.
 .TP
-.B KEYCTL_ASSUME_AUTHORITY             
+.B KEYCTL_ASSUME_AUTHORITY
 Assume authority to instantiate key.
 .P
 These are wrapped by
index 12d22da..a655fae 100644 (file)
@@ -289,9 +289,7 @@ To guarantee synchronous I/O,
 .B O_SYNC
 must be used in addition to
 .BR O_DIRECT .
-See
-.B NOTES
-below for further discussion.
+See NOTES below for further discussion.
 .sp
 A semantically similar (but deprecated) interface for block devices
 is described in
index 37c4dff..bb41cfc 100644 (file)
 .\"    (Thanks to Blaisorblade, Daniel Jacobowitz and others who helped.)
 .\" 2011-09, major update by Denys Vlasenko <vda.linux@googlemail.com>
 .\"
-.\" FIXME (later): Linux 3.1 adds PTRACE_SEIZE, PTRACE_INTERRUPT,
+.\" FIXME Linux 2.6.34 adds PTRACE_GETREGSET/PTRACE_SETREGSET
+.\" FIXME Linux 3.1 adds PTRACE_SEIZE, PTRACE_INTERRUPT,
 .\"                and PTRACE_LISTEN.
 .\"
-.TH PTRACE 2 2012-03-06 "Linux" "Linux Programmer's Manual"
+.TH PTRACE 2 2012-03-24 "Linux" "Linux Programmer's Manual"
 .SH NAME
 ptrace \- process trace
 .SH SYNOPSIS
@@ -373,6 +374,10 @@ value such that
   status>>8 == (SIGTRAP | (PTRACE_EVENT_EXEC<<8))
 .fi
 
+If the execing thread is not a thread group leader,
+the thread ID is reset to thread group leader's ID before this stop.
+Since Linux 3.0, the former thread ID can be retrieved with
+.BR PTRACE_GETEVENTMSG .
 .TP
 .BR PTRACE_O_TRACEVFORKDONE " (since Linux 2.5.60)"
 Stop the tracee at the completion of the next
@@ -467,7 +472,7 @@ The
 .I data
 argument is treated as for
 .BR PTRACE_CONT .
-.RI (addr
+.RI ( addr
 is ignored.)
 .TP
 .BR PTRACE_SYSEMU ", " PTRACE_SYSEMU_SINGLESTEP " (since Linux 2.6.14)"
@@ -552,13 +557,6 @@ Under Linux, a tracee can be detached in this way regardless
 of which method was used to initiate tracing.
 .RI ( addr
 is ignored.)
-.\"
-.\" In the text below, we decided to avoid prettifying the text with markup:
-.\" it would make the source nearly impossible to edit, and we _do_ intend
-.\" to edit it often, in order to keep it updated:
-.\" ptrace API is full of quirks, no need to compound this situation by
-.\" making it excruciatingly painful to document them!
-.\"
 .SS Death under ptrace
 When a (possibly multithreaded) process receives a killing signal
 (one whose disposition is set to
@@ -722,11 +720,9 @@ Example:
 .\"     describe how wait notifications queue (or not queue)
 .LP
 The following kinds of ptrace-stops exist: signal-delivery-stops,
-group-stop, PTRACE_EVENT stops, syscall-stops
-.BR PTRACE_SINGLESTEP ,
-.BR PTRACE_SYSEMU ,
-and
-.BE PTRACE_SYSEMU_SINGLESTEP .
+group-stops,
+.B PTRACE_EVENT
+stops, syscall-stops.
 They all are reported by
 .BR waitpid (2)
 with
@@ -740,7 +736,7 @@ and if there is ambiguity in that value, by querying
 .I WSTOPSIG(status)
 macro can't be used to perform this examination,
 because it returns the value
-(\fIstatus\>>8)\ \fB&\ 0xff\fP\fP.)
+.IR "(status\>>8)\ &\ 0xff" .)
 .SS Signal-delivery-stop
 When a (possibly multithreaded) process receives any signal except
 .BR SIGKILL ,
@@ -766,9 +762,9 @@ Signal-delivery-stop is observed by the tracer as
 .BR waitpid (2)
 returning with
 .I WIFSTOPPED(status)
-true, with the stopping signal returned by
+true, with the signal returned by
 .IR WSTOPSIG(status) .
-If the stopping signal is
+If the signal is
 .BR SIGTRAP ,
 this may be a different kind of ptrace-stop;
 see the "Syscall-stops" and "execve" sections below for details.
@@ -802,12 +798,17 @@ value: the tracer can cause a different signal to be injected.
 .LP
 Note that a suppressed signal still causes system calls to return
 prematurely.
-Restartable system calls will be restarted (the tracer will
-observe the tracee to execute
-.BR restart_syscall(2)
-if the tracer uses
-.BR PTRACE_SYSCALL );
-non-restartable system calls may fail with
+In this case system calls will be restarted: the tracer will
+observe the tracee to reexecute the interrupted system call (or
+.BR restart_syscall (2)
+system call for a few syscalls which use a different mechanism
+for restarting) if the tracer uses
+.BR PTRACE_SYSCALL .
+Even system calls (such as
+.BR poll (2))
+which are not restartable after signal are restarted after
+signal is suppressed;
+however, kernel bugs exist which cause some syscalls to fail with
 .B EINTR
 even though no observable signal is injected to the tracee.
 .LP
@@ -842,7 +843,7 @@ The
 signal has a side effect of waking up (all threads of)
 a group-stopped process.
 This side effect happens before signal-delivery-stop.
-The tracer can't suppress this side-effect (it can
+The tracer can't suppress this side effect (it can
 only suppress signal injection, which only causes the
 .BR SIGCONT
 handler to not be executed in the tracee, if such a handler is installed).
@@ -1002,7 +1003,7 @@ with the exit signal set to
 .TP
 .B PTRACE_EVENT_CLONE
 Stop before return from
-.BR clone (2)
+.BR clone (2).
 .TP
 .B PTRACE_EVENT_VFORK_DONE
 Stop before return from
@@ -1023,6 +1024,9 @@ can be used to retrieve the new thread's ID.
 .B PTRACE_EVENT_EXEC
 Stop before return from
 .BR execve (2).
+Since Linux 3.0,
+.BR PTRACE_GETEVENTMSG
+returns the former thread ID.
 .TP
 .B PTRACE_EVENT_EXIT
 Stop before exit (including death from
@@ -1044,7 +1048,8 @@ to finish exiting.
 on
 .B PTRACE_EVENT
 stops returns
-.B SIGTRAP in
+.B SIGTRAP
+in
 .IR si_signo ,
 with
 .I si_code
@@ -1148,7 +1153,7 @@ But such detection is fragile and is best avoided.
 .LP
 Using the
 .B PTRACE_O_TRACESYSGOOD
-option is the recommended method to distinquish syscall-stops
+option is the recommended method to distinguish syscall-stops
 from other kinds of ptrace-stops,
 since it is reliable and does not incur a performance penalty.
 .LP
@@ -1248,7 +1253,7 @@ is
 .BR PTRACE_SINGLESTEP ,
 .BR PTRACE_SYSEMU ,
 or
-.BR PTRACE_SYSEMU_SINGLESTEP.
+.BR PTRACE_SYSEMU_SINGLESTEP .
 If the tracee is in signal-delivery-stop,
 .I sig
 is the signal to be injected (if it is nonzero).
@@ -1257,7 +1262,7 @@ Otherwise,
 may be ignored.
 (When restarting a tracee from a ptrace-stop other than signal-delivery-stop,
 recommended practice is to always pass 0 in
-.I sig .)
+.IR sig .)
 .SS Attaching and detaching
 A thread can be attached to the tracer using the call
 
@@ -1290,9 +1295,9 @@ may be lost.
 Since attaching sends
 .B SIGSTOP
 and the tracer usually suppresses it, this may cause a stray
-.I EINTR
+.B EINTR
 return from the currently executing system call in the tracee,
-as described in the "signal injection and suppression" section.
+as described in the "Signal injection and suppression" section.
 .LP
 The request
 
@@ -1406,12 +1411,6 @@ death as if they exited via
 .BR _exit (2)
 with exit code 0.
 .IP *
-Then a
-.B PTRACE_EVENT_EXEC
-stop happens, if the
-.BR PTRACE_O_TRACEEXEC
-option was turned on.
-.IP *
 The execing tracee changes its thread ID while it is in the
 .BR execve (2).
 (Remember, under ptrace, the "pid" returned from
@@ -1420,9 +1419,22 @@ or fed into ptrace calls, is the tracee's thread ID.)
 That is, the tracee's thread ID is reset to be the same as its process ID,
 which is the same as the thread group leader's thread ID.
 .IP *
-If the thread group leader has reported its death by this time,
+Then a
+.B PTRACE_EVENT_EXEC
+stop happens, if the
+.BR PTRACE_O_TRACEEXEC
+option was turned on.
+.IP *
+If the thread group leader has reported its
+.B PTRACE_EVENT_EXIT
+stop by this time,
 it appears to the tracer that
 the dead thread leader "reappears from nowhere".
+(Note: the thread group leader does not report death via
+.I WIFEXITED(status)
+until there is at least one other live thread.
+This eliminates the possibility that the tracer will see
+it dying and then reappearing.)
 If the thread group leader was still alive,
 for the tracer this may look as if thread group leader
 returns from a different system call than it entered,
@@ -1440,15 +1452,11 @@ the thread ID change in the tracee.
 The
 .B PTRACE_O_TRACEEXEC
 option is the recommended tool for dealing with this situation.
-It enables
-.B PTRACE_EVENT_EXEC
-stop, which occurs before
-.BR execve (2)
-returns.
 First, it enables
-.BR PTRACE_EVENT_EXEC -stop,
+.BR PTRACE_EVENT_EXEC
+stop,
 which occurs before
-.BR execve(2)
+.BR execve (2)
 returns.
 In this stop, the tracer can use
 .B PTRACE_GETEVENTMSG
@@ -1475,23 +1483,17 @@ data structures describing the threads of this process,
 and retain only one data structure\(emone which
 describes the single still running tracee, with
 
-    thread ID == thread group ID == process id.
-.LP
-Currently, there is no way to retrieve the former
-thread ID of the execing tracee.
-If the tracer doesn't keep track of its tracees' thread group relations,
-it may be unable to know which tracee execed and therefore no longer
-exists under the old thread ID due to a thread ID change.
+    thread ID == thread group ID == process ID.
 .LP
 Example: two threads call
 .BR execve (2)
 at the same time:
 .LP
 .nf
-*** we get syscall-entry-stop in thread 1: **
+*** we get syscall-enter-stop in thread 1: **
 PID1 execve("/bin/foo", "foo" <unfinished ...>
 *** we issue PTRACE_SYSCALL for thread 1 **
-*** we get syscall-entry-stop in thread 2: **
+*** we get syscall-enter-stop in thread 2: **
 PID2 execve("/bin/bar", "bar" <unfinished ...>
 *** we issue PTRACE_SYSCALL for thread 2 **
 *** we get PTRACE_EVENT_EXEC for PID0, we issue PTRACE_SYSCALL **
@@ -1499,10 +1501,6 @@ PID2 execve("/bin/bar", "bar" <unfinished ...>
 PID0 <... execve resumed> )             = 0
 .fi
 .LP
-In this situation, there is no way to know which
-.BR execve (2)
-succeeded.
-.LP
 If the
 .B PTRACE_O_TRACEEXEC
 option is
@@ -1713,6 +1711,22 @@ This may be changed in the future;
 .B SIGKILL
 is meant to always immediately kill tasks even under ptrace.
 Last confirmed on 2.6.38.6.
+.LP
+Some system calls return with
+.B EINTR
+if a signal was sent to a tracee, but delivery was suppressed by the tracer.
+(This is very typical operation: it is usually
+done by debuggers on every attach, in order to not introduce
+a bogus
+.BR SIGSTOP ).
+As of Linux 3.2.9, the following system calls are affected
+(this list is likely incomplete):
+.BR epoll_wait (2),
+and
+.BR read (2)
+from an
+.BR inotify (7)
+file descriptor.
 .SH "SEE ALSO"
 .BR gdb (1),
 .BR strace (1),
index ada9942..b280155 100644 (file)
@@ -17,6 +17,7 @@ request_key \- Request a key from the kernel's key management facility
 .BI "key_serial_t request_key(const char *" type ", const char *" description ,
 .BI "                         const char *" callout_info ,
 .BI "                         key_serial_t " keyring ");"
+.fi
 .SH DESCRIPTION
 .BR request_key ()
 asks the kernel to find a key of the given
index 581d025..e9c398b 100644 (file)
@@ -111,9 +111,9 @@ so that the receiver of the signal can also obtain
 the signal number via that field.
 
 The
-.BR rt_tgsigueueinfo ()
+.BR rt_tgsigqueueinfo ()
 system call is like
-.BR rt_sigueueinfo (),
+.BR rt_sigqueueinfo (),
 but sends the signal and data to the single thread
 specified by the combination of
 .IR tgid ,
@@ -150,12 +150,12 @@ Or:
 is invalid.
 .TP
 .B ESRCH
-.BR rt_sigqueinfo ():
+.BR rt_sigqueueinfo ():
 No thread group matching
 .I tgid
 was found.
 .br
-.BR rt_rtsigqueinfo ():
+.BR rt_tgsigqueinfo ():
 No thread matching
 .I tgid
 and
index 563d562..eabad00 100644 (file)
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
 .\"
-.TH SYMLINKAT 2 2009-12-13 "Linux" "Linux Programmer's Manual"
+.TH SYMLINKAT 2 2012-03-25 "Linux" "Linux Programmer's Manual"
 .SH NAME
 symlinkat \- create a symbolic link relative to a directory file descriptor
 .SH SYNOPSIS
 .nf
 .B #include <fcntl.h>           /* Definition of AT_* constants */
-.B #include <stdio.h>
+.B #include <unistd.h>
 .sp
 .BI "int symlinkat(const char *" oldpath ", int " newdirfd \
 ", const char *" newpath );
index 1368297..b7aa6d4 100644 (file)
@@ -26,7 +26,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH SYSCALLS 2 2012-03-05 "Linux" "Linux Programmer's Manual"
+.TH SYSCALLS 2 2012-03-23 "Linux" "Linux Programmer's Manual"
 .SH NAME
 syscalls \- Linux system calls
 .SH SYNOPSIS
@@ -162,13 +162,11 @@ l l l.
 \fBacct\fP(2)
 \fBadd_key\fP(2)       2.6.11
 \fBadjtimex\fP(2)
-\fBafs_syscall\fP(2)           Not implemented
 \fBalarm\fP(2)
 \fBalloc_hugepages\fP(2)       2.5.36  Removed in 2.5.44
 \fBbdflush\fP(2)               Deprecated (does nothing)
                since 2.6
 \fBbind\fP(2)
-\fBbreak\fP(2)         Not implemented
 \fBbrk\fP(2)
 \fBcacheflush\fP(2)    1.2     Not on i386
 \fBcapget\fP(2)        2.2
@@ -187,7 +185,7 @@ l l l.
 \fBclose\fP(2)
 \fBconnect\fP(2)
 \fBcreat\fP(2)
-\fBcreate_module\fP(2)
+\fBcreate_module\fP(2) Removed in 2.6
 \fBdelete_module\fP(2)
 \fBdup\fP(2)
 \fBdup2\fP(2)
@@ -233,13 +231,11 @@ l l l.
 \fBfstatfs\fP(2)
 \fBfstatfs64\fP(2)     2.6
 \fBfsync\fP(2)
-\fBftime\fP(2)         Not implemented
-.\" Implemented in glibc; see \fBftime\fP(3)
 \fBftruncate\fP(2)
 \fBftruncate64\fP(2)   2.4
 \fBfutex\fP(2) 2.6
 \fBfutimesat\fP(2)     2.6.16
-\fBget_kernel_syms\fP(2)
+\fBget_kernel_syms\fP(2)       Removed in 2.6
 \fBget_mempolicy\fP(2) 2.6.6
 \fBget_robust_list\fP(2)       2.6.17
 \fBget_thread_area\fP(2)       2.6
@@ -261,8 +257,6 @@ l l l.
 \fBgetpgid\fP(2)
 \fBgetpgrp\fP(2)
 \fBgetpid\fP(2)
-\fBgetpmsg\fP(2)               Not implemented
-.\" Reserved for STREAMS support
 \fBgetppid\fP(2)
 \fBgetpriority\fP(2)
 \fBgetresgid\fP(2)     2.2
@@ -280,8 +274,6 @@ l l l.
 \fBgetuid32\fP(2)      2.4
 .\" \fBgetunwind\fP(2) 2.4.8   ia64; DEPRECATED
 \fBgetxattr\fP(2)      2.6; 2.4.18
-\fBgtty\fP(2)          Not implemented
-\fBidle\fP(2)          Not implemented
 \fBinit_module\fP(2)
 \fBinotify_add_watch\fP(2)     2.6.13
 \fBinotify_init\fP(2)  2.6.13
@@ -312,7 +304,6 @@ l l l.
 \fBlisten\fP(2)
 \fBlistxattr\fP(2)     2.6; 2.4.18
 \fBllistxattr\fP(2)    2.6; 2.4.18
-\fBlock\fP(2)          Not implemented
 \fBlookup_dcookie\fP(2)        2.6
 \fBlremovexattr\fP(2)  2.6; 2.4.18
 \fBlseek\fP(2)
@@ -337,7 +328,6 @@ l l l.
 \fBmount\fP(2)
 \fBmove_pages\fP(2)    2.6.18
 \fBmprotect\fP(2)
-\fBmpx\fP(2)           Not implemented
 \fBmq_getsetattr\fP(2) 2.6.6
 .\" Implements \fBmq_getattr\fP(3) and \fBmq_setattr\fP(3)
 \fBmq_notify\fP(2)     2.6.6
@@ -380,8 +370,6 @@ l l l.
 \fBpersonality\fP(2)   1.2
 .\" \fBperfctr\fP(2)   ???     Sparc32, Sparc64
 .\" \fBperfmonctl\fP(2)        ???     ia64
-\fBphys\fP(2)          Not implemented
-.\" Unimplemented (no slot since 2.1.116)
 \fBpipe\fP(2)
 \fBpipe2\fP(2) 2.6.27
 \fBpivot_root\fP(2)    2.4
@@ -392,18 +380,15 @@ l l l.
                renamed "pread64" in 2.6
 \fBpreadv\fP(2)        2.6.30
 \fBprlimit\fP(2)       2.6.36
-\fBprof\fP(2)          Not implemented
-\fBprofil\fP(2)                Not implemented
-.\" Implemented in glibc; see \fBprofil\fP(3)
+\fBprocess_vm_readv(2)\fP      3.2
+\fBprocess_vm_writev(2)\fP     3.2
 \fBpselect6\fP(2)      2.6.16
 .\" Implements \fBpselect\fP(2)
 \fBptrace\fP(2)
-\fBputpmsg\fP(2)               Not implemented
-.\" Reserved for STREAMS support
 \fBpwrite64\fP(2)              Added as "pwrite" in 2.2;
                renamed "pwrite64" in 2.6
 \fBpwritev\fP(2)       2.6.30
-\fBquery_module\fP(2)  2.2
+\fBquery_module\fP(2)  2.2     Removed in 2.6
 \fBquotactl\fP(2)
 \fBread\fP(2)
 \fBreadahead\fP(2)     2.4.13
@@ -442,7 +427,6 @@ l l l.
 \fBsched_setparam\fP(2)        2.0
 \fBsched_setscheduler\fP(2)    2.0
 \fBsched_yield\fP(2)   2.0
-\fBsecurity\fP(2)              Not implemented
 \fBselect\fP(2)
 \fBsemctl\fP(2)
 \fBsemget\fP(2)
@@ -520,7 +504,6 @@ l l l.
 \fBstatfs\fP(2)
 \fBstatfs64\fP(2)      2.6
 \fBstime\fP(2)
-\fBstty\fP(2)          Not implemented
 \fBsubpage_prot\fP(2)  2.6.25  PowerPC if CONFIG_PPC_64K_PAGES
 \fBswapoff\fP(2)
 \fBswapon\fP(2)
@@ -553,12 +536,7 @@ l l l.
 \fBtkill\fP(2) 2.6; 2.4.22
 \fBtruncate\fP(2)
 \fBtruncate64\fP(2)    2.4
-\fBtuxcall\fP(2)               Not implemented
-.\" Unimplemented; no slot on i386
-.\" As at 2.6.22, tuxcall has a slot on PowerPC, x86_64, and alpha
 \fBugetrlimit\fP(2)    2.4
-\fBulimit\fP(2)                Not implemented
-.\" Implemented in glibc; see \fBulimit\fP(3)
 \fBumask\fP(2)
 \fBumount\fP(2)
 .\" sys_oldumount() -- __NR_umount
@@ -578,7 +556,6 @@ l l l.
 \fBvm86old\fP(2)
 .\" Superseded by \fBvm86\fP(2)
 \fBvmsplice\fP(2)      2.6.17
-\fBvserver\fP(2)               Not implemented
 \fBwait4\fP(2)
 \fBwaitid\fP(2)        2.6.10
 \fBwaitpid\fP(2)
@@ -591,9 +568,7 @@ On many platforms, including i386, socket calls are all multiplexed
 .BR socketcall (2)
 and similarly System V IPC calls are multiplexed through
 .BR ipc (2).
-.SH NOTES
-Note the following points:
-.IP * 3
+
 Although slots are reserved for them in the system call table,
 the following system calls are not implemented in the standard kernel:
 .BR afs_syscall (2), \" __NR_afs_syscall is 53 on Linux 2.6.22/i386
@@ -612,6 +587,7 @@ the following system calls are not implemented in the standard kernel:
 .\" __NR_security is 223 on Linux 2.4/i386; absent on 2.6/i386, present
 .\" on a couple of 2.6 architectures
 .BR security (2),    \" __NR_security is 223 on Linux 2.4/i386
+.\" The security call is for future use.
 .BR stty (2),        \" __NR_stty is 31 on Linux 2.6.22/i386
 .BR tuxcall (2),     \" __NR_tuxcall is 184 on x86_64, also on PPC and alpha
 .BR ulimit (2),      \" __NR_ulimit is 58 on Linux 2.6.22/i386
@@ -631,14 +607,13 @@ is in use since kernel 2.1.116 for
 .BR umount (2);
 .BR phys (2)
 will never be implemented.
-.IP *
 The
 .BR getpmsg (2)
 and
 .BR putpmsg (2)
 calls are for kernels patched to support STREAMS,
 and may never be in the standard kernel.
-.\" The security call is for future use.
+.SH NOTES
 .PP
 Roughly speaking, the code belonging to the system call
 with number __NR_xxx defined in
index fecde57..f8ee001 100644 (file)
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
 .\"
-.TH UNLINKAT 2 2009-12-13 "Linux" "Linux Programmer's Manual"
+.TH UNLINKAT 2 2012-03-25 "Linux" "Linux Programmer's Manual"
 .SH NAME
 unlinkat \- remove a directory entry relative to a directory file descriptor
 .SH SYNOPSIS
 .nf
-.B #include <fcntl.h>
+.B #include <fcntl.h>           /* Definition of AT_* constants */
+.B #include <unistd.h>
 .sp
 .BI "int unlinkat(int " dirfd ", const char *" pathname ", int " flags );
 .fi
index 422a735..a281eff 100644 (file)
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH UTIMENSAT 2 2009-12-13 "Linux" "Linux Programmer's Manual"
+.TH UTIMENSAT 2 2012-03-25 "Linux" "Linux Programmer's Manual"
 .SH NAME
 utimensat, futimens \- change file timestamps with nanosecond precision
 .SH SYNOPSIS
 .nf
+.B #include <fcntl.h>           /* Definition of AT_* constants */
 .B #include <sys/stat.h>
 .sp
 .BI "int utimensat(int " dirfd ", const char *" pathname ,
@@ -145,7 +146,7 @@ either:
 the caller must have write access to the file;
 .\" 2.6.22 was broken here -- for futimens() the check is
 .\" based on whether or not the file descriptor is writable,
-.\" not on whether the the caller's effective UID has write
+.\" not on whether the caller's effective UID has write
 .\" permission for the file referred to by the descriptor.
 .IP 2.
 the caller's effective user ID must match the owner of the file; or
index 1201afb..94d25f8 100644 (file)
@@ -183,9 +183,9 @@ as it will, in that case, be made synonymous to
 "
 However, even though modern memory management hardware
 has decreased the performance difference between
-.BR fork ()
+.BR fork (2)
 and
-.BR vfork (2),
+.BR vfork (),
 there are various reasons why Linux and other systems have retained
 .BR vfork ():
 .IP * 3
@@ -193,7 +193,7 @@ Some performance-critical applications require the small performance
 advantage conferred by
 .BR vfork ().
 .IP *
-.BR vfork (2)
+.BR vfork ()
 can be implemented on systems that lack a memory-management unit (MMU), but
 .BR fork (2)
 can't be implemented on such systems.
index c15b984..df01513 100644 (file)
@@ -344,7 +344,7 @@ structure pointed to by
 is unspecified.
 .\" POSIX.1-2001 leaves this possibility unspecified; most
 .\" implementations (including Linux) zero out the structure
-.\" in this case, but at at least one implementation (AIX 5.1)
+.\" in this case, but at least one implementation (AIX 5.1)
 .\" does not -- MTK Nov 04
 To distinguish this case from that where a child was in a
 waitable state, zero out the
index 77cdd7a..c84d826 100644 (file)
@@ -22,7 +22,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH CPU_SET 3 2010-09-10 "Linux" "Linux Programmer's Manual"
+.TH CPU_SET 3 2012-03-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT,
 CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL,
@@ -295,6 +295,18 @@ in the SYNOPSIS are hints what about is expected in each case.
 However, since these interfaces are implemented as macros,
 the compiler won't necessarily catch all type errors
 if you violate the suggestions.
+.SH BUGS
+On 32-bit platforms with glibc 2.8 and earlier,
+.BR CPU_ALLOC ()
+allocates twice as much space as is required, and
+.BR CPU_ALLOC_SIZE ()
+returns a value twice as large as it should.
+This bug should not affect the semantics of a program,
+but does result in wasted memory
+and less efficient operation of the macros that
+operate on dynamically allocated CPU sets.
+These bugs are fixed in glibc 2.9.
+.\" http://sourceware.org/bugzilla/show_bug.cgi?id=7029
 .SH EXAMPLE
 The following program demonstrates the use of some of the macros
 used for dynamically allocated CPU sets.
@@ -339,18 +351,6 @@ main(int argc, char *argv[])
     exit(EXIT_SUCCESS);
 }
 .fi
-.SH BUGS
-On 32-bit platforms with glibc 2.8 and earlier,
-.BR CPU_ALLOC ()
-allocates twice as much space as is required, and
-.BR CPU_ALLOC_SIZE ()
-returns a value twice as large as it should.
-This bug should not affect the semantics of a program,
-but does result in wasted memory
-and less efficient operation of the macros that
-operate on dynamically allocated CPU sets.
-These bugs are fixed in glibc 2.9.
-.\" http://sourceware.org/bugzilla/show_bug.cgi?id=7029
 .SH "SEE ALSO"
 .BR sched_setaffinity (2),
 .BR pthread_attr_setaffinity_np (3),
index ef3d3f7..46663b9 100644 (file)
@@ -60,6 +60,7 @@ _POSIX_C_SOURCE\ >=\ 200112L;
 .br
 or
 .I cc\ -std=c99
+.RE
 .ad
 .SH DESCRIPTION
 The
diff --git a/original/man3/aligned_alloc.3 b/original/man3/aligned_alloc.3
new file mode 100644 (file)
index 0000000..791d4c8
--- /dev/null
@@ -0,0 +1 @@
+.so man3/posix_memalign.3
index c3b49a1..020f887 100644 (file)
@@ -64,6 +64,6 @@ or the thread-safe
 .BR mbrtowc (3)
 instead.
 .SH "SEE ALSO"
-.BR mbtowc (3),
 .BR mbrtowc (3),
+.BR mbtowc (3),
 .BR wctob (3)
index 041d401..5ec9fe5 100644 (file)
@@ -65,7 +65,7 @@ _POSIX_C_SOUCE\ >=\ 200112L;
 .br
 or
 .I cc\ -std=c99
-.RS
+.RE
 .ad b
 .SH DESCRIPTION
 The
index f1c93ff..cd25def 100644 (file)
@@ -26,7 +26,7 @@
 .\"     386BSD man pages
 .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
 .\" Modified 2002-08-10 by Walter Harms (walter.harms@informatik.uni-oldenburg.de)
-.TH COPYSIGN 3  2010-09-20 "GNU" "Linux Programmer's Manual"
+.TH COPYSIGN 3  2012-03-25 "GNU" "Linux Programmer's Manual"
 .SH NAME
 copysign, copysignf, copysignl \- copy sign of a number
 .SH SYNOPSIS
@@ -64,6 +64,12 @@ The
 .BR copysign ()
 functions return a value whose absolute value matches
 that of \fIx\fP, but whose sign bit matches that of \fIy\fP.
+
+For example,
+.I "copysign(42.0,\ \-1.0)"
+and
+.I "copysign(\-42.0, \-1.0)"
+both return \-42.0.
 .SH RETURN VALUE
 On success, these functions return a value whose magnitude is taken from
 .I x
index 5a326a8..ade7402 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2008, Linux Foundation, written by by Michael Kerrisk
+.\" Copyright (c) 2008, Linux Foundation, written by Michael Kerrisk
 .\"     <mtk.manpages@gmail.com>
 .\"
 .\" Permission is granted to make and distribute verbatim copies of this
index 28408f6..a3b6bd7 100644 (file)
@@ -34,7 +34,7 @@
 .\"
 .\" 2011-09-10, mtk, Converted from mdoc to man macros
 .\"
-.TH ERR 3 2011-09-15 "Linux" "Linux Programmer's Manual"
+.TH ERR 3 2012-03-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 err, verr, errx, verrx, warn, vwarn, warnx, vwarnx \- formatted error messages
 .SH SYNOPSIS
@@ -104,7 +104,16 @@ and
 .BR verrx ()
 functions do not return, but exit with the value of the argument
 .IR eval .
-.SH EXAMPLES
+.SH "CONFORMING TO"
+These functions are nonstandard BSD extensions.
+.\" .SH HISTORY
+.\" The
+.\" .BR err ()
+.\" and
+.\" .BR warn ()
+.\" functions first appeared in
+.\" 4.4BSD.
+.SH EXAMPLE
 Display the current
 .I errno
 information string and exit:
@@ -138,15 +147,6 @@ if ((fd = open(block_device, O_RDONLY, 0)) == \-1)
     err(1, "%s", block_device);
 .fi
 .in
-.SH "CONFORMING TO"
-These functions are nonstandard BSD extensions.
-.\" .SH HISTORY
-.\" The
-.\" .BR err ()
-.\" and
-.\" .BR warn ()
-.\" functions first appeared in
-.\" 4.4BSD.
 .SH SEE ALSO
 .BR error (3),
 .BR exit (3),
index cf24754..4909796 100644 (file)
@@ -30,7 +30,7 @@
 .\" Modified 2002-07-27 by Walter Harms
 .\"    (walter.harms@informatik.uni-oldenburg.de)
 .\"
-.TH FMOD 3  2010-09-20 "" "Linux Programmer's Manual"
+.TH FMOD 3  2012-03-15 "" "Linux Programmer's Manual"
 .SH NAME
 fmod, fmodf, fmodl \- floating-point remainder function
 .SH SYNOPSIS
@@ -127,6 +127,12 @@ An invalid floating-point exception
 is raised.
 .\" POSIX.1 documents an optional underflow error, but AFAICT it doesn't
 .\" (can't?) occur -- mtk, Jul 2008
+.SH "CONFORMING TO"
+C99, POSIX.1-2001.
+The variant returning
+.I double
+also conforms to
+SVr4, 4.3BSD, C89.
 .SH BUGS
 Before version 2.10, the glibc implementation did not set
 .\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6784
@@ -135,11 +141,5 @@ to
 .B EDOM
 when a domain error occurred for an infinite
 .IR x .
-.SH "CONFORMING TO"
-C99, POSIX.1-2001.
-The variant returning
-.I double
-also conforms to
-SVr4, 4.3BSD, C89.
 .SH "SEE ALSO"
 .BR remainder (3)
index aa7cf97..ad04e42 100644 (file)
@@ -284,6 +284,7 @@ is only attempted for a file opened for reading.
 .TP
 .B x
 .\" Since glibc 2.0?
+.\" FIXME C11 specifies this flag
 Open the file exclusively
 (like the
 .B O_EXCL
diff --git a/original/man3/get_nprocs.3 b/original/man3/get_nprocs.3
new file mode 100644 (file)
index 0000000..581d6c7
--- /dev/null
@@ -0,0 +1,2 @@
+.so man3/get_nprocs_conf.3
+
diff --git a/original/man3/get_nprocs_conf.3 b/original/man3/get_nprocs_conf.3
new file mode 100644 (file)
index 0000000..b80106d
--- /dev/null
@@ -0,0 +1,85 @@
+.\" Copyright (c) 2012, Petr Benas
+.\" and Copyright (c) 2012, Michael Kerrisk <mtk.man-pages@gmail.com>
+.\"
+.\" Permission is granted to make and distribute verbatim copies of this
+.\" manual provided the copyright notice and this permission notice are
+.\" preserved on all copies.
+.\"
+.\" Permission is granted to copy and distribute modified versions of
+.\" this manual under the conditions for verbatim copying, provided that
+.\" the entire resulting derived work is distributed under the terms of
+.\" a permission notice identical to this one.
+.\"
+.\" Since the Linux kernel and libraries are constantly changing, this
+.\" manual page may be incorrect or out-of-date.  The author(s) assume.
+.\" no responsibility for errors or omissions, or for damages resulting.
+.\" from the use of the information contained herein.  The author(s) may.
+.\" not have taken the same level of care in the production of this.
+.\" manual, which is licensed free of charge, as they might when working.
+.\" professionally.
+.\"
+.\" Formatted or processed versions of this manual, if unaccompanied by
+.\" the source, must acknowledge the copyright and authors of this work.
+
+.TH GET_NPROCS 3   2012-03-20 "GNU" "Linux Programmer's Manual"
+.SH NAME
+get_nprocs, get_nprocs_conf \- get number of processors
+.SH SYNOPSIS
+.B #include <sys/sysinfo.h>
+.sp
+.BI "int get_nprocs(void);"
+.br
+.BI "int get_nprocs_conf(void);"
+.SH DESCRIPTION
+The function
+.BR get_nprocs_conf ()
+returns the number of processors configured by the operating system.
+
+The function
+.BR get_nprocs ()
+returns the number of processors currently available in the system.
+This may be less than the number returned by
+.BR get_nprocs_conf ()
+because processors may be offline (e.g., on hotpluggable systems).
+.SH RETURN VALUE
+As given in DESCRIPTION.
+.SH CONFORMING TO
+These functions are GNU extensions.
+.SH NOTES
+The current
+.\" glibc 2.15
+implementation of these functions is rather expensive,
+since they open and parse files in the
+.I /sys
+file system each time they are called.
+
+The following
+.BR sysconf (3)
+calls make use of the functions documented on this page
+to return the same information.
+.nf
+
+    np = sysconf(_SC_NPROCESSORS_CONF);     /* processors configured */
+    np = sysconf(_SC_NPROCESSORS_ONLN);     /* processors available */
+.fi
+.SH EXAMPLE
+The following example shows how
+.BR get_nprocs ()
+and
+.BR get_nprocs_conf ()
+can be used.
+
+.nf
+#include <stdio.h>
+#include <sys/sysinfo.h>
+
+int
+main(int argc, char *argv[])
+{
+    printf("This system has %d processors configured and "
+            "%d processors available.\\n",
+            get_nprocs_conf(), get_nprocs());
+    return 0;
+}
+.fi
+
index 5e2d0bb..40083b5 100644 (file)
@@ -397,7 +397,7 @@ This example shows a simple interactive
 front-end.
 The notification facility is not demonstrated.
 .PP
-An example session might look like like this:
+An example session might look like this:
 .in +4n
 .nf
 
index 009c4f1..d2cf120 100644 (file)
@@ -134,7 +134,7 @@ The data returned by
 is dynamically allocated and should be freed using
 .BR freeifaddrs ()
 when no longer needed.
-.SH RETURN VALUES
+.SH RETURN VALUE
 On success,
 .BR getifaddrs ()
 returns zero;
index d7b11e7..6141e78 100644 (file)
@@ -97,10 +97,10 @@ Note that these can be different from page to page!
 .BR errno (3),
 .BR capabilities (7),
 .BR credentials (7),
+.BR environ (7),
 .BR feature_test_macros (7),
 .BR libc (7),
 .BR math_error (7),
-.BR environ (7),
 .BR path_resolution (7),
 .BR pthreads (7),
 .BR signal (7),
index 1d53db2..8532ee9 100644 (file)
@@ -34,7 +34,7 @@ zero is returned.
 .PP
 \fIdesc\fP must be a character property descriptor
 returned by the
-.BR wctype ()
+.BR wctype (3)
 function.
 .SH "RETURN VALUE"
 The
index f26702c..b512a3b 100644 (file)
@@ -91,7 +91,7 @@ will restore the signal context (see
 .BR setjmp (3)
 for some more details).
 If you want to portably save and restore signal masks, use
-.BR sigsetjmp ()
+.BR sigsetjmp (3)
 and
 .BR siglongjmp ().
 .P
index afa62c9..fc877ab 100644 (file)
@@ -25,7 +25,7 @@
 .\" Documented MALLOC_CHECK_, Wolfram Gloger (wmglo@dent.med.uni-muenchen.de)
 .\" 2007-09-15 mtk: added notes on malloc()'s use of sbrk() and mmap().
 .\"
-.TH MALLOC 3  2011-09-08 "GNU" "Linux Programmer's Manual"
+.TH MALLOC 3  2012-03-20 "GNU" "Linux Programmer's Manual"
 .SH NAME
 malloc, free, calloc, realloc \- Allocate and free dynamic memory
 .SH SYNOPSIS
@@ -204,6 +204,24 @@ are unaffected by the
 resource limit (see
 .BR getrlimit (2)).
 
+To avoid corruption in multithreaded applications,
+mutexes are used internally to protect the memory-management
+data structures employed by these functions.
+In a multithreaded application in which threads simultaneously
+allocate and free memory,
+there could be contention for these mutexes.
+To scalably handle memory allocation in multithreaded applications,
+glibc creates additional
+.IR "memory allocation arenas"
+if mutex contention is detected.
+Each arena is a large region of memory that is internally allocated
+by the system
+(using
+.BR brk (2)
+or
+.BR mmap (2)),
+and managed with its own mutexes.
+
 The UNIX 98 standard requires
 .BR malloc (),
 .BR calloc (),
@@ -235,33 +253,23 @@ Recent versions of Linux libc (later than 5.4.23) and glibc (2.x)
 include a
 .BR malloc ()
 implementation which is tunable via environment variables.
-When
-.B MALLOC_CHECK_
-is set, a special (less efficient) implementation is used which
-is designed to be tolerant against simple errors, such as double
-calls of
-.BR free ()
-with the same argument, or overruns of a single byte (off-by-one
-bugs).
-Not all such errors can be protected against, however, and
-memory leaks can result.
-If
-.B MALLOC_CHECK_
-is set to 0, any detected heap corruption is silently ignored;
-if set to 1, a diagnostic message is printed on \fIstderr\fP;
-if set to 2,
-.BR abort (3)
-is called immediately;
-if set to 3, a diagnostic message is printed on \fIstderr\fP
-and the program is aborted.
-Using a nonzero
-.B MALLOC_CHECK_
-value can be useful because otherwise
-a crash may happen much later, and the true cause for the problem
-is then very hard to track down.
+For details, see
+.BR mallopt (3).
 .SH "SEE ALSO"
+.\" http://g.oswego.edu/dl/html/malloc.html
+.\" A Memory Allocator - by Doug Lea
+.\"
+.\" http://www.bozemanpass.com/info/linux/malloc/Linux_Heap_Contention.html
+.\" Linux Heap, Contention in free() - David Boreham
+.\"
+.\" http://www.citi.umich.edu/projects/linux-scalability/reports/malloc.html
+.\" malloc() Performance in a Multithreaded Linux Environment -
+.\"     Check Lever, David Boreham
+.\"
 .BR brk (2),
-.\" .BR mallopt (3),
 .BR mmap (2),
 .BR alloca (3),
+.BR malloc_get_state (3),
+.BR mallopt (3),
+.BR mtrace (3),
 .BR posix_memalign (3)
diff --git a/original/man3/malloc_get_state.3 b/original/man3/malloc_get_state.3
new file mode 100644 (file)
index 0000000..bafbae5
--- /dev/null
@@ -0,0 +1,111 @@
+.\" Copyright (c) 2012 by Michael Kerrisk <mtk.manpages@gmail.com>
+.\"
+.\" Permission is granted to make and distribute verbatim copies of this
+.\" manual provided the copyright notice and this permission notice are
+.\" preserved on all copies.
+.\"
+.\" Permission is granted to copy and distribute modified versions of this
+.\" manual under the conditions for verbatim copying, provided that the
+.\" entire resulting derived work is distributed under the terms of a
+.\" permission notice identical to this one.
+.\"
+.\" Since the Linux kernel and libraries are constantly changing, this
+.\" manual page may be incorrect or out-of-date.  The author(s) assume no
+.\" responsibility for errors or omissions, or for damages resulting from
+.\" the use of the information contained herein.  The author(s) may not
+.\" have taken the same level of care in the production of this manual,
+.\" which is licensed free of charge, as they might when working
+.\" professionally.
+.\"
+.\" Formatted or processed versions of this manual, if unaccompanied by
+.\" the source, must acknowledge the copyright and authors of this work.
+.\"
+.TH MALLOC_GET_STATE 3 2012-03-26 "GNU" "Linux Programmer's Manual"
+.SH NAME
+get_malloc_state, set_malloc_state \- record and restore state of malloc implementation
+.SH SYNOPSIS
+.nf
+.B #include <stdlib.h>
+.sp
+.BI "void* malloc_get_state(void);"
+
+.BI "int malloc_set_state(void *" state );
+.fi
+.SH DESCRIPTION
+The
+.BR malloc_get_state ()
+function records the current state of all
+.BR malloc (3)
+internal bookkeeping variables
+(but not the actual contents of the heap
+or the state of
+.BR malloc_hook (3)
+functions pointers).
+The state is recorded in a system-dependent opaque data structure
+dynamically allocated via
+.BR malloc (3),
+and a pointer to that data structure is returned as the function result.
+(It is the caller's responsibility to
+.BR free (3)
+this memory.)
+
+The
+.BR malloc_set_state ()
+function restores the state of all
+.BR malloc (3)
+internal bookkeeping variables to the values recorded in
+the opaque data structure pointed to by
+.IR state .
+.SH RETURN VALUE
+On success,
+.BR malloc_get_state ()
+returns a pointer to a newly allocated opaque data structure.
+On error (for example, memory could not be allocated for the data structure),
+.BR malloc_get_state ()
+returns NULL.
+
+On success,
+.BR malloc_set_state ()
+returns 0.
+If the implementation detects that
+.I state
+does not point to a correctly formed data structure,
+.\" if(ms->magic != MALLOC_STATE_MAGIC) return -1;
+.BR malloc_set_state ()
+returns \-1.
+If the implementation detects that
+the version of the data structure referred to by
+.I state
+is a more recent version than this implementation knows about,
+.\" /* Must fail if the major version is too high. */
+.\" if((ms->version & ~0xffl) > (MALLOC_STATE_VERSION & ~0xffl)) return -2;
+.BR malloc_set_state ()
+returns \-2.
+.SH CONFORMING TO
+These functions are GNU extensions.
+.SH NOTES
+These functions are especially useful when using this
+.BR malloc (3)
+implementation as part of a shared library,
+and the heap contents are saved/restored via some other method.
+This technique is used by the GNU Emacs to implement its "dumping" function.
+
+Hook function pointers are never saved or restored by these
+functions, with two exceptions:
+if malloc checking (see
+.BR mallopt (3))
+was in use when
+.BR malloc_get_state ()
+was called, then
+.BR malloc_set_state ()
+resets malloc checking hooks
+.\" i.e., calls __malloc_check_init()
+if possible;
+.\" i.e., malloc checking is not already in use
+.\" and the caller requested malloc checking
+if malloc checking was not in use in the recorded state,
+but the caller has requested malloc checking,
+then the hooks are reset to 0.
+.SH SEE ALSO
+.BR malloc (3),
+.BR mallopt (3)
diff --git a/original/man3/malloc_set_state.3 b/original/man3/malloc_set_state.3
new file mode 100644 (file)
index 0000000..ff16dd7
--- /dev/null
@@ -0,0 +1 @@
+.so man3/malloc_get_state.3
diff --git a/original/man3/mallopt.3 b/original/man3/mallopt.3
new file mode 100644 (file)
index 0000000..f8848ab
--- /dev/null
@@ -0,0 +1,577 @@
+'\" t
+.\" Copyright (c) 2012 by Michael Kerrisk <mtk.manpages@gmail.com>
+.\"
+.\" Permission is granted to make and distribute verbatim copies of this
+.\" manual provided the copyright notice and this permission notice are
+.\" preserved on all copies.
+.\"
+.\" Permission is granted to copy and distribute modified versions of this
+.\" manual under the conditions for verbatim copying, provided that the
+.\" entire resulting derived work is distributed under the terms of a
+.\" permission notice identical to this one.
+.\"
+.\" Since the Linux kernel and libraries are constantly changing, this
+.\" manual page may be incorrect or out-of-date.  The author(s) assume no
+.\" responsibility for errors or omissions, or for damages resulting from
+.\" the use of the information contained herein.  The author(s) may not
+.\" have taken the same level of care in the production of this manual,
+.\" which is licensed free of charge, as they might when working
+.\" professionally.
+.\"
+.\" Formatted or processed versions of this manual, if unaccompanied by
+.\" the source, must acknowledge the copyright and authors of this work.
+.\"
+.TH MALLOPT 3  2012-03-22 "Linux" "Linux Programmer's Manual"
+.SH NAME
+mallopt \- set memory allocation parameters
+.SH SYNOPSIS
+.B #include <malloc.h>
+
+.BI "int mallopt(int " param ", int " value );
+.SH DESCRIPTION
+The
+.BR mallopt ()
+function adjusts parameters that control the behavior of the
+memory-allocation functions (see
+.BR malloc (3)).
+The
+.IR param
+argument specifies the parameter to be modified, and
+.I value
+specifies the new value for that parameter.
+
+The following values can be specified for
+.IR param :
+.TP
+.BR M_CHECK_ACTION
+Setting this parameter controls how glibc responds when various kinds
+of programming errors are detected (e.g., freeing the same pointer twice).
+The 3 least significant bits (2, 1, and 0) of the value assigned
+to this parameter determine the glibc behavior, as follows:
+.RS
+.TP
+Bit 0
+If this bit is set, then print a one-line message on
+.I stderr
+that provides details about the error.
+The message starts with the string "***\ glibc detected\ ***",
+followed by the program name,
+the name of the memory-allocation function in which the error was detected,
+a brief description of the error,
+and the memory address where the error was detected.
+.TP
+Bit 1
+If this bit is set, then,
+after printing any error message specified by bit 0,
+the program is terminated by calling
+.BR abort (3).
+In glibc versions since 2.4,
+if bit 0 is also set,
+then, between printing the error message and aborting,
+the program also prints a stack trace in the manner of
+.BR backtrace (3),
+and prints the process's memory mapping in the style of
+.IR /proc/[pid]/maps
+(see
+.BR proc (5)).
+.TP
+Bit 2 (since glibc 2.4)
+This bit has an effect only if bit 0 is also set.
+If this bit is set,
+then the one-line message describing the error is simplified
+to contain just the name of the function where the error
+was detected and the brief description of the error.
+.RE
+.IP
+The remaining bits in
+.I value
+are ignored.
+.IP
+Combining the above details,
+the following numeric values are meaningful for
+.BR M_CHECK_ACTION :
+.RS 12
+.IP 0 3
+Ignore error conditions; continue execution (with undefined results).
+.IP 1
+Print a detailed error message and continue execution.
+.IP 2
+Abort the program.
+.IP 3
+Print detailed error message, stack trace, and memory mappings,
+and abort the program.
+.IP 5
+Print a simple error message and continue execution.
+.IP 7
+Print simple error message, stack trace, and memory mappings,
+and abort the program.
+.RE
+.IP
+Since glibc 2.3.4, the default value for the
+.BR M_CHECK_ACTION
+parameter is 3.
+In glibc version 2.3.3 and earlier, the default value is 1.
+.IP
+Using a nonzero
+.B M_CHECK_ACTION
+value can be useful because otherwise a crash may happen much later,
+and the true cause of the problem is then very hard to track down.
+.TP
+.BR M_MMAP_MAX
+.\" The following text adapted from comments in the glibc source:
+This parameter specifies the maximum number of allocation requests that
+may be simultaneously serviced using
+.BR mmap (2).
+This parameter exists because some systems have a limited number
+of internal tables for use by
+.BR mmap (2),
+and using more than a few of them may degrade performance.
+.IP
+The default value is 65,536,
+a value which has no special significance and
+which servers only as a safeguard.
+Setting this parameter to 0 disables the use of
+.BR mmap (2)
+for servicing large allocation requests.
+.TP
+.BR M_MMAP_THRESHOLD
+For allocations greater than or equal to the limit specified (in bytes) by
+.BR M_MMAP_THRESHOLD
+that can't be satisfied from the free list,
+the memory-allocation functions employ
+.BR mmap (2)
+instead of increasing the program break using
+.BR sbrk (2).
+.IP
+Allocating memory using
+.BR mmap (2)
+has the significant advantage that the allocated memory blocks
+can always be independently released back to the system.
+(By contrast,
+the heap can be trimmed only if memory is freed at the top end.)
+On the other hand, there are some disadvantages to the use of
+.BR mmap (2):
+deallocated space is not placed on the free list
+for reuse by later allocations;
+memory may be wasted because
+.BR mmap (2)
+allocations must be page-aligned;
+and the kernel must perform the expensive task of zeroing out
+memory allocated via
+.BR mmap (2).
+Balancing these factors leads to a default setting of 128*1024 for the
+.BR M_MMAP_THRESHOLD
+parameter.
+.IP
+The lower limit for this parameter is 0.
+The upper limit is
+.BR DEFAULT_MMAP_THRESHOLD_MAX :
+512*1024 on 32-bit systems or
+.IR 4*1024*1024*sizeof(long)
+on 64-bit systems.
+.IP
+.IR Note:
+Nowadays, glibc uses a dynamic mmap threshold by default.
+The initial value of the threshold is 128*1024,
+but when blocks larger than the current threshold and less than or equal to
+.BR DEFAULT_MMAP_THRESHOLD_MAX
+are freed,
+the threshold is adjusted upwards to the size of the freed block.
+When dynamic mmap thresholding is in effect,
+the threshold for trimming the heap is also dynamically adjusted
+to be twice the dynamic mmap threshold.
+Dynamic adjustment of the mmap threshold is disabled if any of the
+.BR M_TRIM_THRESHOLD ,
+.BR M_TOP_PAD ,
+.BR M_MMAP_THRESHOLD ,
+or
+.BR M_MMAP_MAX
+parameters is set.
+.TP
+.BR M_MXFAST " (since glibc 2.3)"
+.\" The following text adapted from comments in the glibc sources:
+Set the upper limit for memory allocation requests that are satisfied
+using "fastbins".
+(The measurement unit for this parameter is bytes.)
+Fastbins are storage areas that hold deallocated blocks of memory
+of the same size without merging adjacent free blocks.
+Subsequent reallocation of blocks of the same size can be handled
+very quickly by allocating from the fastbin,
+although memory fragmentation and the overall memory footprint
+of the program can increase.
+The default value for this parameter is
+.IR "64*sizeof(size_t)/4"
+(i.e., 64 on 32-bit architectures).
+The range for this parameter is 0 to
+.IR "80*sizeof(size_t)/4" .
+Setting
+.B M_MXFAST
+to 0 disables the use of fastbins.
+.TP
+.BR M_PERTURB " (since glibc 2.4)"
+If this parameter is set to a nonzero value,
+then bytes of allocated memory (other than allocations via
+.BR calloc (3))
+are initialized to the complement of the value
+in the least significant byte of
+.IR value ,
+and when allocated memory is released using
+.BR free (3),
+the freed bytes are ANded with the value in the least significant byte of
+.IR value .
+This can be useful for detecting errors where programs
+incorrectly rely on allocated memory being initialized to zero,
+or reuse values in memory that has already been freed.
+.TP
+.BR M_TOP_PAD
+This parameter defines the amount of padding to employ when calling
+.BR sbrk (2)
+to modify the program break.
+(The measurement unit for this parameter is bytes.)
+This parameter has an effect in the following circumstances:
+.RS
+.IP * 3
+When the program break is increased, then
+.BR M_TOP_PAD
+bytes are added to the
+.BR sbrk (2)
+request.
+.IP *
+When the heap is trimmed as a consequence of calling
+.BR free (3)
+(see the discussion of
+.BR M_TRIM_THRESHOLD )
+this much free space is preserved at the top of the heap.
+.RE
+.IP
+In either case,
+the amount of padding is always rounded to a system page boundary.
+.IP
+Modifying
+.BR M_TOP_PAD
+is a trade-off between increasing the number of system calls
+(when the parameter is set low)
+and wasting unused memory at the top of the heap
+(when the parameter is set high).
+.IP
+The default value for this parameter is 128*1024.
+.\" DEFAULT_TOP_PAD in glibc source
+.TP
+.BR M_TRIM_THRESHOLD
+When the amount of contiguous free memory at the top of the heap
+grows sufficiently large,
+.BR free (3)
+employs
+.BR sbrk (2)
+to release this memory back to the system.
+(This can be useful in programs that continue to execute for
+a long period after freeing a significant amount of memory.)
+The
+.BR M_TRIM_THRESHOLD
+parameter specifies the minimum size (in bytes) that
+this block of memory must reach before
+.BR sbrk (2)
+is used to trim the heap.
+.IP
+The default value for this parameter is 128*1024.
+Setting
+.BR M_TRIM_THRESHOLD
+to \-1 disables trimming completely.
+.IP
+Modifying
+.BR M_TRIM_THRESHOLD
+is a trade-off between increasing the number of system calls
+(when the parameter is set low)
+and wasting unused memory at the top of the heap
+(when the parameter is set high).
+.\" FIXME Do the arena parameters need to be documented?
+.\" .TP
+.\" .BR M_ARENA_TEST " (since glibc 2.10)"
+.\" .TP
+.\" .BR M_ARENA_MAX " (since glibc 2.10)"
+.\"
+.\" Environment variables
+.\"     MALLOC_ARENA_MAX_
+.\"     MALLOC_ARENA_TEST_
+.\"
+.\" http://udrepper.livejournal.com/20948.html describes some details
+.\"    of the MALLOC_ARENA_* environment variables.
+.\"
+.\" These macros aren't enabled in production releases until 2.15?
+.\" (see glibc malloc/Makefile)
+.\"
+.SS Environment Variables
+A number of environment variables can be defined
+to modify some of the same parameters as are controlled by
+.BR mallopt ().
+Using these variables has the advantage that the source code
+of the program need not be changed.
+To be effective, these variables must be defined before the
+first call to a memory-allocation function.
+(If the same parameters are adjusted via
+.BR mallopt ()
+then the
+.BR mallopt ()
+settings take precedence.)
+For security reasons,
+these variables are ignored in set-user-ID and set-group-ID programs.
+
+The environment variables are as follows
+(note the trailing underscore at the end of the name of each variable):
+.TP
+.BR MALLOC_CHECK_
+This environment variable controls the same parameter as
+.BR mallopt ()
+.BR M_CHECK_ACTION .
+If this variable is set to a nonzero value,
+then a special implementation of the memory-allocation functions is used.
+(This is accomplished using the
+.BR malloc_hook (3)
+feature.)
+This implementation performs additional error checking,
+but is slower
+.\" On glibc 2.12/x86, a simple malloc()+free() loop is about 70% slower
+.\" when MALLOC_CHECK_ was set.
+than the standard set of memory-allocation functions.
+(This implementation does not detect all possible errors;
+memory leaks can still occur.)
+.IP
+The value assigned to this environment variable should be a single digit,
+whose meaning is as described for
+.BR M_CHECK_ACTION .
+Any characters beyond the initial digit are ignored.
+.IP
+For security reasons, the effect of
+.BR MALLOC_CHECK_
+is disabled by default for set-user-ID and set-group-ID programs.
+However, if the file
+.IR /etc/suid\-debug
+exists (the content of the file is irrelevant), then
+.BR MALLOC_CHECK_
+also has an effect for set-user-ID and set-group-ID programs.
+.TP
+.BR MALLOC_MMAP_MAX_
+Controls the same parameter as
+.BR mallopt ()
+.BR M_MMAP_MAX .
+.TP
+.BR MALLOC_MMAP_THRESHOLD_
+Controls the same parameter as
+.BR mallopt ()
+.BR M_MMAP_THRESHOLD .
+.TP
+.BR MALLOC_PERTURB_
+Controls the same parameter as
+.BR mallopt ()
+.BR M_PERTURB .
+.TP
+.BR MALLOC_TRIM_THRESHOLD_
+Controls the same parameter as
+.BR mallopt ()
+.BR M_TRIM_THRESHOLD .
+.TP
+.BR MALLOC_TOP_PAD_
+Controls the same parameter as
+.BR mallopt ()
+.BR M_TOP_PAD .
+.SH RETURN VALUE
+On success,
+.BR mallopt ()
+returns 1.
+On error, it returns 0.
+.SH ERRORS
+On error,
+.I errno
+is
+.I not
+set.
+.\" .SH VERSIONS
+.\" Available already in glibc 2.0, possibly earlier
+.SH CONFORMING TO
+This function is not specified by POSIX or the C standards.
+A similar function exists on many System V derivatives,
+but the range of values for
+.IR param
+varies across systems.
+The SVID defined options
+.BR M_MXFAST ,
+.BR M_NLBLKS ,
+.BR M_GRAIN ,
+and
+.BR M_KEEP ,
+but only the first of these is implemented in glibc.
+.\" .SH NOTES
+.SH BUGS
+Specifying an invalid value for
+.I param
+does not generate an error.
+
+A calculation error within the glibc implementation means that
+a call of the form:
+.\" FIXME This looks buggy:
+.\" setting the M_MXFAST limit rounds up:    (s + SIZE_SZ) & ~MALLOC_ALIGN_MASK)
+.\" malloc requests are rounded up:
+.\"    (req) + SIZE_SZ + MALLOC_ALIGN_MASK) & ~MALLOC_ALIGN_MASK
+.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=12129
+.nf
+
+    mallopt(M_MXFAST, n)
+
+.fi
+does not result in fastbins being employed for all allocations of size up to
+.IR n .
+To ensure desired results,
+.I n
+should be rounded up to the next multiple greater than or equal to
+.IR (2k+1)*sizeof(size_t) ,
+where
+.I k
+is an integer.
+.\" Bins are multiples of 2 * sizeof(size_t) + sizeof(size_t)
+
+The
+.BR MALLOC_MMAP_THRESHOLD_
+and
+.BR MALLOC_MMAP_MAX_
+variables are
+.I not
+ignored in set-group-ID programs.
+.\" FIXME MALLOC_MMAP_THRESHOLD_ and MALLOC_MMAP_MAX_
+.\" do have an effect for set-user-ID programs (but not
+.\" set-group-ID programs).
+.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=12155
+
+If
+.BR mallopt ()
+is used to set
+.BR M_PERTURB ,
+then, as expected, the bytes of allocated memory are initialized
+to the complement of the byte in
+.IR value ,
+and when that memory is freed,
+the bytes of the region are initialized to the byte specified in
+.IR value .
+However, there is an
+.RI off-by- sizeof(size_t)
+error in the implementation:
+.\" FIXME http://sources.redhat.com/bugzilla/show_bug.cgi?id=12140
+instead of initializing precisely the block of memory
+being freed by the call
+.IR free(p) ,
+the block starting at
+.I p+sizeof(size_t)
+is initialized.
+.SH EXAMPLE
+The program below demonstrates the use of
+.BR M_CHECK_ACTION .
+If the program is supplied with an (integer) command-line argument,
+then that argument is used to set the
+.BR M_CHECK_ACTION
+parameter.
+The program then allocates a block of memory,
+and frees it twice (an error).
+
+The following shell session shows what happens when we run this program
+under glibc, with the default value for
+.BR M_CHECK_ACTION :
+.in +4n
+.nf
+
+$ \fB./a.out\fP
+*** glibc detected *** ./a.out: double free or corruption (top): 0x09d30008 ***
+======= Backtrace: =========
+/lib/libc.so.6(+0x6c501)[0x523501]
+/lib/libc.so.6(+0x6dd70)[0x524d70]
+/lib/libc.so.6(cfree+0x6d)[0x527e5d]
+\&./a.out[0x80485db]
+/lib/libc.so.6(__libc_start_main+0xe7)[0x4cdce7]
+\&./a.out[0x8048471]
+======= Memory map: ========
+001e4000\-001fe000 r\-xp 00000000 08:06 1083555    /lib/libgcc_s.so.1
+001fe000\-001ff000 r\-\-p 00019000 08:06 1083555    /lib/libgcc_s.so.1
+[some lines omitted]
+b7814000\-b7817000 rw\-p 00000000 00:00 0
+bff53000\-bff74000 rw\-p 00000000 00:00 0          [stack]
+Aborted (core dumped)
+.fi
+.in
+.PP
+The following runs show the results when employing other values for
+.BR M_CHECK_ACTION:
+.PP
+.in +4n
+.nf
+$ \fB./a.out 1\fP             # Diagnose error and continue
+main(): returned from first free() call
+*** glibc detected *** ./a.out: double free or corruption (top): 0x09cbe008 ***
+main(): returned from second free() call
+$ \fB./a.out 2\fP             # Abort without error message
+main(): returned from first free() call
+Aborted (core dumped)
+$ \fB./a.out 0\fP             # Ignore error and continue
+main(): returned from first free() call
+main(): returned from second free() call
+.fi
+.in
+.PP
+The next run shows how to set the same parameter using the
+.B MALLOC_CHECK_
+environment variable:
+.PP
+.in +4n
+.nf
+$ \fBMALLOC_CHECK_=1 ./a.out\fP
+main(): returned from first free() call
+*** glibc detected *** ./a.out: free(): invalid pointer: 0x092c2008 ***
+main(): returned from second free() call
+.fi
+.in
+.SS Program source
+\&
+.nf
+#include <malloc.h>
+#include <stdio.h>
+#include <stdlib.h>
+
+int
+main(int argc, char *argv[])
+{
+    char *p;
+
+    if (argc > 1) {
+        if (argc != 2) {
+            fprintf(stderr, "%s <M_CHECK_ACTION\-value>\\n", argv[0]);
+            exit(EXIT_FAILURE);
+        }
+    }
+
+    if (mallopt(M_CHECK_ACTION, atoi(argv[1])) != 1) {
+        fprintf(stderr, "mallopt() failed");
+        exit(EXIT_FAILURE);
+    }
+
+    p = malloc(1000);
+    if (p == NULL) {
+        fprintf(stderr, "malloc() failed");
+        exit(EXIT_FAILURE);
+    }
+
+    free(p);
+    printf("main(): returned from first free() call\\n");
+
+    free(p);
+    printf("main(): returned from second free() call\\n");
+
+    exit(EXIT_SUCCESS);
+}
+.fi
+.SH SEE ALSO
+.ad l
+.nh
+.BR mmap (2)
+.BR sbrk (2),
+.BR mallinfo (3),
+.BR malloc (3),
+.BR malloc_hook (3),
+.BR mtrace (3),
+.BR posix_memalign (3)
index 105a9e4..48f7b41 100644 (file)
@@ -49,6 +49,7 @@ _BSD_SOURCE
 .ad
 .PD
 .RE
+.RE
 .SH DESCRIPTION
 The
 .BR mkdtemp ()
index dc84732..3ce6250 100644 (file)
@@ -1,9 +1,28 @@
-.\"  Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
-.\"  Distributed under GPL
-.\"  the glibc-info pages are very helpful here
-.TH MTRACE 3 2002-07-20 "GNU" "Linux Programmer's Manual"
+.\" Copyright (c) 2012 by Michael Kerrisk <mtk.manpages@gmail.com>
+.\"
+.\" Permission is granted to make and distribute verbatim copies of this
+.\" manual provided the copyright notice and this permission notice are
+.\" preserved on all copies.
+.\"
+.\" Permission is granted to copy and distribute modified versions of this
+.\" manual under the conditions for verbatim copying, provided that the
+.\" entire resulting derived work is distributed under the terms of a
+.\" permission notice identical to this one.
+.\"
+.\" Since the Linux kernel and libraries are constantly changing, this
+.\" manual page may be incorrect or out-of-date.  The author(s) assume no
+.\" responsibility for errors or omissions, or for damages resulting from
+.\" the use of the information contained herein.  The author(s) may not
+.\" have taken the same level of care in the production of this manual,
+.\" which is licensed free of charge, as they might when working
+.\" professionally.
+.\"
+.\" Formatted or processed versions of this manual, if unaccompanied by
+.\" the source, must acknowledge the copyright and authors of this work.
+.\"
+.TH MTRACE 3 2012-03-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
-mtrace, muntrace \- malloc debugging
+mtrace, muntrace \- malloc tracing
 .SH SYNOPSIS
 .B "#include <mcheck.h>"
 .sp
@@ -11,33 +30,139 @@ mtrace, muntrace \- malloc debugging
 .sp
 .B "void muntrace(void);"
 .SH DESCRIPTION
-The function
+The
 .BR mtrace ()
-installs handlers for
-.BR malloc (3),
+function installs hook functions for the memory-allocation functions
+.RB ( malloc (3),
 .BR realloc (3)
-and
-.BR free (3).
-The function
+.BR memalign (3),
+.BR free (3)).
+These hook functions record tracing information about memory allocation
+and deallocation.
+The tracing information can be used to discover memory leaks and
+attempts to free nonallocated memory in a program.
+
+The
 .BR muntrace ()
-disables these handlers.
-.br
-The environment variable
-.B MALLOC_TRACE
-defines a file where
+function disables the hook functions installed by
+.BR mtrace (),
+so that tracing information is no longer recorded
+for the memory-allocation functions.
+If no hook functions were successfully installed by
+.BR mtrace (),
+.BR muntrace ()
+does nothing.
+
+When
+.BR mtrace (3)
+is called, it checks the value of the environment variable
+.BR MALLOC_TRACE ,
+which should contain the pathname of a file in which
+the tracing information is to be recorded.
+If the pathname is successfully opened, it is truncated to zero length.
+
+If
+.BR MALLOC_TRACE
+is not set,
+or the pathname it specifies is invalid or not writable,
+then no hook functions are installed, and
 .BR mtrace ()
-writes its output.
-This file must be writable to the user or
+has no effect.
+In set-user-ID and set-group-ID programs,
+.BR MALLOC_TRACE
+is ignored, and
 .BR mtrace ()
-will do nothing.
-If the file is not empty it will be truncated.
+has no effect.
 .SH "CONFORMING TO"
-These are GNU extensions.
+These functions are GNU extensions.
 .SH NOTES
-The output of
+In normal usage,
+.BR mtrace ()
+is called once at the start of execution of a program, and
+.BR muntrace ()
+is never called.
+
+The tracing output produced after a call to
+.BR mtrace ()
+is textual, but not designed to be human readable.
+The GNU C library provides a Perl script,
+.BR mtrace (1),
+that interprets the trace log and produces human-readable output.
+For best results,
+the traced program should be compiled with debugging enabled,
+so that line-number information is recorded in the executable.
+
+The tracing performed by
+.BR mtrace ()
+incurs a performance penalty (if
+.B MALLOC_TRACE
+points to a valid, writable pathname).
+.SH BUGS
+The line-number information produced by
+.BR mtrace (1)
+is not always precise:
+the line number references may refer to the previous or following (non-blank)
+line of the source code.
+.SH EXAMPLE
+The shell session below demonstrates the use of the
+.BR mtrace ()
+function and the
+.BR mtrace (1)
+command in a program that has memory leaks at two different locations.
+The demonstration uses the following program:
+.in +4
+.nf
+
+.RB "$ " "cat t_mtrace.c"
+#include <mcheck.h>
+#include <stdlib.h>
+#include <stdio.h>
+
+int
+main(int argc, char *argv[])
+{
+    int j;
+
+    mtrace();
+
+    for (j = 0; j < 2; j++)
+        malloc(100);            /* Never freed\-\-a memory leak */
+
+    calloc(16, 16);             /* Never freed\-\-a memory leak */
+    exit(EXIT_SUCCESS);
+}
+
+.fi
+.in
+When we run the program as follows, we see that
 .BR mtrace ()
-will be ASCII but not in a friendly format.
-So glibc comes with a perl-script called mtrace to make sense of it.
+diagnosed memory leaks at two different locations in the program:
+.in +4n
+.nf
+
+.RB "$ " "cc \-g t_mtrace.c \-o t_mtrace"
+.RB "$ " "export MALLOC_TRACE=/tmp/t"
+.RB "$ " "./t_mtrace"
+.RB "$ " "mtrace ./t_mtrace $MALLOC_TRACE"
+Memory not freed:
+-----------------
+   Address     Size     Caller
+0x084c9378     0x64  at /home/cecilia/t_mtrace.c:12
+0x084c93e0     0x64  at /home/cecilia/t_mtrace.c:12
+0x084c9448    0x100  at /home/cecilia/t_mtrace.c:16
+.fi
+.in
+
+The first two messages about unfreed memory correspond to the two
+.BR malloc (3)
+calls inside the
+.I for
+loop.
+The final message corresponds to the call to
+.BR calloc (3)
+(which in turn calls
+.BR malloc (3)).
 .SH "SEE ALSO"
+.BR mtrace (1),
 .BR malloc (3),
 .BR malloc_hook (3)
index 427da8d..179d631 100644 (file)
@@ -68,7 +68,6 @@ options, the program below produces the following output:
 offsets: i=0; c=4; d=8 a=16
 sizeof(struct s)=16
 .fi
-.nf
 .SS Program source
 \&
 .nf
index 1884af8..822cb43 100644 (file)
 .\" License.
 .\"
 .\" 2001-10-11, 2003-08-22, aeb, added some details
-.TH POSIX_MEMALIGN 3  2010-09-20 "GNU" "Linux Programmer's Manual"
+.\" 2012-03-23, Michael Kerrisk <mtk.manpages@mail.com>
+.\"     Document pvalloc() and aligned_alloc()
+.TH POSIX_MEMALIGN 3  2012-03-23 "GNU" "Linux Programmer's Manual"
 .SH NAME
-posix_memalign, memalign, valloc \- Allocate aligned memory
+posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- Allocate aligned memory
 .SH SYNOPSIS
 .nf
 .B #include <stdlib.h>
 .sp
 .BI "int posix_memalign(void **" memptr ", size_t " alignment ", size_t " size );
+.BI "void *aligned_alloc(size_t " alignment ", size_t " size );
+.BI "void *valloc(size_t " size );
 .sp
 .B #include <malloc.h>
 .sp
-.BI "void *valloc(size_t " size );
-.BI "void *memalign(size_t " boundary ", size_t " size );
+.BI "void *memalign(size_t " alignment ", size_t " size );
+.BI "void *pvalloc(size_t " size );
 .fi
 .sp
 .in -4n
@@ -47,6 +51,9 @@ Feature Test Macro Requirements for glibc (see
 .BR posix_memalign ():
 _POSIX_C_SOURCE\ >=\ 200112L || _XOPEN_SOURCE\ >=\ 600
 .sp
+.BR aligned_alloc ():
+_ISOC11_SOURCE
+.sp
 .BR valloc ():
 .br
 .PD 0
@@ -64,9 +71,15 @@ _BSD_SOURCE ||
 Before glibc 2.12:
 _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
 _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
+.ad b
+.br
+(The (nonstandard) header file
+.I <malloc.h>
+also exposes the declaration of
+.BR valloc ();
+no feature test macros are required.)
 .RE
 .PD
-.ad b
 .SH DESCRIPTION
 The function
 .BR posix_memalign ()
@@ -93,11 +106,21 @@ allocates
 .I size
 bytes and returns a pointer to the allocated memory.
 The memory address will be a multiple of
-.IR "boundary" ,
+.IR alignment ,
 which must be a power of two.
 .\" The behavior of memalign() for size==0 is as for posix_memalign()
 .\" but no standards govern this.
 
+The function
+.BR aligned_alloc ()
+is the same as
+.BR memalign (),
+except for the added restriction that
+.I size
+should be a multiple of
+.IR alignment .
+
+
 The obsolete function
 .BR valloc ()
 allocates
@@ -107,12 +130,21 @@ The memory address will be a multiple of the page size.
 It is equivalent to
 .IR "memalign(sysconf(_SC_PAGESIZE),size)" .
 
-For all three routines, the memory is not zeroed.
+The obsolete function
+.BR pvalloc ()
+is similar to
+.BR valloc (),
+but rounds the size of the allocation up to
+the next multiple of the system page size.
+
+For all of these functions, the memory is not zeroed.
 .SH "RETURN VALUE"
-.BR memalign ()
+.BR aligned_alloc (),
+.BR memalign (),
+.BR valloc (),
 and
-.BR valloc ()
-return the pointer to the allocated memory, or NULL if the request fails.
+.BR pvalloc ()
+return a pointer to the allocated memory, or NULL if the request fails.
 
 .BR posix_memalign ()
 returns zero on success, or one of the error values listed in the
@@ -132,10 +164,16 @@ argument was not a power of two, or was not a multiple of
 There was insufficient memory to fulfill the allocation request.
 .SH VERSIONS
 The functions
-.BR memalign ()
+.BR memalign (),
+.BR valloc (),
 and
-.BR valloc ()
+.BR pvalloc ()
 have been available in all Linux libc libraries.
+
+The function
+.BR aligned_alloc ()
+was added to glibc in version 2.16.
+
 The function
 .BR posix_memalign ()
 is available since glibc 2.1.91.
@@ -146,12 +184,23 @@ appeared in 3.0BSD.
 It is documented as being obsolete in 4.3BSD,
 and as legacy in SUSv2.
 It does not appear in POSIX.1-2001.
+
+The function
+.BR pvalloc ()
+is a GNU extension.
+
 The function
 .BR memalign ()
 appears in SunOS 4.1.3 but not in 4.4BSD.
+
 The function
 .BR posix_memalign ()
 comes from POSIX.1d.
+
+The function
+.I aligned_alloc ()
+is specified in the C11 standard.
+.\"
 .SS Headers
 Everybody agrees that
 .BR posix_memalign ()
@@ -164,18 +213,9 @@ is declared in \fI<stdlib.h>\fP instead of \fI<malloc.h>\fP.
 According to SUSv2,
 .BR valloc ()
 is declared in \fI<stdlib.h>\fP.
-Libc4,5 and glibc declare it in \fI<malloc.h>\fP and perhaps also in
+Libc4,5 and glibc declare it in \fI<malloc.h>\fP, and also in
 \fI<stdlib.h>\fP
-(namely, if
-.B _GNU_SOURCE
-is defined, or
-.B _BSD_SOURCE
-is defined, or,
-for glibc, if
-.B _XOPEN_SOURCE_EXTENDED
-is defined, or, equivalently,
-.B _XOPEN_SOURCE
-is defined to a value not less than 500).
+if suitable feature test macros are defined (see above).
 .SH NOTES
 On many systems there are alignment restrictions, for example, on buffers
 used for direct block device I/O.
@@ -192,7 +232,7 @@ verifies that
 matches the requirements detailed above.
 .BR memalign ()
 may not check that the
-.I boundary
+.I alignment
 argument is correct.
 
 POSIX requires that memory obtained from
@@ -219,13 +259,13 @@ and then align the obtained value).
 .\" but not to
 .\" .IR realloc (3).
 The glibc implementation
-allows memory obtained from any of these three routines to be
+allows memory obtained from any of these these functions to be
 reclaimed with
 .BR free (3).
 
 The glibc
 .BR malloc (3)
-always returns 8-byte aligned memory addresses, so these routines are only
+always returns 8-byte aligned memory addresses, so these functions are only
 needed if you require larger alignment values.
 .SH "SEE ALSO"
 .BR brk (2),
index 83b64e1..e26aa4c 100644 (file)
@@ -33,6 +33,7 @@ thread attributes object
 .BI "int pthread_attr_destroy(pthread_attr_t *" attr );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_attr_init ()
index c1775f2..390b15b 100644 (file)
@@ -36,6 +36,7 @@ CPU affinity attribute in thread attributes object
 .BI "                   size_t " cpusetsize ", cpu_set_t *" cpuset );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_attr_setaffinity_np ()
index 5b5c1ff..cb4c5c5 100644 (file)
@@ -35,6 +35,7 @@ set/get detach state attribute in thread attributes object
 ", int *" detachstate );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_attr_setdetachstate ()
index 13d3a32..5e8c447 100644 (file)
@@ -35,6 +35,7 @@ attribute in thread attributes object
 ", size_t *" guardsize );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_attr_setguardsize ()
index b858f72..260bf01 100644 (file)
@@ -21,7 +21,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH PTHREAD_ATTR_SETINHERITSCHED 3 2008-11-10 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_ATTR_SETINHERITSCHED 3 2012-03-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_attr_setinheritsched, pthread_attr_getinheritsched \- set/get
 inherit scheduler attribute in thread attributes object
@@ -35,6 +35,7 @@ inherit scheduler attribute in thread attributes object
 .BI "                                 int *" inheritsched );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_attr_setinheritsched ()
@@ -97,9 +98,6 @@ error ("attempt was made to set the attribute to an unsupported value") for
 .\" Available since glibc 2.0.
 .SH CONFORMING TO
 POSIX.1-2001.
-.SH EXAMPLE
-See
-.BR pthread_setschedparam (3).
 .SH BUGS
 As at glibc 2.8, if a thread attributes object is initialized using
 .BR pthread_attr_init (3),
@@ -116,6 +114,9 @@ in the thread attributes object before calling
 .BR pthread_create (3).
 .\" FIXME . Track status of the following bug:
 .\" http://sourceware.org/bugzilla/show_bug.cgi?id=7007
+.SH EXAMPLE
+See
+.BR pthread_setschedparam (3).
 .SH SEE ALSO
 .BR sched_setscheduler (2),
 .BR pthread_attr_init (3),
index 9b6ac5d..fea1f5d 100644 (file)
@@ -21,7 +21,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH PTHREAD_ATTR_SETSCHEDPARAM 3 2010-02-03 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_ATTR_SETSCHEDPARAM 3 2012-03-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_attr_setschedparam, pthread_attr_getschedparam \- set/get
 scheduling parameter attributes in thread attributes object
@@ -35,6 +35,7 @@ scheduling parameter attributes in thread attributes object
 .BI "                               struct sched_param *" param );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_attr_setschedparam ()
@@ -85,13 +86,13 @@ handle a possible error return).
 .\" Available since glibc 2.0.
 .SH CONFORMING TO
 POSIX.1-2001.
-.SH EXAMPLE
-See
-.BR pthread_setschedparam (3).
 .SH NOTES
 See
 .BR pthread_attr_setschedpolicy (3)
 for a list of the thread scheduling policies supported on Linux.
+.SH EXAMPLE
+See
+.BR pthread_setschedparam (3).
 .SH SEE ALSO
 .BR sched_get_priority_min (2),
 .BR sched_setscheduler (2),
index 5a183e7..ecbe342 100644 (file)
@@ -35,6 +35,7 @@ scheduling policy attribute in thread attributes object
 ", int " *policy );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_attr_setschedpolicy ()
index 74d3865..65b9469 100644 (file)
@@ -35,6 +35,7 @@ attribute in thread attributes object
 ", int *" scope );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_attr_setscope ()
index 047fd1b..d95408f 100644 (file)
@@ -35,6 +35,7 @@ set/get stack address attribute in thread attributes object
 ", void **" stackaddr );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 These functions are obsolete:
 .B do not use them.
index 6f2e165..8651c40 100644 (file)
@@ -21,7 +21,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH PTHREAD_ATTR_SETSTACKSIZE 3 2008-11-05 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_ATTR_SETSTACKSIZE 3 2012-03-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_attr_setstacksize, pthread_attr_getstacksize \- set/get stack size
 attribute in thread attributes object
@@ -35,6 +35,7 @@ attribute in thread attributes object
 ", size_t *" stacksize );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_attr_setstacksize ()
@@ -79,9 +80,6 @@ is not a multiple of the system page size.
 These functions are provided by glibc since version 2.1.
 .SH CONFORMING TO
 POSIX.1-2001.
-.SH EXAMPLE
-See
-.BR pthread_create (3).
 .SH NOTES
 For details on the default stack size of new threads, see
 .BR pthread_create (3).
@@ -105,6 +103,9 @@ in violation of POSIX.1-2001, which says that the allocated stack will
 be at least
 .I stacksize
 bytes.
+.SH EXAMPLE
+See
+.BR pthread_create (3).
 .SH SEE ALSO
 .BR getrlimit (2),
 .BR pthread_attr_init (3),
index b1dd208..f8e4498 100644 (file)
@@ -31,6 +31,7 @@ pthread_cancel \- send a cancellation request to a thread
 .BI "int pthread_cancel(pthread_t " thread );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_cancel ()
index 57ebe2e..6a99fc0 100644 (file)
@@ -34,6 +34,7 @@ thread cancellation clean-up handlers
 .BI "void pthread_cleanup_pop(int " execute );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 These functions manipulate the calling thread's stack of
 thread-cancellation clean-up handlers.
index ca4cacb..4313268 100644 (file)
@@ -32,6 +32,7 @@ thread cancellation clean-up handlers while saving cancelability type
 .BI "void pthread_cleanup_push_defer_np(void (*" routine ")(void *),"
 .BI "                                   void *" arg );
 .BI "void pthread_cleanup_pop_restore_np(int " execute );
+.fi
 .sp
 Compile and link with \fI\-pthread\fP.
 .SH DESCRIPTION
@@ -52,7 +53,7 @@ and sets the cancelability type to "deferred" (see
 .BR pthread_setcanceltype (3));
 this ensures that cancellation clean-up will occur
 even if the thread's cancelability type was "asynchronous"
-before the the call.
+before the call.
 
 Like
 .BR pthread_cleanup_pop (3),
index 7264769..66190bb 100644 (file)
@@ -21,7 +21,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH PTHREAD_CREATE 3 2008-11-11 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_CREATE 3 2012-03-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_create \- create a new thread
 .SH SYNOPSIS
@@ -191,6 +191,12 @@ the stack size attribute can be explicitly set in the
 .I attr
 argument used to create a thread,
 in order to obtain a stack size other than the default.
+.SH BUGS
+In the obsolete LinuxThreads implementation,
+each of the threads in a process has a different process ID.
+This is in violation of the POSIX threads specification,
+and is the source of many other nonconformances to the standard; see
+.BR pthreads (7).
 .SH EXAMPLE
 The program below demonstrates the use of
 .BR pthread_create (),
@@ -358,12 +364,6 @@ main(int argc, char *argv[])
     exit(EXIT_SUCCESS);
 }
 .fi
-.SH BUGS
-In the obsolete LinuxThreads implementation,
-each of the threads in a process has a different process ID.
-This is in violation of the POSIX threads specification,
-and is the source of many other nonconformances to the standard; see
-.BR pthreads (7).
 .SH SEE ALSO
 .BR getrlimit (2),
 .BR pthread_attr_init (3),
index b8efa20..cad05b8 100644 (file)
@@ -31,6 +31,7 @@ pthread_equal \- compare thread IDs
 .BI "int pthread_equal(pthread_t " t1 ", pthread_t " t2 );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_equal ()
index 4b8cb7b..1a01d2a 100644 (file)
@@ -31,6 +31,7 @@ pthread_exit \- terminate calling thread
 .BI "void pthread_exit(void *" retval );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_exit ()
index b8d4dfb..6f9a73a 100644 (file)
@@ -32,6 +32,7 @@ pthread_getattr_np \- get attributes of created thread
 .BI "int pthread_getattr_np(pthread_t " thread ", pthread_attr_t *" attr );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_getattr_np ()
index 114cff2..76552ae 100644 (file)
@@ -32,6 +32,7 @@ pthread_getcpuclockid \- retrieve ID of a thread's CPU time clock
 .BI "int pthread_getcpuclockid(pthread_t " thread ", clockid_t *" clock_id);
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_getcpuclockid ()
index ce026e3..1171407 100644 (file)
@@ -31,6 +31,7 @@ pthread_self \- obtain ID of the calling thread
 .B pthread_t pthread_self(void);
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_self ()
index 47e370b..65e591b 100644 (file)
@@ -36,6 +36,7 @@ CPU affinity of a thread
 .BI "                           cpu_set_t *" cpuset );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_setaffinity_np ()
index 4828279..f7f5b73 100644 (file)
@@ -33,6 +33,7 @@ set cancelability state and type
 .BI "int pthread_setcanceltype(int " type ", int *" oldtype );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_setcancelstate ()
index cd33633..6865ff8 100644 (file)
@@ -32,6 +32,7 @@ the concurrency level
 .BI "int pthread_getconcurrency(void);
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_setconcurrency ()
index ee50d6b..3242c1f 100644 (file)
@@ -35,6 +35,7 @@ scheduling policy and parameters of a thread
 .BI "                      struct sched_param *" param );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_setschedparam ()
index 8c33d1b..6c1c685 100644 (file)
@@ -31,6 +31,7 @@ pthread_setschedprio \- set scheduling priority of a thread
 .BI "pthread_setschedprio(pthread_t " thread ", int " prio );
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 The
 .BR pthread_setschedprio ()
index 8bfa3a4..7ad9884 100644 (file)
@@ -93,8 +93,8 @@ This function is a GNU extension.
 .SH SEE ALSO
 .BR rt_tgsigqueueinfo (2),
 .BR sigaction (2),
+.BR pthread_sigmask (3),
 .BR sigqueue (3),
 .BR sigwait (3),
-.BR pthread_sigmask (3),
 .BR pthreads (7),
 .BR signal (7)
index 65a0478..29f2b3b 100644 (file)
@@ -31,6 +31,7 @@ pthread_testcancel \- request delivery of any pending cancellation request
 .B void pthread_testcancel(void);
 .sp
 Compile and link with \fI\-pthread\fP.
+.fi
 .SH DESCRIPTION
 Calling
 .BR pthread_testcancel ()
diff --git a/original/man3/pvalloc.3 b/original/man3/pvalloc.3
new file mode 100644 (file)
index 0000000..791d4c8
--- /dev/null
@@ -0,0 +1 @@
+.so man3/posix_memalign.3
index 87ef129..4c266aa 100644 (file)
 .\" Modified 1993-03-29, David Metcalfe
 .\" Modified 1993-07-24, Rik Faith (faith@cs.unc.edu)
 .\" 2006-01-15, mtk, Added example program.
+.\" Modified 2012-03-08, Mark R. Bannister <cambridge@users.sourceforge.net>
+.\"                  and Ben Bacarisse <software@bsb.me.uk>
+.\"     Document qsort_r()
 .\"
-.\" FIXME glibc 2.8 added qsort_r(), which needs to be documented.
-.\"
-.TH QSORT 3 2009-09-15 "" "Linux Programmer's Manual"
+.TH QSORT 3 2012-03-08 "" "Linux Programmer's Manual"
 .SH NAME
-qsort \- sorts an array
+qsort, qsort_r \- sort an array
 .SH SYNOPSIS
 .nf
 .B #include <stdlib.h>
 .sp
 .BI "void qsort(void *" base ", size_t " nmemb ", size_t " size ,
-.BI "           int(*" compar ")(const void *, const void *));"
+.BI "           int (*" compar ")(const void *, const void *));"
+.sp
+.BI "void qsort_r(void *" base ", size_t " nmemb ", size_t " size ,
+.BI "           int (*" compar ")(const void *, const void *, void *),"
+.BI "           void *" arg ");"
 .fi
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.ad l
+.BR qsort_r ():
+_GNU_SOURCE
+.ad b
 .SH DESCRIPTION
 The
 .BR qsort ()
@@ -56,18 +71,40 @@ arguments that point to the objects being compared.
 The comparison function must return an integer less than, equal to, or
 greater than zero if the first argument is considered to be respectively
 less than, equal to, or greater than the second.
-If two members compare
-as equal, their order in the sorted array is undefined.
+If two members compare as equal,
+their order in the sorted array is undefined.
+.PP
+The
+.BR qsort_r ()
+function is identical to
+.BR qsort ()
+except that the comparison function
+.I compar
+takes a third argument.
+A pointer is passed to the comparison function via
+.IR arg .
+In this way, the comparison function does not need to use global variables to
+pass through arbitrary arguments, and is therefore reentrant and safe to
+use in threads.
 .SH "RETURN VALUE"
 The
 .BR qsort ()
-function returns no value.
+and
+.BR qsort_r ()
+functions return no value.
+.SH VERSIONS
+.BR qsort_r ()
+was added to glibc in version 2.8.
 .SH "CONFORMING TO"
-SVr4, 4.3BSD, C89, C99.
+The
+.BR qsort ()
+function conforms to SVr4, 4.3BSD, C89, C99.
 .SH NOTES
 Library routines suitable for use as the
 .I compar
-argument include
+argument to
+.BR qsort ()
+include
 .BR alphasort (3)
 and
 .BR versionsort (3).
index 29d7765..027f668 100644 (file)
@@ -4,7 +4,7 @@
 .\" and in case of nontrivial modification author and date
 .\" of the modification is added to the header.
 .\" $Id: rtnetlink.3,v 1.2 1999/05/18 10:35:10 freitag Exp $
-.TH RTNETLINK 3 2010-01-11 "GNU" "Linux Programmer's Manual"
+.TH RTNETLINK 3 2012-03-24 "GNU" "Linux Programmer's Manual"
 .SH NAME
 rtnetlink \- macros to manipulate rtnetlink messages
 .SH SYNOPSIS
@@ -109,7 +109,7 @@ Creating a rtnetlink message to set the MTU of a device:
     rta = (struct rtattr *)(((char *) &req) +
                              NLMSG_ALIGN(req.nh.nlmsg_len));
     rta\->rta_type = IFLA_MTU;
-    rta\->rta_len = sizeof(unsigned int);
+    rta\->rta_len = RTA_LENGTH(sizeof(unsigned int));
     req.n.nlmsg_len = NLMSG_ALIGN(req.nh.nlmsg_len) +
                                   RTA_LENGTH(sizeof(mtu));
     memcpy(RTA_DATA(rta), &mtu, sizeof(mtu));
index 9e355aa..5f7a7d0 100644 (file)
@@ -31,9 +31,7 @@
 .\" Modified Sun Sep 24 20:15:46 2000 by aeb, following Petter Reinholdtsen.
 .\" Modified 2001-12-26 by aeb, following Joey. Added versionsort.
 .\"
-.\" FIXME glibc 2.15 adds scandirat()
-.\"
-.TH SCANDIR 3  2011-09-08 "GNU" "Linux Programmer's Manual"
+.TH SCANDIR 3  2012-03-20 "GNU" "Linux Programmer's Manual"
 .SH NAME
 scandir, alphasort, versionsort \- scan a directory for matching entries
 .SH SYNOPSIS
@@ -177,6 +175,7 @@ main(void)
 .BR opendir (3),
 .BR readdir (3),
 .BR rewinddir (3),
+.BR scandirat (3),
 .BR seekdir (3),
 .BR strcmp (3),
 .BR strcoll (3),
diff --git a/original/man3/scandirat.3 b/original/man3/scandirat.3
new file mode 100644 (file)
index 0000000..c3f0737
--- /dev/null
@@ -0,0 +1,116 @@
+.\" Hey Emacs! This file is -*- nroff -*- source.
+.\"
+.\" Copyright (c) 2012, Mark R. Bannister <cambridge@users.sourceforge.net>
+.\"        based on text in mkfifoat.3 Copyright (c) 2006, Michael Kerrisk
+.\"
+.\" This is free documentation; you can redistribute it and/or
+.\" modify it under the terms of the GNU General Public License as
+.\" published by the Free Software Foundation; either version 2 of
+.\" the License, or (at your option) any later version.
+.\"
+.\" The GNU General Public License's references to "object code"
+.\" and "executables" are to be interpreted as the output of any
+.\" document formatting or typesetting system, including
+.\" intermediate and printed output.
+.\"
+.\" This manual is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public
+.\" License along with this manual; if not, write to the Free
+.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
+.\" USA.
+.\"
+.TH SCANDIRAT 3 2012-03-17 "Linux" "Linux Programmer's Manual"
+.SH NAME
+scandirat \- scan a directory relative to a directory file descriptor
+.SH SYNOPSIS
+.nf
+.BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
+
+.BR "#include <fcntl.h>" "          /* Definition of AT_* constants */"
+.B #include <dirent.h>
+.sp
+.fi
+.BI "int scandirat(int " dirfd ", const char *" dirp ","
+.BI "struct dirent ***" namelist ,
+.nf
+.RS
+.BI "int (*" filter ")(const struct dirent *),"
+.BI "int (*" compar ")(const struct dirent **, const struct dirent **));"
+.RE
+.fi
+.SH DESCRIPTION
+The
+.BR scandirat ()
+system call operates in exactly the same way as
+.BR scandir (3),
+except for the differences described in this manual page.
+
+If the pathname given in
+.I dirp
+is relative, then it is interpreted relative to the directory
+referred to by the file descriptor
+.I dirfd
+(rather than relative to the current working directory of
+the calling process, as is done by
+.BR scandir (3)
+for a relative pathname).
+
+If
+.I dirp
+is relative and
+.I dirfd
+is the special value
+.BR AT_FDCWD ,
+then
+.I dirp
+is interpreted relative to the current working
+directory of the calling process (like
+.BR scandir (3)).
+
+If
+.I dirp
+is absolute, then
+.I dirfd
+is ignored.
+.SH "RETURN VALUE"
+On success,
+.BR scandirat ()
+returns the number of directory entries selected.
+On error, \-1 is returned and
+.I errno
+is set to indicate the error.
+.SH ERRORS
+The same errors that occur for
+.BR scandir (3)
+can also occur for
+.BR scandirat ().
+The following additional errors can occur for
+.BR scandirat ():
+.TP
+.B EBADF
+.I dirfd
+is not a valid file descriptor.
+.TP
+.B ENOTDIR
+.I dirp
+is a relative path and
+.I dirfd
+is a file descriptor referring to a file other than a directory.
+.SH VERSIONS
+.BR scandirat ()
+was added to glibc in version 2.15.
+.SH "CONFORMING TO"
+This function is a GNU extension.
+.SH NOTES
+See
+.BR openat (2)
+for an explanation of the need for
+.BR scandirat ().
+.SH "SEE ALSO"
+.BR openat (2),
+.BR scandir (3),
+.BR path_resolution (7)
index b1a6f05..0c9d933 100644 (file)
@@ -23,9 +23,9 @@
 .\" added note on self-signaling, aeb, 2002-06-07
 .\" added note on CAP_KILL, mtk, 2004-06-16
 .\"
-.TH SIGQUEUE 3 2011-09-18 "Linux" "Linux Programmer's Manual"
+.TH SIGQUEUE 3 2012-03-25 "Linux" "Linux Programmer's Manual"
 .SH NAME
-sigqueue, rt_sigqueueinfo \- queue a signal and data to a process
+sigqueue \- queue a signal and data to a process
 .SH SYNOPSIS
 .B #include <signal.h>
 .sp
index ce6378c..0c06526 100644 (file)
@@ -80,7 +80,7 @@ POSIX.1-2001.
 .BR sigwait ()
 is implemented using
 .BR sigtimedwait (2).
-.SH EXAMPLES
+.SH EXAMPLE
 See
 .BR pthread_sigmask (3).
 .SH SEE ALSO
index 170ab7e..35da9c5 100644 (file)
@@ -22,7 +22,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH STPCPY 3  2011-09-28 "GNU" "Linux Programmer's Manual"
+.TH STPCPY 3  2012-03-15 "GNU" "Linux Programmer's Manual"
 .SH NAME
 stpcpy \- copy a string returning a pointer to its end
 .SH SYNOPSIS
@@ -68,6 +68,9 @@ This function was added to POSIX.1-2008. Before that, it was not part of
 the C or POSIX.1 standards, nor customary on UNIX systems, but was not a
 GNU invention either. Perhaps it came from MS-DOS. It is also present on
 the BSDs.
+.SH BUGS
+This function may overrun the buffer
+.IR dest .
 .SH EXAMPLE
 For example, this program uses
 .BR stpcpy ()
@@ -92,9 +95,6 @@ main(void)
 }
 .fi
 .in
-.SH BUGS
-This function may overrun the buffer
-.IR dest .
 .SH "SEE ALSO"
 .BR bcopy (3),
 .BR memccpy (3),
index 45fa873..14d88e4 100644 (file)
@@ -447,7 +447,7 @@ Nowadays,
 .BR gcc (1)
 provides the \fI\-Wno\-format\-y2k\fP option to prevent the warning,
 so that the above workaround is no longer required.
-.SH EXAMPLES
+.SH EXAMPLE
 .BR "RFC\ 2822-compliant date format"
 (with an English locale for %a and %b)
 .PP
index 24f6b26..af1aa2e 100644 (file)
@@ -28,7 +28,7 @@
 .\" Modified 2001-11-13, aeb
 .\" Modified 2004-12-01 mtk and Martin Schulze <joey@infodrom.org>
 .\"
-.TH TZSET 3  2010-02-25 "" "Linux Programmer's Manual"
+.TH TZSET 3  2012-03-25 "" "Linux Programmer's Manual"
 .SH NAME
 tzset, tzname, timezone, daylight \- initialize time conversion information
 .SH SYNOPSIS
@@ -131,10 +131,12 @@ These fields may have the following formats:
 .TP
 J\fIn\fP
 This specifies the Julian day with \fIn\fP between 1 and 365.
-February 29 is never counted even in leap years.
+Leap days are not counted.
+In this format, February 29 can't be represented;
+February 28 is day 59, and March 1 is always day 60.
 .TP
 .I n
-This specifies the Julian day with \fIn\fP between 1 and 365.
+This specifies the zero-based Julian day with \fIn\fP between 0 and 365.
 February 29 is counted in leap years.
 .TP
 M\fIm\fP.\fIw\fP.\fId\fP
index 2862740..b0ccb30 100644 (file)
@@ -793,6 +793,7 @@ are reserved for processor-specific semantics.
 Values less than or equal to
 .BR PT_LOPROC
 are reserved for processor-specific semantics.
+.TP
 .BR PT_GNU_STACK
 GNU extension which is used by the Linux kernel to control the state of the
 stack via the flags set in the
index 4d4154a..405c4a0 100644 (file)
@@ -334,11 +334,11 @@ and
 call
 .BR perf_event_open (2);
 .IP *
-call
-.IP *
 access privileged
 .I perf
 event information;
+.IP *
+call
 .BR setns (2);
 .IP *
 call
index 05ad461..5de0961 100644 (file)
@@ -429,7 +429,7 @@ Special defines (such as the standards macro).
 .Xr man 7 ,
 .Xr man-pages 7
 .Sh COLOPHON
-This page is part of release 3.37 of the Linux
+This page is part of release 3.38 of the Linux
 .Em man-pages
 project.
 A description of the project,
index 276c4b8..8350337 100644 (file)
@@ -2944,7 +2944,7 @@ and certainly should be able to.
 .Xr groff_mdoc 7 ,
 .Xr mdoc 7
 .Sh COLOPHON
-This page is part of release 3.37 of the Linux
+This page is part of release 3.38 of the Linux
 .Em man-pages
 project.
 A description of the project,
index 5e35ae2..1b65229 100644 (file)
@@ -4,7 +4,7 @@
 .\" and in case of nontrivial modification author and date
 .\" of the modification is added to the header.
 .\" $Id: packet.7,v 1.13 2000/08/14 08:03:45 ak Exp $
-.TH PACKET  7 2008-08-08 "Linux" "Linux Programmer's Manual"
+.TH PACKET  7 2012-03-25 "Linux" "Linux Programmer's Manual"
 .SH NAME
 packet, AF_PACKET \- packet interface on device level.
 .SH SYNOPSIS
@@ -111,7 +111,7 @@ struct sockaddr_ll {
     unsigned short sll_family;   /* Always AF_PACKET */
     unsigned short sll_protocol; /* Physical layer protocol */
     int            sll_ifindex;  /* Interface number */
-    unsigned short sll_hatype;   /* Header type */
+    unsigned short sll_hatype;   /* ARP hardware type */
     unsigned char  sll_pkttype;  /* Packet type */
     unsigned char  sll_halen;    /* Length of address */
     unsigned char  sll_addr[8];  /* Physical layer address */
@@ -131,7 +131,7 @@ is the interface index of the interface
 .BR netdevice (7));
 0 matches any interface (only permitted for binding).
 .I sll_hatype
-is a ARP type as defined in the
+is an ARP type as defined in the
 .I <linux/if_arp.h>
 include file.
 .I sll_pkttype
index 256f622..35db671 100644 (file)
@@ -13,7 +13,7 @@
 .\"     be more or less up to date and complete as at Linux 2.6.27
 .\"     (other than the remaining FIXMEs in the page source below).
 .\"
-.TH TCP  7 2010-09-10 "Linux" "Linux Programmer's Manual"
+.TH TCP  7 2012-03-20 "Linux" "Linux Programmer's Manual"
 .SH NAME
 tcp \- TCP protocol
 .SH SYNOPSIS
@@ -1148,7 +1148,7 @@ RFC\ 1122 for the TCP requirements and a description of the Nagle algorithm.
 .br
 RFC\ 1323 for TCP timestamp and window scaling options.
 .br
-RFC\ 1644 for a description of TIME_WAIT assassination hazards.
+RFC\ 1337 for a description of TIME_WAIT assassination hazards.
 .br
 RFC\ 3168 for a description of Explicit Congestion Notification.
 .br
index 5c02204..2fbacae 100644 (file)
@@ -126,6 +126,7 @@ Ignore RPATH and RUNPATH information in object names in LIST.
 This option is ignored if
 .B ld.so
 is set-user-ID or set-group-ID.
+.TP
 .B \-\-audit LIST
 Use objects named in LIST as auditors.
 .SH ENVIRONMENT
index 8607c18..524e914 100644 (file)
-×:LDP man-pages:3.37:2011/10/31:getent:1:::::
-○:LDP man-pages:3.37:2007/11/15:intro:1:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2000/10/30:ldd:1:2002/02/14::ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2008/11/14:time:1:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:_Exit:2:_exit:2:
-@:LDP man-pages:3.37:2011/09/08:__clone2:2:clone:2:
-○:LDP man-pages:3.37:2010/09/20:_exit:2:2001/12/14::ysato@h4.dion.ne.jp:Yuichi SATO:
-@:LDP man-pages:3.37:1995/06/10:_llseek:2:llseek:2:
-@:LDP man-pages:3.37:2010/08/31:_newselect:2:select:2:
-○:LDP man-pages:3.37:2007/12/19:_syscall:2:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/11/20:_sysctl:2:sysctl:2:
-○:LDP man-pages:3.37:2010/09/10:accept:2:2008/12/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/10:accept4:2:accept:2:
-☆:LDP man-pages:3.29=>3.37:2010/10/24:access:2:2007/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/06/16:acct:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-×:LDP man-pages:3.37:2010/02/25:add_key:2:::::
-○:LDP man-pages:3.37:2004/05/27:adjtimex:2:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/07/05:afs_syscall:2:unimplemented:2:
-○:LDP man-pages:3.37:2008/06/12:alarm:2:1997/02/22::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.37:2007/05/31:alloc_hugepages:2:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/12/26:arch_prctl:2:2005/11/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/10/09:arm_fadvise:2:posix_fadvise:2:
-@:LDP man-pages:3.37:2010/10/09:arm_fadvise64_64:2:posix_fadvise:2:
-@:LDP man-pages:3.37:2010/10/09:arm_sync_file_range:2:sync_file_range:2:
-☆:LDP man-pages:3.35=>3.37:2012/03/05:bdflush:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2007/12/28:bind:2:2007/06/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/07/05:break:2:unimplemented:2:
-○:LDP man-pages:3.37:2010/09/20:brk:2:2007/02/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/05/26:cacheflush:2:2005/10/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:capget:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:capset:2:capget:2:
-☆:LDP man-pages:3.31=>3.37:2010/11/25:chdir:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2010/09/26:chmod:2:2005/01/14::ysato444@yahoo.co.jp:Yuichi SATO:
-☆:LDP man-pages:3.31=>3.37:2010/11/22:chown:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2010/11/22:chown32:2:chown:2:
-○:LDP man-pages:3.37:2010/09/20:chroot:2:2005/01/14::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2010/02/03:clock_getres:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2010/02/03:clock_gettime:2:clock_getres:2:
-○:LDP man-pages:3.37:2010/12/03:clock_nanosleep:2:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/02/03:clock_settime:2:clock_getres:2:
-☆:LDP man-pages:3.32=>3.37:2011/09/08:clone:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/08:clone2:2:clone:2:
-○:LDP man-pages:3.37:2007/12/28:close:2:2007/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/12/03:connect:2:2005/10/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2012/02/27:creat:2:open:2:
-○:LDP man-pages:3.37:2007/06/03:create_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:0000/00/00:delete_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.35=>3.37:2012/02/14:dup:2:2005/09/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2012/02/14:dup2:2:dup:2:
-@:LDP man-pages:3.37:2012/02/14:dup3:2:dup:2:
-☆:LDP man-pages:3.31=>3.37:2010/12/03:epoll_create:2:2009/03/14::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2010/12/03:epoll_create1:2:epoll_create:2:
-☆:LDP man-pages:3.31=>3.37:2010/12/03:epoll_ctl:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/12/03:epoll_pwait:2:epoll_wait:2:
-☆:LDP man-pages:3.31=>3.37:2010/12/03:epoll_wait:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.25=>3.37:2010/08/30:eventfd:2:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/08/30:eventfd2:2:eventfd:2:
-☆:LDP man-pages:3.32=>3.37:2011/09/14:execve:2:2008/04/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:exit:2:_exit:2:
-○:LDP man-pages:3.37:2008/11/27:exit_group:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-☆:LDP man-pages:3.29=>3.37:2010/10/24:faccessat:2:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/10/09:fadvise64:2:posix_fadvise:2:
-@:LDP man-pages:3.37:2010/10/09:fadvise64_64:2:posix_fadvise:2:
-☆:LDP man-pages:3.32=>3.37:2012/02/27:fallocate:2:2007/10/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/11/25:fchdir:2:chdir:2:
-@:LDP man-pages:3.37:2010/09/26:fchmod:2:chmod:2:
-○:LDP man-pages:3.37:2009/12/13:fchmodat:2:2006/12/28::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2010/11/22:fchown:2:chown:2:
-@:LDP man-pages:3.37:2010/11/22:fchown32:2:fchown:2:
-○:LDP man-pages:3.37:2009/12/13:fchownat:2:2006/12/28::ysato444@yahoo.co.jp:Yuichi SATO:
-☆:LDP man-pages:3.24=>3.37:2011/09/15:fcntl:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/15:fcntl64:2:fcntl:2:
-@:LDP man-pages:3.37:2012/02/27:fdatasync:2:fsync:2:
-@:LDP man-pages:3.37:2001/12/01:fgetxattr:2:getxattr:2:
-@:LDP man-pages:3.37:2001/12/01:flistxattr:2:listxattr:2:
-○:LDP man-pages:3.37:2009/07/25:flock:2:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.35=>3.37:2012/02/27:fork:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/05/31:free_hugepages:2:alloc_hugepages:2:
-@:LDP man-pages:3.37:2001/12/01:fremovexattr:2:removexattr:2:
-@:LDP man-pages:3.37:2001/12/31:fsetxattr:2:setxattr:2:
-@:LDP man-pages:3.37:2011/10/04:fstat:2:stat:2:
-@:LDP man-pages:3.37:2011/10/04:fstat64:2:fstat:2:
-☆:LDP man-pages:3.31=>3.37:2011/09/19:fstatat:2:2006/12/28::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2011/09/19:fstatat64:2:fstatat:2:
-@:LDP man-pages:3.37:2010/11/21:fstatfs:2:statfs:2:
-@:LDP man-pages:3.37:2010/11/21:fstatfs64:2:fstatfs:2:
-@:LDP man-pages:3.37:2003/08/22:fstatvfs:2:statvfs:3:
-☆:LDP man-pages:3.35=>3.37:2012/02/27:fsync:2:2007/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/08:ftruncate:2:truncate:2:
-@:LDP man-pages:3.37:2011/09/08:ftruncate64:2:ftruncate:2:
-○:LDP man-pages:3.37:2010/08/29:futex:2:2007/02/08::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2009/12/13:futimesat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:0000/00/00:get_kernel_syms:2:2006/07/31::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/08/15:get_mempolicy:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/11/27:get_thread_area:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/03/15:getcontext:2:2001/12/15::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-×:LDP man-pages:3.37:2008/06/03:getcpu:2:::::
-@:LDP man-pages:3.37:2010/09/20:getcwd:2:getcwd:3:
-☆:LDP man-pages:3.31=>3.37:2010/11/21:getdents:2:2009/03/05::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2010/11/21:getdents64:2:getdents:2:
-○:LDP man-pages:3.37:2009/09/27:getdomainname:2:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:getdtablesize:2:2007/01/14::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2010/11/22:getegid:2:getgid:2:
-@:LDP man-pages:3.37:2010/11/22:getegid32:2:getegid:2:
-@:LDP man-pages:3.37:2010/11/22:geteuid:2:getuid:2:
-@:LDP man-pages:3.37:2010/11/22:geteuid32:2:geteuid:2:
-☆:LDP man-pages:3.31=>3.37:2010/11/22:getgid:2:1997/06/26::suto@av.crl.sony.co.jp:SUTO, Mitsuaki:
-@:LDP man-pages:3.37:2010/11/22:getgid32:2:getgid:2:
-☆:LDP man-pages:3.31=>3.37:2010/11/22:getgroups:2:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/11/22:getgroups32:2:getgroups:2:
-@:LDP man-pages:3.37:2010/09/20:gethostid:2:gethostid:3:
-○:LDP man-pages:3.37:2010/09/26:gethostname:2:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/03/15:getitimer:2:2007/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.31=>3.37:2010/11/16:getpagesize:2:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/12/03:getpeername:2:2005/02/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/26:getpgid:2:setpgid:2:
-@:LDP man-pages:3.37:2010/09/26:getpgrp:2:setpgid:2:
-○:LDP man-pages:3.37:2008/09/23:getpid:2:1997/06/27::suto@av.crl.sony.co.jp:SUTO, Mitsuaki:
-@:LDP man-pages:3.37:2007/07/05:getpmsg:2:unimplemented:2:
-@:LDP man-pages:3.37:2008/09/23:getppid:2:getpid:2:
-○:LDP man-pages:3.37:2008/05/29:getpriority:2:2005/10/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/11/22:getresgid:2:getresuid:2:
-@:LDP man-pages:3.37:2010/11/22:getresgid32:2:getresgid:2:
-☆:LDP man-pages:3.31=>3.37:2010/11/22:getresuid:2:2003/11/13::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2010/11/22:getresuid32:2:getresuid:2:
-☆:LDP man-pages:3.30=>3.37:2011/09/10:getrlimit:2:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.24=>3.37:2010/09/26:getrusage:2:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/26:getsid:2:2002/02/03::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2008/12/03:getsockname:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2008/12/03:getsockopt:2:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2008/04/14:gettid:2:2003/09/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/03/25:gettimeofday:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.31=>3.37:2010/11/22:getuid:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2010/11/22:getuid32:2:getuid:2:
-○:LDP man-pages:3.37:2001/12/01:getxattr:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/07/05:gtty:2:unimplemented:2:
-○:LDP man-pages:3.37:1994/08/21:idle:2:2000/01/14::argrath@yo.rim.or.jp:Kentaro Shirakata:
-@:LDP man-pages:3.37:1995/11/29:inb:2:outb:2:
-@:LDP man-pages:3.37:1995/11/29:inb_p:2:outb:2:
-○:LDP man-pages:3.37:0000/00/00:init_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:1995/11/29:inl:2:outb:2:
-@:LDP man-pages:3.37:1995/11/29:inl_p:2:outb:2:
-☆:LDP man-pages:3.29=>3.37:2010/10/20:inotify_add_watch:2:2006/08/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/10/10:inotify_init:2:2006/08/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/10/10:inotify_init1:2:inotify_init:2:
-○:LDP man-pages:3.37:2010/10/15:inotify_rm_watch:2:2006/08/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:1995/11/29:insb:2:outb:2:
-@:LDP man-pages:3.37:1995/11/29:insl:2:outb:2:
-@:LDP man-pages:3.37:1995/11/29:insw:2:outb:2:
-○:LDP man-pages:3.37:2010/11/11:intro:2:2006/04/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:1995/11/29:inw:2:outb:2:
-@:LDP man-pages:3.37:1995/11/29:inw_p:2:outb:2:
-○:LDP man-pages:3.37:2008/06/18:io_cancel:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/06/18:io_destroy:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/07/04:io_getevents:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/06/18:io_setup:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/06/18:io_submit:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2000/09/21:ioctl:2:2011/09/15::tati@kc5.so-net.ne.jp:TACHIBANA Akira:
-○:LDP man-pages:3.37:2007/12/29:ioctl_list:2:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2007/06/15:ioperm:2:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2004/12/26:iopl:2:2005/02/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/07/09:ioprio_get:2:ioprio_set:2:
-○:LDP man-pages:3.37:2008/07/09:ioprio_set:2:2007/01/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/06/28:ipc:2:1997/02/23::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-×:LDP man-pages:3.37:2010/11/04:kexec_load:2:::::
-×:LDP man-pages:3.37:2010/02/25:keyctl:2:::::
-○:LDP man-pages:3.37:2009/09/15:kill:2:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:killpg:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2010/11/22:lchown:2:chown:2:
-@:LDP man-pages:3.37:2010/11/22:lchown32:2:lchown:2:
-@:LDP man-pages:3.37:2001/12/01:lgetxattr:2:getxattr:2:
-○:LDP man-pages:3.37:2008/08/21:link:2:2005/05/12::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2009/12/13:linkat:2:2007/01/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/11/20:listen:2:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2001/12/01:listxattr:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2001/12/01:llistxattr:2:listxattr:2:
-○:LDP man-pages:3.37:1995/06/10:llseek:2:2005/01/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2007/07/05:lock:2:unimplemented:2:
-○:LDP man-pages:3.37:2004/06/17:lookup_dcookie:2:2005/02/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2001/12/01:lremovexattr:2:removexattr:2:
-☆:LDP man-pages:3.32=>3.37:2011/09/25:lseek:2:2006/03/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2001/12/31:lsetxattr:2:setxattr:2:
-@:LDP man-pages:3.37:2011/10/04:lstat:2:stat:2:
-@:LDP man-pages:3.37:2011/10/04:lstat64:2:lstat:2:
-☆:LDP man-pages:3.24=>3.37:2011/09/18:madvise:2:2007/01/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/07/05:madvise1:2:unimplemented:2:
-○:LDP man-pages:3.37:2008/08/15:mbind:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.37:2010/11/01:migrate_pages:2:::::
-○:LDP man-pages:3.37:2008/04/22:mincore:2:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.25=>3.37:2010/06/26:mkdir:2:2008/10/08::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2009/12/13:mkdirat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2010/09/20:mknod:2:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:mknodat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO:
-☆:LDP man-pages:3.24=>3.37:2011/09/14:mlock:2:2006/02/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/14:mlockall:2:mlock:2:
-☆:LDP man-pages:3.24=>3.37:2010/06/20:mmap:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/04/22:mmap2:2:2007/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/06/01:modify_ldt:2:2007/06/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.35=>3.37:2012/01/18:mount:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/06/11:move_pages:2:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2011/09/08:mprotect:2:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/07/05:mpx:2:unimplemented:2:
-○:LDP man-pages:3.37:2010/08/29:mq_getsetattr:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/10/04:mq_notify:2:mq_notify:3:
-@:LDP man-pages:3.37:2009/02/20:mq_open:2:mq_open:3:
-@:LDP man-pages:3.37:2010/09/20:mq_timedreceive:2:mq_receive:3:
-@:LDP man-pages:3.37:2010/09/20:mq_timedsend:2:mq_send:3:
-@:LDP man-pages:3.37:2010/08/29:mq_unlink:2:mq_unlink:3:
-☆:LDP man-pages:3.35=>3.37:2010/06/10:mremap:2:2006/04/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/08/06:msgctl:2:2005/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2004/05/27:msgget:2:2005/03/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/04/23:msgop:2:2006/03/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/04/23:msgrcv:2:msgop:2:
-@:LDP man-pages:3.37:2008/04/23:msgsnd:2:msgop:2:
-○:LDP man-pages:3.37:2008/04/22:msync:2:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2011/09/14:munlock:2:mlock:2:
-@:LDP man-pages:3.37:2011/09/14:munlockall:2:mlock:2:
-@:LDP man-pages:3.37:2010/06/20:munmap:2:mmap:2:
-○:LDP man-pages:3.37:2009/01/19:nanosleep:2:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.35=>3.37:2012/03/05:nfsservctl:2:1997/08/30::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.37:2007/07/26:nice:2:2005/10/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/10/04:oldfstat:2:stat:2:
-@:LDP man-pages:3.37:2011/10/04:oldlstat:2:stat:2:
-@:LDP man-pages:3.37:2008/12/03:oldolduname:2:uname:2:
-@:LDP man-pages:3.37:2011/10/04:oldstat:2:stat:2:
-@:LDP man-pages:3.37:2008/12/03:olduname:2:uname:2:
-☆:LDP man-pages:3.31=>3.37:2012/02/27:open:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/12/13:openat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:1995/11/29:outb:2:2005/10/30::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:1995/11/29:outb_p:2:outb:2:
-@:LDP man-pages:3.37:1995/11/29:outl:2:outb:2:
-@:LDP man-pages:3.37:1995/11/29:outl_p:2:outb:2:
-@:LDP man-pages:3.37:1995/11/29:outsb:2:outb:2:
-@:LDP man-pages:3.37:1995/11/29:outsl:2:outb:2:
-@:LDP man-pages:3.37:1995/11/29:outsw:2:outb:2:
-@:LDP man-pages:3.37:1995/11/29:outw:2:outb:2:
-@:LDP man-pages:3.37:1995/11/29:outw_p:2:outb:2:
-@:LDP man-pages:3.37:2009/12/05:path_resolution:2:path_resolution:7:
-○:LDP man-pages:3.37:2008/10/06:pause:2:1997/06/27::suto@av.crl.sony.co.jp:SUTO, Mitsuaki:
-@:LDP man-pages:3.37:2003/07/14:pciconfig_iobase:2:pciconfig_read:2:
-○:LDP man-pages:3.37:2003/07/14:pciconfig_read:2:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2003/07/14:pciconfig_write:2:pciconfig_read:2:
-○:LDP man-pages:3.37:2003/01/01:personality:2:2003/09/14::argrath@ub32.org:Kentaro Shirakata:
-☆:LDP man-pages:3.35=>3.37:2012/02/14:pipe:2:2008/11/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2012/02/14:pipe2:2:pipe:2:
-○:LDP man-pages:3.37:2007/06/01:pivot_root:2:2000/06/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2010/09/20:poll:2:2006/07/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.24=>3.37:2010/10/09:posix_fadvise:2:2007/02/08::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2010/09/20:ppoll:2:poll:2:
-☆:LDP man-pages:3.24=>3.37:2011/09/17:prctl:2:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.31=>3.37:2010/11/21:pread:2:1999/06/25::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-@:LDP man-pages:3.37:2010/11/21:pread64:2:pread:2:
-@:LDP man-pages:3.37:2010/11/17:preadv:2:readv:2:
-@:LDP man-pages:3.37:2011/09/10:prlimit:2:getrlimit:2:
-@:LDP man-pages:3.37:2007/07/05:prof:2:unimplemented:2:
-@:LDP man-pages:3.37:2010/08/31:pselect:2:select:2:
-@:LDP man-pages:3.37:2010/08/31:pselect6:2:select:2:
-☆:LDP man-pages:3.35=>3.37:2012/03/06:ptrace:2:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/07/05:putpmsg:2:unimplemented:2:
-@:LDP man-pages:3.37:2010/11/21:pwrite:2:pread:2:
-@:LDP man-pages:3.37:2010/11/21:pwrite64:2:pwrite:2:
-@:LDP man-pages:3.37:2010/11/17:pwritev:2:readv:2:
-○:LDP man-pages:3.37:0000/00/00:query_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.24=>3.37:2010/06/16:quotactl:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2009/02/23:read:2:2005/10/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/10:readahead:2:2005/02/27::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/10/02:readdir:2:1997/02/23::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-☆:LDP man-pages:3.32=>3.37:2011/09/20:readlink:2:2006/07/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/12/13:readlinkat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO:
-☆:LDP man-pages:3.31=>3.37:2010/11/17:readv:2:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.29=>3.37:2010/10/31:reboot:2:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2011/09/16:recv:2:2008/12/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/16:recvfrom:2:recv:2:
-×:LDP man-pages:3.37:2011/10/04:recvmmsg:2:::::
-@:LDP man-pages:3.37:2011/09/16:recvmsg:2:recv:2:
-○:LDP man-pages:3.37:2008/04/22:remap_file_pages:2:2005/10/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2001/12/01:removexattr:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/03/30:rename:2:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/12/13:renameat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO:
-×:LDP man-pages:3.37:2010/02/25:request_key:2:::::
-○:LDP man-pages:3.37:2008/05/08:rmdir:2:2006/07/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/08:rt_sigaction:2:sigaction:2:
-@:LDP man-pages:3.37:2008/10/04:rt_sigpending:2:sigpending:2:
-@:LDP man-pages:3.37:2008/10/17:rt_sigprocmask:2:sigprocmask:2:
-×:LDP man-pages:3.37:2011/09/18:rt_sigqueueinfo:2:::::
-@:LDP man-pages:3.37:2008/06/26:rt_sigreturn:2:sigreturn:2:
-@:LDP man-pages:3.37:2005/09/15:rt_sigsuspend:2:sigsuspend:2:
-@:LDP man-pages:3.37:2011/10/03:rt_sigtimedwait:2:sigtimedwait:2:
-※:LDP man-pages:3.37:2011/09/18:rt_tgsigqueueinfo:2:rt_sigqueueinfo:2:
-@:LDP man-pages:3.37:2010/09/20:sbrk:2:brk:2:
-○:LDP man-pages:3.37:2006/03/23:sched_get_priority_max:2:2006/04/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2006/03/23:sched_get_priority_min:2:sched_get_priority_max:2:
-@:LDP man-pages:3.37:2010/11/06:sched_getaffinity:2:sched_setaffinity:2:
-@:LDP man-pages:3.37:2006/03/23:sched_getparam:2:sched_setparam:2:
-@:LDP man-pages:3.37:2011/09/19:sched_getscheduler:2:sched_setscheduler:2:
-☆:LDP man-pages:3.35=>3.37:2011/10/16:sched_rr_get_interval:2:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/11/06:sched_setaffinity:2:2008/12/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2006/03/23:sched_setparam:2:2006/04/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.24=>3.37:2011/09/19:sched_setscheduler:2:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/10/18:sched_yield:2:1997/02/23::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-@:LDP man-pages:3.37:2007/07/05:security:2:unimplemented:2:
-○:LDP man-pages:3.37:2010/08/31:select:2:2007/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/06/10:select_tut:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/09/27:semctl:2:2005/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2004/05/27:semget:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/10/04:semop:2:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/10/04:semtimedop:2:semop:2:
-☆:LDP man-pages:3.35=>3.37:2012/02/27:send:2:2006/04/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.31=>3.37:2011/09/14:sendfile:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/14:sendfile64:2:sendfile:2:
-×:LDP man-pages:3.37:2012/02/27:sendmmsg:2:::::
-@:LDP man-pages:3.37:2012/02/27:sendmsg:2:send:2:
-@:LDP man-pages:3.37:2012/02/27:sendto:2:send:2:
-○:LDP man-pages:3.37:2008/08/15:set_mempolicy:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/11/27:set_thread_area:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2004/09/10:set_tid_address:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2009/03/15:setcontext:2:getcontext:2:
-@:LDP man-pages:3.37:2009/09/27:setdomainname:2:getdomainname:2:
-@:LDP man-pages:3.37:2009/10/17:setegid:2:seteuid:2:
-○:LDP man-pages:3.37:2009/10/17:seteuid:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.31=>3.37:2010/11/22:setfsgid:2:2005/02/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/11/22:setfsgid32:2:setfsgid:2:
-☆:LDP man-pages:3.31=>3.37:2010/11/22:setfsuid:2:2005/02/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/11/22:setfsuid32:2:setfsuid:2:
-☆:LDP man-pages:3.31=>3.37:2010/11/22:setgid:2:2003/02/14::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2010/11/22:setgid32:2:setgid:2:
-@:LDP man-pages:3.37:2010/11/22:setgroups:2:getgroups:2:
-@:LDP man-pages:3.37:2010/11/22:setgroups32:2:setgroups:2:
-@:LDP man-pages:3.37:2010/09/20:sethostid:2:gethostid:3:
-@:LDP man-pages:3.37:2010/09/26:sethostname:2:gethostname:2:
-@:LDP man-pages:3.37:2009/03/15:setitimer:2:getitimer:2:
-×:LDP man-pages:3.37:2011/10/04:setns:2:::::
-○:LDP man-pages:3.37:2010/09/26:setpgid:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/26:setpgrp:2:setpgid:2:
-@:LDP man-pages:3.37:2008/05/29:setpriority:2:getpriority:2:
-@:LDP man-pages:3.37:2010/11/22:setregid:2:setreuid:2:
-@:LDP man-pages:3.37:2010/11/22:setregid32:2:setregid:2:
-@:LDP man-pages:3.37:2010/11/22:setresgid:2:setresuid:2:
-@:LDP man-pages:3.37:2010/11/22:setresgid32:2:setresgid:2:
-☆:LDP man-pages:3.31=>3.37:2010/11/22:setresuid:2:2005/11/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/11/22:setresuid32:2:setresuid:2:
-☆:LDP man-pages:3.31=>3.37:2010/11/22:setreuid:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/11/22:setreuid32:2:setreuid:2:
-@:LDP man-pages:3.37:2011/09/10:setrlimit:2:getrlimit:2:
-○:LDP man-pages:3.37:2008/12/03:setsid:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2008/12/03:setsockopt:2:getsockopt:2:
-@:LDP man-pages:3.37:2009/03/25:settimeofday:2:gettimeofday:2:
-☆:LDP man-pages:3.31=>3.37:2010/11/22:setuid:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2010/11/22:setuid32:2:setuid:2:
-○:LDP man-pages:3.37:2008/12/03:setup:2:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2001/12/31:setxattr:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/07/05:sgetmask:2:2007/10/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/06/03:shmat:2:shmop:2:
-○:LDP man-pages:3.37:2008/08/07:shmctl:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/06/03:shmdt:2:shmop:2:
-○:LDP man-pages:3.37:2006/05/02:shmget:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/06/03:shmop:2:2006/04/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/12/03:shutdown:2:2001/11/09::argrath@ub32.org:Kentaro Shirakata:
-☆:LDP man-pages:3.24=>3.37:2011/09/08:sigaction:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/26:sigaltstack:2:2006/01/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/07/11:signal:2:2007/06/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/01/13:signalfd:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2009/01/13:signalfd4:2:signalfd:2:
-○:LDP man-pages:3.37:2008/10/04:sigpending:2:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/10/17:sigprocmask:2:2005/10/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/07/26:sigqueue:2:sigqueue:3:
-○:LDP man-pages:3.37:2008/06/26:sigreturn:2:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2005/09/15:sigsuspend:2:2005/10/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/10/03:sigtimedwait:2:sigwaitinfo:2:
-○:LDP man-pages:3.37:2011/10/03:sigwaitinfo:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/01/19:socket:2:2008/11/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/06/28:socketcall:2:1997/03/03::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.37:2008/10/11:socketpair:2:2002/09/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/09/15:splice:2:2007/02/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:2.67=>3.37:2007/12/20:spu_create:2:2007/10/23::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/11/25:spu_run:2:2007/10/23::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/07/05:ssetmask:2:sgetmask:2:
-☆:LDP man-pages:3.25=>3.37:2011/10/04:stat:2:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/10/04:stat64:2:stat:2:
-☆:LDP man-pages:3.31=>3.37:2010/11/21:statfs:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/11/21:statfs64:2:statfs:2:
-@:LDP man-pages:3.37:2003/08/22:statvfs:2:statvfs:3:
-○:LDP man-pages:3.37:2010/02/25:stime:2:2003/09/14::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2007/07/05:stty:2:unimplemented:2:
-×:LDP man-pages:3.37:2010/10/30:subpage_prot:2:::::
-@:LDP man-pages:3.37:2010/11/15:swapoff:2:swapon:2:
-☆:LDP man-pages:3.31=>3.37:2010/11/15:swapon:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2010/09/20:symlink:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2009/12/13:symlinkat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO:
-☆:LDP man-pages:3.32=>3.37:2012/02/12:sync:2:2003/09/14::argrath@ub32.org:Kentaro Shirakata:
-☆:LDP man-pages:3.24=>3.37:2010/10/09:sync_file_range:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/10/09:sync_file_range2:2:sync_file_range:2:
-@:LDP man-pages:3.37:2012/02/12:syncfs:2:sync:2:
-○:LDP man-pages:3.37:2007/07/26:syscall:2:2002/08/20::ysato@h4.dion.ne.jp:Yuichi SATO:
-☆:LDP man-pages:3.32=>3.37:2012/03/05:syscalls:2:2007/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/11/20:sysctl:2:1999/12/03::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.37:2010/06/27:sysfs:2:2001/06/02::ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2007/11/15:sysinfo:2:2000/09/23::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-☆:LDP man-pages:3.32=>3.37:2011/09/07:syslog:2:2008/04/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/09/15:tee:2:2007/02/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/18:tgkill:2:tkill:2:
-☆:LDP man-pages:3.32=>3.37:2011/09/09:time:2:1999/07/27::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-×:LDP man-pages:3.37:2010/09/27:timer_create:2:::::
-×:LDP man-pages:3.37:2009/02/20:timer_delete:2:::::
-×:LDP man-pages:3.37:2009/02/20:timer_getoverrun:2:::::
-※:LDP man-pages:3.37:2009/02/20:timer_gettime:2:timer_settime:2:
-×:LDP man-pages:3.37:2009/02/20:timer_settime:2:::::
-☆:LDP man-pages:3.32=>3.37:2011/09/14:timerfd_create:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/14:timerfd_gettime:2:timerfd_create:2:
-@:LDP man-pages:3.37:2011/09/14:timerfd_settime:2:timerfd_create:2:
-○:LDP man-pages:3.37:2008/06/25:times:2:2008/02/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2011/09/18:tkill:2:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.31=>3.37:2011/09/08:truncate:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/08:truncate64:2:truncate:2:
-@:LDP man-pages:3.37:2007/07/05:tuxcall:2:unimplemented:2:
-@:LDP man-pages:3.37:2011/09/10:ugetrlimit:2:getrlimit:2:
-○:LDP man-pages:3.37:2008/01/09:umask:2:2008/02/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.24=>3.37:2010/06/19:umount:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/06/19:umount2:2:umount:2:
-○:LDP man-pages:3.37:2008/12/03:uname:2:2002/02/14::ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2007/07/05:unimplemented:2:2003/03/06::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-☆:LDP man-pages:3.32=>3.37:2011/09/15:unlink:2:2006/04/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/12/13:unlinkat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO:
-☆:LDP man-pages:3.29=>3.37:2010/10/30:unshare:2:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2005/01/09:uselib:2:2005/04/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2003/08/04:ustat:2:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2008/08/06:utime:2:2006/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.37:2009/12/13:utimensat:2:::::
-@:LDP man-pages:3.37:2008/08/06:utimes:2:utime:2:
-☆:LDP man-pages:3.35=>3.37:2012/02/08:vfork:2:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/07/26:vhangup:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2009/02/20:vm86:2:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2009/02/20:vm86old:2:vm86:2:
-○:LDP man-pages:3.37:2009/09/15:vmsplice:2:2007/02/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/07/05:vserver:2:unimplemented:2:
-○:LDP man-pages:3.37:2010/09/26:wait:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:wait3:2:wait4:2:
-○:LDP man-pages:3.37:2010/09/20:wait4:2:2005/03/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/26:waitid:2:wait:2:
-@:LDP man-pages:3.37:2010/09/26:waitpid:2:wait:2:
-○:LDP man-pages:3.37:2010/08/29:write:2:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/11/17:writev:2:readv:2:
-@:LDP man-pages:3.37:2008/11/20:CMSG_ALIGN:3:cmsg:3:
-@:LDP man-pages:3.37:2008/11/20:CMSG_FIRSTHDR:3:cmsg:3:
-@:LDP man-pages:3.37:2008/11/20:CMSG_NXTHDR:3:cmsg:3:
-@:LDP man-pages:3.37:2008/11/20:CMSG_SPACE:3:cmsg:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_ALLOC:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_ALLOC_SIZE:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_AND:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_AND_S:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_CLR:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_CLR_S:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_COUNT:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_COUNT_S:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_EQUAL:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_EQUAL_S:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_FREE:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_ISSET:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_ISSET_S:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_OR:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_OR_S:3:CPU_SET:3:
-×:LDP man-pages:3.37:2010/09/10:CPU_SET:3:::::
-※:LDP man-pages:3.37:2010/09/10:CPU_SET_S:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_XOR:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_XOR_S:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_ZERO:3:CPU_SET:3:
-※:LDP man-pages:3.37:2010/09/10:CPU_ZERO_S:3:CPU_SET:3:
-@:LDP man-pages:3.37:2010/08/31:FD_CLR:3:select:2:
-@:LDP man-pages:3.37:2010/08/31:FD_ISSET:3:select:2:
-@:LDP man-pages:3.37:2010/08/31:FD_SET:3:select:2:
-@:LDP man-pages:3.37:2010/08/31:FD_ZERO:3:select:2:
-@:LDP man-pages:3.37:2007/07/26:HUGE_VAL:3:INFINITY:3:
-@:LDP man-pages:3.37:2007/07/26:HUGE_VALF:3:INFINITY:3:
-@:LDP man-pages:3.37:2007/07/26:HUGE_VALL:3:INFINITY:3:
-○:LDP man-pages:3.37:2007/07/26:INFINITY:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:1999/07/04:MB_CUR_MAX:3:1999/09/11::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi:
-○:LDP man-pages:3.37:1999/07/04:MB_LEN_MAX:3:1999/09/11::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi:
-@:LDP man-pages:3.37:2007/07/26:NAN:3:INFINITY:3:
-@:LDP man-pages:3.37:2001/12/16:__fbufsize:3:stdio_ext:3:
-@:LDP man-pages:3.37:2001/12/16:__flbf:3:stdio_ext:3:
-@:LDP man-pages:3.37:2001/12/16:__fpending:3:stdio_ext:3:
-@:LDP man-pages:3.37:2001/12/15:__fpurge:3:fpurge:3:
-@:LDP man-pages:3.37:2001/12/16:__freadable:3:stdio_ext:3:
-@:LDP man-pages:3.37:2001/12/16:__freading:3:stdio_ext:3:
-@:LDP man-pages:3.37:2001/12/16:__fsetlocking:3:stdio_ext:3:
-@:LDP man-pages:3.37:2001/12/16:__fwritable:3:stdio_ext:3:
-@:LDP man-pages:3.37:2001/12/16:__fwriting:3:stdio_ext:3:
-@:LDP man-pages:3.37:2010/10/13:__malloc_hook:3:malloc_hook:3:
-○:LDP man-pages:3.37:1997/03/08:__setfpucw:3:2000/09/20::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.37:2001/12/16:_flushlbf:3:stdio_ext:3:
-○:LDP man-pages:3.37:2010/09/20:a64l:3:2004/01/17::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2007/12/15:abort:3:1998/02/18::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
-○:LDP man-pages:3.37:2010/09/20:abs:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2010/09/20:acos:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:acosf:3:acos:3:
-○:LDP man-pages:3.37:2010/09/20:acosh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:acoshf:3:acosh:3:
-@:LDP man-pages:3.37:2010/09/20:acoshl:3:acosh:3:
-@:LDP man-pages:3.37:2010/09/20:acosl:3:acos:3:
-@:LDP man-pages:3.37:2009/09/15:addmntent:3:getmntent:3:
-○:LDP man-pages:3.37:2008/06/14:addseverity:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2008/06/22:adjtime:3:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.25=>3.37:2011/10/04:aio_cancel:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
-☆:LDP man-pages:3.25=>3.37:2010/10/03:aio_error:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
-☆:LDP man-pages:3.25=>3.37:2010/10/02:aio_fsync:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
-×:LDP man-pages:3.37:2010/10/06:aio_init:3:::::
-☆:LDP man-pages:3.25=>3.37:2010/10/03:aio_read:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
-☆:LDP man-pages:3.25=>3.37:2010/10/03:aio_return:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
-☆:LDP man-pages:3.25=>3.37:2010/10/02:aio_suspend:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
-☆:LDP man-pages:3.25=>3.37:2010/10/02:aio_write:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2008/01/24:alloca:3:2002/09/19::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2011/09/08:alphasort:3:scandir:3:
-@:LDP man-pages:3.37:2007/05/18:argz:3:argz_add:3:
-○:LDP man-pages:3.37:2007/05/18:argz_add:3:2003/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/05/18:argz_add_sep:3:argz_add:3:
-@:LDP man-pages:3.37:2007/05/18:argz_append:3:argz_add:3:
-@:LDP man-pages:3.37:2007/05/18:argz_count:3:argz_add:3:
-@:LDP man-pages:3.37:2007/05/18:argz_create:3:argz_add:3:
-@:LDP man-pages:3.37:2007/05/18:argz_create_sep:3:argz_add:3:
-@:LDP man-pages:3.37:2007/05/18:argz_delete:3:argz_add:3:
-@:LDP man-pages:3.37:2007/05/18:argz_extract:3:argz_add:3:
-@:LDP man-pages:3.37:2007/05/18:argz_insert:3:argz_add:3:
-@:LDP man-pages:3.37:2007/05/18:argz_next:3:argz_add:3:
-@:LDP man-pages:3.37:2007/05/18:argz_replace:3:argz_add:3:
-@:LDP man-pages:3.37:2007/05/18:argz_stringify:3:argz_add:3:
-@:LDP man-pages:3.37:2010/02/25:asctime:3:ctime:3:
-@:LDP man-pages:3.37:2010/02/25:asctime_r:3:ctime:3:
-○:LDP man-pages:3.37:2010/09/20:asin:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:asinf:3:asin:3:
-○:LDP man-pages:3.37:2010/09/20:asinh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:asinhf:3:asinh:3:
-@:LDP man-pages:3.37:2010/09/20:asinhl:3:asinh:3:
-@:LDP man-pages:3.37:2010/09/20:asinl:3:asin:3:
-○:LDP man-pages:3.37:2001/12/18:asprintf:3:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2002/08/25:assert:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2002/08/25:assert_perror:3:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:atan:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:atan2:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:atan2f:3:atan2:3:
-@:LDP man-pages:3.37:2010/09/20:atan2l:3:atan2:3:
-@:LDP man-pages:3.37:2010/09/20:atanf:3:atan:3:
-○:LDP man-pages:3.37:2010/09/11:atanh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/11:atanhf:3:atanh:3:
-@:LDP man-pages:3.37:2010/09/11:atanhl:3:atanh:3:
-@:LDP man-pages:3.37:2010/09/20:atanl:3:atan:3:
-○:LDP man-pages:3.37:2008/12/05:atexit:3:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:1993/03/29:atof:3:1998/02/18::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
-○:LDP man-pages:3.37:2010/09/20:atoi:3:2001/02/09::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2010/09/20:atol:3:atoi:3:
-@:LDP man-pages:3.37:2010/09/20:atoll:3:atoi:3:
-@:LDP man-pages:3.37:2010/09/20:atoq:3:atoi:3:
-@:LDP man-pages:3.37:2008/07/17:auth_destroy:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:authnone_create:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:authunix_create:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:authunix_create_default:3:rpc:3:
-○:LDP man-pages:3.37:2008/06/14:backtrace:3:2007/10/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/06/14:backtrace_symbols:3:backtrace:3:
-@:LDP man-pages:3.37:2008/06/14:backtrace_symbols_fd:3:backtrace:3:
-○:LDP man-pages:3.37:2009/03/30:basename:3:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/08/06:bcmp:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2009/03/15:bcopy:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-※:LDP man-pages:3.37:2010/09/10:be16toh:3:endian:3:
-※:LDP man-pages:3.37:2010/09/10:be32toh:3:endian:3:
-※:LDP man-pages:3.37:2010/09/10:be64toh:3:endian:3:
-○:LDP man-pages:3.37:2008/12/03:bindresvport:3:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/03/15:bsd_signal:3:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2003/11/01:bsearch:3:2005/02/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2004/12/26:bstring:3:2003/11/13::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2011/09/22:btowc:3:1999/09/11::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi:
-○:LDP man-pages:3.37:1994/08/18:btree:3:1999/08/16::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2009/01/15:byteorder:3:2005/11/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/08/06:bzero:3:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/12/26:cabs:3:2003/07/23::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/12/26:cabsf:3:cabs:3:
-@:LDP man-pages:3.37:2007/12/26:cabsl:3:cabs:3:
-○:LDP man-pages:3.37:2011/09/15:cacos:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/15:cacosf:3:cacos:3:
-○:LDP man-pages:3.37:2011/09/15:cacosh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/15:cacoshf:3:cacosh:3:
-@:LDP man-pages:3.37:2011/09/15:cacoshl:3:cacosh:3:
-@:LDP man-pages:3.37:2011/09/15:cacosl:3:cacos:3:
-@:LDP man-pages:3.37:2011/09/08:calloc:3:malloc:3:
-@:LDP man-pages:3.37:2008/07/17:callrpc:3:rpc:3:
-○:LDP man-pages:3.37:2005/07/14:canonicalize_file_name:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/08/11:carg:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/11:cargf:3:carg:3:
-@:LDP man-pages:3.37:2008/08/11:cargl:3:carg:3:
-○:LDP man-pages:3.37:2008/08/11:casin:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/11:casinf:3:casin:3:
-○:LDP man-pages:3.37:2008/08/11:casinh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/11:casinhf:3:casinh:3:
-@:LDP man-pages:3.37:2008/08/11:casinhl:3:casinh:3:
-@:LDP man-pages:3.37:2008/08/11:casinl:3:casin:3:
-○:LDP man-pages:3.37:2011/09/15:catan:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/15:catanf:3:catan:3:
-○:LDP man-pages:3.37:2011/09/15:catanh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/15:catanhf:3:catanh:3:
-@:LDP man-pages:3.37:2011/09/15:catanhl:3:catanh:3:
-@:LDP man-pages:3.37:2011/09/15:catanl:3:catan:3:
-@:LDP man-pages:3.37:2001/12/14:catclose:3:catopen:3:
-○:LDP man-pages:3.37:1998/08/09:catgets:3:1999/03/01::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2001/12/14:catopen:3:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2007/05/18:cbc_crypt:3:des_crypt:3:
-○:LDP man-pages:3.37:2010/09/20:cbrt:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:cbrtf:3:cbrt:3:
-@:LDP man-pages:3.37:2010/09/20:cbrtl:3:cbrt:3:
-○:LDP man-pages:3.37:2008/08/11:ccos:3:2003/07/28::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/11:ccosf:3:ccos:3:
-○:LDP man-pages:3.37:2008/08/11:ccosh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/11:ccoshf:3:ccosh:3:
-@:LDP man-pages:3.37:2008/08/11:ccoshl:3:ccosh:3:
-@:LDP man-pages:3.37:2008/08/11:ccosl:3:ccos:3:
-○:LDP man-pages:3.37:2010/09/20:ceil:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:ceilf:3:ceil:3:
-@:LDP man-pages:3.37:2010/09/20:ceill:3:ceil:3:
-○:LDP man-pages:3.37:2010/09/12:cerf:3:2005/02/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/12:cerfc:3:cerf:3:
-@:LDP man-pages:3.37:2010/09/12:cerfcf:3:cerf:3:
-@:LDP man-pages:3.37:2010/09/12:cerfcl:3:cerf:3:
-@:LDP man-pages:3.37:2010/09/12:cerff:3:cerf:3:
-@:LDP man-pages:3.37:2010/09/12:cerfl:3:cerf:3:
-○:LDP man-pages:3.37:2008/08/11:cexp:3:2003/08/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2002/07/28:cexp2:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2002/07/28:cexp2f:3:cexp2:3:
-@:LDP man-pages:3.37:2002/07/28:cexp2l:3:cexp2:3:
-@:LDP man-pages:3.37:2008/08/11:cexpf:3:cexp:3:
-@:LDP man-pages:3.37:2008/08/11:cexpl:3:cexp:3:
-@:LDP man-pages:3.37:2011/09/08:cfgetispeed:3:termios:3:
-@:LDP man-pages:3.37:2011/09/08:cfgetospeed:3:termios:3:
-@:LDP man-pages:3.37:2011/09/08:cfmakeraw:3:termios:3:
-○:LDP man-pages:3.37:2007/07/26:cfree:3:2004/08/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2011/09/08:cfsetispeed:3:termios:3:
-@:LDP man-pages:3.37:2011/09/08:cfsetospeed:3:termios:3:
-@:LDP man-pages:3.37:2011/09/08:cfsetspeed:3:termios:3:
-○:LDP man-pages:3.37:2007/12/23:cimag:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/12/23:cimagf:3:cimag:3:
-@:LDP man-pages:3.37:2007/12/23:cimagl:3:cimag:3:
-○:LDP man-pages:3.37:2010/10/04:clearenv:3:2002/08/20::ysato@h4.dion.ne.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2008/08/29:clearerr:3:ferror:3:
-@:LDP man-pages:3.37:2008/08/29:clearerr_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.37:2008/07/17:clnt_broadcast:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:clnt_call:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:clnt_control:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:clnt_create:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:clnt_destroy:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:clnt_freeres:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:clnt_geterr:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:clnt_pcreateerror:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:clnt_perrno:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:clnt_perror:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:clnt_spcreateerror:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:clnt_sperrno:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:clnt_sperror:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:clntraw_create:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:clnttcp_create:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:clntudp_bufcreate:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:clntudp_create:3:rpc:3:
-○:LDP man-pages:3.37:2008/08/28:clock:3:2007/06/01::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.37:2010/09/10:clock_getcpuclockid:3:::::
-@:LDP man-pages:3.37:2010/02/03:clock_getres:3:clock_getres:2:
-@:LDP man-pages:3.37:2010/02/03:clock_gettime:3:clock_getres:2:
-@:LDP man-pages:3.37:2010/02/03:clock_settime:3:clock_getres:2:
-○:LDP man-pages:3.37:2008/08/11:clog:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/08/11:clog10:3:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/11:clog10f:3:clog10:3:
-@:LDP man-pages:3.37:2008/08/11:clog10l:3:clog10:3:
-○:LDP man-pages:3.37:2002/07/28:clog2:3:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2002/07/28:clog2f:3:clog2:3:
-@:LDP man-pages:3.37:2002/07/28:clog2l:3:clog2:3:
-@:LDP man-pages:3.37:2008/08/11:clogf:3:clog:3:
-@:LDP man-pages:3.37:2008/08/11:clogl:3:clog:3:
-○:LDP man-pages:3.37:2008/09/23:closedir:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2008/11/12:closelog:3:syslog:3:
-○:LDP man-pages:3.37:2008/11/20:cmsg:3:1999/08/17::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2010/02/03:confstr:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/08/11:conj:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/11:conjf:3:conj:3:
-@:LDP man-pages:3.37:2008/08/11:conjl:3:conj:3:
-○:LDP man-pages:3.37:2010/09/20:copysign:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:copysignf:3:copysign:3:
-@:LDP man-pages:3.37:2010/09/20:copysignl:3:copysign:3:
-○:LDP man-pages:3.37:2010/09/11:cos:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/11:cosf:3:cos:3:
-○:LDP man-pages:3.37:2010/09/20:cosh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:coshf:3:cosh:3:
-@:LDP man-pages:3.37:2010/09/20:coshl:3:cosh:3:
-@:LDP man-pages:3.37:2010/09/11:cosl:3:cos:3:
-○:LDP man-pages:3.37:2002/07/28:cpow:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2002/07/28:cpowf:3:cpow:3:
-@:LDP man-pages:3.37:2002/07/28:cpowl:3:cpow:3:
-○:LDP man-pages:3.37:2010/06/10:cproj:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/06/10:cprojf:3:cproj:3:
-@:LDP man-pages:3.37:2010/06/10:cprojl:3:cproj:3:
-○:LDP man-pages:3.37:2007/12/26:creal:3:2003/07/28::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/12/26:crealf:3:creal:3:
-@:LDP man-pages:3.37:2007/12/26:creall:3:creal:3:
-○:LDP man-pages:3.37:2011/09/15:crypt:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2011/09/15:crypt_r:3:crypt:3:
-○:LDP man-pages:3.37:2008/08/11:csin:3:2003/07/28::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/11:csinf:3:csin:3:
-○:LDP man-pages:3.37:2008/08/11:csinh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/11:csinhf:3:csinh:3:
-@:LDP man-pages:3.37:2008/08/11:csinhl:3:csinh:3:
-@:LDP man-pages:3.37:2008/08/11:csinl:3:csin:3:
-○:LDP man-pages:3.37:2008/08/11:csqrt:3:2003/08/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/11:csqrtf:3:csqrt:3:
-@:LDP man-pages:3.37:2008/08/11:csqrtl:3:csqrt:3:
-○:LDP man-pages:3.37:2008/08/11:ctan:3:2005/02/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/11:ctanf:3:ctan:3:
-○:LDP man-pages:3.37:2008/08/11:ctanh:3:2005/02/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/11:ctanhf:3:ctanh:3:
-@:LDP man-pages:3.37:2008/08/11:ctanhl:3:ctanh:3:
-@:LDP man-pages:3.37:2008/08/11:ctanl:3:ctan:3:
-○:LDP man-pages:3.37:2007/07/26:ctermid:3:1997/2/10::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki:
-○:LDP man-pages:3.37:2010/02/25:ctime:3:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/02/25:ctime_r:3:ctime:3:
-@:LDP man-pages:3.37:2008/06/29:cuserid:3:getlogin:3:
-○:LDP man-pages:3.37:2009/12/05:daemon:3:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2010/02/25:daylight:3:tzset:3:
-@:LDP man-pages:3.37:1994/01/02:db:3:dbopen:3:
-○:LDP man-pages:3.37:1994/01/02:dbopen:3:1999/08/19::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2007/05/18:des_crypt:3:2004/08/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2007/05/18:des_setparity:3:des_crypt:3:
-○:LDP man-pages:3.37:2010/02/25:difftime:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/26:dirfd:3:2003/10/15::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2009/03/30:dirname:3:basename:3:
-○:LDP man-pages:3.37:2010/09/20:div:3:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2007/05/18:dl_iterate_phdr:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2008/12/06:dladdr:3:dlopen:3:
-@:LDP man-pages:3.37:2008/12/06:dlclose:3:dlopen:3:
-@:LDP man-pages:3.37:2008/12/06:dlerror:3:dlopen:3:
-○:LDP man-pages:3.37:2008/12/06:dlopen:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/12/06:dlsym:3:dlopen:3:
-@:LDP man-pages:3.37:2008/12/06:dlvsym:3:dlopen:3:
-@:LDP man-pages:3.37:2010/06/17:dn_comp:3:resolver:3:
-@:LDP man-pages:3.37:2010/06/17:dn_expand:3:resolver:3:
-○:LDP man-pages:3.37:2010/09/15:dprintf:3:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2007/07/26:drand48:3:1997/01/20::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi:
-○:LDP man-pages:3.37:2007/07/26:drand48_r:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2010/09/20:drem:3:remainder:3:
-@:LDP man-pages:3.37:2010/09/20:dremf:3:remainder:3:
-@:LDP man-pages:3.37:2010/09/20:dreml:3:remainder:3:
-○:LDP man-pages:3.37:2010/09/22:dysize:3:2002/01/06::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.37:2010/11/01:eaccess:3:euidaccess:3:
-@:LDP man-pages:3.37:2007/05/18:ecb_crypt:3:des_crypt:3:
-○:LDP man-pages:3.37:2010/09/20:ecvt:3:2009/05/14::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2007/07/26:ecvt_r:3:2002/09/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/07/17:edata:3:end:3:
-○:LDP man-pages:3.37:2003/04/04:encrypt:3:2004/02/06::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2003/04/04:encrypt_r:3:encrypt:3:
-○:LDP man-pages:3.37:2008/07/17:end:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2003/09/09:endaliasent:3:setaliasent:3:
-@:LDP man-pages:3.37:2002/02/28:endfsent:3:getfsent:3:
-@:LDP man-pages:3.37:2010/10/21:endgrent:3:getgrent:3:
-@:LDP man-pages:3.37:2010/10/04:endhostent:3:gethostbyname:3:
-×:LDP man-pages:3.37:2010/09/10:endian:3:::::
-@:LDP man-pages:3.37:2009/09/15:endmntent:3:getmntent:3:
-@:LDP man-pages:3.37:2008/08/19:endnetent:3:getnetent:3:
-@:LDP man-pages:3.37:2007/07/26:endnetgrent:3:setnetgrent:3:
-@:LDP man-pages:3.37:2008/08/19:endprotoent:3:getprotoent:3:
-@:LDP man-pages:3.37:2010/10/21:endpwent:3:getpwent:3:
-@:LDP man-pages:3.37:2008/08/19:endrpcent:3:getrpcent:3:
-@:LDP man-pages:3.37:2008/08/19:endservent:3:getservent:3:
-@:LDP man-pages:3.37:2010/02/25:endspent:3:getspnam:3:
-@:LDP man-pages:3.37:2002/07/18:endttyent:3:getttyent:3:
-@:LDP man-pages:3.37:2007/07/26:endusershell:3:getusershell:3:
-@:LDP man-pages:3.37:2008/06/29:endutent:3:getutent:3:
-@:LDP man-pages:3.37:2008/06/29:endutxent:3:getutent:3:
-@:LDP man-pages:3.37:2007/05/18:envz:3:envz_add:3:
-○:LDP man-pages:3.37:2007/05/18:envz_add:3:2003/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/05/18:envz_entry:3:envz_add:3:
-@:LDP man-pages:3.37:2007/05/18:envz_get:3:envz_add:3:
-@:LDP man-pages:3.37:2007/05/18:envz_merge:3:envz_add:3:
-@:LDP man-pages:3.37:2007/05/18:envz_remove:3:envz_add:3:
-@:LDP man-pages:3.37:2007/05/18:envz_strip:3:envz_add:3:
-@:LDP man-pages:3.37:2007/07/26:erand48:3:drand48:3:
-@:LDP man-pages:3.37:2007/07/26:erand48_r:3:drand48_r:3:
-○:LDP man-pages:3.37:2010/09/20:erf:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:erfc:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:erfcf:3:erfc:3:
-@:LDP man-pages:3.37:2010/09/20:erfcl:3:erfc:3:
-@:LDP man-pages:3.37:2010/09/20:erff:3:erf:3:
-@:LDP man-pages:3.37:2010/09/20:erfl:3:erf:3:
-○:LDP man-pages:3.37:2011/09/15:err:3:2003/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/07/09:errno:3:2006/07/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/08/29:error:3:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2010/08/29:error_at_line:3:error:3:
-@:LDP man-pages:3.37:2010/08/29:error_message_count:3:error:3:
-@:LDP man-pages:3.37:2010/08/29:error_one_per_line:3:error:3:
-@:LDP man-pages:3.37:2010/08/29:error_print_progname:3:error:3:
-@:LDP man-pages:3.37:2011/09/15:errx:3:err:3:
-@:LDP man-pages:3.37:2008/07/17:etext:3:end:3:
-○:LDP man-pages:3.37:2002/07/20:ether_aton:3:2002/09/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2002/07/20:ether_aton_r:3:ether_aton:3:
-@:LDP man-pages:3.37:2002/07/20:ether_hostton:3:ether_aton:3:
-@:LDP man-pages:3.37:2002/07/20:ether_line:3:ether_aton:3:
-@:LDP man-pages:3.37:2002/07/20:ether_ntoa:3:ether_aton:3:
-@:LDP man-pages:3.37:2002/07/20:ether_ntoa_r:3:ether_aton:3:
-@:LDP man-pages:3.37:2002/07/20:ether_ntohost:3:ether_aton:3:
-☆:LDP man-pages:3.29=>3.37:2010/11/01:euidaccess:3:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/08/30:eventfd_read:3:eventfd:2:
-@:LDP man-pages:3.37:2010/08/30:eventfd_write:3:eventfd:2:
-○:LDP man-pages:3.37:2010/09/25:exec:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/25:execl:3:exec:3:
-@:LDP man-pages:3.37:2010/09/25:execle:3:exec:3:
-@:LDP man-pages:3.37:2010/09/25:execlp:3:exec:3:
-@:LDP man-pages:3.37:2010/09/25:execv:3:exec:3:
-@:LDP man-pages:3.37:2010/09/25:execvp:3:exec:3:
-@:LDP man-pages:3.37:2010/09/25:execvpe:3:exec:3:
-○:LDP man-pages:3.37:2009/09/20:exit:3:2007/06/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:exp:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/08/11:exp10:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/11:exp10f:3:exp10:3:
-@:LDP man-pages:3.37:2008/08/11:exp10l:3:exp10:3:
-○:LDP man-pages:3.37:2010/09/20:exp2:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:exp2f:3:exp2:3:
-@:LDP man-pages:3.37:2010/09/20:exp2l:3:exp2:3:
-@:LDP man-pages:3.37:2010/09/20:expf:3:exp:3:
-@:LDP man-pages:3.37:2010/09/20:expl:3:exp:3:
-○:LDP man-pages:3.37:2010/09/12:expm1:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/12:expm1f:3:expm1:3:
-@:LDP man-pages:3.37:2010/09/12:expm1l:3:expm1:3:
-○:LDP man-pages:3.37:2010/09/20:fabs:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:fabsf:3:fabs:3:
-@:LDP man-pages:3.37:2010/09/20:fabsl:3:fabs:3:
-○:LDP man-pages:3.37:2009/02/23:fclose:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2006/12/27:fcloseall:3:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:fcvt:3:ecvt:3:
-@:LDP man-pages:3.37:2007/07/26:fcvt_r:3:ecvt_r:3:
-○:LDP man-pages:3.37:2010/09/20:fdim:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:fdimf:3:fdim:3:
-@:LDP man-pages:3.37:2010/09/20:fdiml:3:fdim:3:
-@:LDP man-pages:3.37:2009/02/23:fdopen:3:fopen:3:
-@:LDP man-pages:3.37:2010/06/20:fdopendir:3:opendir:3:
-@:LDP man-pages:3.37:2010/10/31:feclearexcept:3:fenv:3:
-@:LDP man-pages:3.37:2010/10/31:fedisableexcept:3:fenv:3:
-@:LDP man-pages:3.37:2010/10/31:feenableexcept:3:fenv:3:
-@:LDP man-pages:3.37:2010/10/31:fegetenv:3:fenv:3:
-@:LDP man-pages:3.37:2010/10/31:fegetexcept:3:fenv:3:
-@:LDP man-pages:3.37:2010/10/31:fegetexceptflag:3:fenv:3:
-@:LDP man-pages:3.37:2010/10/31:fegetround:3:fenv:3:
-@:LDP man-pages:3.37:2010/10/31:feholdexcept:3:fenv:3:
-○:LDP man-pages:3.37:2010/10/31:fenv:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/29:feof:3:ferror:3:
-@:LDP man-pages:3.37:2008/08/29:feof_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.37:2010/10/31:feraiseexcept:3:fenv:3:
-○:LDP man-pages:3.37:2008/08/29:ferror:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2008/08/29:ferror_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.37:2010/10/31:fesetenv:3:fenv:3:
-@:LDP man-pages:3.37:2010/10/31:fesetexceptflag:3:fenv:3:
-@:LDP man-pages:3.37:2010/10/31:fesetround:3:fenv:3:
-@:LDP man-pages:3.37:2010/10/31:fetestexcept:3:fenv:3:
-@:LDP man-pages:3.37:2010/10/31:feupdateenv:3:fenv:3:
-○:LDP man-pages:3.37:2010/09/15:fexecve:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/09/06:fflush:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2008/08/29:fflush_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.37:2010/09/20:ffs:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2010/09/20:ffsl:3:ffs:3:
-@:LDP man-pages:3.37:2010/09/20:ffsll:3:ffs:3:
-@:LDP man-pages:3.37:2012/01/18:fgetc:3:gets:3:
-@:LDP man-pages:3.37:2008/08/29:fgetc_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.37:2008/07/10:fgetgrent:3:1997/12/19::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-@:LDP man-pages:3.37:2010/10/21:fgetgrent_r:3:getgrent_r:3:
-@:LDP man-pages:3.37:1993/11/29:fgetpos:3:fseek:3:
-○:LDP man-pages:3.37:2008/07/10:fgetpwent:3:1997/12/18::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-@:LDP man-pages:3.37:2010/10/21:fgetpwent_r:3:getpwent_r:3:
-@:LDP man-pages:3.37:2012/01/18:fgets:3:gets:3:
-@:LDP man-pages:3.37:2008/08/29:fgets_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.37:2010/02/25:fgetspent:3:getspnam:3:
-@:LDP man-pages:3.37:2010/02/25:fgetspent_r:3:getspnam:3:
-○:LDP man-pages:3.37:1999/07/25:fgetwc:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2008/08/29:fgetwc_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.37:2011/09/28:fgetws:3:2001/11/09::ysato@h4.dion.ne.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2008/08/29:fgetws_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.37:2008/08/29:fileno:3:ferror:3:
-@:LDP man-pages:3.37:2008/08/29:fileno_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.37:2008/08/05:finite:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/05:finitef:3:finite:3:
-@:LDP man-pages:3.37:2008/08/05:finitel:3:finite:3:
-○:LDP man-pages:3.37:2008/08/29:flockfile:3:2001/11/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:floor:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:floorf:3:floor:3:
-@:LDP man-pages:3.37:2010/09/20:floorl:3:floor:3:
-○:LDP man-pages:3.37:2010/09/20:fma:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:fmaf:3:fma:3:
-@:LDP man-pages:3.37:2010/09/20:fmal:3:fma:3:
-○:LDP man-pages:3.37:2010/09/20:fmax:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:fmaxf:3:fmax:3:
-@:LDP man-pages:3.37:2010/09/20:fmaxl:3:fmax:3:
-○:LDP man-pages:3.37:2010/09/15:fmemopen:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:fmin:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:fminf:3:fmin:3:
-@:LDP man-pages:3.37:2010/09/20:fminl:3:fmin:3:
-○:LDP man-pages:3.37:2010/09/20:fmod:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:fmodf:3:fmod:3:
-@:LDP man-pages:3.37:2010/09/20:fmodl:3:fmod:3:
-○:LDP man-pages:3.37:2008/06/14:fmtmsg:3:2004/08/14::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2000/10/15:fnmatch:3:2006/03/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/02/23:fopen:3:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.37:2008/12/05:fopencookie:3:::::
-@:LDP man-pages:3.37:2010/06/13:forkpty:3:openpty:3:
-○:LDP man-pages:3.37:1993/04/04:fpathconf:3:1998/03/20::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2010/09/20:fpclassify:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/28:fprintf:3:printf:3:
-○:LDP man-pages:3.37:2001/12/15:fpurge:3:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.37:2011/09/28:fputc:3:puts:3:
-@:LDP man-pages:3.37:2008/08/29:fputc_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.37:2011/09/28:fputs:3:puts:3:
-@:LDP man-pages:3.37:2008/08/29:fputs_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.37:1999/07/25:fputwc:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2008/08/29:fputwc_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.37:2011/09/28:fputws:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2008/08/29:fputws_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.37:1996/05/17:fread:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2008/08/29:fread_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.37:2011/09/08:free:3:malloc:3:
-@:LDP man-pages:3.37:2010/09/27:freeaddrinfo:3:getaddrinfo:3:
-@:LDP man-pages:3.37:2010/09/04:freehostent:3:getipnodebyname:3:
-※:LDP man-pages:3.37:2010/10/06:freeifaddrs:3:getifaddrs:3:
-@:LDP man-pages:3.37:2009/02/23:freopen:3:fopen:3:
-○:LDP man-pages:3.37:2010/09/20:frexp:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:frexpf:3:frexp:3:
-@:LDP man-pages:3.37:2010/09/20:frexpl:3:frexp:3:
-@:LDP man-pages:3.37:2011/09/28:fscanf:3:scanf:3:
-○:LDP man-pages:3.37:1993/11/29:fseek:3:1998/04/27::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2001/11/05:fseeko:3:2006/01/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:1993/11/29:fsetpos:3:fseek:3:
-@:LDP man-pages:3.37:2003/08/22:fstatvfs:3:statvfs:3:
-@:LDP man-pages:3.37:1993/11/29:ftell:3:fseek:3:
-@:LDP man-pages:3.37:2001/11/05:ftello:3:fseeko:3:
-○:LDP man-pages:3.37:2010/02/25:ftime:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2001/11/28:ftok:3:2002/01/06::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.37:2008/08/29:ftrylockfile:3:flockfile:3:
-○:LDP man-pages:3.37:2007/12/28:fts:3:2000/09/05::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2007/12/28:fts_children:3:fts:3:
-@:LDP man-pages:3.37:2007/12/28:fts_close:3:fts:3:
-@:LDP man-pages:3.37:2007/12/28:fts_open:3:fts:3:
-@:LDP man-pages:3.37:2007/12/28:fts_read:3:fts:3:
-@:LDP man-pages:3.37:2007/12/28:fts_set:3:fts:3:
-○:LDP man-pages:3.37:2010/09/20:ftw:3:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/29:funlockfile:3:flockfile:3:
-※:LDP man-pages:3.37:2009/12/13:futimens:3:utimensat:2:
-○:LDP man-pages:3.37:2008/04/07:futimes:3:2006/07/31::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2011/09/17:fwide:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-@:LDP man-pages:3.37:2011/09/17:fwprintf:3:wprintf:3:
-@:LDP man-pages:3.37:1996/05/17:fwrite:3:fread:3:
-@:LDP man-pages:3.37:2008/08/29:fwrite_unlocked:3:unlocked_stdio:3:
-※:LDP man-pages:3.37:2010/09/27:gai_cancel:3:getaddrinfo_a:3:
-※:LDP man-pages:3.37:2010/09/27:gai_error:3:getaddrinfo_a:3:
-@:LDP man-pages:3.37:2010/09/27:gai_strerror:3:getaddrinfo:3:
-※:LDP man-pages:3.37:2010/09/27:gai_suspend:3:getaddrinfo_a:3:
-○:LDP man-pages:3.37:2008/08/05:gamma:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/05:gammaf:3:gamma:3:
-@:LDP man-pages:3.37:2008/08/05:gammal:3:gamma:3:
-○:LDP man-pages:3.37:2010/09/20:gcvt:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:get_current_dir_name:3:getcwd:3:
-@:LDP man-pages:3.37:2008/07/17:get_myaddress:3:rpc:3:
-○:LDP man-pages:3.37:2010/09/27:getaddrinfo:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.37:2010/09/27:getaddrinfo_a:3:::::
-@:LDP man-pages:3.37:2003/09/09:getaliasbyname:3:setaliasent:3:
-@:LDP man-pages:3.37:2003/09/09:getaliasbyname_r:3:setaliasent:3:
-@:LDP man-pages:3.37:2003/09/09:getaliasent:3:setaliasent:3:
-@:LDP man-pages:3.37:2003/09/09:getaliasent_r:3:setaliasent:3:
-@:LDP man-pages:3.37:2012/01/18:getc:3:gets:3:
-@:LDP man-pages:3.37:2008/08/29:getc_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.37:2012/01/18:getchar:3:gets:3:
-@:LDP man-pages:3.37:2008/08/29:getchar_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.37:2010/09/20:getcwd:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2010/09/20:getdate:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:getdate_err:3:getdate:3:
-@:LDP man-pages:3.37:2010/09/20:getdate_r:3:getdate:3:
-@:LDP man-pages:3.37:2010/06/12:getdelim:3:getline:3:
-○:LDP man-pages:3.37:2007/07/26:getdirentries:3:1998/04/30::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2008/03/17:getenv:3:2003/09/28::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2002/02/28:getfsent:3:2002/08/07::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.37:2002/02/28:getfsfile:3:getfsent:3:
-@:LDP man-pages:3.37:2002/02/28:getfsspec:3:getfsent:3:
-○:LDP man-pages:3.37:2010/10/21:getgrent:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/10/21:getgrent_r:3:2004/08/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2010/10/21:getgrgid:3:getgrnam:3:
-@:LDP man-pages:3.37:2010/10/21:getgrgid_r:3:getgrnam:3:
-☆:LDP man-pages:3.29=>3.37:2010/10/21:getgrnam:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/10/21:getgrnam_r:3:getgrnam:3:
-○:LDP man-pages:3.37:2008/07/03:getgrouplist:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/10/04:gethostbyaddr:3:gethostbyname:3:
-@:LDP man-pages:3.37:2010/10/04:gethostbyaddr_r:3:gethostbyname:3:
-○:LDP man-pages:3.37:2010/10/04:gethostbyname:3:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/10/04:gethostbyname2:3:gethostbyname:3:
-@:LDP man-pages:3.37:2010/10/04:gethostbyname2_r:3:gethostbyname:3:
-@:LDP man-pages:3.37:2010/10/04:gethostbyname_r:3:gethostbyname:3:
-@:LDP man-pages:3.37:2010/10/04:gethostent:3:gethostbyname:3:
-@:LDP man-pages:3.37:2010/10/04:gethostent_r:3:gethostbyname:3:
-○:LDP man-pages:3.37:2010/09/20:gethostid:3:2009/01/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.37:2010/10/06:getifaddrs:3:::::
-@:LDP man-pages:3.37:2010/09/04:getipnodebyaddr:3:getipnodebyname:3:
-○:LDP man-pages:3.37:2010/09/04:getipnodebyname:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2010/06/12:getline:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/12/08:getloadavg:3:2002/01/21::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2008/06/29:getlogin:3:2005/03/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/06/29:getlogin_r:3:getlogin:3:
-○:LDP man-pages:3.37:2009/09/15:getmntent:3:2005/03/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2009/09/15:getmntent_r:3:getmntent:3:
-○:LDP man-pages:3.37:2009/12/03:getnameinfo:3:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/19:getnetbyaddr:3:getnetent:3:
-※:LDP man-pages:3.37:2010/09/10:getnetbyaddr_r:3:getnetent_r:3:
-@:LDP man-pages:3.37:2008/08/19:getnetbyname:3:getnetent:3:
-※:LDP man-pages:3.37:2010/09/10:getnetbyname_r:3:getnetent_r:3:
-○:LDP man-pages:3.37:2008/08/19:getnetent:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.37:2010/09/10:getnetent_r:3:::::
-@:LDP man-pages:3.37:2007/07/26:getnetgrent:3:setnetgrent:3:
-@:LDP man-pages:3.37:2007/07/26:getnetgrent_r:3:setnetgrent:3:
-○:LDP man-pages:3.37:2010/11/01:getopt:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/11/01:getopt_long:3:getopt:3:
-@:LDP man-pages:3.37:2010/11/01:getopt_long_only:3:getopt:3:
-○:LDP man-pages:3.37:2010/09/20:getpass:3:2001/02/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:Older ver. is in obsolete/
-@:LDP man-pages:3.37:2008/08/19:getprotobyname:3:getprotoent:3:
-※:LDP man-pages:3.37:2010/09/10:getprotobyname_r:3:getprotoent_r:3:
-@:LDP man-pages:3.37:2008/08/19:getprotobynumber:3:getprotoent:3:
-※:LDP man-pages:3.37:2010/09/10:getprotobynumber_r:3:getprotoent_r:3:
-○:LDP man-pages:3.37:2008/08/19:getprotoent:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.37:2010/09/10:getprotoent_r:3:::::
-○:LDP man-pages:3.37:2010/09/10:getpt:3:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/10/21:getpw:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2010/10/21:getpwent:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/10/21:getpwent_r:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.29=>3.37:2010/10/21:getpwnam:3:2005/10/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/10/21:getpwnam_r:3:getpwnam:3:
-@:LDP man-pages:3.37:2010/10/21:getpwuid:3:getpwnam:3:
-@:LDP man-pages:3.37:2010/10/21:getpwuid_r:3:getpwnam:3:
-@:LDP man-pages:3.37:2008/08/19:getrpcbyname:3:getrpcent:3:
-※:LDP man-pages:3.37:2010/09/10:getrpcbyname_r:3:getrpcent_r:3:
-@:LDP man-pages:3.37:2008/08/19:getrpcbynumber:3:getrpcent:3:
-※:LDP man-pages:3.37:2010/09/10:getrpcbynumber_r:3:getrpcent_r:3:
-○:LDP man-pages:3.37:2008/08/19:getrpcent:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.37:2010/09/10:getrpcent_r:3:::::
-○:LDP man-pages:3.37:1987/10/06:getrpcport:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-☆:LDP man-pages:3.35=>3.37:2012/01/18:gets:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/19:getservbyname:3:getservent:3:
-※:LDP man-pages:3.37:2010/09/10:getservbyname_r:3:getservent_r:3:
-@:LDP man-pages:3.37:2008/08/19:getservbyport:3:getservent:3:
-※:LDP man-pages:3.37:2010/09/10:getservbyport_r:3:getservent_r:3:
-○:LDP man-pages:3.37:2008/08/19:getservent:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.37:2010/09/10:getservent_r:3:::::
-@:LDP man-pages:3.37:2010/02/25:getspent:3:getspnam:3:
-@:LDP man-pages:3.37:2010/02/25:getspent_r:3:getspnam:3:
-○:LDP man-pages:3.37:2010/02/25:getspnam:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/02/25:getspnam_r:3:getspnam:3:
-○:LDP man-pages:3.37:2010/09/26:getsubopt:3:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2002/07/18:getttyent:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2002/07/18:getttynam:3:getttyent:3:
-○:LDP man-pages:3.37:2010/09/10:getumask:3:2003/02/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/07/26:getusershell:3:1998/02/05::ishioka@dad.eec.toshiba.co.jp:ISHIOKA Takashi:
-○:LDP man-pages:3.37:2008/06/29:getutent:3:2005/03/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/06/29:getutent_r:3:getutent:3:
-@:LDP man-pages:3.37:2008/06/29:getutid:3:getutent:3:
-@:LDP man-pages:3.37:2008/06/29:getutid_r:3:getutent:3:
-@:LDP man-pages:3.37:2008/06/29:getutline:3:getutent:3:
-@:LDP man-pages:3.37:2008/06/29:getutline_r:3:getutent:3:
-×:LDP man-pages:3.37:2010/09/10:getutmp:3:::::
-※:LDP man-pages:3.37:2010/09/10:getutmpx:3:getutmp:3:
-@:LDP man-pages:3.37:2008/06/29:getutxent:3:getutent:3:
-@:LDP man-pages:3.37:2008/06/29:getutxid:3:getutent:3:
-@:LDP man-pages:3.37:2008/06/29:getutxline:3:getutent:3:
-○:LDP man-pages:3.37:2010/09/26:getw:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:1999/07/25:getwc:3:fgetwc:3:
-@:LDP man-pages:3.37:2008/08/29:getwc_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.37:1999/07/25:getwchar:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2008/08/29:getwchar_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.37:2010/09/20:getwd:3:getcwd:3:
-○:LDP man-pages:3.37:2007/10/10:glob:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2007/10/10:globfree:3:glob:3:
-@:LDP man-pages:3.37:2010/02/25:gmtime:3:ctime:3:
-@:LDP man-pages:3.37:2010/02/25:gmtime_r:3:ctime:3:
-※:LDP man-pages:3.37:2010/09/10:gnu_dev_major:3:makedev:3:
-※:LDP man-pages:3.37:2010/09/10:gnu_dev_makedev:3:makedev:3:
-※:LDP man-pages:3.37:2010/09/10:gnu_dev_minor:3:makedev:3:
-@:LDP man-pages:3.37:2010/09/10:gnu_get_libc_release:3:gnu_get_libc_version:3:
-○:LDP man-pages:3.37:2010/09/10:gnu_get_libc_version:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/06/14:grantpt:3:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/07/26:gsignal:3:2003/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/10/04:h_errno:3:gethostbyname:3:
-○:LDP man-pages:3.37:1994/08/18:hash:3:1999/08/17::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.37:2009/09/15:hasmntopt:3:getmntent:3:
-@:LDP man-pages:3.37:2011/09/10:hcreate:3:hsearch:3:
-@:LDP man-pages:3.37:2011/09/10:hcreate_r:3:hsearch:3:
-@:LDP man-pages:3.37:2011/09/10:hdestroy:3:hsearch:3:
-@:LDP man-pages:3.37:2011/09/10:hdestroy_r:3:hsearch:3:
-@:LDP man-pages:3.37:2010/10/04:herror:3:gethostbyname:3:
-○:LDP man-pages:3.37:2011/09/10:hsearch:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/10:hsearch_r:3:hsearch:3:
-@:LDP man-pages:3.37:2010/10/04:hstrerror:3:gethostbyname:3:
-※:LDP man-pages:3.37:2010/09/10:htobe16:3:endian:3:
-※:LDP man-pages:3.37:2010/09/10:htobe32:3:endian:3:
-※:LDP man-pages:3.37:2010/09/10:htobe64:3:endian:3:
-※:LDP man-pages:3.37:2010/09/10:htole16:3:endian:3:
-※:LDP man-pages:3.37:2010/09/10:htole32:3:endian:3:
-※:LDP man-pages:3.37:2010/09/10:htole64:3:endian:3:
-@:LDP man-pages:3.37:2009/01/15:htonl:3:byteorder:3:
-@:LDP man-pages:3.37:2009/01/15:htons:3:byteorder:3:
-○:LDP man-pages:3.37:2010/09/20:hypot:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:hypotf:3:hypot:3:
-@:LDP man-pages:3.37:2010/09/20:hypotl:3:hypot:3:
-○:LDP man-pages:3.37:2008/09/08:iconv:3:2000/07/11::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2008/08/11:iconv_close:3:2000/07/11::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2008/08/11:iconv_open:3:2007/06/01::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:ilogb:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:ilogbf:3:ilogb:3:
-@:LDP man-pages:3.37:2010/09/20:ilogbl:3:ilogb:3:
-@:LDP man-pages:3.37:2010/09/20:imaxabs:3:abs:3:
-@:LDP man-pages:3.37:2010/09/20:imaxdiv:3:div:3:
-○:LDP man-pages:3.37:2011/09/21:index:3:1997/12/12::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-○:LDP man-pages:3.37:2008/06/19:inet:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/06/19:inet_addr:3:inet:3:
-@:LDP man-pages:3.37:2008/06/19:inet_aton:3:inet:3:
-@:LDP man-pages:3.37:2008/06/19:inet_lnaof:3:inet:3:
-@:LDP man-pages:3.37:2008/06/19:inet_makeaddr:3:inet_addr:3:
-@:LDP man-pages:3.37:2008/06/19:inet_netof:3:inet:3:
-@:LDP man-pages:3.37:2008/06/19:inet_network:3:inet:3:
-@:LDP man-pages:3.37:2008/06/19:inet_ntoa:3:inet:3:
-○:LDP man-pages:3.37:2008/11/11:inet_ntop:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/06/18:inet_pton:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:1993/06/02:infnan:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2007/07/26:initgroups:3:2005/02/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:initstate:3:random:3:
-@:LDP man-pages:3.37:2008/03/07:initstate_r:3:random_r:3:
-@:LDP man-pages:3.37:2007/07/26:innetgr:3:setnetgrent:3:
-☆:LDP man-pages:3.25=>3.37:2010/09/09:insque:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2010/11/11:intro:3:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/12/28:iruserok:3:rcmd:3:
-@:LDP man-pages:3.37:2010/09/20:isalnum:3:isalpha:3:
-○:LDP man-pages:3.37:2010/09/20:isalpha:3:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:isascii:3:isalpha:3:
-○:LDP man-pages:3.37:2008/12/03:isatty:3:1997/2/10::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki:
-@:LDP man-pages:3.37:2010/09/20:isblank:3:isalpha:3:
-@:LDP man-pages:3.37:2010/09/20:iscntrl:3:isalpha:3:
-@:LDP man-pages:3.37:2010/09/20:isdigit:3:isalpha:3:
-@:LDP man-pages:3.37:2010/09/20:isfinite:3:fpclassify:3:
-@:LDP man-pages:3.37:2010/09/20:isgraph:3:isalpha:3:
-○:LDP man-pages:3.37:2010/09/20:isgreater:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:isgreaterequal:3:isgreater:3:
-@:LDP man-pages:3.37:2010/09/20:isinf:3:fpclassify:3:
-@:LDP man-pages:3.37:2008/08/05:isinff:3:finite:3:
-@:LDP man-pages:3.37:2008/08/05:isinfl:3:finite:3:
-@:LDP man-pages:3.37:2010/09/20:isless:3:isgreater:3:
-@:LDP man-pages:3.37:2010/09/20:islessequal:3:isgreater:3:
-@:LDP man-pages:3.37:2010/09/20:islessgreater:3:isgreater:3:
-@:LDP man-pages:3.37:2010/09/20:islower:3:isalpha:3:
-@:LDP man-pages:3.37:2010/09/20:isnan:3:fpclassify:3:
-@:LDP man-pages:3.37:2008/08/05:isnanf:3:finite:3:
-@:LDP man-pages:3.37:2008/08/05:isnanl:3:finite:3:
-@:LDP man-pages:3.37:2010/09/20:isnormal:3:fpclassify:3:
-@:LDP man-pages:3.37:2010/09/20:isprint:3:isalpha:3:
-@:LDP man-pages:3.37:2010/09/20:ispunct:3:isalpha:3:
-@:LDP man-pages:3.37:2010/09/20:isspace:3:isalpha:3:
-@:LDP man-pages:3.37:2010/09/20:isunordered:3:isgreater:3:
-@:LDP man-pages:3.37:2010/09/20:isupper:3:isalpha:3:
-○:LDP man-pages:3.37:1999/07/25:iswalnum:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:1999/07/25:iswalpha:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2010/09/20:iswblank:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:1999/07/25:iswcntrl:3:1999/09/12::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:1999/07/25:iswctype:3:1999/09/12::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:1999/07/25:iswdigit:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:1999/07/25:iswgraph:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:1999/07/25:iswlower:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:1999/07/25:iswprint:3:1999/09/12::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:1999/07/25:iswpunct:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:1999/07/25:iswspace:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:1999/07/25:iswupper:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:1999/07/25:iswxdigit:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2010/09/20:isxdigit:3:isalpha:3:
-○:LDP man-pages:3.37:2010/09/20:j0:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:j0f:3:j0:3:
-@:LDP man-pages:3.37:2010/09/20:j0l:3:j0:3:
-@:LDP man-pages:3.37:2010/09/20:j1:3:j0:3:
-@:LDP man-pages:3.37:2010/09/20:j1f:3:j0:3:
-@:LDP man-pages:3.37:2010/09/20:j1l:3:j0:3:
-@:LDP man-pages:3.37:2010/09/20:jn:3:j0:3:
-@:LDP man-pages:3.37:2010/09/20:jnf:3:j0:3:
-@:LDP man-pages:3.37:2010/09/20:jnl:3:j0:3:
-@:LDP man-pages:3.37:2007/07/26:jrand48:3:drand48:3:
-@:LDP man-pages:3.37:2007/07/26:jrand48_r:3:drand48_r:3:
-@:LDP man-pages:3.37:2002/07/18:key_decryptsession:3:key_setsecret:3:
-@:LDP man-pages:3.37:2002/07/18:key_encryptsession:3:key_setsecret:3:
-@:LDP man-pages:3.37:2002/07/18:key_gendes:3:key_setsecret:3:
-@:LDP man-pages:3.37:2002/07/18:key_secretkey_is_set:3:key_setsecret:3:
-○:LDP man-pages:3.37:2002/07/18:key_setsecret:3:2003/02/01::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/07:klogctl:3:syslog:2:
-@:LDP man-pages:3.37:2010/09/20:l64a:3:a64l:3:
-@:LDP man-pages:3.37:2010/09/20:labs:3:abs:3:
-@:LDP man-pages:3.37:2010/02/25:lckpwdf:3:getspnam:3:
-@:LDP man-pages:3.37:2007/07/26:lcong48:3:drand48:3:
-@:LDP man-pages:3.37:2007/07/26:lcong48_r:3:drand48_r:3:
-○:LDP man-pages:3.37:2010/09/20:ldexp:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:ldexpf:3:ldexp:3:
-@:LDP man-pages:3.37:2010/09/20:ldexpl:3:ldexp:3:
-@:LDP man-pages:3.37:2010/09/20:ldiv:3:div:3:
-※:LDP man-pages:3.37:2010/09/10:le16toh:3:endian:3:
-※:LDP man-pages:3.37:2010/09/10:le32toh:3:endian:3:
-※:LDP man-pages:3.37:2010/09/10:le64toh:3:endian:3:
-@:LDP man-pages:3.37:1999/09/27:lfind:3:lsearch:3:
-○:LDP man-pages:3.37:2010/09/11:lgamma:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/11:lgamma_r:3:lgamma:3:
-@:LDP man-pages:3.37:2010/09/11:lgammaf:3:lgamma:3:
-@:LDP man-pages:3.37:2010/09/11:lgammaf_r:3:lgamma:3:
-@:LDP man-pages:3.37:2010/09/11:lgammal:3:lgamma:3:
-@:LDP man-pages:3.37:2010/09/11:lgammal_r:3:lgamma:3:
-×:LDP man-pages:3.37:2010/10/20:lio_listio:3:::::
-@:LDP man-pages:3.37:2010/09/20:llabs:3:abs:3:
-@:LDP man-pages:3.37:2010/09/20:lldiv:3:div:3:
-@:LDP man-pages:3.37:2010/09/20:llrint:3:lrint:3:
-@:LDP man-pages:3.37:2010/09/20:llrintf:3:lrint:3:
-@:LDP man-pages:3.37:2010/09/20:llrintl:3:lrint:3:
-@:LDP man-pages:3.37:2010/09/20:llround:3:lround:3:
-@:LDP man-pages:3.37:2010/09/20:llroundf:3:lround:3:
-@:LDP man-pages:3.37:2010/09/20:llroundl:3:lround:3:
-○:LDP man-pages:3.37:1993/04/25:localeconv:3:1998/05/25::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
-@:LDP man-pages:3.37:2010/02/25:localtime:3:ctime:3:
-@:LDP man-pages:3.37:2010/02/25:localtime_r:3:ctime:3:
-○:LDP man-pages:3.37:2011/09/11:lockf:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:log:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:log10:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:log10f:3:log10:3:
-@:LDP man-pages:3.37:2010/09/20:log10l:3:log10:3:
-○:LDP man-pages:3.37:2010/09/20:log1p:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:log1pf:3:log1p:3:
-@:LDP man-pages:3.37:2010/09/20:log1pl:3:log1p:3:
-○:LDP man-pages:3.37:2010/09/12:log2:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/12:log2f:3:log2:3:
-@:LDP man-pages:3.37:2010/09/12:log2l:3:log2:3:
-○:LDP man-pages:3.37:2010/09/20:logb:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:logbf:3:logb:3:
-@:LDP man-pages:3.37:2010/09/20:logbl:3:logb:3:
-@:LDP man-pages:3.37:2010/09/20:logf:3:log:3:
-○:LDP man-pages:3.37:2004/05/06:login:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2010/06/13:login_tty:3:openpty:3:
-@:LDP man-pages:3.37:2010/09/20:logl:3:log:3:
-@:LDP man-pages:3.37:2004/05/06:logout:3:login:3:
-@:LDP man-pages:3.37:2008/07/02:logwtmp:3:updwtmp:3:
-○:LDP man-pages:3.37:2009/01/13:longjmp:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/07/26:lrand48:3:drand48:3:
-@:LDP man-pages:3.37:2007/07/26:lrand48_r:3:drand48_r:3:
-○:LDP man-pages:3.37:2010/09/20:lrint:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:lrintf:3:lrint:3:
-@:LDP man-pages:3.37:2010/09/20:lrintl:3:lrint:3:
-○:LDP man-pages:3.37:2010/09/20:lround:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:lroundf:3:lround:3:
-@:LDP man-pages:3.37:2010/09/20:lroundl:3:lround:3:
-○:LDP man-pages:3.37:1999/09/27:lsearch:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2004/12/11:lseek64:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2008/04/07:lutimes:3:futimes:3:
-※:LDP man-pages:3.37:2010/09/10:major:3:makedev:3:
-○:LDP man-pages:3.37:2009/03/31:makecontext:3:2008/12/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.37:2010/09/10:makedev:3:::::
-☆:LDP man-pages:3.25=>3.37:2011/09/08:malloc:3:2007/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.25=>3.37:2010/10/13:malloc_hook:3:2003/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.37:2010/09/10:matherr:3:::::
-○:LDP man-pages:3.37:1999/07/25:mblen:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.37:1999/07/25:mbrlen:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.37:2011/09/28:mbrtowc:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2000/11/20:mbsinit:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.37:2011/10/01:mbsnrtowcs:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.37:2011/09/28:mbsrtowcs:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.37:2011/09/28:mbstowcs:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.37:2011/09/28:mbtowc:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-@:LDP man-pages:3.37:2010/09/20:memalign:3:posix_memalign:3:
-○:LDP man-pages:3.37:2009/01/13:memccpy:3:1997/07/26::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
-○:LDP man-pages:3.37:2009/12/04:memchr:3:2004/01/17::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2011/09/14:memcmp:3:1997/12/17::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-○:LDP man-pages:3.37:2010/11/15:memcpy:3:1997/02/21::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
-○:LDP man-pages:3.37:2010/09/10:memfrob:3:1998/05/34::ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-○:LDP man-pages:3.37:2008/12/05:memmem:3:1997/12/17::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
-○:LDP man-pages:3.37:1993/04/10:memmove:3:2007/06/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/08/12:mempcpy:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2009/12/04:memrchr:3:memchr:3:
-○:LDP man-pages:3.37:1993/04/11:memset:3:1997/02/21::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
-※:LDP man-pages:3.37:2010/09/10:minor:3:makedev:3:
-○:LDP man-pages:3.37:2010/09/26:mkdtemp:3:2001/11/09::ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2008/06/12:mkfifo:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2009/12/13:mkfifoat:3:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2010/09/26:mkostemp:3:mkstemp:3:
-@:LDP man-pages:3.37:2010/09/26:mkostemps:3:mkstemp:3:
-☆:LDP man-pages:3.24=>3.37:2010/09/26:mkstemp:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/26:mkstemps:3:mkstemp:3:
-○:LDP man-pages:3.37:2010/09/20:mktemp:3:1999/04/10::tanisako@osa.dec.com:Kazuyuki Tanisako:
-@:LDP man-pages:3.37:2010/02/25:mktime:3:ctime:3:
-@:LDP man-pages:3.37:2008/04/22:mmap64:3:mmap2:2:
-○:LDP man-pages:3.37:2010/09/20:modf:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:modff:3:modf:3:
-@:LDP man-pages:3.37:2010/09/20:modfl:3:modf:3:
-○:LDP man-pages:3.37:1993/06/04:mpool:3:1999/08/19::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2010/08/29:mq_close:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/08/29:mq_getattr:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/10/04:mq_notify:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/02/20:mq_open:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:mq_receive:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:mq_send:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/08/29:mq_setattr:3:mq_getattr:3:
-@:LDP man-pages:3.37:2010/09/20:mq_timedreceive:3:mq_receive:3:
-@:LDP man-pages:3.37:2010/09/20:mq_timedsend:3:mq_send:3:
-○:LDP man-pages:3.37:2010/08/29:mq_unlink:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/07/26:mrand48:3:drand48:3:
-@:LDP man-pages:3.37:2007/07/26:mrand48_r:3:drand48_r:3:
-○:LDP man-pages:3.37:2002/07/20:mtrace:3:2003/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2002/07/20:muntrace:3:mtrace:3:
-○:LDP man-pages:3.37:2010/09/20:nan:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:nanf:3:nan:3:
-@:LDP man-pages:3.37:2010/09/20:nanl:3:nan:3:
-@:LDP man-pages:3.37:2010/09/20:nearbyint:3:rint:3:
-@:LDP man-pages:3.37:2010/09/20:nearbyintf:3:rint:3:
-@:LDP man-pages:3.37:2010/09/20:nearbyintl:3:rint:3:
-○:LDP man-pages:3.37:1999/05/14:netlink:3:1999/08/20::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2010/09/20:nextafter:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:nextafterf:3:nextafter:3:
-@:LDP man-pages:3.37:2010/09/20:nextafterl:3:nextafter:3:
-@:LDP man-pages:3.37:2010/09/20:nexttoward:3:nextafter:3:
-@:LDP man-pages:3.37:2010/09/20:nexttowardf:3:nextafter:3:
-@:LDP man-pages:3.37:2010/09/20:nexttowardl:3:nextafter:3:
-@:LDP man-pages:3.37:2010/09/20:nftw:3:ftw:3:
-○:LDP man-pages:3.37:2010/10/03:nl_langinfo:3:2001/07/15::KY4N-UCD@asahi-net.or.jp:UCHIDA Norihiro:
-@:LDP man-pages:3.37:2007/07/26:nrand48:3:drand48:3:
-@:LDP man-pages:3.37:2007/07/26:nrand48_r:3:drand48_r:3:
-@:LDP man-pages:3.37:2009/01/15:ntohl:3:byteorder:3:
-@:LDP man-pages:3.37:2009/01/15:ntohs:3:byteorder:3:
-○:LDP man-pages:3.37:2008/07/12:offsetof:3:2006/07/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/12/05:on_exit:3:2009/01/15:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/15:open_memstream:3:fmemopen:3:
-@:LDP man-pages:3.37:2010/09/15:open_wmemstream:3:fmemopen:3:
-○:LDP man-pages:3.37:2010/06/20:opendir:3:2007/10/14:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/11/12:openlog:3:syslog:3:
-○:LDP man-pages:3.37:2010/06/13:openpty:3:2006/02/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/11/01:optarg:3:getopt:3:
-@:LDP man-pages:3.37:2010/11/01:opterr:3:getopt:3:
-@:LDP man-pages:3.37:2010/11/01:optind:3:getopt:3:
-@:LDP man-pages:3.37:2010/11/01:optopt:3:getopt:3:
-@:LDP man-pages:3.37:2003/04/04:passwd2des:3:xcrypt:3:
-@:LDP man-pages:3.37:1993/04/04:pathconf:3:fpathconf:3:
-@:LDP man-pages:3.37:2010/02/03:pclose:3:popen:3:
-○:LDP man-pages:3.37:2007/07/26:perror:3:2005/03/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/07/17:pmap_getmaps:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:pmap_getport:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:pmap_rmtcall:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:pmap_set:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:pmap_unset:3:rpc:3:
-○:LDP man-pages:3.37:2010/02/03:popen:3:2008/11/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:posix_fallocate:3:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2010/09/20:posix_memalign:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/10/04:posix_openpt:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2010/09/12:pow:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/08/11:pow10:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2008/08/11:pow10f:3:pow10:3:
-@:LDP man-pages:3.37:2008/08/11:pow10l:3:pow10:3:
-@:LDP man-pages:3.37:2010/09/12:powf:3:pow:3:
-@:LDP man-pages:3.37:2010/09/12:powl:3:pow:3:
-○:LDP man-pages:3.37:2011/09/28:printf:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/07/26:profil:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2006/04/29:program_invocation_name:3:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2006/04/29:program_invocation_short_name:3:program_invocation_name:3:
-@:LDP man-pages:3.37:2010/10/06:psiginfo:3:psignal:3:
-☆:LDP man-pages:3.25=>3.37:2010/10/06:psignal:3:1997/12/26::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-※:LDP man-pages:3.37:2008/11/11:pthread_attr_destroy:3:pthread_attr_init:3:
-※:LDP man-pages:3.37:2010/09/10:pthread_attr_getaffinity_np:3:pthread_attr_setaffinity_np:3:
-※:LDP man-pages:3.37:2010/02/03:pthread_attr_getdetachstate:3:pthread_attr_setdetachstate:3:
-※:LDP man-pages:3.37:2008/10/24:pthread_attr_getguardsize:3:pthread_attr_setguardsize:3:
-※:LDP man-pages:3.37:2008/11/10:pthread_attr_getinheritsched:3:pthread_attr_setinheritsched:3:
-※:LDP man-pages:3.37:2010/02/03:pthread_attr_getschedparam:3:pthread_attr_setschedparam:3:
-※:LDP man-pages:3.37:2010/02/03:pthread_attr_getschedpolicy:3:pthread_attr_setschedpolicy:3:
-※:LDP man-pages:3.37:2008/10/24:pthread_attr_getscope:3:pthread_attr_setscope:3:
-※:LDP man-pages:3.37:2008/10/24:pthread_attr_getstack:3:pthread_attr_setstack:3:
-※:LDP man-pages:3.37:2008/10/24:pthread_attr_getstackaddr:3:pthread_attr_setstackaddr:3:
-※:LDP man-pages:3.37:2008/11/05:pthread_attr_getstacksize:3:pthread_attr_setstacksize:3:
-×:LDP man-pages:3.37:2008/11/11:pthread_attr_init:3:::::
-×:LDP man-pages:3.37:2010/09/10:pthread_attr_setaffinity_np:3:::::
-×:LDP man-pages:3.37:2010/02/03:pthread_attr_setdetachstate:3:::::
-×:LDP man-pages:3.37:2008/10/24:pthread_attr_setguardsize:3:::::
-×:LDP man-pages:3.37:2008/11/10:pthread_attr_setinheritsched:3:::::
-×:LDP man-pages:3.37:2010/02/03:pthread_attr_setschedparam:3:::::
-×:LDP man-pages:3.37:2010/02/03:pthread_attr_setschedpolicy:3:::::
-×:LDP man-pages:3.37:2008/10/24:pthread_attr_setscope:3:::::
-×:LDP man-pages:3.37:2008/10/24:pthread_attr_setstack:3:::::
-×:LDP man-pages:3.37:2008/10/24:pthread_attr_setstackaddr:3:::::
-×:LDP man-pages:3.37:2008/11/05:pthread_attr_setstacksize:3:::::
-×:LDP man-pages:3.37:2008/11/17:pthread_cancel:3:::::
-※:LDP man-pages:3.37:2008/11/24:pthread_cleanup_pop:3:pthread_cleanup_push:3:
-※:LDP man-pages:3.37:2008/12/04:pthread_cleanup_pop_restore_np:3:pthread_cleanup_push_defer_np:3:
-×:LDP man-pages:3.37:2008/11/24:pthread_cleanup_push:3:::::
-×:LDP man-pages:3.37:2008/12/04:pthread_cleanup_push_defer_np:3:::::
-×:LDP man-pages:3.37:2008/11/11:pthread_create:3:::::
-×:LDP man-pages:3.37:2008/11/27:pthread_detach:3:::::
-×:LDP man-pages:3.37:2009/03/30:pthread_equal:3:::::
-×:LDP man-pages:3.37:2009/03/30:pthread_exit:3:::::
-※:LDP man-pages:3.37:2010/09/10:pthread_getaffinity_np:3:pthread_setaffinity_np:3:
-×:LDP man-pages:3.37:2010/09/10:pthread_getattr_np:3:::::
-※:LDP man-pages:3.37:2009/04/10:pthread_getconcurrency:3:pthread_setconcurrency:3:
-×:LDP man-pages:3.37:2009/02/08:pthread_getcpuclockid:3:::::
-※:LDP man-pages:3.37:2008/11/17:pthread_getschedparam:3:pthread_setschedparam:3:
-×:LDP man-pages:3.37:2008/11/27:pthread_join:3:::::
-×:LDP man-pages:3.37:2009/01/28:pthread_kill:3:::::
-×:LDP man-pages:3.37:2010/09/09:pthread_kill_other_threads_np:3:::::
-×:LDP man-pages:3.37:2008/10/24:pthread_self:3:::::
-×:LDP man-pages:3.37:2010/09/10:pthread_setaffinity_np:3:::::
-×:LDP man-pages:3.37:2008/11/24:pthread_setcancelstate:3:::::
-※:LDP man-pages:3.37:2008/11/24:pthread_setcanceltype:3:pthread_setcancelstate:3:
-×:LDP man-pages:3.37:2009/04/10:pthread_setconcurrency:3:::::
-×:LDP man-pages:3.37:2008/11/17:pthread_setschedparam:3:::::
-×:LDP man-pages:3.37:2008/11/06:pthread_setschedprio:3:::::
-×:LDP man-pages:3.37:2011/10/16:pthread_sigmask:3:::::
-×:LDP man-pages:3.37:2011/09/23:pthread_sigqueue:3:::::
-×:LDP man-pages:3.37:2008/11/17:pthread_testcancel:3:::::
-※:LDP man-pages:3.37:2010/09/10:pthread_timedjoin_np:3:pthread_tryjoin_np:3:
-×:LDP man-pages:3.37:2010/09/10:pthread_tryjoin_np:3:::::
-×:LDP man-pages:3.37:2009/04/10:pthread_yield:3:::::
-○:LDP man-pages:3.37:2008/09/03:ptsname:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/09/03:ptsname_r:3:ptsname:3:
-@:LDP man-pages:3.37:2011/09/28:putc:3:puts:3:
-@:LDP man-pages:3.37:2008/08/29:putc_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.37:2011/09/28:putchar:3:puts:3:
-@:LDP man-pages:3.37:2008/08/29:putchar_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.37:2007/07/26:putenv:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2003/09/09:putgrent:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2007/07/26:putpwent:3:1997/12/18::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-○:LDP man-pages:3.37:2011/09/28:puts:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2010/02/25:putspent:3:getspnam:3:
-@:LDP man-pages:3.37:2008/06/29:pututline:3:getutent:3:
-@:LDP man-pages:3.37:2008/06/29:pututxline:3:getutent:3:
-@:LDP man-pages:3.37:2010/09/26:putw:3:getw:3:
-@:LDP man-pages:3.37:1999/07/25:putwc:3:fputwc:3:
-@:LDP man-pages:3.37:2008/08/29:putwc_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.37:1999/07/25:putwchar:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2008/08/29:putwchar_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.37:2010/09/20:qecvt:3:2002/09/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/07/26:qecvt_r:3:ecvt_r:3:
-@:LDP man-pages:3.37:2010/09/20:qfcvt:3:qecvt:3:
-@:LDP man-pages:3.37:2007/07/26:qfcvt_r:3:ecvt_r:3:
-@:LDP man-pages:3.37:2010/09/20:qgcvt:3:qecvt:3:
-○:LDP man-pages:3.37:2009/09/15:qsort:3:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/12/28:queue:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2008/10/17:raise:3:1997/12/25::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-☆:LDP man-pages:3.25=>3.37:2010/10/01:rand:3:2005/03/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/10/01:rand_r:3:rand:3:
-○:LDP man-pages:3.37:2010/09/20:random:3:1997/01/21::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi:
-○:LDP man-pages:3.37:2008/03/07:random_r:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2009/12/04:rawmemchr:3:memchr:3:
-○:LDP man-pages:3.37:2007/12/28:rcmd:3:1999/03/01::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:1995/07/14:re_comp:3:1997/12/18::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-@:LDP man-pages:3.37:1995/07/14:re_exec:3:re_comp:3:
-☆:LDP man-pages:3.35=>3.37:2010/09/10:readdir:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/10:readdir_r:3:readdir:3:
-@:LDP man-pages:3.37:2011/09/08:realloc:3:malloc:3:
-○:LDP man-pages:3.37:2011/09/10:realpath:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:1994/08/18:recno:3:1999/08/19::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.37:2011/09/27:regcomp:3:regex:3:
-@:LDP man-pages:3.37:2011/09/27:regerror:3:regex:3:
-○:LDP man-pages:3.37:2011/09/27:regex:3:2005/03/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/27:regexec:3:regex:3:
-@:LDP man-pages:3.37:2011/09/27:regfree:3:regex:3:
-@:LDP man-pages:3.37:2008/07/17:registerrpc:3:rpc:3:
-○:LDP man-pages:3.37:2010/09/20:remainder:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:remainderf:3:remainder:3:
-@:LDP man-pages:3.37:2010/09/20:remainderl:3:remainder:3:
-○:LDP man-pages:3.37:2008/12/03:remove:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2010/09/09:remque:3:insque:3:
-○:LDP man-pages:3.37:2010/09/20:remquo:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:remquof:3:remquo:3:
-@:LDP man-pages:3.37:2010/09/20:remquol:3:remquo:3:
-@:LDP man-pages:3.37:2010/06/17:res_init:3:resolver:3:
-@:LDP man-pages:3.37:2010/06/17:res_mkquery:3:resolver:3:
-@:LDP man-pages:3.37:2010/06/17:res_query:3:resolver:3:
-@:LDP man-pages:3.37:2010/06/17:res_querydomain:3:resolver:3:
-@:LDP man-pages:3.37:2010/06/17:res_search:3:resolver:3:
-@:LDP man-pages:3.37:2010/06/17:res_send:3:resolver:3:
-○:LDP man-pages:3.37:2010/06/17:resolver:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:1993/11/29:rewind:3:fseek:3:
-○:LDP man-pages:3.37:1995/06/11:rewinddir:3:1997/12/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-○:LDP man-pages:3.37:2010/09/10:rexec:3:2005/12/28::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/21:rindex:3:index:3:
-○:LDP man-pages:3.37:2010/09/20:rint:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:rintf:3:rint:3:
-@:LDP man-pages:3.37:2010/09/20:rintl:3:rint:3:
-○:LDP man-pages:3.37:2010/09/20:round:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:roundf:3:round:3:
-@:LDP man-pages:3.37:2010/09/20:roundl:3:round:3:
-○:LDP man-pages:3.37:2008/07/17:rpc:3:2001/11/09::ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2007/07/26:rpmatch:3:2006/07/31::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/12/28:rresvport:3:rcmd:3:
-○:LDP man-pages:3.37:2010/02/25:rtime:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2010/01/11:rtnetlink:3:1999/08/20::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.37:2007/12/28:ruserok:3:rcmd:3:
-○:LDP man-pages:3.37:2010/09/20:scalb:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:scalbf:3:scalb:3:
-@:LDP man-pages:3.37:2010/09/20:scalbl:3:scalb:3:
-×:LDP man-pages:3.37:2010/09/20:scalbln:3:::::
-※:LDP man-pages:3.37:2010/09/20:scalblnf:3:scalbln:3:
-※:LDP man-pages:3.37:2010/09/20:scalblnl:3:scalbln:3:
-※:LDP man-pages:3.37:2010/09/20:scalbn:3:scalbln:3:
-※:LDP man-pages:3.37:2010/09/20:scalbnf:3:scalbln:3:
-※:LDP man-pages:3.37:2010/09/20:scalbnl:3:scalbln:3:
-○:LDP man-pages:3.37:2011/09/08:scandir:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.35=>3.37:2011/09/28:scanf:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/10/31:sched_getcpu:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2007/07/26:seed48:3:drand48:3:
-@:LDP man-pages:3.37:2007/07/26:seed48_r:3:drand48_r:3:
-○:LDP man-pages:3.37:2009/03/11:seekdir:3:1997/12/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-○:LDP man-pages:3.37:2006/03/25:sem_close:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2006/03/25:sem_destroy:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2006/03/25:sem_getvalue:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/07/27:sem_init:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/02/20:sem_open:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/03/30:sem_post:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2012/02/12:sem_timedwait:3:sem_wait:3:
-@:LDP man-pages:3.37:2012/02/12:sem_trywait:3:sem_wait:3:
-○:LDP man-pages:3.37:2006/03/25:sem_unlink:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.35=>3.37:2012/02/12:sem_wait:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2003/09/09:setaliasent:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2008/06/26:setbuf:3:2001/07/14::ysato@h4.dion.ne.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2008/06/26:setbuffer:3:setbuf:3:
-○:LDP man-pages:3.37:2009/09/20:setenv:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2002/02/28:setfsent:3:getfsent:3:
-@:LDP man-pages:3.37:2010/10/21:setgrent:3:getgrent:3:
-@:LDP man-pages:3.37:2010/10/04:sethostent:3:gethostbyname:3:
-@:LDP man-pages:3.37:2010/09/20:sethostid:3:gethostid:3:
-○:LDP man-pages:3.37:2009/06/26:setjmp:3:2009/03/05::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2003/04/04:setkey:3:encrypt:3:
-@:LDP man-pages:3.37:2003/04/04:setkey_r:3:encrypt:3:
-@:LDP man-pages:3.37:2008/06/26:setlinebuf:3:setbuf:3:
-○:LDP man-pages:3.37:2008/12/05:setlocale:3:2002/10/12::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2001/10/05:setlogmask:3:2001/11/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2009/09/15:setmntent:3:getmntent:3:
-@:LDP man-pages:3.37:2008/08/19:setnetent:3:getnetent:3:
-○:LDP man-pages:3.37:2007/07/26:setnetgrent:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/19:setprotoent:3:getprotoent:3:
-@:LDP man-pages:3.37:2010/10/21:setpwent:3:getpwent:3:
-@:LDP man-pages:3.37:2008/08/19:setrpcent:3:getrpcent:3:
-@:LDP man-pages:3.37:2008/08/19:setservent:3:getservent:3:
-@:LDP man-pages:3.37:2010/02/25:setspent:3:getspnam:3:
-@:LDP man-pages:3.37:2010/09/20:setstate:3:random:3:
-@:LDP man-pages:3.37:2008/03/07:setstate_r:3:random_r:3:
-@:LDP man-pages:3.37:2002/07/18:setttyent:3:getttyent:3:
-@:LDP man-pages:3.37:2007/07/26:setusershell:3:getusershell:3:
-@:LDP man-pages:3.37:2008/06/29:setutent:3:getutent:3:
-@:LDP man-pages:3.37:2008/06/29:setutxent:3:getutent:3:
-@:LDP man-pages:3.37:2008/06/26:setvbuf:3:setbuf:3:
-@:LDP man-pages:3.37:2010/02/25:sgetspent:3:getspnam:3:
-@:LDP man-pages:3.37:2010/02/25:sgetspent_r:3:getspnam:3:
-○:LDP man-pages:3.37:2009/02/25:shm_open:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2009/02/25:shm_unlink:3:shm_open:3:
-@:LDP man-pages:3.37:2008/09/01:sigaddset:3:sigsetops:3:
-@:LDP man-pages:3.37:2008/09/01:sigandset:3:sigsetops:3:
-@:LDP man-pages:3.37:2007/07/26:sigblock:3:sigvec:3:
-@:LDP man-pages:3.37:2008/09/01:sigdelset:3:sigsetops:3:
-@:LDP man-pages:3.37:2008/09/01:sigemptyset:3:sigsetops:3:
-@:LDP man-pages:3.37:2008/09/01:sigfillset:3:sigsetops:3:
-@:LDP man-pages:3.37:2007/07/26:siggetmask:3:sigvec:3:
-@:LDP man-pages:3.37:2010/09/20:sighold:3:sigset:3:
-@:LDP man-pages:3.37:2010/09/20:sigignore:3:sigset:3:
-○:LDP man-pages:3.37:2011/09/09:siginterrupt:3:1998/05/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-@:LDP man-pages:3.37:2008/09/01:sigisemptyset:3:sigsetops:3:
-@:LDP man-pages:3.37:2008/09/01:sigismember:3:sigsetops:3:
-@:LDP man-pages:3.37:2009/01/13:siglongjmp:3:longjmp:3:
-@:LDP man-pages:3.37:2007/07/26:sigmask:3:sigvec:3:
-○:LDP man-pages:3.37:2010/09/20:signbit:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/11:signgam:3:lgamma:3:
-○:LDP man-pages:3.37:2009/02/04:significand:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2009/02/04:significandf:3:significand:3:
-@:LDP man-pages:3.37:2009/02/04:significandl:3:significand:3:
-@:LDP man-pages:3.37:2008/09/01:sigorset:3:sigsetops:3:
-○:LDP man-pages:3.37:2010/09/12:sigpause:3:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/07/26:sigqueue:3:2007/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:sigrelse:3:sigset:3:
-○:LDP man-pages:3.37:2010/09/20:sigset:3:2005/12/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2009/06/26:sigsetjmp:3:setjmp:3:
-@:LDP man-pages:3.37:2007/07/26:sigsetmask:3:sigvec:3:
-○:LDP man-pages:3.37:2008/09/01:sigsetops:3:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/26:sigstack:3:sigaltstack:2:
-○:LDP man-pages:3.37:2007/07/26:sigvec:3:2005/12/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/10:sigwait:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/11:sin:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/08/11:sincos:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/11:sincosf:3:sincos:3:
-@:LDP man-pages:3.37:2008/08/11:sincosl:3:sincos:3:
-@:LDP man-pages:3.37:2010/09/11:sinf:3:sin:3:
-○:LDP man-pages:3.37:2010/09/20:sinh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:sinhf:3:sinh:3:
-@:LDP man-pages:3.37:2010/09/20:sinhl:3:sinh:3:
-@:LDP man-pages:3.37:2010/09/11:sinl:3:sin:3:
-○:LDP man-pages:3.37:2010/02/03:sleep:3:1997/01/21::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi:
-@:LDP man-pages:3.37:2011/09/28:snprintf:3:printf:3:
-○:LDP man-pages:3.37:2008/12/03:sockatmark:3:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2011/09/28:sprintf:3:printf:3:
-○:LDP man-pages:3.37:2010/09/20:sqrt:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:sqrtf:3:sqrt:3:
-@:LDP man-pages:3.37:2010/09/20:sqrtl:3:sqrt:3:
-@:LDP man-pages:3.37:2010/10/01:srand:3:rand:3:
-@:LDP man-pages:3.37:2007/07/26:srand48:3:drand48:3:
-@:LDP man-pages:3.37:2007/07/26:srand48_r:3:drand48_r:3:
-@:LDP man-pages:3.37:2010/09/20:srandom:3:random:3:
-@:LDP man-pages:3.37:2008/03/07:srandom_r:3:random_r:3:
-@:LDP man-pages:3.37:2011/09/28:sscanf:3:scanf:3:
-@:LDP man-pages:3.37:2007/07/26:ssignal:3:gsignal:3:
-○:LDP man-pages:3.37:2003/08/22:statvfs:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2001/10/14:stdarg:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2008/07/14:stderr:3:stdin:3:
-○:LDP man-pages:3.37:2008/07/14:stdin:3:2005/09/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2001/12/26:stdio:3:2004/02/06::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2001/12/16:stdio_ext:3:2002/08/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/07/14:stdout:3:stdin:3:
-○:LDP man-pages:3.37:2011/09/28:stpcpy:3:1997/12/26::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-○:LDP man-pages:3.37:2011/09/28:stpncpy:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.37:2010/09/20:strcasecmp:3:1997/12/25::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-@:LDP man-pages:3.37:2011/09/28:strcasestr:3:strstr:3:
-○:LDP man-pages:3.37:2011/09/28:strcat:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2010/09/20:strchr:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:strchrnul:3:strchr:3:
-○:LDP man-pages:3.37:2010/09/20:strcmp:3:2001/10/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:strcoll:3:2007/06/01::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:strcpy:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2010/09/20:strcspn:3:strspn:3:
-○:LDP man-pages:3.37:2011/10/01:strdup:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2011/10/01:strdupa:3:strdup:3:
-○:LDP man-pages:3.37:2009/03/30:strerror:3:2005/12/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2009/03/30:strerror_r:3:strerror:3:
-○:LDP man-pages:3.37:2000/12/05:strfmon:3:2001/02/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2010/09/20:strfry:3:1998/05/25::motoki@hal.t.u-tokyo.ac.jp:Akihiro Motoki:
-○:LDP man-pages:3.37:2010/01/17:strftime:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/02/25:string:3:1997/01/20::yoshino@civil.jcn.nihon-u.ac.jp:YOSHINO Takashi:
-○:LDP man-pages:3.37:2011/09/28:strlen:3:1997/01/20::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi:
-@:LDP man-pages:3.37:2010/09/20:strncasecmp:3:strcasecmp:3:
-@:LDP man-pages:3.37:2011/09/28:strncat:3:strcat:3:
-@:LDP man-pages:3.37:2010/09/20:strncmp:3:strcmp:3:
-@:LDP man-pages:3.37:2010/09/20:strncpy:3:strcpy:3:
-@:LDP man-pages:3.37:2011/10/01:strndup:3:strdup:3:
-@:LDP man-pages:3.37:2011/10/01:strndupa:3:strdup:3:
-○:LDP man-pages:3.37:2011/09/28:strnlen:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.37:2010/09/20:strpbrk:3:1999/12/25::argrath@yo.rim.or.jp:Kentaro Shirakata:
-○:LDP man-pages:3.37:2009/12/05:strptime:3:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2010/09/20:strrchr:3:strchr:3:
-○:LDP man-pages:3.37:2011/09/28:strsep:3:2009/03/05::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2010/09/15:strsignal:3:1999/12/25::argrath@yo.rim.or.jp:Kentaro Shirakata:
-○:LDP man-pages:3.37:2010/09/20:strspn:3:1997/12/16::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-○:LDP man-pages:3.37:2011/09/28:strstr:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2010/09/20:strtod:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:strtof:3:strtod:3:
-○:LDP man-pages:3.37:2003/11/28:strtoimax:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2010/09/27:strtok:3:2005/11/19:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/27:strtok_r:3:strtok:3:
-○:LDP man-pages:3.37:2010/09/20:strtol:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:strtold:3:strtod:3:
-@:LDP man-pages:3.37:2010/09/20:strtoll:3:strtol:3:
-@:LDP man-pages:3.37:2010/09/20:strtoq:3:strtol:3:
-○:LDP man-pages:3.37:2011/09/15:strtoul:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/15:strtoull:3:strtoul:3:
-@:LDP man-pages:3.37:2003/11/28:strtoumax:3:strtoimax:3:
-@:LDP man-pages:3.37:2011/09/15:strtouq:3:strtoul:3:
-○:LDP man-pages:3.37:2001/12/19:strverscmp:3:2002/09/22::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2011/09/28:strxfrm:3:1999/03/24::ss236rx@ymg.urban.ne.jp:Shouichi Saito:
-@:LDP man-pages:3.37:2008/07/17:svc_destroy:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svc_freeargs:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svc_getargs:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svc_getcaller:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svc_getreq:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svc_getreqset:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svc_register:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svc_run:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svc_sendreply:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svc_unregister:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svcerr_auth:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svcerr_decode:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svcerr_noproc:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svcerr_noprog:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svcerr_progvers:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svcerr_systemerr:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svcerr_weakauth:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svcfd_create:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svcraw_create:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svctcp_create:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svcudp_bufcreate:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:svcudp_create:3:rpc:3:
-○:LDP man-pages:3.37:2001/12/15:swab:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2009/03/31:swapcontext:3:makecontext:3:
-@:LDP man-pages:3.37:2011/09/17:swprintf:3:wprintf:3:
-@:LDP man-pages:3.37:2007/07/26:sys_errlist:3:perror:3:
-@:LDP man-pages:3.37:2007/07/26:sys_nerr:3:perror:3:
-○:LDP man-pages:3.37:2007/12/12:sysconf:3:2005/03/31::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/11/12:syslog:3:2008/07/24:o:argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2010/09/10:system:3:2005/03/12:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/05/04:sysv_signal:3:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/11:tan:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/11:tanf:3:tan:3:
-○:LDP man-pages:3.37:2010/09/20:tanh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:tanhf:3:tanh:3:
-@:LDP man-pages:3.37:2010/09/20:tanhl:3:tanh:3:
-@:LDP man-pages:3.37:2010/09/11:tanl:3:tan:3:
-@:LDP man-pages:3.37:2011/09/08:tcdrain:3:termios:3:
-@:LDP man-pages:3.37:2011/09/08:tcflow:3:termios:3:
-@:LDP man-pages:3.37:2011/09/08:tcflush:3:termios:3:
-@:LDP man-pages:3.37:2011/09/08:tcgetattr:3:termios:3:
-○:LDP man-pages:3.37:2003/01/28:tcgetpgrp:3:2003/08/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/10:tcgetsid:3:2003/08/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/08:tcsendbreak:3:termios:3:
-@:LDP man-pages:3.37:2011/09/08:tcsetattr:3:termios:3:
-@:LDP man-pages:3.37:2003/01/28:tcsetpgrp:3:tcgetpgrp:3:
-@:LDP man-pages:3.37:2008/09/23:tdelete:3:tsearch:3:
-@:LDP man-pages:3.37:2008/09/23:tdestroy:3:tsearch:3:
-○:LDP man-pages:3.37:2009/03/11:telldir:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/07/26:tempnam:3:2006/07/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.32=>3.37:2011/09/08:termios:3:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/09/23:tfind:3:tsearch:3:
-○:LDP man-pages:3.37:2010/09/20:tgamma:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:tgammaf:3:tgamma:3:
-@:LDP man-pages:3.37:2010/09/20:tgammal:3:tgamma:3:
-○:LDP man-pages:3.37:2007/07/26:timegm:3:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.37:2007/07/26:timelocal:3:timegm:3:
-○:LDP man-pages:3.37:2010/02/25:timeradd:3:2007/10/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/02/25:timerclear:3:timeradd:3:
-@:LDP man-pages:3.37:2010/02/25:timercmp:3:timeradd:3:
-@:LDP man-pages:3.37:2010/02/25:timerisset:3:timeradd:3:
-@:LDP man-pages:3.37:2010/02/25:timersub:3:timeradd:3:
-@:LDP man-pages:3.37:2010/02/25:timezone:3:tzset:3:
-○:LDP man-pages:3.37:2008/07/14:tmpfile:3:2001/12/14:o:ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2010/09/10:tmpnam:3:2006/07/26:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/10:tmpnam_r:3:tmpnam:3:
-○:LDP man-pages:3.37:2009/03/15:toascii:3:1997/12/16::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-@:LDP man-pages:3.37:1993/04/04:tolower:3:toupper:3:
-○:LDP man-pages:3.37:1993/04/04:toupper:3:1997/04/29::rui@linux.or.jp:Ueyama Rui:
-○:LDP man-pages:3.37:1999/07/25:towctrans:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:1999/07/25:towlower:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:1999/07/25:towupper:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:2010/09/20:trunc:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/09/20:truncf:3:trunc:3:
-@:LDP man-pages:3.37:2010/09/20:truncl:3:trunc:3:
-○:LDP man-pages:3.37:2008/09/23:tsearch:3:2002/02/14::ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2008/07/14:ttyname:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2008/07/14:ttyname_r:3:ttyname:3:
-○:LDP man-pages:3.37:2010/09/20:ttyslot:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2008/09/23:twalk:3:tsearch:3:
-@:LDP man-pages:3.37:2010/02/25:tzname:3:tzset:3:
-○:LDP man-pages:3.37:2010/02/25:tzset:3:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/20:ualarm:3:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/02/25:ulckpwdf:3:getspnam:3:
-○:LDP man-pages:3.37:2008/08/06:ulimit:3:1998/12/06::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2010/02/10:undocumented:3:2005/02/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2012/01/18:ungetc:3:gets:3:
-○:LDP man-pages:3.37:1999/09/19:ungetwc:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.37:2008/08/29:unlocked_stdio:3:2001/11/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/06/14:unlockpt:3:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2009/09/20:unsetenv:3:setenv:3:
-○:LDP man-pages:3.37:2008/07/02:updwtmp:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2008/07/02:updwtmpx:3:updwtmp:3:
-○:LDP man-pages:3.37:2010/12/03:usleep:3:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/06/29:utmpname:3:getutent:3:
-@:LDP man-pages:3.37:2008/06/29:utmpxname:3:getutent:3:
-@:LDP man-pages:3.37:2001/10/14:va_arg:3:stdarg:3:
-@:LDP man-pages:3.37:2001/10/14:va_copy:3:stdarg:3:
-@:LDP man-pages:3.37:2001/10/14:va_end:3:stdarg:3:
-@:LDP man-pages:3.37:2001/10/14:va_start:3:stdarg:3:
-@:LDP man-pages:3.37:2010/09/20:valloc:3:posix_memalign:3:
-@:LDP man-pages:3.37:2001/12/18:vasprintf:3:asprintf:3:
-@:LDP man-pages:3.37:2010/09/15:vdprintf:3:dprintf:3:
-@:LDP man-pages:3.37:2011/09/15:verr:3:err:3:
-@:LDP man-pages:3.37:2011/09/15:verrx:3:err:3:
-@:LDP man-pages:3.37:2011/09/08:versionsort:3:scandir:3:
-@:LDP man-pages:3.37:2011/09/28:vfprintf:3:printf:3:
-@:LDP man-pages:3.37:2011/09/28:vfscanf:3:scanf:3:
-@:LDP man-pages:3.37:2011/09/17:vfwprintf:3:wprintf:3:
-@:LDP man-pages:3.37:2011/09/10:vlimit:3:getrlimit:2:
-@:LDP man-pages:3.37:2011/09/28:vprintf:3:printf:3:
-@:LDP man-pages:3.37:2011/09/28:vscanf:3:scanf:3:
-@:LDP man-pages:3.37:2011/09/28:vsnprintf:3:printf:3:
-@:LDP man-pages:3.37:2011/09/28:vsprintf:3:printf:3:
-@:LDP man-pages:3.37:2011/09/28:vsscanf:3:scanf:3:
-@:LDP man-pages:3.37:2011/09/17:vswprintf:3:wprintf:3:
-@:LDP man-pages:3.37:2008/11/12:vsyslog:3:syslog:3:
-@:LDP man-pages:3.37:2010/09/26:vtimes:3:getrusage:2:
-@:LDP man-pages:3.37:2011/09/15:vwarn:3:err:3:
-@:LDP man-pages:3.37:2011/09/15:vwarnx:3:err:3:
-@:LDP man-pages:3.37:2011/09/17:vwprintf:3:wprintf:3:
-@:LDP man-pages:3.37:2011/09/15:warn:3:err:3:
-@:LDP man-pages:3.37:2011/09/15:warnx:3:err:3:
-☆:LDP man-pages:3.35=>3.37:2011/10/01:wcpcpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:2011/10/01:wcpncpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-☆:LDP man-pages:3.35=>3.37:2011/09/28:wcrtomb:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:2010/09/15:wcscasecmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:2011/09/28:wcscat:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:1999/07/25:wcschr:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:1999/07/25:wcscmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:2011/09/28:wcscpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:1999/07/25:wcscspn:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:2010/09/15:wcsdup:3:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO:
-☆:LDP man-pages:3.35=>3.37:2011/09/28:wcslen:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:2010/09/15:wcsncasecmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:2011/09/28:wcsncat:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:2011/09/28:wcsncmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:2011/09/28:wcsncpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:2011/10/01:wcsnlen:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-☆:LDP man-pages:3.35=>3.37:2011/10/16:wcsnrtombs:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:1999/07/25:wcspbrk:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:1999/07/25:wcsrchr:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-☆:LDP man-pages:3.35=>3.37:2011/10/16:wcsrtombs:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:1999/07/25:wcsspn:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:2011/09/28:wcsstr:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:2003/11/01:wcstoimax:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2011/09/28:wcstok:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-☆:LDP man-pages:3.35=>3.37:2011/10/16:wcstombs:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-@:LDP man-pages:3.37:2003/11/01:wcstoumax:3:wcstoimax:3:
-○:LDP man-pages:3.37:2010/09/10:wcswidth:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:2011/09/22:wctob:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:1999/07/25:wctomb:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.37:1999/07/25:wctrans:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:1999/07/25:wctype:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:2011/09/28:wcwidth:3:2002/08/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:1999/07/25:wmemchr:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:1999/07/25:wmemcmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:1999/07/25:wmemcpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:1999/07/25:wmemmove:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-@:LDP man-pages:3.37:2008/08/12:wmempcpy:3:mempcpy:3:
-○:LDP man-pages:3.37:1999/07/25:wmemset:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.37:2008/07/14:wordexp:3:2004/09/29::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2008/07/14:wordfree:3:wordexp:3:
-○:LDP man-pages:3.37:2011/09/17:wprintf:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.37:2003/04/04:xcrypt:3:2004/10/16::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2003/04/04:xdecrypt:3:xcrypt:3:
-○:LDP man-pages:3.37:2007/12/30:xdr:3:2000/01/14::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-@:LDP man-pages:3.37:2008/07/17:xdr_accepted_reply:3:rpc:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_array:3:xdr:3:
-@:LDP man-pages:3.37:2008/07/17:xdr_authunix_parms:3:rpc:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_bool:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_bytes:3:xdr:3:
-@:LDP man-pages:3.37:2008/07/17:xdr_callhdr:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:xdr_callmsg:3:rpc:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_char:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_destroy:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_double:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_enum:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_float:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_free:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_getpos:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_inline:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_int:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_long:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_opaque:3:xdr:3:
-@:LDP man-pages:3.37:2008/07/17:xdr_opaque_auth:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:xdr_pmap:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:xdr_pmaplist:3:rpc:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_pointer:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_reference:3:xdr:3:
-@:LDP man-pages:3.37:2008/07/17:xdr_rejected_reply:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:xdr_replymsg:3:rpc:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_setpos:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_short:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_string:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_u_char:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_u_int:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_u_long:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_u_short:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_union:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_vector:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_void:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdr_wrapstring:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdrmem_create:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdrrec_create:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdrrec_endofrecord:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdrrec_eof:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdrrec_skiprecord:3:xdr:3:
-@:LDP man-pages:3.37:2007/12/30:xdrstdio_create:3:xdr:3:
-@:LDP man-pages:3.37:2003/04/04:xencrypt:3:xcrypt:3:
-@:LDP man-pages:3.37:2008/07/17:xprt_register:3:rpc:3:
-@:LDP man-pages:3.37:2008/07/17:xprt_unregister:3:rpc:3:
-○:LDP man-pages:3.37:2008/08/10:y0:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2008/08/10:y0f:3:y0:3:
-@:LDP man-pages:3.37:2008/08/10:y0l:3:y0:3:
-@:LDP man-pages:3.37:2008/08/10:y1:3:y0:3:
-@:LDP man-pages:3.37:2008/08/10:y1f:3:y0:3:
-@:LDP man-pages:3.37:2008/08/10:y1l:3:y0:3:
-@:LDP man-pages:3.37:2008/08/10:yn:3:y0:3:
-@:LDP man-pages:3.37:2008/08/10:ynf:3:y0:3:
-@:LDP man-pages:3.37:2008/08/10:ynl:3:y0:3:
-×:LDP man-pages:3.37:2011/09/21:cciss:4:::::
-○:LDP man-pages:3.37:1994/10/31:console:4:2002/01/14:o:argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2011/09/15:console_codes:4:2008/10/08::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2009/02/28:console_ioctl:4:2008/07/22::argrath@ub32.org:Kentaro Shirakata:
-×:LDP man-pages:3.37:2009/03/31:cpuid:4:::::
-○:LDP man-pages:3.37:2000/03/01:dsp56k:4:2000/07/11::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2009/02/01:epoll:4:epoll:7:
-○:LDP man-pages:3.37:2010/08/29:fd:4:1998/01/12:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-@:LDP man-pages:3.37:2008/12/03:fifo:4:fifo:7:
-○:LDP man-pages:3.37:1997/08/02:full:4:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2002/12/31:futex:4:futex:7:
-○:LDP man-pages:3.37:1992/12/17:hd:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-×:LDP man-pages:3.37:2011/09/21:hpsa:4:::::
-○:LDP man-pages:3.37:2010/09/04:initrd:4:2005/10/09:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/10/23:intro:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-@:LDP man-pages:3.37:1992/11/21:kmem:4:mem:4:
-○:LDP man-pages:3.37:1995/01/15:lp:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-○:LDP man-pages:3.37:1992/11/21:mem:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-○:LDP man-pages:3.37:1996/02/10:mouse:4:1999/03/24:o:ss236rx@ymg.urban.ne.jp:Shouichi Saito:
-×:LDP man-pages:3.37:2009/03/31:msr:4:::::
-○:LDP man-pages:3.37:2009/02/23:null:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-@:LDP man-pages:3.37:1992/11/21:port:4:mem:4:
-@:LDP man-pages:3.37:2002/10/09:ptmx:4:pts:4:
-○:LDP man-pages:3.37:2002/10/09:pts:4:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:1992/11/21:ram:4:1997/01/12:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-○:LDP man-pages:3.37:2010/08/29:random:4:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/02/25:rtc:4:2007/02/08::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:1992/12/17:sd:4:1998/02/05::ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-○:LDP man-pages:3.37:2007/11/25:sk98lin:4:2007/06/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/04:st:4:2005/06/12::nakano@st.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2003/04/07:tty:4:2003/09/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:1992/12/19:ttyS:4:1998/02/05::ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-○:LDP man-pages:3.37:2008/10/29:tty_ioctl:4:2004/11/16::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2010/08/29:urandom:4:random:4:
-○:LDP man-pages:3.37:2007/12/17:vcs:4:2001/02/11::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2007/12/17:vcsa:4:vcs:4:
-○:LDP man-pages:3.37:1996/10/22:wavelan:4:1998/02/10::ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-@:LDP man-pages:3.37:2009/02/23:zero:4:null:4:
-○:LDP man-pages:3.37:2008/06/15:acct:5:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:1994/11/28:charmap:5:2008/07/22::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2011/09/16:complex:5:complex:7:
-☆:LDP man-pages:3.35=>3.37:2012/01/17:core:5:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2001/12/26:dir_colors:5:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO:
-☆:LDP man-pages:3.24=>3.37:2010/06/19:elf:5:2005/11/03::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2009/07/25:environ:5:environ:7:
-☆:LDP man-pages:3.24=>3.37:2010/05/24:filesystems:5:2008/02/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2010/05/24:fs:5:filesystems:5:
-○:LDP man-pages:3.37:2000/08/27:ftpusers:5:2001/03/12::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-☆:LDP man-pages:3.29=>3.37:2010/10/21:group:5:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2003/08/23:host.conf:5:2003/10/15::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2002/06/16:hosts:5:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2003/08/24:hosts.equiv:5:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/10/23:intro:5:1998/10/13::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.37:2009/01/26:ipc:5:svipc:7:
-○:LDP man-pages:3.37:1993/07/24:issue:5:1998/07/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2008/06/17:locale:5:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:1992/12/29:motd:5:1998/2/4::nagoya@cc.hit-u.ac.jp:Hiroaki Nagoya:
-×:LDP man-pages:3.37:2008/09/04:networks:5:::::
-○:LDP man-pages:3.37:1992/12/29:nologin:5:1998/02/18::rui@linux.or.jp:Ueyama Rui:
-○:LDP man-pages:3.37:1999/10/01:nscd.conf:5:2006/07/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:1999/01/17:nsswitch.conf:5:2001/10/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-※:LDP man-pages:3.37:2008/08/15:numa_maps:5:numa:7:
-☆:LDP man-pages:3.29=>3.37:2012/02/14:passwd:5:2006/07/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.24=>3.37:2012/02/08:proc:5:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/09/23:protocols:5:2008/07/22::argrath@ub32.org:Kentaro Shirakata:
-☆:LDP man-pages:3.35=>3.37:2012/02/08:resolv.conf:5:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2012/02/08:resolver:5:resolv.conf:5:
-○:LDP man-pages:3.37:1985/09/26:rpc:5:2008/07/22::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:1992/12/29:securetty:5:2003/01/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/05/22:services:5:2002/08/14::amotoki@dd.iij4u.or.jp:Akihiro Motoki:
-○:LDP man-pages:3.37:1993/11/21:shells:5:2000/12/11::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2001/06/19:slabinfo:5:2001/09/10::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:1996/10/21:termcap:5:2000/10/12::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:1993/07/24:ttytype:5:1998/02/10::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-☆:LDP man-pages:3.25=>3.37:2010/08/31:tzfile:5:1999/09/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2011/09/28:utmp:5:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2011/09/28:utmpx:5:utmp:5:
-@:LDP man-pages:3.37:2011/09/28:wtmp:5:utmp:5:
-○:LDP man-pages:3.37:2007/10/23:intro:6:1997/11/15::pessi@kmc.kyoto-u.ac.jp:II Ryouta:
-×:LDP man-pages:3.37:2010/10/02:aio:7:::::
-×:LDP man-pages:3.37:2010/09/20:armscii-8:7:::::
-○:LDP man-pages:3.37:2008/11/25:arp:7:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/02/12:ascii:7:2006/04/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/19:boot:7:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/12/16:bootparam:7:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.32=>3.37:2012/03/05:capabilities:7:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/06/03:charsets:7:2008/07/22::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2011/09/16:complex:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.37:2010/09/20:cp1251:7:::::
-×:LDP man-pages:3.37:2008/11/12:cpuset:7:::::
-○:LDP man-pages:3.37:2008/06/03:credentials:7:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/11/20:ddp:7:1999/12/06::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2009/07/25:environ:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/02/01:epoll:7:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.32=>3.37:2012/01/18:feature_test_macros:7:2007/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/12/03:fifo:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2002/12/31:futex:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-※:LDP man-pages:3.37:2009/01/13:glibc:7:libc:7:
-○:LDP man-pages:3.37:2003/08/24:glob:7:2003/09/28::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2009/03/30:hier:7:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-×:LDP man-pages:3.37:2010/11/07:hostname:7:::::
-○:LDP man-pages:3.37:2010/02/25:icmp:7:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.25=>3.37:2011/12/07:inotify:7:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:1993/04/23:intro:7:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.25=>3.37:2011/09/22:ip:7:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2011/09/08:ipv6:7:2006/01/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.37:1999/05/31:iso-8859-1:7:iso_8859-1:7:
-※:LDP man-pages:3.37:2010/09/20:iso-8859-10:7:iso_8859-10:7:
-※:LDP man-pages:3.37:2010/09/20:iso-8859-11:7:iso_8859-11:7:
-※:LDP man-pages:3.37:2010/09/20:iso-8859-13:7:iso_8859-13:7:
-※:LDP man-pages:3.37:2010/09/20:iso-8859-14:7:iso_8859-14:7:
-@:LDP man-pages:3.37:1999/05/31:iso-8859-15:7:iso_8859-15:7:
-@:LDP man-pages:3.37:2003/03/05:iso-8859-16:7:iso_8859-16:7:
-@:LDP man-pages:3.37:2007/11/25:iso-8859-2:7:iso_8859-2:7:
-※:LDP man-pages:3.37:2010/09/20:iso-8859-3:7:iso_8859-3:7:
-※:LDP man-pages:3.37:2009/01/24:iso-8859-4:7:iso_8859-4:7:
-※:LDP man-pages:3.37:2010/09/20:iso-8859-5:7:iso_8859-5:7:
-※:LDP man-pages:3.37:2010/09/20:iso-8859-6:7:iso_8859-6:7:
-@:LDP man-pages:3.37:2008/10/30:iso-8859-7:7:iso_8859-7:7:
-※:LDP man-pages:3.37:2010/09/20:iso-8859-8:7:iso_8859-8:7:
-@:LDP man-pages:3.37:2002/09/24:iso-8859-9:7:iso_8859-9:7:
-○:LDP man-pages:3.37:1999/05/31:iso_8859-1:7:2002/09/14::argrath@ub32.org:Kentaro Shirakata:
-×:LDP man-pages:3.37:2010/09/20:iso_8859-10:7:::::
-×:LDP man-pages:3.37:2010/09/20:iso_8859-11:7:::::
-×:LDP man-pages:3.37:2010/09/20:iso_8859-13:7:::::
-×:LDP man-pages:3.37:2010/09/20:iso_8859-14:7:::::
-○:LDP man-pages:3.37:1999/05/31:iso_8859-15:7:2002/09/28::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.37:2003/03/05:iso_8859-16:7:2003/09/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/11/25:iso_8859-2:7:2002/09/28::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-×:LDP man-pages:3.37:2010/09/20:iso_8859-3:7:::::
-×:LDP man-pages:3.37:2009/01/24:iso_8859-4:7:::::
-×:LDP man-pages:3.37:2010/09/20:iso_8859-5:7:::::
-×:LDP man-pages:3.37:2010/09/20:iso_8859-6:7:::::
-○:LDP man-pages:3.37:2008/10/30:iso_8859-7:7:2002/09/28::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-×:LDP man-pages:3.37:2010/09/20:iso_8859-8:7:::::
-○:LDP man-pages:3.37:2002/09/24:iso_8859-9:7:2003/01/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:1999/05/31:iso_8859_1:7:iso_8859-1:7:
-※:LDP man-pages:3.37:2010/09/20:iso_8859_10:7:iso_8859-10:7:
-※:LDP man-pages:3.37:2010/09/20:iso_8859_11:7:iso_8859-11:7:
-※:LDP man-pages:3.37:2010/09/20:iso_8859_13:7:iso_8859-13:7:
-※:LDP man-pages:3.37:2010/09/20:iso_8859_14:7:iso_8859-14:7:
-@:LDP man-pages:3.37:1999/05/31:iso_8859_15:7:iso_8859-15:7:
-@:LDP man-pages:3.37:2003/03/05:iso_8859_16:7:iso_8859-16:7:
-@:LDP man-pages:3.37:2007/11/25:iso_8859_2:7:iso_8859-2:7:
-※:LDP man-pages:3.37:2010/09/20:iso_8859_3:7:iso_8859-3:7:
-※:LDP man-pages:3.37:2009/01/24:iso_8859_4:7:iso_8859-4:7:
-※:LDP man-pages:3.37:2010/09/20:iso_8859_5:7:iso_8859-5:7:
-※:LDP man-pages:3.37:2010/09/20:iso_8859_6:7:iso_8859-6:7:
-@:LDP man-pages:3.37:2008/10/30:iso_8859_7:7:iso_8859-7:7:
-※:LDP man-pages:3.37:2010/09/20:iso_8859_8:7:iso_8859-8:7:
-@:LDP man-pages:3.37:2002/09/24:iso_8859_9:7:iso_8859-9:7:
-○:LDP man-pages:3.37:2010/10/24:koi8-r:7:2001/07/14::ysato@h4.dion.ne.jp:Yuichi SATO:
-×:LDP man-pages:3.37:2010/09/20:koi8-u:7:::::
-@:LDP man-pages:3.37:1999/05/31:latin1:7:iso_8859-1:7:
-@:LDP man-pages:3.37:2003/03/05:latin10:7:iso_8859-16:7:
-@:LDP man-pages:3.37:2007/11/25:latin2:7:iso_8859-2:7:
-※:LDP man-pages:3.37:2010/09/20:latin3:7:iso_8859-3:7:
-※:LDP man-pages:3.37:2009/01/24:latin4:7:iso_8859-4:7:
-@:LDP man-pages:3.37:2002/09/24:latin5:7:iso_8859-9:7:
-※:LDP man-pages:3.37:2010/09/20:latin6:7:iso_8859-10:7:
-※:LDP man-pages:3.37:2010/09/20:latin7:7:iso_8859-13:7:
-※:LDP man-pages:3.37:2010/09/20:latin8:7:iso_8859-14:7:
-@:LDP man-pages:3.37:1999/05/31:latin9:7:iso_8859-15:7:
-×:LDP man-pages:3.37:2009/01/13:libc:7:::::
-○:LDP man-pages:3.37:2008/12/05:locale:7:2006/02/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2004/09/15:mailaddr:7:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.35=>3.37:2011/10/05:man:7:2007/06/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/10/28:man-pages:7:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/08/11:math_error:7:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.32=>3.37:1999/07/11:mdoc:7:2008/10/08::argrath@ub32.org:Kentaro Shirakata:
-c:LDP man-pages:3.32=>3.37:1993/12/30:mdoc.samples:7:1999/01/21::man-jp@freebsd.org:FreeBSD jpman project:http://www.jp.freebsd.org/man-jp/
-○:LDP man-pages:3.37:2009/09/27:mq_overview:7:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/01/14:netdevice:7:2009/03/05::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2008/11/11:netlink:7:2006/07/12::ysato444@yahoo.co.jp:Yuichi SATO:
-×:LDP man-pages:3.37:2008/08/15:numa:7:::::
-○:LDP man-pages:3.37:2011/09/09:operator:7:2004/11/16::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2008/08/08:packet:7:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/12/05:path_resolution:7:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2005/12/08:pipe:7:2005/12/27::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2007/12/21:posixoptions:7:2005/01/14::ysato444@yahoo.co.jp:Yuichi SATO:
-☆:LDP man-pages:3.31=>3.37:2010/11/14:pthreads:7:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2005/10/10:pty:7:2005/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/11/20:raw:7:2007/01/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/01/12:regex:7:1998/07/08::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-×:LDP man-pages:3.37:2010/09/10:rtld-audit:7:::::
-○:LDP man-pages:3.37:2008/08/08:rtnetlink:7:2001/03/11::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:2010/05/22:sem_overview:7:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/09/10:shm_overview:7:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.37:2011/09/09:sigevent:7:::::
-○:LDP man-pages:3.37:2011/09/18:signal:7:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.24=>3.37:2010/06/13:socket:7:2007/01/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:2.67=>3.37:2007/12/20:spufs:7:2007/10/23::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/06/01:standards:7:2006/08/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2000/11/16:suffixes:7:2001/04/24::ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2009/01/26:svipc:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.37:2008/06/18:symlink:7:::::
-☆:LDP man-pages:3.25=>3.37:2010/09/10:tcp:7:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2006/12/28:termio:7:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2010/02/25:time:7:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-※:LDP man-pages:3.37:2010/09/20:tis-620:7:iso_8859-11:7:
-☆:LDP man-pages:3.24=>3.37:2010/06/13:udp:7:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2008/12/03:udplite:7:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2001/05/11:unicode:7:2001/07/14::ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2001/12/22:units:7:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-☆:LDP man-pages:3.25=>3.37:2011/09/15:unix:7:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2000/03/14:uri:7:2008/07/22::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.37:2000/03/14:url:7:uri:7:
-@:LDP man-pages:3.37:2000/03/14:urn:7:uri:7:
-○:LDP man-pages:3.37:2001/05/11:utf-8:7:2001/07/14::ysato@h4.dion.ne.jp:Yuichi SATO:
-@:LDP man-pages:3.37:2001/05/11:utf8:7:utf-8:7:
-○:LDP man-pages:3.37:2008/08/08:x25:7:1999/12/06::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2007/10/23:intro:8:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.37:2012/03/06:ld-linux:8:ld.so:8:
-@:LDP man-pages:3.37:2012/03/06:ld-linux.so:8:ld.so:8:
-☆:LDP man-pages:3.35=>3.37:2012/03/06:ld.so:8:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.37:2009/04/15:ldconfig:8:2002/08/20::ysato@h4.dion.ne.jp:Yuichi SATO:The ancestor is in ld.so.
-○:LDP man-pages:3.37:2008/12/05:nscd:8:2009/03/14::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.37:1998/11/01:sync:8:2000/06/13::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
-○:LDP man-pages:3.37:2007/05/18:tzselect:8:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.37:0000/00/00:zdump:8:1999/09/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.37:2010/02/25:zic:8:2001/04/04::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
+×:LDP man-pages:3.38:2011/10/31:getent:1:::::
+○:LDP man-pages:3.38:2007/11/15:intro:1:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2000/10/30:ldd:1:2002/02/14::ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2008/11/14:time:1:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:_Exit:2:_exit:2:
+@:LDP man-pages:3.38:2011/09/08:__clone2:2:clone:2:
+☆:LDP man-pages:3.37=>3.38:2010/09/20:_exit:2:2001/12/14::ysato@h4.dion.ne.jp:Yuichi SATO:
+@:LDP man-pages:3.38:1995/06/10:_llseek:2:llseek:2:
+@:LDP man-pages:3.38:2010/08/31:_newselect:2:select:2:
+○:LDP man-pages:3.38:2007/12/19:_syscall:2:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/11/20:_sysctl:2:sysctl:2:
+○:LDP man-pages:3.38:2010/09/10:accept:2:2008/12/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/10:accept4:2:accept:2:
+☆:LDP man-pages:3.29=>3.38:2010/10/24:access:2:2007/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/06/16:acct:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+×:LDP man-pages:3.38:2010/02/25:add_key:2:::::
+○:LDP man-pages:3.38:2004/05/27:adjtimex:2:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/07/05:afs_syscall:2:unimplemented:2:
+○:LDP man-pages:3.38:2008/06/12:alarm:2:1997/02/22::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.38:2007/05/31:alloc_hugepages:2:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/12/26:arch_prctl:2:2005/11/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/10/09:arm_fadvise:2:posix_fadvise:2:
+@:LDP man-pages:3.38:2010/10/09:arm_fadvise64_64:2:posix_fadvise:2:
+@:LDP man-pages:3.38:2010/10/09:arm_sync_file_range:2:sync_file_range:2:
+☆:LDP man-pages:3.35=>3.38:2012/03/05:bdflush:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2007/12/28:bind:2:2007/06/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/07/05:break:2:unimplemented:2:
+○:LDP man-pages:3.38:2010/09/20:brk:2:2007/02/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/05/26:cacheflush:2:2005/10/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:capget:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:capset:2:capget:2:
+☆:LDP man-pages:3.31=>3.38:2010/11/25:chdir:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.37=>3.38:2010/09/26:chmod:2:2005/01/14::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.31=>3.38:2010/11/22:chown:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2010/11/22:chown32:2:chown:2:
+○:LDP man-pages:3.38:2010/09/20:chroot:2:2005/01/14::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2010/02/03:clock_getres:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2010/02/03:clock_gettime:2:clock_getres:2:
+○:LDP man-pages:3.38:2010/12/03:clock_nanosleep:2:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/02/03:clock_settime:2:clock_getres:2:
+☆:LDP man-pages:3.32=>3.38:2011/09/08:clone:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/08:clone2:2:clone:2:
+○:LDP man-pages:3.38:2007/12/28:close:2:2007/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/12/03:connect:2:2005/10/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2012/02/27:creat:2:open:2:
+○:LDP man-pages:3.38:2007/06/03:create_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:0000/00/00:delete_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.35=>3.38:2012/02/14:dup:2:2005/09/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2012/02/14:dup2:2:dup:2:
+@:LDP man-pages:3.38:2012/02/14:dup3:2:dup:2:
+☆:LDP man-pages:3.31=>3.38:2010/12/03:epoll_create:2:2009/03/14::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2010/12/03:epoll_create1:2:epoll_create:2:
+☆:LDP man-pages:3.31=>3.38:2010/12/03:epoll_ctl:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/12/03:epoll_pwait:2:epoll_wait:2:
+☆:LDP man-pages:3.31=>3.38:2010/12/03:epoll_wait:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.25=>3.38:2010/08/30:eventfd:2:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/08/30:eventfd2:2:eventfd:2:
+☆:LDP man-pages:3.32=>3.38:2011/09/14:execve:2:2008/04/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:exit:2:_exit:2:
+○:LDP man-pages:3.38:2008/11/27:exit_group:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.29=>3.38:2010/10/24:faccessat:2:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/10/09:fadvise64:2:posix_fadvise:2:
+@:LDP man-pages:3.38:2010/10/09:fadvise64_64:2:posix_fadvise:2:
+☆:LDP man-pages:3.32=>3.38:2012/02/27:fallocate:2:2007/10/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/11/25:fchdir:2:chdir:2:
+@:LDP man-pages:3.38:2010/09/26:fchmod:2:chmod:2:
+○:LDP man-pages:3.38:2009/12/13:fchmodat:2:2006/12/28::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2010/11/22:fchown:2:chown:2:
+@:LDP man-pages:3.38:2010/11/22:fchown32:2:fchown:2:
+○:LDP man-pages:3.38:2009/12/13:fchownat:2:2006/12/28::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.24=>3.38:2012/03/25:fcntl:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2012/03/25:fcntl64:2:fcntl:2:
+@:LDP man-pages:3.38:2012/02/27:fdatasync:2:fsync:2:
+@:LDP man-pages:3.38:2001/12/01:fgetxattr:2:getxattr:2:
+@:LDP man-pages:3.38:2001/12/01:flistxattr:2:listxattr:2:
+○:LDP man-pages:3.38:2009/07/25:flock:2:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.35=>3.38:2012/02/27:fork:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/05/31:free_hugepages:2:alloc_hugepages:2:
+@:LDP man-pages:3.38:2001/12/01:fremovexattr:2:removexattr:2:
+@:LDP man-pages:3.38:2001/12/31:fsetxattr:2:setxattr:2:
+@:LDP man-pages:3.38:2011/10/04:fstat:2:stat:2:
+@:LDP man-pages:3.38:2011/10/04:fstat64:2:fstat:2:
+☆:LDP man-pages:3.31=>3.38:2011/09/19:fstatat:2:2006/12/28::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2011/09/19:fstatat64:2:fstatat:2:
+@:LDP man-pages:3.38:2010/11/21:fstatfs:2:statfs:2:
+@:LDP man-pages:3.38:2010/11/21:fstatfs64:2:fstatfs:2:
+@:LDP man-pages:3.38:2003/08/22:fstatvfs:2:statvfs:3:
+☆:LDP man-pages:3.35=>3.38:2012/02/27:fsync:2:2007/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/08:ftruncate:2:truncate:2:
+@:LDP man-pages:3.38:2011/09/08:ftruncate64:2:ftruncate:2:
+○:LDP man-pages:3.38:2010/08/29:futex:2:2007/02/08::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.37=>3.38:2012/03/25:futimesat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:0000/00/00:get_kernel_syms:2:2006/07/31::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/08/15:get_mempolicy:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/11/27:get_thread_area:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/03/15:getcontext:2:2001/12/15::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+×:LDP man-pages:3.38:2008/06/03:getcpu:2:::::
+@:LDP man-pages:3.38:2010/09/20:getcwd:2:getcwd:3:
+☆:LDP man-pages:3.31=>3.38:2010/11/21:getdents:2:2009/03/05::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2010/11/21:getdents64:2:getdents:2:
+○:LDP man-pages:3.38:2009/09/27:getdomainname:2:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:getdtablesize:2:2007/01/14::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2010/11/22:getegid:2:getgid:2:
+@:LDP man-pages:3.38:2010/11/22:getegid32:2:getegid:2:
+@:LDP man-pages:3.38:2010/11/22:geteuid:2:getuid:2:
+@:LDP man-pages:3.38:2010/11/22:geteuid32:2:geteuid:2:
+☆:LDP man-pages:3.31=>3.38:2010/11/22:getgid:2:1997/06/26::suto@av.crl.sony.co.jp:SUTO, Mitsuaki:
+@:LDP man-pages:3.38:2010/11/22:getgid32:2:getgid:2:
+☆:LDP man-pages:3.31=>3.38:2010/11/22:getgroups:2:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/11/22:getgroups32:2:getgroups:2:
+@:LDP man-pages:3.38:2010/09/20:gethostid:2:gethostid:3:
+○:LDP man-pages:3.38:2010/09/26:gethostname:2:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/03/15:getitimer:2:2007/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.31=>3.38:2010/11/16:getpagesize:2:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/12/03:getpeername:2:2005/02/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/26:getpgid:2:setpgid:2:
+@:LDP man-pages:3.38:2010/09/26:getpgrp:2:setpgid:2:
+○:LDP man-pages:3.38:2008/09/23:getpid:2:1997/06/27::suto@av.crl.sony.co.jp:SUTO, Mitsuaki:
+@:LDP man-pages:3.38:2007/07/05:getpmsg:2:unimplemented:2:
+@:LDP man-pages:3.38:2008/09/23:getppid:2:getpid:2:
+○:LDP man-pages:3.38:2008/05/29:getpriority:2:2005/10/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/11/22:getresgid:2:getresuid:2:
+@:LDP man-pages:3.38:2010/11/22:getresgid32:2:getresgid:2:
+☆:LDP man-pages:3.31=>3.38:2010/11/22:getresuid:2:2003/11/13::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2010/11/22:getresuid32:2:getresuid:2:
+☆:LDP man-pages:3.30=>3.38:2011/09/10:getrlimit:2:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.24=>3.38:2010/09/26:getrusage:2:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/26:getsid:2:2002/02/03::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2008/12/03:getsockname:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2008/12/03:getsockopt:2:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2008/04/14:gettid:2:2003/09/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/03/25:gettimeofday:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.31=>3.38:2010/11/22:getuid:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2010/11/22:getuid32:2:getuid:2:
+○:LDP man-pages:3.38:2001/12/01:getxattr:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/07/05:gtty:2:unimplemented:2:
+○:LDP man-pages:3.38:1994/08/21:idle:2:2000/01/14::argrath@yo.rim.or.jp:Kentaro Shirakata:
+@:LDP man-pages:3.38:1995/11/29:inb:2:outb:2:
+@:LDP man-pages:3.38:1995/11/29:inb_p:2:outb:2:
+○:LDP man-pages:3.38:0000/00/00:init_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:1995/11/29:inl:2:outb:2:
+@:LDP man-pages:3.38:1995/11/29:inl_p:2:outb:2:
+☆:LDP man-pages:3.29=>3.38:2010/10/20:inotify_add_watch:2:2006/08/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/10/10:inotify_init:2:2006/08/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/10/10:inotify_init1:2:inotify_init:2:
+○:LDP man-pages:3.38:2010/10/15:inotify_rm_watch:2:2006/08/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:1995/11/29:insb:2:outb:2:
+@:LDP man-pages:3.38:1995/11/29:insl:2:outb:2:
+@:LDP man-pages:3.38:1995/11/29:insw:2:outb:2:
+☆:LDP man-pages:3.37=>3.38:2010/11/11:intro:2:2006/04/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:1995/11/29:inw:2:outb:2:
+@:LDP man-pages:3.38:1995/11/29:inw_p:2:outb:2:
+○:LDP man-pages:3.38:2008/06/18:io_cancel:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/06/18:io_destroy:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/07/04:io_getevents:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/06/18:io_setup:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/06/18:io_submit:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2000/09/21:ioctl:2:2011/09/15::tati@kc5.so-net.ne.jp:TACHIBANA Akira:
+○:LDP man-pages:3.38:2007/12/29:ioctl_list:2:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2007/06/15:ioperm:2:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2004/12/26:iopl:2:2005/02/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/07/09:ioprio_get:2:ioprio_set:2:
+○:LDP man-pages:3.38:2008/07/09:ioprio_set:2:2007/01/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/06/28:ipc:2:1997/02/23::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+×:LDP man-pages:3.38:2010/11/04:kexec_load:2:::::
+×:LDP man-pages:3.38:2010/02/25:keyctl:2:::::
+○:LDP man-pages:3.38:2009/09/15:kill:2:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:killpg:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2010/11/22:lchown:2:chown:2:
+@:LDP man-pages:3.38:2010/11/22:lchown32:2:lchown:2:
+@:LDP man-pages:3.38:2001/12/01:lgetxattr:2:getxattr:2:
+○:LDP man-pages:3.38:2008/08/21:link:2:2005/05/12::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2009/12/13:linkat:2:2007/01/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/11/20:listen:2:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2001/12/01:listxattr:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2001/12/01:llistxattr:2:listxattr:2:
+○:LDP man-pages:3.38:1995/06/10:llseek:2:2005/01/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2007/07/05:lock:2:unimplemented:2:
+○:LDP man-pages:3.38:2004/06/17:lookup_dcookie:2:2005/02/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2001/12/01:lremovexattr:2:removexattr:2:
+☆:LDP man-pages:3.32=>3.38:2011/09/25:lseek:2:2006/03/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2001/12/31:lsetxattr:2:setxattr:2:
+@:LDP man-pages:3.38:2011/10/04:lstat:2:stat:2:
+@:LDP man-pages:3.38:2011/10/04:lstat64:2:lstat:2:
+☆:LDP man-pages:3.24=>3.38:2011/09/18:madvise:2:2007/01/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/07/05:madvise1:2:unimplemented:2:
+○:LDP man-pages:3.38:2008/08/15:mbind:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.38:2010/11/01:migrate_pages:2:::::
+○:LDP man-pages:3.38:2008/04/22:mincore:2:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.25=>3.38:2010/06/26:mkdir:2:2008/10/08::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2009/12/13:mkdirat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2010/09/20:mknod:2:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:mknodat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.24=>3.38:2011/09/14:mlock:2:2006/02/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/14:mlockall:2:mlock:2:
+☆:LDP man-pages:3.24=>3.38:2010/06/20:mmap:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/04/22:mmap2:2:2007/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/06/01:modify_ldt:2:2007/06/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.35=>3.38:2012/01/18:mount:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/06/11:move_pages:2:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2011/09/08:mprotect:2:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/07/05:mpx:2:unimplemented:2:
+○:LDP man-pages:3.38:2010/08/29:mq_getsetattr:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/10/04:mq_notify:2:mq_notify:3:
+@:LDP man-pages:3.38:2009/02/20:mq_open:2:mq_open:3:
+@:LDP man-pages:3.38:2010/09/20:mq_timedreceive:2:mq_receive:3:
+@:LDP man-pages:3.38:2010/09/20:mq_timedsend:2:mq_send:3:
+@:LDP man-pages:3.38:2010/08/29:mq_unlink:2:mq_unlink:3:
+☆:LDP man-pages:3.35=>3.38:2010/06/10:mremap:2:2006/04/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/08/06:msgctl:2:2005/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2004/05/27:msgget:2:2005/03/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/04/23:msgop:2:2006/03/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/04/23:msgrcv:2:msgop:2:
+@:LDP man-pages:3.38:2008/04/23:msgsnd:2:msgop:2:
+○:LDP man-pages:3.38:2008/04/22:msync:2:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2011/09/14:munlock:2:mlock:2:
+@:LDP man-pages:3.38:2011/09/14:munlockall:2:mlock:2:
+@:LDP man-pages:3.38:2010/06/20:munmap:2:mmap:2:
+○:LDP man-pages:3.38:2009/01/19:nanosleep:2:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.35=>3.38:2012/03/05:nfsservctl:2:1997/08/30::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.38:2007/07/26:nice:2:2005/10/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/10/04:oldfstat:2:stat:2:
+@:LDP man-pages:3.38:2011/10/04:oldlstat:2:stat:2:
+@:LDP man-pages:3.38:2008/12/03:oldolduname:2:uname:2:
+@:LDP man-pages:3.38:2011/10/04:oldstat:2:stat:2:
+@:LDP man-pages:3.38:2008/12/03:olduname:2:uname:2:
+☆:LDP man-pages:3.31=>3.38:2012/02/27:open:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/12/13:openat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:1995/11/29:outb:2:2005/10/30::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:1995/11/29:outb_p:2:outb:2:
+@:LDP man-pages:3.38:1995/11/29:outl:2:outb:2:
+@:LDP man-pages:3.38:1995/11/29:outl_p:2:outb:2:
+@:LDP man-pages:3.38:1995/11/29:outsb:2:outb:2:
+@:LDP man-pages:3.38:1995/11/29:outsl:2:outb:2:
+@:LDP man-pages:3.38:1995/11/29:outsw:2:outb:2:
+@:LDP man-pages:3.38:1995/11/29:outw:2:outb:2:
+@:LDP man-pages:3.38:1995/11/29:outw_p:2:outb:2:
+@:LDP man-pages:3.38:2009/12/05:path_resolution:2:path_resolution:7:
+○:LDP man-pages:3.38:2008/10/06:pause:2:1997/06/27::suto@av.crl.sony.co.jp:SUTO, Mitsuaki:
+@:LDP man-pages:3.38:2003/07/14:pciconfig_iobase:2:pciconfig_read:2:
+○:LDP man-pages:3.38:2003/07/14:pciconfig_read:2:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2003/07/14:pciconfig_write:2:pciconfig_read:2:
+○:LDP man-pages:3.38:2003/01/01:personality:2:2003/09/14::argrath@ub32.org:Kentaro Shirakata:
+☆:LDP man-pages:3.35=>3.38:2012/02/14:pipe:2:2008/11/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2012/02/14:pipe2:2:pipe:2:
+○:LDP man-pages:3.38:2007/06/01:pivot_root:2:2000/06/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2010/09/20:poll:2:2006/07/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.24=>3.38:2010/10/09:posix_fadvise:2:2007/02/08::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2010/09/20:ppoll:2:poll:2:
+☆:LDP man-pages:3.24=>3.38:2011/09/17:prctl:2:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.31=>3.38:2010/11/21:pread:2:1999/06/25::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+@:LDP man-pages:3.38:2010/11/21:pread64:2:pread:2:
+@:LDP man-pages:3.38:2010/11/17:preadv:2:readv:2:
+@:LDP man-pages:3.38:2011/09/10:prlimit:2:getrlimit:2:
+@:LDP man-pages:3.38:2007/07/05:prof:2:unimplemented:2:
+@:LDP man-pages:3.38:2010/08/31:pselect:2:select:2:
+@:LDP man-pages:3.38:2010/08/31:pselect6:2:select:2:
+☆:LDP man-pages:3.35=>3.38:2012/03/24:ptrace:2:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/07/05:putpmsg:2:unimplemented:2:
+@:LDP man-pages:3.38:2010/11/21:pwrite:2:pread:2:
+@:LDP man-pages:3.38:2010/11/21:pwrite64:2:pwrite:2:
+@:LDP man-pages:3.38:2010/11/17:pwritev:2:readv:2:
+○:LDP man-pages:3.38:0000/00/00:query_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.24=>3.38:2010/06/16:quotactl:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2009/02/23:read:2:2005/10/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/10:readahead:2:2005/02/27::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/10/02:readdir:2:1997/02/23::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+☆:LDP man-pages:3.32=>3.38:2011/09/20:readlink:2:2006/07/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/12/13:readlinkat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.31=>3.38:2010/11/17:readv:2:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.29=>3.38:2010/10/31:reboot:2:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2011/09/16:recv:2:2008/12/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/16:recvfrom:2:recv:2:
+×:LDP man-pages:3.38:2011/10/04:recvmmsg:2:::::
+@:LDP man-pages:3.38:2011/09/16:recvmsg:2:recv:2:
+○:LDP man-pages:3.38:2008/04/22:remap_file_pages:2:2005/10/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2001/12/01:removexattr:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/03/30:rename:2:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/12/13:renameat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO:
+×:LDP man-pages:3.38:2010/02/25:request_key:2:::::
+○:LDP man-pages:3.38:2008/05/08:rmdir:2:2006/07/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/08:rt_sigaction:2:sigaction:2:
+@:LDP man-pages:3.38:2008/10/04:rt_sigpending:2:sigpending:2:
+@:LDP man-pages:3.38:2008/10/17:rt_sigprocmask:2:sigprocmask:2:
+×:LDP man-pages:3.38:2011/09/18:rt_sigqueueinfo:2:::::
+@:LDP man-pages:3.38:2008/06/26:rt_sigreturn:2:sigreturn:2:
+@:LDP man-pages:3.38:2005/09/15:rt_sigsuspend:2:sigsuspend:2:
+@:LDP man-pages:3.38:2011/10/03:rt_sigtimedwait:2:sigtimedwait:2:
+※:LDP man-pages:3.38:2011/09/18:rt_tgsigqueueinfo:2:rt_sigqueueinfo:2:
+@:LDP man-pages:3.38:2010/09/20:sbrk:2:brk:2:
+○:LDP man-pages:3.38:2006/03/23:sched_get_priority_max:2:2006/04/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2006/03/23:sched_get_priority_min:2:sched_get_priority_max:2:
+@:LDP man-pages:3.38:2010/11/06:sched_getaffinity:2:sched_setaffinity:2:
+@:LDP man-pages:3.38:2006/03/23:sched_getparam:2:sched_setparam:2:
+@:LDP man-pages:3.38:2011/09/19:sched_getscheduler:2:sched_setscheduler:2:
+☆:LDP man-pages:3.35=>3.38:2011/10/16:sched_rr_get_interval:2:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/11/06:sched_setaffinity:2:2008/12/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2006/03/23:sched_setparam:2:2006/04/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.24=>3.38:2011/09/19:sched_setscheduler:2:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/10/18:sched_yield:2:1997/02/23::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+@:LDP man-pages:3.38:2007/07/05:security:2:unimplemented:2:
+○:LDP man-pages:3.38:2010/08/31:select:2:2007/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/06/10:select_tut:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/09/27:semctl:2:2005/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2004/05/27:semget:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/10/04:semop:2:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/10/04:semtimedop:2:semop:2:
+☆:LDP man-pages:3.35=>3.38:2012/02/27:send:2:2006/04/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.31=>3.38:2011/09/14:sendfile:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/14:sendfile64:2:sendfile:2:
+×:LDP man-pages:3.38:2012/02/27:sendmmsg:2:::::
+@:LDP man-pages:3.38:2012/02/27:sendmsg:2:send:2:
+@:LDP man-pages:3.38:2012/02/27:sendto:2:send:2:
+○:LDP man-pages:3.38:2008/08/15:set_mempolicy:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/11/27:set_thread_area:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2004/09/10:set_tid_address:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2009/03/15:setcontext:2:getcontext:2:
+@:LDP man-pages:3.38:2009/09/27:setdomainname:2:getdomainname:2:
+@:LDP man-pages:3.38:2009/10/17:setegid:2:seteuid:2:
+○:LDP man-pages:3.38:2009/10/17:seteuid:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.31=>3.38:2010/11/22:setfsgid:2:2005/02/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/11/22:setfsgid32:2:setfsgid:2:
+☆:LDP man-pages:3.31=>3.38:2010/11/22:setfsuid:2:2005/02/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/11/22:setfsuid32:2:setfsuid:2:
+☆:LDP man-pages:3.31=>3.38:2010/11/22:setgid:2:2003/02/14::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2010/11/22:setgid32:2:setgid:2:
+@:LDP man-pages:3.38:2010/11/22:setgroups:2:getgroups:2:
+@:LDP man-pages:3.38:2010/11/22:setgroups32:2:setgroups:2:
+@:LDP man-pages:3.38:2010/09/20:sethostid:2:gethostid:3:
+@:LDP man-pages:3.38:2010/09/26:sethostname:2:gethostname:2:
+@:LDP man-pages:3.38:2009/03/15:setitimer:2:getitimer:2:
+×:LDP man-pages:3.38:2011/10/04:setns:2:::::
+○:LDP man-pages:3.38:2010/09/26:setpgid:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/26:setpgrp:2:setpgid:2:
+@:LDP man-pages:3.38:2008/05/29:setpriority:2:getpriority:2:
+@:LDP man-pages:3.38:2010/11/22:setregid:2:setreuid:2:
+@:LDP man-pages:3.38:2010/11/22:setregid32:2:setregid:2:
+@:LDP man-pages:3.38:2010/11/22:setresgid:2:setresuid:2:
+@:LDP man-pages:3.38:2010/11/22:setresgid32:2:setresgid:2:
+☆:LDP man-pages:3.31=>3.38:2010/11/22:setresuid:2:2005/11/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/11/22:setresuid32:2:setresuid:2:
+☆:LDP man-pages:3.31=>3.38:2010/11/22:setreuid:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/11/22:setreuid32:2:setreuid:2:
+@:LDP man-pages:3.38:2011/09/10:setrlimit:2:getrlimit:2:
+○:LDP man-pages:3.38:2008/12/03:setsid:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2008/12/03:setsockopt:2:getsockopt:2:
+@:LDP man-pages:3.38:2009/03/25:settimeofday:2:gettimeofday:2:
+☆:LDP man-pages:3.31=>3.38:2010/11/22:setuid:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2010/11/22:setuid32:2:setuid:2:
+○:LDP man-pages:3.38:2008/12/03:setup:2:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2001/12/31:setxattr:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/07/05:sgetmask:2:2007/10/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/06/03:shmat:2:shmop:2:
+○:LDP man-pages:3.38:2008/08/07:shmctl:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/06/03:shmdt:2:shmop:2:
+○:LDP man-pages:3.38:2006/05/02:shmget:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/06/03:shmop:2:2006/04/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/12/03:shutdown:2:2001/11/09::argrath@ub32.org:Kentaro Shirakata:
+☆:LDP man-pages:3.24=>3.38:2011/09/08:sigaction:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/26:sigaltstack:2:2006/01/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/07/11:signal:2:2007/06/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/01/13:signalfd:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2009/01/13:signalfd4:2:signalfd:2:
+○:LDP man-pages:3.38:2008/10/04:sigpending:2:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/10/17:sigprocmask:2:2005/10/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2012/03/25:sigqueue:2:sigqueue:3:
+○:LDP man-pages:3.38:2008/06/26:sigreturn:2:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2005/09/15:sigsuspend:2:2005/10/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/10/03:sigtimedwait:2:sigwaitinfo:2:
+○:LDP man-pages:3.38:2011/10/03:sigwaitinfo:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/01/19:socket:2:2008/11/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/06/28:socketcall:2:1997/03/03::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.38:2008/10/11:socketpair:2:2002/09/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/09/15:splice:2:2007/02/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:2.67=>3.38:2007/12/20:spu_create:2:2007/10/23::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/11/25:spu_run:2:2007/10/23::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/07/05:ssetmask:2:sgetmask:2:
+☆:LDP man-pages:3.25=>3.38:2011/10/04:stat:2:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/10/04:stat64:2:stat:2:
+☆:LDP man-pages:3.31=>3.38:2010/11/21:statfs:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/11/21:statfs64:2:statfs:2:
+@:LDP man-pages:3.38:2003/08/22:statvfs:2:statvfs:3:
+○:LDP man-pages:3.38:2010/02/25:stime:2:2003/09/14::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2007/07/05:stty:2:unimplemented:2:
+×:LDP man-pages:3.38:2010/10/30:subpage_prot:2:::::
+@:LDP man-pages:3.38:2010/11/15:swapoff:2:swapon:2:
+☆:LDP man-pages:3.31=>3.38:2010/11/15:swapon:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2010/09/20:symlink:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.37=>3.38:2012/03/25:symlinkat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.32=>3.38:2012/02/12:sync:2:2003/09/14::argrath@ub32.org:Kentaro Shirakata:
+☆:LDP man-pages:3.24=>3.38:2010/10/09:sync_file_range:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/10/09:sync_file_range2:2:sync_file_range:2:
+@:LDP man-pages:3.38:2012/02/12:syncfs:2:sync:2:
+○:LDP man-pages:3.38:2007/07/26:syscall:2:2002/08/20::ysato@h4.dion.ne.jp:Yuichi SATO:
+☆:LDP man-pages:3.32=>3.38:2012/03/23:syscalls:2:2007/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/11/20:sysctl:2:1999/12/03::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.38:2010/06/27:sysfs:2:2001/06/02::ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2007/11/15:sysinfo:2:2000/09/23::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+☆:LDP man-pages:3.32=>3.38:2011/09/07:syslog:2:2008/04/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/09/15:tee:2:2007/02/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/18:tgkill:2:tkill:2:
+☆:LDP man-pages:3.32=>3.38:2011/09/09:time:2:1999/07/27::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+×:LDP man-pages:3.38:2010/09/27:timer_create:2:::::
+×:LDP man-pages:3.38:2009/02/20:timer_delete:2:::::
+×:LDP man-pages:3.38:2009/02/20:timer_getoverrun:2:::::
+※:LDP man-pages:3.38:2009/02/20:timer_gettime:2:timer_settime:2:
+×:LDP man-pages:3.38:2009/02/20:timer_settime:2:::::
+☆:LDP man-pages:3.32=>3.38:2011/09/14:timerfd_create:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/14:timerfd_gettime:2:timerfd_create:2:
+@:LDP man-pages:3.38:2011/09/14:timerfd_settime:2:timerfd_create:2:
+○:LDP man-pages:3.38:2008/06/25:times:2:2008/02/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2011/09/18:tkill:2:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.31=>3.38:2011/09/08:truncate:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/08:truncate64:2:truncate:2:
+@:LDP man-pages:3.38:2007/07/05:tuxcall:2:unimplemented:2:
+@:LDP man-pages:3.38:2011/09/10:ugetrlimit:2:getrlimit:2:
+○:LDP man-pages:3.38:2008/01/09:umask:2:2008/02/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.24=>3.38:2010/06/19:umount:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/06/19:umount2:2:umount:2:
+○:LDP man-pages:3.38:2008/12/03:uname:2:2002/02/14::ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2007/07/05:unimplemented:2:2003/03/06::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+☆:LDP man-pages:3.32=>3.38:2011/09/15:unlink:2:2006/04/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.37=>3.38:2012/03/25:unlinkat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.29=>3.38:2010/10/30:unshare:2:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2005/01/09:uselib:2:2005/04/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2003/08/04:ustat:2:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2008/08/06:utime:2:2006/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.38:2012/03/25:utimensat:2:::::
+@:LDP man-pages:3.38:2008/08/06:utimes:2:utime:2:
+☆:LDP man-pages:3.35=>3.38:2012/02/08:vfork:2:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/07/26:vhangup:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2009/02/20:vm86:2:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2009/02/20:vm86old:2:vm86:2:
+○:LDP man-pages:3.38:2009/09/15:vmsplice:2:2007/02/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/07/05:vserver:2:unimplemented:2:
+☆:LDP man-pages:3.37=>3.38:2010/09/26:wait:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:wait3:2:wait4:2:
+○:LDP man-pages:3.38:2010/09/20:wait4:2:2005/03/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/26:waitid:2:wait:2:
+@:LDP man-pages:3.38:2010/09/26:waitpid:2:wait:2:
+○:LDP man-pages:3.38:2010/08/29:write:2:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/11/17:writev:2:readv:2:
+@:LDP man-pages:3.38:2008/11/20:CMSG_ALIGN:3:cmsg:3:
+@:LDP man-pages:3.38:2008/11/20:CMSG_FIRSTHDR:3:cmsg:3:
+@:LDP man-pages:3.38:2008/11/20:CMSG_NXTHDR:3:cmsg:3:
+@:LDP man-pages:3.38:2008/11/20:CMSG_SPACE:3:cmsg:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_ALLOC:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_ALLOC_SIZE:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_AND:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_AND_S:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_CLR:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_CLR_S:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_COUNT:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_COUNT_S:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_EQUAL:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_EQUAL_S:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_FREE:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_ISSET:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_ISSET_S:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_OR:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_OR_S:3:CPU_SET:3:
+×:LDP man-pages:3.38:2012/03/15:CPU_SET:3:::::
+※:LDP man-pages:3.38:2012/03/15:CPU_SET_S:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_XOR:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_XOR_S:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_ZERO:3:CPU_SET:3:
+※:LDP man-pages:3.38:2012/03/15:CPU_ZERO_S:3:CPU_SET:3:
+@:LDP man-pages:3.38:2010/08/31:FD_CLR:3:select:2:
+@:LDP man-pages:3.38:2010/08/31:FD_ISSET:3:select:2:
+@:LDP man-pages:3.38:2010/08/31:FD_SET:3:select:2:
+@:LDP man-pages:3.38:2010/08/31:FD_ZERO:3:select:2:
+@:LDP man-pages:3.38:2007/07/26:HUGE_VAL:3:INFINITY:3:
+@:LDP man-pages:3.38:2007/07/26:HUGE_VALF:3:INFINITY:3:
+@:LDP man-pages:3.38:2007/07/26:HUGE_VALL:3:INFINITY:3:
+○:LDP man-pages:3.38:2007/07/26:INFINITY:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:1999/07/04:MB_CUR_MAX:3:1999/09/11::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi:
+○:LDP man-pages:3.38:1999/07/04:MB_LEN_MAX:3:1999/09/11::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi:
+@:LDP man-pages:3.38:2007/07/26:NAN:3:INFINITY:3:
+@:LDP man-pages:3.38:2001/12/16:__fbufsize:3:stdio_ext:3:
+@:LDP man-pages:3.38:2001/12/16:__flbf:3:stdio_ext:3:
+@:LDP man-pages:3.38:2001/12/16:__fpending:3:stdio_ext:3:
+@:LDP man-pages:3.38:2001/12/15:__fpurge:3:fpurge:3:
+@:LDP man-pages:3.38:2001/12/16:__freadable:3:stdio_ext:3:
+@:LDP man-pages:3.38:2001/12/16:__freading:3:stdio_ext:3:
+@:LDP man-pages:3.38:2001/12/16:__fsetlocking:3:stdio_ext:3:
+@:LDP man-pages:3.38:2001/12/16:__fwritable:3:stdio_ext:3:
+@:LDP man-pages:3.38:2001/12/16:__fwriting:3:stdio_ext:3:
+@:LDP man-pages:3.38:2010/10/13:__malloc_hook:3:malloc_hook:3:
+○:LDP man-pages:3.38:1997/03/08:__setfpucw:3:2000/09/20::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.38:2001/12/16:_flushlbf:3:stdio_ext:3:
+○:LDP man-pages:3.38:2010/09/20:a64l:3:2004/01/17::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2007/12/15:abort:3:1998/02/18::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
+☆:LDP man-pages:3.37=>3.38:2010/09/20:abs:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2010/09/20:acos:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:acosf:3:acos:3:
+○:LDP man-pages:3.38:2010/09/20:acosh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:acoshf:3:acosh:3:
+@:LDP man-pages:3.38:2010/09/20:acoshl:3:acosh:3:
+@:LDP man-pages:3.38:2010/09/20:acosl:3:acos:3:
+@:LDP man-pages:3.38:2009/09/15:addmntent:3:getmntent:3:
+○:LDP man-pages:3.38:2008/06/14:addseverity:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2008/06/22:adjtime:3:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.25=>3.38:2011/10/04:aio_cancel:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.25=>3.38:2010/10/03:aio_error:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.25=>3.38:2010/10/02:aio_fsync:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
+×:LDP man-pages:3.38:2010/10/06:aio_init:3:::::
+☆:LDP man-pages:3.25=>3.38:2010/10/03:aio_read:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.25=>3.38:2010/10/03:aio_return:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.25=>3.38:2010/10/02:aio_suspend:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.25=>3.38:2010/10/02:aio_write:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2012/03/23:aligned_alloc:3:posix_memalign:3:
+○:LDP man-pages:3.38:2008/01/24:alloca:3:2002/09/19::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2012/03/20:alphasort:3:scandir:3:
+@:LDP man-pages:3.38:2007/05/18:argz:3:argz_add:3:
+○:LDP man-pages:3.38:2007/05/18:argz_add:3:2003/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/05/18:argz_add_sep:3:argz_add:3:
+@:LDP man-pages:3.38:2007/05/18:argz_append:3:argz_add:3:
+@:LDP man-pages:3.38:2007/05/18:argz_count:3:argz_add:3:
+@:LDP man-pages:3.38:2007/05/18:argz_create:3:argz_add:3:
+@:LDP man-pages:3.38:2007/05/18:argz_create_sep:3:argz_add:3:
+@:LDP man-pages:3.38:2007/05/18:argz_delete:3:argz_add:3:
+@:LDP man-pages:3.38:2007/05/18:argz_extract:3:argz_add:3:
+@:LDP man-pages:3.38:2007/05/18:argz_insert:3:argz_add:3:
+@:LDP man-pages:3.38:2007/05/18:argz_next:3:argz_add:3:
+@:LDP man-pages:3.38:2007/05/18:argz_replace:3:argz_add:3:
+@:LDP man-pages:3.38:2007/05/18:argz_stringify:3:argz_add:3:
+@:LDP man-pages:3.38:2010/02/25:asctime:3:ctime:3:
+@:LDP man-pages:3.38:2010/02/25:asctime_r:3:ctime:3:
+○:LDP man-pages:3.38:2010/09/20:asin:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:asinf:3:asin:3:
+○:LDP man-pages:3.38:2010/09/20:asinh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:asinhf:3:asinh:3:
+@:LDP man-pages:3.38:2010/09/20:asinhl:3:asinh:3:
+@:LDP man-pages:3.38:2010/09/20:asinl:3:asin:3:
+○:LDP man-pages:3.38:2001/12/18:asprintf:3:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2002/08/25:assert:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2002/08/25:assert_perror:3:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:atan:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:atan2:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:atan2f:3:atan2:3:
+@:LDP man-pages:3.38:2010/09/20:atan2l:3:atan2:3:
+@:LDP man-pages:3.38:2010/09/20:atanf:3:atan:3:
+○:LDP man-pages:3.38:2010/09/11:atanh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/11:atanhf:3:atanh:3:
+@:LDP man-pages:3.38:2010/09/11:atanhl:3:atanh:3:
+@:LDP man-pages:3.38:2010/09/20:atanl:3:atan:3:
+○:LDP man-pages:3.38:2008/12/05:atexit:3:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:1993/03/29:atof:3:1998/02/18::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
+○:LDP man-pages:3.38:2010/09/20:atoi:3:2001/02/09::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2010/09/20:atol:3:atoi:3:
+@:LDP man-pages:3.38:2010/09/20:atoll:3:atoi:3:
+@:LDP man-pages:3.38:2010/09/20:atoq:3:atoi:3:
+@:LDP man-pages:3.38:2008/07/17:auth_destroy:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:authnone_create:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:authunix_create:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:authunix_create_default:3:rpc:3:
+○:LDP man-pages:3.38:2008/06/14:backtrace:3:2007/10/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/06/14:backtrace_symbols:3:backtrace:3:
+@:LDP man-pages:3.38:2008/06/14:backtrace_symbols_fd:3:backtrace:3:
+○:LDP man-pages:3.38:2009/03/30:basename:3:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/08/06:bcmp:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2009/03/15:bcopy:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+※:LDP man-pages:3.38:2010/09/10:be16toh:3:endian:3:
+※:LDP man-pages:3.38:2010/09/10:be32toh:3:endian:3:
+※:LDP man-pages:3.38:2010/09/10:be64toh:3:endian:3:
+○:LDP man-pages:3.38:2008/12/03:bindresvport:3:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/03/15:bsd_signal:3:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2003/11/01:bsearch:3:2005/02/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2004/12/26:bstring:3:2003/11/13::argrath@ub32.org:Kentaro Shirakata:
+☆:LDP man-pages:3.37=>3.38:2011/09/22:btowc:3:1999/09/11::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi:
+○:LDP man-pages:3.38:1994/08/18:btree:3:1999/08/16::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2009/01/15:byteorder:3:2005/11/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/08/06:bzero:3:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/12/26:cabs:3:2003/07/23::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/12/26:cabsf:3:cabs:3:
+@:LDP man-pages:3.38:2007/12/26:cabsl:3:cabs:3:
+○:LDP man-pages:3.38:2011/09/15:cacos:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/15:cacosf:3:cacos:3:
+○:LDP man-pages:3.38:2011/09/15:cacosh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/15:cacoshf:3:cacosh:3:
+@:LDP man-pages:3.38:2011/09/15:cacoshl:3:cacosh:3:
+@:LDP man-pages:3.38:2011/09/15:cacosl:3:cacos:3:
+@:LDP man-pages:3.38:2012/03/20:calloc:3:malloc:3:
+@:LDP man-pages:3.38:2008/07/17:callrpc:3:rpc:3:
+○:LDP man-pages:3.38:2005/07/14:canonicalize_file_name:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/08/11:carg:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/11:cargf:3:carg:3:
+@:LDP man-pages:3.38:2008/08/11:cargl:3:carg:3:
+○:LDP man-pages:3.38:2008/08/11:casin:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/11:casinf:3:casin:3:
+○:LDP man-pages:3.38:2008/08/11:casinh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/11:casinhf:3:casinh:3:
+@:LDP man-pages:3.38:2008/08/11:casinhl:3:casinh:3:
+@:LDP man-pages:3.38:2008/08/11:casinl:3:casin:3:
+○:LDP man-pages:3.38:2011/09/15:catan:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/15:catanf:3:catan:3:
+○:LDP man-pages:3.38:2011/09/15:catanh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/15:catanhf:3:catanh:3:
+@:LDP man-pages:3.38:2011/09/15:catanhl:3:catanh:3:
+@:LDP man-pages:3.38:2011/09/15:catanl:3:catan:3:
+@:LDP man-pages:3.38:2001/12/14:catclose:3:catopen:3:
+○:LDP man-pages:3.38:1998/08/09:catgets:3:1999/03/01::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2001/12/14:catopen:3:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2007/05/18:cbc_crypt:3:des_crypt:3:
+☆:LDP man-pages:3.37=>3.38:2010/09/20:cbrt:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:cbrtf:3:cbrt:3:
+@:LDP man-pages:3.38:2010/09/20:cbrtl:3:cbrt:3:
+○:LDP man-pages:3.38:2008/08/11:ccos:3:2003/07/28::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/11:ccosf:3:ccos:3:
+○:LDP man-pages:3.38:2008/08/11:ccosh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/11:ccoshf:3:ccosh:3:
+@:LDP man-pages:3.38:2008/08/11:ccoshl:3:ccosh:3:
+@:LDP man-pages:3.38:2008/08/11:ccosl:3:ccos:3:
+○:LDP man-pages:3.38:2010/09/20:ceil:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:ceilf:3:ceil:3:
+@:LDP man-pages:3.38:2010/09/20:ceill:3:ceil:3:
+○:LDP man-pages:3.38:2010/09/12:cerf:3:2005/02/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/12:cerfc:3:cerf:3:
+@:LDP man-pages:3.38:2010/09/12:cerfcf:3:cerf:3:
+@:LDP man-pages:3.38:2010/09/12:cerfcl:3:cerf:3:
+@:LDP man-pages:3.38:2010/09/12:cerff:3:cerf:3:
+@:LDP man-pages:3.38:2010/09/12:cerfl:3:cerf:3:
+○:LDP man-pages:3.38:2008/08/11:cexp:3:2003/08/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2002/07/28:cexp2:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2002/07/28:cexp2f:3:cexp2:3:
+@:LDP man-pages:3.38:2002/07/28:cexp2l:3:cexp2:3:
+@:LDP man-pages:3.38:2008/08/11:cexpf:3:cexp:3:
+@:LDP man-pages:3.38:2008/08/11:cexpl:3:cexp:3:
+@:LDP man-pages:3.38:2011/09/08:cfgetispeed:3:termios:3:
+@:LDP man-pages:3.38:2011/09/08:cfgetospeed:3:termios:3:
+@:LDP man-pages:3.38:2011/09/08:cfmakeraw:3:termios:3:
+○:LDP man-pages:3.38:2007/07/26:cfree:3:2004/08/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2011/09/08:cfsetispeed:3:termios:3:
+@:LDP man-pages:3.38:2011/09/08:cfsetospeed:3:termios:3:
+@:LDP man-pages:3.38:2011/09/08:cfsetspeed:3:termios:3:
+○:LDP man-pages:3.38:2007/12/23:cimag:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/12/23:cimagf:3:cimag:3:
+@:LDP man-pages:3.38:2007/12/23:cimagl:3:cimag:3:
+○:LDP man-pages:3.38:2010/10/04:clearenv:3:2002/08/20::ysato@h4.dion.ne.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2008/08/29:clearerr:3:ferror:3:
+@:LDP man-pages:3.38:2008/08/29:clearerr_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.38:2008/07/17:clnt_broadcast:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:clnt_call:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:clnt_control:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:clnt_create:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:clnt_destroy:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:clnt_freeres:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:clnt_geterr:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:clnt_pcreateerror:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:clnt_perrno:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:clnt_perror:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:clnt_spcreateerror:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:clnt_sperrno:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:clnt_sperror:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:clntraw_create:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:clnttcp_create:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:clntudp_bufcreate:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:clntudp_create:3:rpc:3:
+○:LDP man-pages:3.38:2008/08/28:clock:3:2007/06/01::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.38:2010/09/10:clock_getcpuclockid:3:::::
+@:LDP man-pages:3.38:2010/02/03:clock_getres:3:clock_getres:2:
+@:LDP man-pages:3.38:2010/02/03:clock_gettime:3:clock_getres:2:
+@:LDP man-pages:3.38:2010/02/03:clock_settime:3:clock_getres:2:
+○:LDP man-pages:3.38:2008/08/11:clog:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/08/11:clog10:3:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/11:clog10f:3:clog10:3:
+@:LDP man-pages:3.38:2008/08/11:clog10l:3:clog10:3:
+○:LDP man-pages:3.38:2002/07/28:clog2:3:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2002/07/28:clog2f:3:clog2:3:
+@:LDP man-pages:3.38:2002/07/28:clog2l:3:clog2:3:
+@:LDP man-pages:3.38:2008/08/11:clogf:3:clog:3:
+@:LDP man-pages:3.38:2008/08/11:clogl:3:clog:3:
+○:LDP man-pages:3.38:2008/09/23:closedir:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2008/11/12:closelog:3:syslog:3:
+○:LDP man-pages:3.38:2008/11/20:cmsg:3:1999/08/17::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2010/02/03:confstr:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/08/11:conj:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/11:conjf:3:conj:3:
+@:LDP man-pages:3.38:2008/08/11:conjl:3:conj:3:
+☆:LDP man-pages:3.37=>3.38:2012/03/25:copysign:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2012/03/25:copysignf:3:copysign:3:
+@:LDP man-pages:3.38:2012/03/25:copysignl:3:copysign:3:
+○:LDP man-pages:3.38:2010/09/11:cos:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/11:cosf:3:cos:3:
+○:LDP man-pages:3.38:2010/09/20:cosh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:coshf:3:cosh:3:
+@:LDP man-pages:3.38:2010/09/20:coshl:3:cosh:3:
+@:LDP man-pages:3.38:2010/09/11:cosl:3:cos:3:
+○:LDP man-pages:3.38:2002/07/28:cpow:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2002/07/28:cpowf:3:cpow:3:
+@:LDP man-pages:3.38:2002/07/28:cpowl:3:cpow:3:
+○:LDP man-pages:3.38:2010/06/10:cproj:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/06/10:cprojf:3:cproj:3:
+@:LDP man-pages:3.38:2010/06/10:cprojl:3:cproj:3:
+○:LDP man-pages:3.38:2007/12/26:creal:3:2003/07/28::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/12/26:crealf:3:creal:3:
+@:LDP man-pages:3.38:2007/12/26:creall:3:creal:3:
+○:LDP man-pages:3.38:2011/09/15:crypt:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2011/09/15:crypt_r:3:crypt:3:
+○:LDP man-pages:3.38:2008/08/11:csin:3:2003/07/28::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/11:csinf:3:csin:3:
+○:LDP man-pages:3.38:2008/08/11:csinh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/11:csinhf:3:csinh:3:
+@:LDP man-pages:3.38:2008/08/11:csinhl:3:csinh:3:
+@:LDP man-pages:3.38:2008/08/11:csinl:3:csin:3:
+○:LDP man-pages:3.38:2008/08/11:csqrt:3:2003/08/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/11:csqrtf:3:csqrt:3:
+@:LDP man-pages:3.38:2008/08/11:csqrtl:3:csqrt:3:
+○:LDP man-pages:3.38:2008/08/11:ctan:3:2005/02/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/11:ctanf:3:ctan:3:
+○:LDP man-pages:3.38:2008/08/11:ctanh:3:2005/02/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/11:ctanhf:3:ctanh:3:
+@:LDP man-pages:3.38:2008/08/11:ctanhl:3:ctanh:3:
+@:LDP man-pages:3.38:2008/08/11:ctanl:3:ctan:3:
+○:LDP man-pages:3.38:2007/07/26:ctermid:3:1997/2/10::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki:
+○:LDP man-pages:3.38:2010/02/25:ctime:3:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/02/25:ctime_r:3:ctime:3:
+@:LDP man-pages:3.38:2008/06/29:cuserid:3:getlogin:3:
+○:LDP man-pages:3.38:2009/12/05:daemon:3:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2012/03/25:daylight:3:tzset:3:
+@:LDP man-pages:3.38:1994/01/02:db:3:dbopen:3:
+○:LDP man-pages:3.38:1994/01/02:dbopen:3:1999/08/19::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2007/05/18:des_crypt:3:2004/08/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2007/05/18:des_setparity:3:des_crypt:3:
+○:LDP man-pages:3.38:2010/02/25:difftime:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/26:dirfd:3:2003/10/15::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2009/03/30:dirname:3:basename:3:
+○:LDP man-pages:3.38:2010/09/20:div:3:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2007/05/18:dl_iterate_phdr:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2008/12/06:dladdr:3:dlopen:3:
+@:LDP man-pages:3.38:2008/12/06:dlclose:3:dlopen:3:
+@:LDP man-pages:3.38:2008/12/06:dlerror:3:dlopen:3:
+○:LDP man-pages:3.38:2008/12/06:dlopen:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/12/06:dlsym:3:dlopen:3:
+@:LDP man-pages:3.38:2008/12/06:dlvsym:3:dlopen:3:
+@:LDP man-pages:3.38:2010/06/17:dn_comp:3:resolver:3:
+@:LDP man-pages:3.38:2010/06/17:dn_expand:3:resolver:3:
+○:LDP man-pages:3.38:2010/09/15:dprintf:3:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2007/07/26:drand48:3:1997/01/20::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi:
+○:LDP man-pages:3.38:2007/07/26:drand48_r:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2010/09/20:drem:3:remainder:3:
+@:LDP man-pages:3.38:2010/09/20:dremf:3:remainder:3:
+@:LDP man-pages:3.38:2010/09/20:dreml:3:remainder:3:
+○:LDP man-pages:3.38:2010/09/22:dysize:3:2002/01/06::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.38:2010/11/01:eaccess:3:euidaccess:3:
+@:LDP man-pages:3.38:2007/05/18:ecb_crypt:3:des_crypt:3:
+○:LDP man-pages:3.38:2010/09/20:ecvt:3:2009/05/14::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2007/07/26:ecvt_r:3:2002/09/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/07/17:edata:3:end:3:
+○:LDP man-pages:3.38:2003/04/04:encrypt:3:2004/02/06::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2003/04/04:encrypt_r:3:encrypt:3:
+☆:LDP man-pages:3.37=>3.38:2008/07/17:end:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2003/09/09:endaliasent:3:setaliasent:3:
+@:LDP man-pages:3.38:2002/02/28:endfsent:3:getfsent:3:
+@:LDP man-pages:3.38:2010/10/21:endgrent:3:getgrent:3:
+@:LDP man-pages:3.38:2010/10/04:endhostent:3:gethostbyname:3:
+×:LDP man-pages:3.38:2010/09/10:endian:3:::::
+@:LDP man-pages:3.38:2009/09/15:endmntent:3:getmntent:3:
+@:LDP man-pages:3.38:2008/08/19:endnetent:3:getnetent:3:
+@:LDP man-pages:3.38:2007/07/26:endnetgrent:3:setnetgrent:3:
+@:LDP man-pages:3.38:2008/08/19:endprotoent:3:getprotoent:3:
+@:LDP man-pages:3.38:2010/10/21:endpwent:3:getpwent:3:
+@:LDP man-pages:3.38:2008/08/19:endrpcent:3:getrpcent:3:
+@:LDP man-pages:3.38:2008/08/19:endservent:3:getservent:3:
+@:LDP man-pages:3.38:2010/02/25:endspent:3:getspnam:3:
+@:LDP man-pages:3.38:2002/07/18:endttyent:3:getttyent:3:
+@:LDP man-pages:3.38:2007/07/26:endusershell:3:getusershell:3:
+@:LDP man-pages:3.38:2008/06/29:endutent:3:getutent:3:
+@:LDP man-pages:3.38:2008/06/29:endutxent:3:getutent:3:
+@:LDP man-pages:3.38:2007/05/18:envz:3:envz_add:3:
+○:LDP man-pages:3.38:2007/05/18:envz_add:3:2003/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/05/18:envz_entry:3:envz_add:3:
+@:LDP man-pages:3.38:2007/05/18:envz_get:3:envz_add:3:
+@:LDP man-pages:3.38:2007/05/18:envz_merge:3:envz_add:3:
+@:LDP man-pages:3.38:2007/05/18:envz_remove:3:envz_add:3:
+@:LDP man-pages:3.38:2007/05/18:envz_strip:3:envz_add:3:
+@:LDP man-pages:3.38:2007/07/26:erand48:3:drand48:3:
+@:LDP man-pages:3.38:2007/07/26:erand48_r:3:drand48_r:3:
+○:LDP man-pages:3.38:2010/09/20:erf:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:erfc:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:erfcf:3:erfc:3:
+@:LDP man-pages:3.38:2010/09/20:erfcl:3:erfc:3:
+@:LDP man-pages:3.38:2010/09/20:erff:3:erf:3:
+@:LDP man-pages:3.38:2010/09/20:erfl:3:erf:3:
+☆:LDP man-pages:3.37=>3.38:2012/03/15:err:3:2003/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/07/09:errno:3:2006/07/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/08/29:error:3:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2010/08/29:error_at_line:3:error:3:
+@:LDP man-pages:3.38:2010/08/29:error_message_count:3:error:3:
+@:LDP man-pages:3.38:2010/08/29:error_one_per_line:3:error:3:
+@:LDP man-pages:3.38:2010/08/29:error_print_progname:3:error:3:
+@:LDP man-pages:3.38:2012/03/15:errx:3:err:3:
+@:LDP man-pages:3.38:2008/07/17:etext:3:end:3:
+○:LDP man-pages:3.38:2002/07/20:ether_aton:3:2002/09/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2002/07/20:ether_aton_r:3:ether_aton:3:
+@:LDP man-pages:3.38:2002/07/20:ether_hostton:3:ether_aton:3:
+@:LDP man-pages:3.38:2002/07/20:ether_line:3:ether_aton:3:
+@:LDP man-pages:3.38:2002/07/20:ether_ntoa:3:ether_aton:3:
+@:LDP man-pages:3.38:2002/07/20:ether_ntoa_r:3:ether_aton:3:
+@:LDP man-pages:3.38:2002/07/20:ether_ntohost:3:ether_aton:3:
+☆:LDP man-pages:3.29=>3.38:2010/11/01:euidaccess:3:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/08/30:eventfd_read:3:eventfd:2:
+@:LDP man-pages:3.38:2010/08/30:eventfd_write:3:eventfd:2:
+○:LDP man-pages:3.38:2010/09/25:exec:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/25:execl:3:exec:3:
+@:LDP man-pages:3.38:2010/09/25:execle:3:exec:3:
+@:LDP man-pages:3.38:2010/09/25:execlp:3:exec:3:
+@:LDP man-pages:3.38:2010/09/25:execv:3:exec:3:
+@:LDP man-pages:3.38:2010/09/25:execvp:3:exec:3:
+@:LDP man-pages:3.38:2010/09/25:execvpe:3:exec:3:
+○:LDP man-pages:3.38:2009/09/20:exit:3:2007/06/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:exp:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/08/11:exp10:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/11:exp10f:3:exp10:3:
+@:LDP man-pages:3.38:2008/08/11:exp10l:3:exp10:3:
+○:LDP man-pages:3.38:2010/09/20:exp2:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:exp2f:3:exp2:3:
+@:LDP man-pages:3.38:2010/09/20:exp2l:3:exp2:3:
+@:LDP man-pages:3.38:2010/09/20:expf:3:exp:3:
+@:LDP man-pages:3.38:2010/09/20:expl:3:exp:3:
+○:LDP man-pages:3.38:2010/09/12:expm1:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/12:expm1f:3:expm1:3:
+@:LDP man-pages:3.38:2010/09/12:expm1l:3:expm1:3:
+○:LDP man-pages:3.38:2010/09/20:fabs:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:fabsf:3:fabs:3:
+@:LDP man-pages:3.38:2010/09/20:fabsl:3:fabs:3:
+○:LDP man-pages:3.38:2009/02/23:fclose:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2006/12/27:fcloseall:3:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:fcvt:3:ecvt:3:
+@:LDP man-pages:3.38:2007/07/26:fcvt_r:3:ecvt_r:3:
+○:LDP man-pages:3.38:2010/09/20:fdim:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:fdimf:3:fdim:3:
+@:LDP man-pages:3.38:2010/09/20:fdiml:3:fdim:3:
+@:LDP man-pages:3.38:2009/02/23:fdopen:3:fopen:3:
+@:LDP man-pages:3.38:2010/06/20:fdopendir:3:opendir:3:
+@:LDP man-pages:3.38:2010/10/31:feclearexcept:3:fenv:3:
+@:LDP man-pages:3.38:2010/10/31:fedisableexcept:3:fenv:3:
+@:LDP man-pages:3.38:2010/10/31:feenableexcept:3:fenv:3:
+@:LDP man-pages:3.38:2010/10/31:fegetenv:3:fenv:3:
+@:LDP man-pages:3.38:2010/10/31:fegetexcept:3:fenv:3:
+@:LDP man-pages:3.38:2010/10/31:fegetexceptflag:3:fenv:3:
+@:LDP man-pages:3.38:2010/10/31:fegetround:3:fenv:3:
+@:LDP man-pages:3.38:2010/10/31:feholdexcept:3:fenv:3:
+○:LDP man-pages:3.38:2010/10/31:fenv:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/29:feof:3:ferror:3:
+@:LDP man-pages:3.38:2008/08/29:feof_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.38:2010/10/31:feraiseexcept:3:fenv:3:
+○:LDP man-pages:3.38:2008/08/29:ferror:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2008/08/29:ferror_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.38:2010/10/31:fesetenv:3:fenv:3:
+@:LDP man-pages:3.38:2010/10/31:fesetexceptflag:3:fenv:3:
+@:LDP man-pages:3.38:2010/10/31:fesetround:3:fenv:3:
+@:LDP man-pages:3.38:2010/10/31:fetestexcept:3:fenv:3:
+@:LDP man-pages:3.38:2010/10/31:feupdateenv:3:fenv:3:
+○:LDP man-pages:3.38:2010/09/15:fexecve:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/09/06:fflush:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2008/08/29:fflush_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.38:2010/09/20:ffs:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2010/09/20:ffsl:3:ffs:3:
+@:LDP man-pages:3.38:2010/09/20:ffsll:3:ffs:3:
+@:LDP man-pages:3.38:2012/01/18:fgetc:3:gets:3:
+@:LDP man-pages:3.38:2008/08/29:fgetc_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.38:2008/07/10:fgetgrent:3:1997/12/19::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+@:LDP man-pages:3.38:2010/10/21:fgetgrent_r:3:getgrent_r:3:
+@:LDP man-pages:3.38:1993/11/29:fgetpos:3:fseek:3:
+○:LDP man-pages:3.38:2008/07/10:fgetpwent:3:1997/12/18::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+@:LDP man-pages:3.38:2010/10/21:fgetpwent_r:3:getpwent_r:3:
+@:LDP man-pages:3.38:2012/01/18:fgets:3:gets:3:
+@:LDP man-pages:3.38:2008/08/29:fgets_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.38:2010/02/25:fgetspent:3:getspnam:3:
+@:LDP man-pages:3.38:2010/02/25:fgetspent_r:3:getspnam:3:
+○:LDP man-pages:3.38:1999/07/25:fgetwc:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2008/08/29:fgetwc_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.38:2011/09/28:fgetws:3:2001/11/09::ysato@h4.dion.ne.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2008/08/29:fgetws_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.38:2008/08/29:fileno:3:ferror:3:
+@:LDP man-pages:3.38:2008/08/29:fileno_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.38:2008/08/05:finite:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/05:finitef:3:finite:3:
+@:LDP man-pages:3.38:2008/08/05:finitel:3:finite:3:
+○:LDP man-pages:3.38:2008/08/29:flockfile:3:2001/11/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:floor:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:floorf:3:floor:3:
+@:LDP man-pages:3.38:2010/09/20:floorl:3:floor:3:
+○:LDP man-pages:3.38:2010/09/20:fma:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:fmaf:3:fma:3:
+@:LDP man-pages:3.38:2010/09/20:fmal:3:fma:3:
+○:LDP man-pages:3.38:2010/09/20:fmax:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:fmaxf:3:fmax:3:
+@:LDP man-pages:3.38:2010/09/20:fmaxl:3:fmax:3:
+○:LDP man-pages:3.38:2010/09/15:fmemopen:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:fmin:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:fminf:3:fmin:3:
+@:LDP man-pages:3.38:2010/09/20:fminl:3:fmin:3:
+☆:LDP man-pages:3.37=>3.38:2012/03/15:fmod:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2012/03/15:fmodf:3:fmod:3:
+@:LDP man-pages:3.38:2012/03/15:fmodl:3:fmod:3:
+○:LDP man-pages:3.38:2008/06/14:fmtmsg:3:2004/08/14::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2000/10/15:fnmatch:3:2006/03/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.37=>3.38:2009/02/23:fopen:3:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.38:2008/12/05:fopencookie:3:::::
+@:LDP man-pages:3.38:2010/06/13:forkpty:3:openpty:3:
+○:LDP man-pages:3.38:1993/04/04:fpathconf:3:1998/03/20::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2010/09/20:fpclassify:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/28:fprintf:3:printf:3:
+○:LDP man-pages:3.38:2001/12/15:fpurge:3:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.38:2011/09/28:fputc:3:puts:3:
+@:LDP man-pages:3.38:2008/08/29:fputc_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.38:2011/09/28:fputs:3:puts:3:
+@:LDP man-pages:3.38:2008/08/29:fputs_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.38:1999/07/25:fputwc:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2008/08/29:fputwc_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.38:2011/09/28:fputws:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2008/08/29:fputws_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.38:1996/05/17:fread:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2008/08/29:fread_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.38:2012/03/20:free:3:malloc:3:
+@:LDP man-pages:3.38:2010/09/27:freeaddrinfo:3:getaddrinfo:3:
+@:LDP man-pages:3.38:2010/09/04:freehostent:3:getipnodebyname:3:
+※:LDP man-pages:3.38:2010/10/06:freeifaddrs:3:getifaddrs:3:
+@:LDP man-pages:3.38:2009/02/23:freopen:3:fopen:3:
+○:LDP man-pages:3.38:2010/09/20:frexp:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:frexpf:3:frexp:3:
+@:LDP man-pages:3.38:2010/09/20:frexpl:3:frexp:3:
+@:LDP man-pages:3.38:2011/09/28:fscanf:3:scanf:3:
+○:LDP man-pages:3.38:1993/11/29:fseek:3:1998/04/27::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2001/11/05:fseeko:3:2006/01/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:1993/11/29:fsetpos:3:fseek:3:
+@:LDP man-pages:3.38:2003/08/22:fstatvfs:3:statvfs:3:
+@:LDP man-pages:3.38:1993/11/29:ftell:3:fseek:3:
+@:LDP man-pages:3.38:2001/11/05:ftello:3:fseeko:3:
+○:LDP man-pages:3.38:2010/02/25:ftime:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2001/11/28:ftok:3:2002/01/06::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.38:2008/08/29:ftrylockfile:3:flockfile:3:
+○:LDP man-pages:3.38:2007/12/28:fts:3:2000/09/05::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2007/12/28:fts_children:3:fts:3:
+@:LDP man-pages:3.38:2007/12/28:fts_close:3:fts:3:
+@:LDP man-pages:3.38:2007/12/28:fts_open:3:fts:3:
+@:LDP man-pages:3.38:2007/12/28:fts_read:3:fts:3:
+@:LDP man-pages:3.38:2007/12/28:fts_set:3:fts:3:
+○:LDP man-pages:3.38:2010/09/20:ftw:3:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/29:funlockfile:3:flockfile:3:
+※:LDP man-pages:3.38:2012/03/25:futimens:3:utimensat:2:
+○:LDP man-pages:3.38:2008/04/07:futimes:3:2006/07/31::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2011/09/17:fwide:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+@:LDP man-pages:3.38:2011/09/17:fwprintf:3:wprintf:3:
+@:LDP man-pages:3.38:1996/05/17:fwrite:3:fread:3:
+@:LDP man-pages:3.38:2008/08/29:fwrite_unlocked:3:unlocked_stdio:3:
+※:LDP man-pages:3.38:2010/09/27:gai_cancel:3:getaddrinfo_a:3:
+※:LDP man-pages:3.38:2010/09/27:gai_error:3:getaddrinfo_a:3:
+@:LDP man-pages:3.38:2010/09/27:gai_strerror:3:getaddrinfo:3:
+※:LDP man-pages:3.38:2010/09/27:gai_suspend:3:getaddrinfo_a:3:
+○:LDP man-pages:3.38:2008/08/05:gamma:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/05:gammaf:3:gamma:3:
+@:LDP man-pages:3.38:2008/08/05:gammal:3:gamma:3:
+○:LDP man-pages:3.38:2010/09/20:gcvt:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:get_current_dir_name:3:getcwd:3:
+@:LDP man-pages:3.38:2008/07/17:get_myaddress:3:rpc:3:
+※:LDP man-pages:3.38:2012/03/20:get_nprocs:3:get_nprocs_conf:3:
+×:LDP man-pages:3.38:2012/03/20:get_nprocs_conf:3:::::
+○:LDP man-pages:3.38:2010/09/27:getaddrinfo:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.38:2010/09/27:getaddrinfo_a:3:::::
+@:LDP man-pages:3.38:2003/09/09:getaliasbyname:3:setaliasent:3:
+@:LDP man-pages:3.38:2003/09/09:getaliasbyname_r:3:setaliasent:3:
+@:LDP man-pages:3.38:2003/09/09:getaliasent:3:setaliasent:3:
+@:LDP man-pages:3.38:2003/09/09:getaliasent_r:3:setaliasent:3:
+@:LDP man-pages:3.38:2012/01/18:getc:3:gets:3:
+@:LDP man-pages:3.38:2008/08/29:getc_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.38:2012/01/18:getchar:3:gets:3:
+@:LDP man-pages:3.38:2008/08/29:getchar_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.38:2010/09/20:getcwd:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2010/09/20:getdate:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:getdate_err:3:getdate:3:
+@:LDP man-pages:3.38:2010/09/20:getdate_r:3:getdate:3:
+@:LDP man-pages:3.38:2010/06/12:getdelim:3:getline:3:
+○:LDP man-pages:3.38:2007/07/26:getdirentries:3:1998/04/30::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2008/03/17:getenv:3:2003/09/28::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2002/02/28:getfsent:3:2002/08/07::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.38:2002/02/28:getfsfile:3:getfsent:3:
+@:LDP man-pages:3.38:2002/02/28:getfsspec:3:getfsent:3:
+○:LDP man-pages:3.38:2010/10/21:getgrent:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/10/21:getgrent_r:3:2004/08/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2010/10/21:getgrgid:3:getgrnam:3:
+@:LDP man-pages:3.38:2010/10/21:getgrgid_r:3:getgrnam:3:
+☆:LDP man-pages:3.29=>3.38:2010/10/21:getgrnam:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/10/21:getgrnam_r:3:getgrnam:3:
+○:LDP man-pages:3.38:2008/07/03:getgrouplist:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/10/04:gethostbyaddr:3:gethostbyname:3:
+@:LDP man-pages:3.38:2010/10/04:gethostbyaddr_r:3:gethostbyname:3:
+○:LDP man-pages:3.38:2010/10/04:gethostbyname:3:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/10/04:gethostbyname2:3:gethostbyname:3:
+@:LDP man-pages:3.38:2010/10/04:gethostbyname2_r:3:gethostbyname:3:
+@:LDP man-pages:3.38:2010/10/04:gethostbyname_r:3:gethostbyname:3:
+@:LDP man-pages:3.38:2010/10/04:gethostent:3:gethostbyname:3:
+@:LDP man-pages:3.38:2010/10/04:gethostent_r:3:gethostbyname:3:
+○:LDP man-pages:3.38:2010/09/20:gethostid:3:2009/01/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.38:2010/10/06:getifaddrs:3:::::
+@:LDP man-pages:3.38:2010/09/04:getipnodebyaddr:3:getipnodebyname:3:
+○:LDP man-pages:3.38:2010/09/04:getipnodebyname:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2010/06/12:getline:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/12/08:getloadavg:3:2002/01/21::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2008/06/29:getlogin:3:2005/03/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/06/29:getlogin_r:3:getlogin:3:
+○:LDP man-pages:3.38:2009/09/15:getmntent:3:2005/03/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2009/09/15:getmntent_r:3:getmntent:3:
+○:LDP man-pages:3.38:2009/12/03:getnameinfo:3:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/19:getnetbyaddr:3:getnetent:3:
+※:LDP man-pages:3.38:2010/09/10:getnetbyaddr_r:3:getnetent_r:3:
+@:LDP man-pages:3.38:2008/08/19:getnetbyname:3:getnetent:3:
+※:LDP man-pages:3.38:2010/09/10:getnetbyname_r:3:getnetent_r:3:
+○:LDP man-pages:3.38:2008/08/19:getnetent:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.38:2010/09/10:getnetent_r:3:::::
+@:LDP man-pages:3.38:2007/07/26:getnetgrent:3:setnetgrent:3:
+@:LDP man-pages:3.38:2007/07/26:getnetgrent_r:3:setnetgrent:3:
+○:LDP man-pages:3.38:2010/11/01:getopt:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/11/01:getopt_long:3:getopt:3:
+@:LDP man-pages:3.38:2010/11/01:getopt_long_only:3:getopt:3:
+○:LDP man-pages:3.38:2010/09/20:getpass:3:2001/02/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:Older ver. is in obsolete/
+@:LDP man-pages:3.38:2008/08/19:getprotobyname:3:getprotoent:3:
+※:LDP man-pages:3.38:2010/09/10:getprotobyname_r:3:getprotoent_r:3:
+@:LDP man-pages:3.38:2008/08/19:getprotobynumber:3:getprotoent:3:
+※:LDP man-pages:3.38:2010/09/10:getprotobynumber_r:3:getprotoent_r:3:
+○:LDP man-pages:3.38:2008/08/19:getprotoent:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.38:2010/09/10:getprotoent_r:3:::::
+○:LDP man-pages:3.38:2010/09/10:getpt:3:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/10/21:getpw:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2010/10/21:getpwent:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/10/21:getpwent_r:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.29=>3.38:2010/10/21:getpwnam:3:2005/10/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/10/21:getpwnam_r:3:getpwnam:3:
+@:LDP man-pages:3.38:2010/10/21:getpwuid:3:getpwnam:3:
+@:LDP man-pages:3.38:2010/10/21:getpwuid_r:3:getpwnam:3:
+@:LDP man-pages:3.38:2008/08/19:getrpcbyname:3:getrpcent:3:
+※:LDP man-pages:3.38:2010/09/10:getrpcbyname_r:3:getrpcent_r:3:
+@:LDP man-pages:3.38:2008/08/19:getrpcbynumber:3:getrpcent:3:
+※:LDP man-pages:3.38:2010/09/10:getrpcbynumber_r:3:getrpcent_r:3:
+○:LDP man-pages:3.38:2008/08/19:getrpcent:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.38:2010/09/10:getrpcent_r:3:::::
+○:LDP man-pages:3.38:1987/10/06:getrpcport:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+☆:LDP man-pages:3.35=>3.38:2012/01/18:gets:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/19:getservbyname:3:getservent:3:
+※:LDP man-pages:3.38:2010/09/10:getservbyname_r:3:getservent_r:3:
+@:LDP man-pages:3.38:2008/08/19:getservbyport:3:getservent:3:
+※:LDP man-pages:3.38:2010/09/10:getservbyport_r:3:getservent_r:3:
+○:LDP man-pages:3.38:2008/08/19:getservent:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.38:2010/09/10:getservent_r:3:::::
+@:LDP man-pages:3.38:2010/02/25:getspent:3:getspnam:3:
+@:LDP man-pages:3.38:2010/02/25:getspent_r:3:getspnam:3:
+○:LDP man-pages:3.38:2010/02/25:getspnam:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/02/25:getspnam_r:3:getspnam:3:
+○:LDP man-pages:3.38:2010/09/26:getsubopt:3:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2002/07/18:getttyent:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2002/07/18:getttynam:3:getttyent:3:
+○:LDP man-pages:3.38:2010/09/10:getumask:3:2003/02/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/07/26:getusershell:3:1998/02/05::ishioka@dad.eec.toshiba.co.jp:ISHIOKA Takashi:
+○:LDP man-pages:3.38:2008/06/29:getutent:3:2005/03/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/06/29:getutent_r:3:getutent:3:
+@:LDP man-pages:3.38:2008/06/29:getutid:3:getutent:3:
+@:LDP man-pages:3.38:2008/06/29:getutid_r:3:getutent:3:
+@:LDP man-pages:3.38:2008/06/29:getutline:3:getutent:3:
+@:LDP man-pages:3.38:2008/06/29:getutline_r:3:getutent:3:
+×:LDP man-pages:3.38:2010/09/10:getutmp:3:::::
+※:LDP man-pages:3.38:2010/09/10:getutmpx:3:getutmp:3:
+@:LDP man-pages:3.38:2008/06/29:getutxent:3:getutent:3:
+@:LDP man-pages:3.38:2008/06/29:getutxid:3:getutent:3:
+@:LDP man-pages:3.38:2008/06/29:getutxline:3:getutent:3:
+○:LDP man-pages:3.38:2010/09/26:getw:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:1999/07/25:getwc:3:fgetwc:3:
+@:LDP man-pages:3.38:2008/08/29:getwc_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.38:1999/07/25:getwchar:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2008/08/29:getwchar_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.38:2010/09/20:getwd:3:getcwd:3:
+○:LDP man-pages:3.38:2007/10/10:glob:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2007/10/10:globfree:3:glob:3:
+@:LDP man-pages:3.38:2010/02/25:gmtime:3:ctime:3:
+@:LDP man-pages:3.38:2010/02/25:gmtime_r:3:ctime:3:
+※:LDP man-pages:3.38:2010/09/10:gnu_dev_major:3:makedev:3:
+※:LDP man-pages:3.38:2010/09/10:gnu_dev_makedev:3:makedev:3:
+※:LDP man-pages:3.38:2010/09/10:gnu_dev_minor:3:makedev:3:
+@:LDP man-pages:3.38:2010/09/10:gnu_get_libc_release:3:gnu_get_libc_version:3:
+○:LDP man-pages:3.38:2010/09/10:gnu_get_libc_version:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/06/14:grantpt:3:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/07/26:gsignal:3:2003/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/10/04:h_errno:3:gethostbyname:3:
+○:LDP man-pages:3.38:1994/08/18:hash:3:1999/08/17::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.38:2009/09/15:hasmntopt:3:getmntent:3:
+@:LDP man-pages:3.38:2011/09/10:hcreate:3:hsearch:3:
+@:LDP man-pages:3.38:2011/09/10:hcreate_r:3:hsearch:3:
+@:LDP man-pages:3.38:2011/09/10:hdestroy:3:hsearch:3:
+@:LDP man-pages:3.38:2011/09/10:hdestroy_r:3:hsearch:3:
+@:LDP man-pages:3.38:2010/10/04:herror:3:gethostbyname:3:
+○:LDP man-pages:3.38:2011/09/10:hsearch:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/10:hsearch_r:3:hsearch:3:
+@:LDP man-pages:3.38:2010/10/04:hstrerror:3:gethostbyname:3:
+※:LDP man-pages:3.38:2010/09/10:htobe16:3:endian:3:
+※:LDP man-pages:3.38:2010/09/10:htobe32:3:endian:3:
+※:LDP man-pages:3.38:2010/09/10:htobe64:3:endian:3:
+※:LDP man-pages:3.38:2010/09/10:htole16:3:endian:3:
+※:LDP man-pages:3.38:2010/09/10:htole32:3:endian:3:
+※:LDP man-pages:3.38:2010/09/10:htole64:3:endian:3:
+@:LDP man-pages:3.38:2009/01/15:htonl:3:byteorder:3:
+@:LDP man-pages:3.38:2009/01/15:htons:3:byteorder:3:
+○:LDP man-pages:3.38:2010/09/20:hypot:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:hypotf:3:hypot:3:
+@:LDP man-pages:3.38:2010/09/20:hypotl:3:hypot:3:
+○:LDP man-pages:3.38:2008/09/08:iconv:3:2000/07/11::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2008/08/11:iconv_close:3:2000/07/11::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2008/08/11:iconv_open:3:2007/06/01::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:ilogb:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:ilogbf:3:ilogb:3:
+@:LDP man-pages:3.38:2010/09/20:ilogbl:3:ilogb:3:
+@:LDP man-pages:3.38:2010/09/20:imaxabs:3:abs:3:
+@:LDP man-pages:3.38:2010/09/20:imaxdiv:3:div:3:
+○:LDP man-pages:3.38:2011/09/21:index:3:1997/12/12::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+○:LDP man-pages:3.38:2008/06/19:inet:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/06/19:inet_addr:3:inet:3:
+@:LDP man-pages:3.38:2008/06/19:inet_aton:3:inet:3:
+@:LDP man-pages:3.38:2008/06/19:inet_lnaof:3:inet:3:
+@:LDP man-pages:3.38:2008/06/19:inet_makeaddr:3:inet_addr:3:
+@:LDP man-pages:3.38:2008/06/19:inet_netof:3:inet:3:
+@:LDP man-pages:3.38:2008/06/19:inet_network:3:inet:3:
+@:LDP man-pages:3.38:2008/06/19:inet_ntoa:3:inet:3:
+○:LDP man-pages:3.38:2008/11/11:inet_ntop:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/06/18:inet_pton:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:1993/06/02:infnan:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2007/07/26:initgroups:3:2005/02/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:initstate:3:random:3:
+@:LDP man-pages:3.38:2008/03/07:initstate_r:3:random_r:3:
+@:LDP man-pages:3.38:2007/07/26:innetgr:3:setnetgrent:3:
+☆:LDP man-pages:3.25=>3.38:2010/09/09:insque:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+☆:LDP man-pages:3.37=>3.38:2010/11/11:intro:3:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/12/28:iruserok:3:rcmd:3:
+@:LDP man-pages:3.38:2010/09/20:isalnum:3:isalpha:3:
+○:LDP man-pages:3.38:2010/09/20:isalpha:3:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:isascii:3:isalpha:3:
+○:LDP man-pages:3.38:2008/12/03:isatty:3:1997/2/10::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki:
+@:LDP man-pages:3.38:2010/09/20:isblank:3:isalpha:3:
+@:LDP man-pages:3.38:2010/09/20:iscntrl:3:isalpha:3:
+@:LDP man-pages:3.38:2010/09/20:isdigit:3:isalpha:3:
+@:LDP man-pages:3.38:2010/09/20:isfinite:3:fpclassify:3:
+@:LDP man-pages:3.38:2010/09/20:isgraph:3:isalpha:3:
+○:LDP man-pages:3.38:2010/09/20:isgreater:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:isgreaterequal:3:isgreater:3:
+@:LDP man-pages:3.38:2010/09/20:isinf:3:fpclassify:3:
+@:LDP man-pages:3.38:2008/08/05:isinff:3:finite:3:
+@:LDP man-pages:3.38:2008/08/05:isinfl:3:finite:3:
+@:LDP man-pages:3.38:2010/09/20:isless:3:isgreater:3:
+@:LDP man-pages:3.38:2010/09/20:islessequal:3:isgreater:3:
+@:LDP man-pages:3.38:2010/09/20:islessgreater:3:isgreater:3:
+@:LDP man-pages:3.38:2010/09/20:islower:3:isalpha:3:
+@:LDP man-pages:3.38:2010/09/20:isnan:3:fpclassify:3:
+@:LDP man-pages:3.38:2008/08/05:isnanf:3:finite:3:
+@:LDP man-pages:3.38:2008/08/05:isnanl:3:finite:3:
+@:LDP man-pages:3.38:2010/09/20:isnormal:3:fpclassify:3:
+@:LDP man-pages:3.38:2010/09/20:isprint:3:isalpha:3:
+@:LDP man-pages:3.38:2010/09/20:ispunct:3:isalpha:3:
+@:LDP man-pages:3.38:2010/09/20:isspace:3:isalpha:3:
+@:LDP man-pages:3.38:2010/09/20:isunordered:3:isgreater:3:
+@:LDP man-pages:3.38:2010/09/20:isupper:3:isalpha:3:
+○:LDP man-pages:3.38:1999/07/25:iswalnum:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:1999/07/25:iswalpha:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2010/09/20:iswblank:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:1999/07/25:iswcntrl:3:1999/09/12::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+☆:LDP man-pages:3.37=>3.38:1999/07/25:iswctype:3:1999/09/12::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:1999/07/25:iswdigit:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:1999/07/25:iswgraph:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:1999/07/25:iswlower:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:1999/07/25:iswprint:3:1999/09/12::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:1999/07/25:iswpunct:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:1999/07/25:iswspace:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:1999/07/25:iswupper:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:1999/07/25:iswxdigit:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2010/09/20:isxdigit:3:isalpha:3:
+○:LDP man-pages:3.38:2010/09/20:j0:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:j0f:3:j0:3:
+@:LDP man-pages:3.38:2010/09/20:j0l:3:j0:3:
+@:LDP man-pages:3.38:2010/09/20:j1:3:j0:3:
+@:LDP man-pages:3.38:2010/09/20:j1f:3:j0:3:
+@:LDP man-pages:3.38:2010/09/20:j1l:3:j0:3:
+@:LDP man-pages:3.38:2010/09/20:jn:3:j0:3:
+@:LDP man-pages:3.38:2010/09/20:jnf:3:j0:3:
+@:LDP man-pages:3.38:2010/09/20:jnl:3:j0:3:
+@:LDP man-pages:3.38:2007/07/26:jrand48:3:drand48:3:
+@:LDP man-pages:3.38:2007/07/26:jrand48_r:3:drand48_r:3:
+@:LDP man-pages:3.38:2002/07/18:key_decryptsession:3:key_setsecret:3:
+@:LDP man-pages:3.38:2002/07/18:key_encryptsession:3:key_setsecret:3:
+@:LDP man-pages:3.38:2002/07/18:key_gendes:3:key_setsecret:3:
+@:LDP man-pages:3.38:2002/07/18:key_secretkey_is_set:3:key_setsecret:3:
+○:LDP man-pages:3.38:2002/07/18:key_setsecret:3:2003/02/01::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/07:klogctl:3:syslog:2:
+@:LDP man-pages:3.38:2010/09/20:l64a:3:a64l:3:
+@:LDP man-pages:3.38:2010/09/20:labs:3:abs:3:
+@:LDP man-pages:3.38:2010/02/25:lckpwdf:3:getspnam:3:
+@:LDP man-pages:3.38:2007/07/26:lcong48:3:drand48:3:
+@:LDP man-pages:3.38:2007/07/26:lcong48_r:3:drand48_r:3:
+○:LDP man-pages:3.38:2010/09/20:ldexp:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:ldexpf:3:ldexp:3:
+@:LDP man-pages:3.38:2010/09/20:ldexpl:3:ldexp:3:
+@:LDP man-pages:3.38:2010/09/20:ldiv:3:div:3:
+※:LDP man-pages:3.38:2010/09/10:le16toh:3:endian:3:
+※:LDP man-pages:3.38:2010/09/10:le32toh:3:endian:3:
+※:LDP man-pages:3.38:2010/09/10:le64toh:3:endian:3:
+@:LDP man-pages:3.38:1999/09/27:lfind:3:lsearch:3:
+○:LDP man-pages:3.38:2010/09/11:lgamma:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/11:lgamma_r:3:lgamma:3:
+@:LDP man-pages:3.38:2010/09/11:lgammaf:3:lgamma:3:
+@:LDP man-pages:3.38:2010/09/11:lgammaf_r:3:lgamma:3:
+@:LDP man-pages:3.38:2010/09/11:lgammal:3:lgamma:3:
+@:LDP man-pages:3.38:2010/09/11:lgammal_r:3:lgamma:3:
+×:LDP man-pages:3.38:2010/10/20:lio_listio:3:::::
+@:LDP man-pages:3.38:2010/09/20:llabs:3:abs:3:
+@:LDP man-pages:3.38:2010/09/20:lldiv:3:div:3:
+@:LDP man-pages:3.38:2010/09/20:llrint:3:lrint:3:
+@:LDP man-pages:3.38:2010/09/20:llrintf:3:lrint:3:
+@:LDP man-pages:3.38:2010/09/20:llrintl:3:lrint:3:
+@:LDP man-pages:3.38:2010/09/20:llround:3:lround:3:
+@:LDP man-pages:3.38:2010/09/20:llroundf:3:lround:3:
+@:LDP man-pages:3.38:2010/09/20:llroundl:3:lround:3:
+○:LDP man-pages:3.38:1993/04/25:localeconv:3:1998/05/25::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
+@:LDP man-pages:3.38:2010/02/25:localtime:3:ctime:3:
+@:LDP man-pages:3.38:2010/02/25:localtime_r:3:ctime:3:
+○:LDP man-pages:3.38:2011/09/11:lockf:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:log:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:log10:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:log10f:3:log10:3:
+@:LDP man-pages:3.38:2010/09/20:log10l:3:log10:3:
+○:LDP man-pages:3.38:2010/09/20:log1p:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:log1pf:3:log1p:3:
+@:LDP man-pages:3.38:2010/09/20:log1pl:3:log1p:3:
+○:LDP man-pages:3.38:2010/09/12:log2:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/12:log2f:3:log2:3:
+@:LDP man-pages:3.38:2010/09/12:log2l:3:log2:3:
+○:LDP man-pages:3.38:2010/09/20:logb:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:logbf:3:logb:3:
+@:LDP man-pages:3.38:2010/09/20:logbl:3:logb:3:
+@:LDP man-pages:3.38:2010/09/20:logf:3:log:3:
+○:LDP man-pages:3.38:2004/05/06:login:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2010/06/13:login_tty:3:openpty:3:
+@:LDP man-pages:3.38:2010/09/20:logl:3:log:3:
+@:LDP man-pages:3.38:2004/05/06:logout:3:login:3:
+@:LDP man-pages:3.38:2008/07/02:logwtmp:3:updwtmp:3:
+☆:LDP man-pages:3.37=>3.38:2009/01/13:longjmp:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/07/26:lrand48:3:drand48:3:
+@:LDP man-pages:3.38:2007/07/26:lrand48_r:3:drand48_r:3:
+○:LDP man-pages:3.38:2010/09/20:lrint:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:lrintf:3:lrint:3:
+@:LDP man-pages:3.38:2010/09/20:lrintl:3:lrint:3:
+○:LDP man-pages:3.38:2010/09/20:lround:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:lroundf:3:lround:3:
+@:LDP man-pages:3.38:2010/09/20:lroundl:3:lround:3:
+○:LDP man-pages:3.38:1999/09/27:lsearch:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2004/12/11:lseek64:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2008/04/07:lutimes:3:futimes:3:
+※:LDP man-pages:3.38:2010/09/10:major:3:makedev:3:
+○:LDP man-pages:3.38:2009/03/31:makecontext:3:2008/12/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.38:2010/09/10:makedev:3:::::
+☆:LDP man-pages:3.25=>3.38:2012/03/20:malloc:3:2007/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.38:2012/03/26:malloc_get_state:3:::::
+☆:LDP man-pages:3.25=>3.38:2010/10/13:malloc_hook:3:2003/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+※:LDP man-pages:3.38:2012/03/26:malloc_set_state:3:malloc_get_state:3:
+×:LDP man-pages:3.38:2012/03/22:mallopt:3:::::
+×:LDP man-pages:3.38:2010/09/10:matherr:3:::::
+○:LDP man-pages:3.38:1999/07/25:mblen:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.38:1999/07/25:mbrlen:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.38:2011/09/28:mbrtowc:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2000/11/20:mbsinit:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.38:2011/10/01:mbsnrtowcs:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.38:2011/09/28:mbsrtowcs:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.38:2011/09/28:mbstowcs:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.38:2011/09/28:mbtowc:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+@:LDP man-pages:3.38:2012/03/23:memalign:3:posix_memalign:3:
+○:LDP man-pages:3.38:2009/01/13:memccpy:3:1997/07/26::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
+○:LDP man-pages:3.38:2009/12/04:memchr:3:2004/01/17::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2011/09/14:memcmp:3:1997/12/17::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+○:LDP man-pages:3.38:2010/11/15:memcpy:3:1997/02/21::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
+○:LDP man-pages:3.38:2010/09/10:memfrob:3:1998/05/34::ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+○:LDP man-pages:3.38:2008/12/05:memmem:3:1997/12/17::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
+○:LDP man-pages:3.38:1993/04/10:memmove:3:2007/06/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/08/12:mempcpy:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2009/12/04:memrchr:3:memchr:3:
+○:LDP man-pages:3.38:1993/04/11:memset:3:1997/02/21::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
+※:LDP man-pages:3.38:2010/09/10:minor:3:makedev:3:
+☆:LDP man-pages:3.37=>3.38:2010/09/26:mkdtemp:3:2001/11/09::ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2008/06/12:mkfifo:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2009/12/13:mkfifoat:3:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2010/09/26:mkostemp:3:mkstemp:3:
+@:LDP man-pages:3.38:2010/09/26:mkostemps:3:mkstemp:3:
+☆:LDP man-pages:3.24=>3.38:2010/09/26:mkstemp:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/26:mkstemps:3:mkstemp:3:
+○:LDP man-pages:3.38:2010/09/20:mktemp:3:1999/04/10::tanisako@osa.dec.com:Kazuyuki Tanisako:
+@:LDP man-pages:3.38:2010/02/25:mktime:3:ctime:3:
+@:LDP man-pages:3.38:2008/04/22:mmap64:3:mmap2:2:
+○:LDP man-pages:3.38:2010/09/20:modf:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:modff:3:modf:3:
+@:LDP man-pages:3.38:2010/09/20:modfl:3:modf:3:
+○:LDP man-pages:3.38:1993/06/04:mpool:3:1999/08/19::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2010/08/29:mq_close:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/08/29:mq_getattr:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/10/04:mq_notify:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/02/20:mq_open:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:mq_receive:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:mq_send:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/08/29:mq_setattr:3:mq_getattr:3:
+@:LDP man-pages:3.38:2010/09/20:mq_timedreceive:3:mq_receive:3:
+@:LDP man-pages:3.38:2010/09/20:mq_timedsend:3:mq_send:3:
+○:LDP man-pages:3.38:2010/08/29:mq_unlink:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/07/26:mrand48:3:drand48:3:
+@:LDP man-pages:3.38:2007/07/26:mrand48_r:3:drand48_r:3:
+☆:LDP man-pages:3.37=>3.38:2012/03/22:mtrace:3:2003/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2012/03/22:muntrace:3:mtrace:3:
+○:LDP man-pages:3.38:2010/09/20:nan:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:nanf:3:nan:3:
+@:LDP man-pages:3.38:2010/09/20:nanl:3:nan:3:
+@:LDP man-pages:3.38:2010/09/20:nearbyint:3:rint:3:
+@:LDP man-pages:3.38:2010/09/20:nearbyintf:3:rint:3:
+@:LDP man-pages:3.38:2010/09/20:nearbyintl:3:rint:3:
+○:LDP man-pages:3.38:1999/05/14:netlink:3:1999/08/20::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2010/09/20:nextafter:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:nextafterf:3:nextafter:3:
+@:LDP man-pages:3.38:2010/09/20:nextafterl:3:nextafter:3:
+@:LDP man-pages:3.38:2010/09/20:nexttoward:3:nextafter:3:
+@:LDP man-pages:3.38:2010/09/20:nexttowardf:3:nextafter:3:
+@:LDP man-pages:3.38:2010/09/20:nexttowardl:3:nextafter:3:
+@:LDP man-pages:3.38:2010/09/20:nftw:3:ftw:3:
+○:LDP man-pages:3.38:2010/10/03:nl_langinfo:3:2001/07/15::KY4N-UCD@asahi-net.or.jp:UCHIDA Norihiro:
+@:LDP man-pages:3.38:2007/07/26:nrand48:3:drand48:3:
+@:LDP man-pages:3.38:2007/07/26:nrand48_r:3:drand48_r:3:
+@:LDP man-pages:3.38:2009/01/15:ntohl:3:byteorder:3:
+@:LDP man-pages:3.38:2009/01/15:ntohs:3:byteorder:3:
+☆:LDP man-pages:3.37=>3.38:2008/07/12:offsetof:3:2006/07/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/12/05:on_exit:3:2009/01/15:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/15:open_memstream:3:fmemopen:3:
+@:LDP man-pages:3.38:2010/09/15:open_wmemstream:3:fmemopen:3:
+○:LDP man-pages:3.38:2010/06/20:opendir:3:2007/10/14:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/11/12:openlog:3:syslog:3:
+○:LDP man-pages:3.38:2010/06/13:openpty:3:2006/02/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/11/01:optarg:3:getopt:3:
+@:LDP man-pages:3.38:2010/11/01:opterr:3:getopt:3:
+@:LDP man-pages:3.38:2010/11/01:optind:3:getopt:3:
+@:LDP man-pages:3.38:2010/11/01:optopt:3:getopt:3:
+@:LDP man-pages:3.38:2003/04/04:passwd2des:3:xcrypt:3:
+@:LDP man-pages:3.38:1993/04/04:pathconf:3:fpathconf:3:
+@:LDP man-pages:3.38:2010/02/03:pclose:3:popen:3:
+○:LDP man-pages:3.38:2007/07/26:perror:3:2005/03/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/07/17:pmap_getmaps:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:pmap_getport:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:pmap_rmtcall:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:pmap_set:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:pmap_unset:3:rpc:3:
+○:LDP man-pages:3.38:2010/02/03:popen:3:2008/11/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:posix_fallocate:3:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.37=>3.38:2012/03/23:posix_memalign:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/10/04:posix_openpt:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2010/09/12:pow:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/08/11:pow10:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2008/08/11:pow10f:3:pow10:3:
+@:LDP man-pages:3.38:2008/08/11:pow10l:3:pow10:3:
+@:LDP man-pages:3.38:2010/09/12:powf:3:pow:3:
+@:LDP man-pages:3.38:2010/09/12:powl:3:pow:3:
+○:LDP man-pages:3.38:2011/09/28:printf:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/07/26:profil:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2006/04/29:program_invocation_name:3:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2006/04/29:program_invocation_short_name:3:program_invocation_name:3:
+@:LDP man-pages:3.38:2010/10/06:psiginfo:3:psignal:3:
+☆:LDP man-pages:3.25=>3.38:2010/10/06:psignal:3:1997/12/26::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+※:LDP man-pages:3.38:2008/11/11:pthread_attr_destroy:3:pthread_attr_init:3:
+※:LDP man-pages:3.38:2010/09/10:pthread_attr_getaffinity_np:3:pthread_attr_setaffinity_np:3:
+※:LDP man-pages:3.38:2010/02/03:pthread_attr_getdetachstate:3:pthread_attr_setdetachstate:3:
+※:LDP man-pages:3.38:2008/10/24:pthread_attr_getguardsize:3:pthread_attr_setguardsize:3:
+※:LDP man-pages:3.38:2012/03/15:pthread_attr_getinheritsched:3:pthread_attr_setinheritsched:3:
+※:LDP man-pages:3.38:2012/03/15:pthread_attr_getschedparam:3:pthread_attr_setschedparam:3:
+※:LDP man-pages:3.38:2010/02/03:pthread_attr_getschedpolicy:3:pthread_attr_setschedpolicy:3:
+※:LDP man-pages:3.38:2008/10/24:pthread_attr_getscope:3:pthread_attr_setscope:3:
+※:LDP man-pages:3.38:2008/10/24:pthread_attr_getstack:3:pthread_attr_setstack:3:
+※:LDP man-pages:3.38:2008/10/24:pthread_attr_getstackaddr:3:pthread_attr_setstackaddr:3:
+※:LDP man-pages:3.38:2012/03/15:pthread_attr_getstacksize:3:pthread_attr_setstacksize:3:
+×:LDP man-pages:3.38:2008/11/11:pthread_attr_init:3:::::
+×:LDP man-pages:3.38:2010/09/10:pthread_attr_setaffinity_np:3:::::
+×:LDP man-pages:3.38:2010/02/03:pthread_attr_setdetachstate:3:::::
+×:LDP man-pages:3.38:2008/10/24:pthread_attr_setguardsize:3:::::
+×:LDP man-pages:3.38:2012/03/15:pthread_attr_setinheritsched:3:::::
+×:LDP man-pages:3.38:2012/03/15:pthread_attr_setschedparam:3:::::
+×:LDP man-pages:3.38:2010/02/03:pthread_attr_setschedpolicy:3:::::
+×:LDP man-pages:3.38:2008/10/24:pthread_attr_setscope:3:::::
+×:LDP man-pages:3.38:2008/10/24:pthread_attr_setstack:3:::::
+×:LDP man-pages:3.38:2008/10/24:pthread_attr_setstackaddr:3:::::
+×:LDP man-pages:3.38:2012/03/15:pthread_attr_setstacksize:3:::::
+×:LDP man-pages:3.38:2008/11/17:pthread_cancel:3:::::
+※:LDP man-pages:3.38:2008/11/24:pthread_cleanup_pop:3:pthread_cleanup_push:3:
+※:LDP man-pages:3.38:2008/12/04:pthread_cleanup_pop_restore_np:3:pthread_cleanup_push_defer_np:3:
+×:LDP man-pages:3.38:2008/11/24:pthread_cleanup_push:3:::::
+×:LDP man-pages:3.38:2008/12/04:pthread_cleanup_push_defer_np:3:::::
+×:LDP man-pages:3.38:2012/03/15:pthread_create:3:::::
+×:LDP man-pages:3.38:2008/11/27:pthread_detach:3:::::
+×:LDP man-pages:3.38:2009/03/30:pthread_equal:3:::::
+×:LDP man-pages:3.38:2009/03/30:pthread_exit:3:::::
+※:LDP man-pages:3.38:2010/09/10:pthread_getaffinity_np:3:pthread_setaffinity_np:3:
+×:LDP man-pages:3.38:2010/09/10:pthread_getattr_np:3:::::
+※:LDP man-pages:3.38:2009/04/10:pthread_getconcurrency:3:pthread_setconcurrency:3:
+×:LDP man-pages:3.38:2009/02/08:pthread_getcpuclockid:3:::::
+※:LDP man-pages:3.38:2008/11/17:pthread_getschedparam:3:pthread_setschedparam:3:
+×:LDP man-pages:3.38:2008/11/27:pthread_join:3:::::
+×:LDP man-pages:3.38:2009/01/28:pthread_kill:3:::::
+×:LDP man-pages:3.38:2010/09/09:pthread_kill_other_threads_np:3:::::
+×:LDP man-pages:3.38:2008/10/24:pthread_self:3:::::
+×:LDP man-pages:3.38:2010/09/10:pthread_setaffinity_np:3:::::
+×:LDP man-pages:3.38:2008/11/24:pthread_setcancelstate:3:::::
+※:LDP man-pages:3.38:2008/11/24:pthread_setcanceltype:3:pthread_setcancelstate:3:
+×:LDP man-pages:3.38:2009/04/10:pthread_setconcurrency:3:::::
+×:LDP man-pages:3.38:2008/11/17:pthread_setschedparam:3:::::
+×:LDP man-pages:3.38:2008/11/06:pthread_setschedprio:3:::::
+×:LDP man-pages:3.38:2011/10/16:pthread_sigmask:3:::::
+×:LDP man-pages:3.38:2011/09/23:pthread_sigqueue:3:::::
+×:LDP man-pages:3.38:2008/11/17:pthread_testcancel:3:::::
+※:LDP man-pages:3.38:2010/09/10:pthread_timedjoin_np:3:pthread_tryjoin_np:3:
+×:LDP man-pages:3.38:2010/09/10:pthread_tryjoin_np:3:::::
+×:LDP man-pages:3.38:2009/04/10:pthread_yield:3:::::
+○:LDP man-pages:3.38:2008/09/03:ptsname:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/09/03:ptsname_r:3:ptsname:3:
+@:LDP man-pages:3.38:2011/09/28:putc:3:puts:3:
+@:LDP man-pages:3.38:2008/08/29:putc_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.38:2011/09/28:putchar:3:puts:3:
+@:LDP man-pages:3.38:2008/08/29:putchar_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.38:2007/07/26:putenv:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2003/09/09:putgrent:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2007/07/26:putpwent:3:1997/12/18::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+○:LDP man-pages:3.38:2011/09/28:puts:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2010/02/25:putspent:3:getspnam:3:
+@:LDP man-pages:3.38:2008/06/29:pututline:3:getutent:3:
+@:LDP man-pages:3.38:2008/06/29:pututxline:3:getutent:3:
+@:LDP man-pages:3.38:2010/09/26:putw:3:getw:3:
+@:LDP man-pages:3.38:1999/07/25:putwc:3:fputwc:3:
+@:LDP man-pages:3.38:2008/08/29:putwc_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.38:1999/07/25:putwchar:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2008/08/29:putwchar_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.38:2012/03/23:pvalloc:3:posix_memalign:3:
+○:LDP man-pages:3.38:2010/09/20:qecvt:3:2002/09/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/07/26:qecvt_r:3:ecvt_r:3:
+@:LDP man-pages:3.38:2010/09/20:qfcvt:3:qecvt:3:
+@:LDP man-pages:3.38:2007/07/26:qfcvt_r:3:ecvt_r:3:
+@:LDP man-pages:3.38:2010/09/20:qgcvt:3:qecvt:3:
+☆:LDP man-pages:3.37=>3.38:2012/03/08:qsort:3:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/12/28:queue:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2008/10/17:raise:3:1997/12/25::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+☆:LDP man-pages:3.25=>3.38:2010/10/01:rand:3:2005/03/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/10/01:rand_r:3:rand:3:
+○:LDP man-pages:3.38:2010/09/20:random:3:1997/01/21::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi:
+○:LDP man-pages:3.38:2008/03/07:random_r:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2009/12/04:rawmemchr:3:memchr:3:
+○:LDP man-pages:3.38:2007/12/28:rcmd:3:1999/03/01::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:1995/07/14:re_comp:3:1997/12/18::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+@:LDP man-pages:3.38:1995/07/14:re_exec:3:re_comp:3:
+☆:LDP man-pages:3.35=>3.38:2010/09/10:readdir:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/10:readdir_r:3:readdir:3:
+@:LDP man-pages:3.38:2012/03/20:realloc:3:malloc:3:
+○:LDP man-pages:3.38:2011/09/10:realpath:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:1994/08/18:recno:3:1999/08/19::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.38:2011/09/27:regcomp:3:regex:3:
+@:LDP man-pages:3.38:2011/09/27:regerror:3:regex:3:
+○:LDP man-pages:3.38:2011/09/27:regex:3:2005/03/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/27:regexec:3:regex:3:
+@:LDP man-pages:3.38:2011/09/27:regfree:3:regex:3:
+@:LDP man-pages:3.38:2008/07/17:registerrpc:3:rpc:3:
+○:LDP man-pages:3.38:2010/09/20:remainder:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:remainderf:3:remainder:3:
+@:LDP man-pages:3.38:2010/09/20:remainderl:3:remainder:3:
+○:LDP man-pages:3.38:2008/12/03:remove:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2010/09/09:remque:3:insque:3:
+○:LDP man-pages:3.38:2010/09/20:remquo:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:remquof:3:remquo:3:
+@:LDP man-pages:3.38:2010/09/20:remquol:3:remquo:3:
+@:LDP man-pages:3.38:2010/06/17:res_init:3:resolver:3:
+@:LDP man-pages:3.38:2010/06/17:res_mkquery:3:resolver:3:
+@:LDP man-pages:3.38:2010/06/17:res_query:3:resolver:3:
+@:LDP man-pages:3.38:2010/06/17:res_querydomain:3:resolver:3:
+@:LDP man-pages:3.38:2010/06/17:res_search:3:resolver:3:
+@:LDP man-pages:3.38:2010/06/17:res_send:3:resolver:3:
+○:LDP man-pages:3.38:2010/06/17:resolver:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:1993/11/29:rewind:3:fseek:3:
+○:LDP man-pages:3.38:1995/06/11:rewinddir:3:1997/12/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+○:LDP man-pages:3.38:2010/09/10:rexec:3:2005/12/28::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/21:rindex:3:index:3:
+○:LDP man-pages:3.38:2010/09/20:rint:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:rintf:3:rint:3:
+@:LDP man-pages:3.38:2010/09/20:rintl:3:rint:3:
+○:LDP man-pages:3.38:2010/09/20:round:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:roundf:3:round:3:
+@:LDP man-pages:3.38:2010/09/20:roundl:3:round:3:
+○:LDP man-pages:3.38:2008/07/17:rpc:3:2001/11/09::ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2007/07/26:rpmatch:3:2006/07/31::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/12/28:rresvport:3:rcmd:3:
+○:LDP man-pages:3.38:2010/02/25:rtime:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.37=>3.38:2012/03/24:rtnetlink:3:1999/08/20::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.38:2007/12/28:ruserok:3:rcmd:3:
+○:LDP man-pages:3.38:2010/09/20:scalb:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:scalbf:3:scalb:3:
+@:LDP man-pages:3.38:2010/09/20:scalbl:3:scalb:3:
+×:LDP man-pages:3.38:2010/09/20:scalbln:3:::::
+※:LDP man-pages:3.38:2010/09/20:scalblnf:3:scalbln:3:
+※:LDP man-pages:3.38:2010/09/20:scalblnl:3:scalbln:3:
+※:LDP man-pages:3.38:2010/09/20:scalbn:3:scalbln:3:
+※:LDP man-pages:3.38:2010/09/20:scalbnf:3:scalbln:3:
+※:LDP man-pages:3.38:2010/09/20:scalbnl:3:scalbln:3:
+☆:LDP man-pages:3.37=>3.38:2012/03/20:scandir:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.38:2012/03/17:scandirat:3:::::
+☆:LDP man-pages:3.35=>3.38:2011/09/28:scanf:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/10/31:sched_getcpu:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2007/07/26:seed48:3:drand48:3:
+@:LDP man-pages:3.38:2007/07/26:seed48_r:3:drand48_r:3:
+○:LDP man-pages:3.38:2009/03/11:seekdir:3:1997/12/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+○:LDP man-pages:3.38:2006/03/25:sem_close:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2006/03/25:sem_destroy:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2006/03/25:sem_getvalue:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/07/27:sem_init:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/02/20:sem_open:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/03/30:sem_post:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2012/02/12:sem_timedwait:3:sem_wait:3:
+@:LDP man-pages:3.38:2012/02/12:sem_trywait:3:sem_wait:3:
+○:LDP man-pages:3.38:2006/03/25:sem_unlink:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.35=>3.38:2012/02/12:sem_wait:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2003/09/09:setaliasent:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2008/06/26:setbuf:3:2001/07/14::ysato@h4.dion.ne.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2008/06/26:setbuffer:3:setbuf:3:
+○:LDP man-pages:3.38:2009/09/20:setenv:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2002/02/28:setfsent:3:getfsent:3:
+@:LDP man-pages:3.38:2010/10/21:setgrent:3:getgrent:3:
+@:LDP man-pages:3.38:2010/10/04:sethostent:3:gethostbyname:3:
+@:LDP man-pages:3.38:2010/09/20:sethostid:3:gethostid:3:
+○:LDP man-pages:3.38:2009/06/26:setjmp:3:2009/03/05::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2003/04/04:setkey:3:encrypt:3:
+@:LDP man-pages:3.38:2003/04/04:setkey_r:3:encrypt:3:
+@:LDP man-pages:3.38:2008/06/26:setlinebuf:3:setbuf:3:
+○:LDP man-pages:3.38:2008/12/05:setlocale:3:2002/10/12::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2001/10/05:setlogmask:3:2001/11/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2009/09/15:setmntent:3:getmntent:3:
+@:LDP man-pages:3.38:2008/08/19:setnetent:3:getnetent:3:
+○:LDP man-pages:3.38:2007/07/26:setnetgrent:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/19:setprotoent:3:getprotoent:3:
+@:LDP man-pages:3.38:2010/10/21:setpwent:3:getpwent:3:
+@:LDP man-pages:3.38:2008/08/19:setrpcent:3:getrpcent:3:
+@:LDP man-pages:3.38:2008/08/19:setservent:3:getservent:3:
+@:LDP man-pages:3.38:2010/02/25:setspent:3:getspnam:3:
+@:LDP man-pages:3.38:2010/09/20:setstate:3:random:3:
+@:LDP man-pages:3.38:2008/03/07:setstate_r:3:random_r:3:
+@:LDP man-pages:3.38:2002/07/18:setttyent:3:getttyent:3:
+@:LDP man-pages:3.38:2007/07/26:setusershell:3:getusershell:3:
+@:LDP man-pages:3.38:2008/06/29:setutent:3:getutent:3:
+@:LDP man-pages:3.38:2008/06/29:setutxent:3:getutent:3:
+@:LDP man-pages:3.38:2008/06/26:setvbuf:3:setbuf:3:
+@:LDP man-pages:3.38:2010/02/25:sgetspent:3:getspnam:3:
+@:LDP man-pages:3.38:2010/02/25:sgetspent_r:3:getspnam:3:
+○:LDP man-pages:3.38:2009/02/25:shm_open:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2009/02/25:shm_unlink:3:shm_open:3:
+@:LDP man-pages:3.38:2008/09/01:sigaddset:3:sigsetops:3:
+@:LDP man-pages:3.38:2008/09/01:sigandset:3:sigsetops:3:
+@:LDP man-pages:3.38:2007/07/26:sigblock:3:sigvec:3:
+@:LDP man-pages:3.38:2008/09/01:sigdelset:3:sigsetops:3:
+@:LDP man-pages:3.38:2008/09/01:sigemptyset:3:sigsetops:3:
+@:LDP man-pages:3.38:2008/09/01:sigfillset:3:sigsetops:3:
+@:LDP man-pages:3.38:2007/07/26:siggetmask:3:sigvec:3:
+@:LDP man-pages:3.38:2010/09/20:sighold:3:sigset:3:
+@:LDP man-pages:3.38:2010/09/20:sigignore:3:sigset:3:
+○:LDP man-pages:3.38:2011/09/09:siginterrupt:3:1998/05/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+@:LDP man-pages:3.38:2008/09/01:sigisemptyset:3:sigsetops:3:
+@:LDP man-pages:3.38:2008/09/01:sigismember:3:sigsetops:3:
+@:LDP man-pages:3.38:2009/01/13:siglongjmp:3:longjmp:3:
+@:LDP man-pages:3.38:2007/07/26:sigmask:3:sigvec:3:
+○:LDP man-pages:3.38:2010/09/20:signbit:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/11:signgam:3:lgamma:3:
+○:LDP man-pages:3.38:2009/02/04:significand:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2009/02/04:significandf:3:significand:3:
+@:LDP man-pages:3.38:2009/02/04:significandl:3:significand:3:
+@:LDP man-pages:3.38:2008/09/01:sigorset:3:sigsetops:3:
+○:LDP man-pages:3.38:2010/09/12:sigpause:3:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.37=>3.38:2012/03/25:sigqueue:3:2007/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:sigrelse:3:sigset:3:
+○:LDP man-pages:3.38:2010/09/20:sigset:3:2005/12/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2009/06/26:sigsetjmp:3:setjmp:3:
+@:LDP man-pages:3.38:2007/07/26:sigsetmask:3:sigvec:3:
+○:LDP man-pages:3.38:2008/09/01:sigsetops:3:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/26:sigstack:3:sigaltstack:2:
+○:LDP man-pages:3.38:2007/07/26:sigvec:3:2005/12/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.37=>3.38:2010/09/10:sigwait:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/11:sin:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/08/11:sincos:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/11:sincosf:3:sincos:3:
+@:LDP man-pages:3.38:2008/08/11:sincosl:3:sincos:3:
+@:LDP man-pages:3.38:2010/09/11:sinf:3:sin:3:
+○:LDP man-pages:3.38:2010/09/20:sinh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:sinhf:3:sinh:3:
+@:LDP man-pages:3.38:2010/09/20:sinhl:3:sinh:3:
+@:LDP man-pages:3.38:2010/09/11:sinl:3:sin:3:
+○:LDP man-pages:3.38:2010/02/03:sleep:3:1997/01/21::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi:
+@:LDP man-pages:3.38:2011/09/28:snprintf:3:printf:3:
+○:LDP man-pages:3.38:2008/12/03:sockatmark:3:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2011/09/28:sprintf:3:printf:3:
+○:LDP man-pages:3.38:2010/09/20:sqrt:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:sqrtf:3:sqrt:3:
+@:LDP man-pages:3.38:2010/09/20:sqrtl:3:sqrt:3:
+@:LDP man-pages:3.38:2010/10/01:srand:3:rand:3:
+@:LDP man-pages:3.38:2007/07/26:srand48:3:drand48:3:
+@:LDP man-pages:3.38:2007/07/26:srand48_r:3:drand48_r:3:
+@:LDP man-pages:3.38:2010/09/20:srandom:3:random:3:
+@:LDP man-pages:3.38:2008/03/07:srandom_r:3:random_r:3:
+@:LDP man-pages:3.38:2011/09/28:sscanf:3:scanf:3:
+@:LDP man-pages:3.38:2007/07/26:ssignal:3:gsignal:3:
+○:LDP man-pages:3.38:2003/08/22:statvfs:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2001/10/14:stdarg:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2008/07/14:stderr:3:stdin:3:
+○:LDP man-pages:3.38:2008/07/14:stdin:3:2005/09/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2001/12/26:stdio:3:2004/02/06::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2001/12/16:stdio_ext:3:2002/08/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/07/14:stdout:3:stdin:3:
+☆:LDP man-pages:3.37=>3.38:2012/03/15:stpcpy:3:1997/12/26::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+○:LDP man-pages:3.38:2011/09/28:stpncpy:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.38:2010/09/20:strcasecmp:3:1997/12/25::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+@:LDP man-pages:3.38:2011/09/28:strcasestr:3:strstr:3:
+○:LDP man-pages:3.38:2011/09/28:strcat:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2010/09/20:strchr:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:strchrnul:3:strchr:3:
+○:LDP man-pages:3.38:2010/09/20:strcmp:3:2001/10/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:strcoll:3:2007/06/01::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:strcpy:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2010/09/20:strcspn:3:strspn:3:
+○:LDP man-pages:3.38:2011/10/01:strdup:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2011/10/01:strdupa:3:strdup:3:
+○:LDP man-pages:3.38:2009/03/30:strerror:3:2005/12/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2009/03/30:strerror_r:3:strerror:3:
+○:LDP man-pages:3.38:2000/12/05:strfmon:3:2001/02/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2010/09/20:strfry:3:1998/05/25::motoki@hal.t.u-tokyo.ac.jp:Akihiro Motoki:
+☆:LDP man-pages:3.37=>3.38:2010/01/17:strftime:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/02/25:string:3:1997/01/20::yoshino@civil.jcn.nihon-u.ac.jp:YOSHINO Takashi:
+○:LDP man-pages:3.38:2011/09/28:strlen:3:1997/01/20::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi:
+@:LDP man-pages:3.38:2010/09/20:strncasecmp:3:strcasecmp:3:
+@:LDP man-pages:3.38:2011/09/28:strncat:3:strcat:3:
+@:LDP man-pages:3.38:2010/09/20:strncmp:3:strcmp:3:
+@:LDP man-pages:3.38:2010/09/20:strncpy:3:strcpy:3:
+@:LDP man-pages:3.38:2011/10/01:strndup:3:strdup:3:
+@:LDP man-pages:3.38:2011/10/01:strndupa:3:strdup:3:
+○:LDP man-pages:3.38:2011/09/28:strnlen:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.38:2010/09/20:strpbrk:3:1999/12/25::argrath@yo.rim.or.jp:Kentaro Shirakata:
+○:LDP man-pages:3.38:2009/12/05:strptime:3:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2010/09/20:strrchr:3:strchr:3:
+○:LDP man-pages:3.38:2011/09/28:strsep:3:2009/03/05::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2010/09/15:strsignal:3:1999/12/25::argrath@yo.rim.or.jp:Kentaro Shirakata:
+○:LDP man-pages:3.38:2010/09/20:strspn:3:1997/12/16::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+○:LDP man-pages:3.38:2011/09/28:strstr:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2010/09/20:strtod:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:strtof:3:strtod:3:
+○:LDP man-pages:3.38:2003/11/28:strtoimax:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2010/09/27:strtok:3:2005/11/19:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/27:strtok_r:3:strtok:3:
+○:LDP man-pages:3.38:2010/09/20:strtol:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:strtold:3:strtod:3:
+@:LDP man-pages:3.38:2010/09/20:strtoll:3:strtol:3:
+@:LDP man-pages:3.38:2010/09/20:strtoq:3:strtol:3:
+○:LDP man-pages:3.38:2011/09/15:strtoul:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/15:strtoull:3:strtoul:3:
+@:LDP man-pages:3.38:2003/11/28:strtoumax:3:strtoimax:3:
+@:LDP man-pages:3.38:2011/09/15:strtouq:3:strtoul:3:
+○:LDP man-pages:3.38:2001/12/19:strverscmp:3:2002/09/22::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2011/09/28:strxfrm:3:1999/03/24::ss236rx@ymg.urban.ne.jp:Shouichi Saito:
+@:LDP man-pages:3.38:2008/07/17:svc_destroy:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svc_freeargs:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svc_getargs:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svc_getcaller:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svc_getreq:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svc_getreqset:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svc_register:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svc_run:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svc_sendreply:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svc_unregister:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svcerr_auth:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svcerr_decode:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svcerr_noproc:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svcerr_noprog:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svcerr_progvers:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svcerr_systemerr:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svcerr_weakauth:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svcfd_create:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svcraw_create:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svctcp_create:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svcudp_bufcreate:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:svcudp_create:3:rpc:3:
+○:LDP man-pages:3.38:2001/12/15:swab:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2009/03/31:swapcontext:3:makecontext:3:
+@:LDP man-pages:3.38:2011/09/17:swprintf:3:wprintf:3:
+@:LDP man-pages:3.38:2007/07/26:sys_errlist:3:perror:3:
+@:LDP man-pages:3.38:2007/07/26:sys_nerr:3:perror:3:
+○:LDP man-pages:3.38:2007/12/12:sysconf:3:2005/03/31::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/11/12:syslog:3:2008/07/24:o:argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2010/09/10:system:3:2005/03/12:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/05/04:sysv_signal:3:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/11:tan:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/11:tanf:3:tan:3:
+○:LDP man-pages:3.38:2010/09/20:tanh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:tanhf:3:tanh:3:
+@:LDP man-pages:3.38:2010/09/20:tanhl:3:tanh:3:
+@:LDP man-pages:3.38:2010/09/11:tanl:3:tan:3:
+@:LDP man-pages:3.38:2011/09/08:tcdrain:3:termios:3:
+@:LDP man-pages:3.38:2011/09/08:tcflow:3:termios:3:
+@:LDP man-pages:3.38:2011/09/08:tcflush:3:termios:3:
+@:LDP man-pages:3.38:2011/09/08:tcgetattr:3:termios:3:
+○:LDP man-pages:3.38:2003/01/28:tcgetpgrp:3:2003/08/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/10:tcgetsid:3:2003/08/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/08:tcsendbreak:3:termios:3:
+@:LDP man-pages:3.38:2011/09/08:tcsetattr:3:termios:3:
+@:LDP man-pages:3.38:2003/01/28:tcsetpgrp:3:tcgetpgrp:3:
+@:LDP man-pages:3.38:2008/09/23:tdelete:3:tsearch:3:
+@:LDP man-pages:3.38:2008/09/23:tdestroy:3:tsearch:3:
+○:LDP man-pages:3.38:2009/03/11:telldir:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/07/26:tempnam:3:2006/07/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.32=>3.38:2011/09/08:termios:3:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/09/23:tfind:3:tsearch:3:
+○:LDP man-pages:3.38:2010/09/20:tgamma:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:tgammaf:3:tgamma:3:
+@:LDP man-pages:3.38:2010/09/20:tgammal:3:tgamma:3:
+○:LDP man-pages:3.38:2007/07/26:timegm:3:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.38:2007/07/26:timelocal:3:timegm:3:
+○:LDP man-pages:3.38:2010/02/25:timeradd:3:2007/10/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/02/25:timerclear:3:timeradd:3:
+@:LDP man-pages:3.38:2010/02/25:timercmp:3:timeradd:3:
+@:LDP man-pages:3.38:2010/02/25:timerisset:3:timeradd:3:
+@:LDP man-pages:3.38:2010/02/25:timersub:3:timeradd:3:
+@:LDP man-pages:3.38:2012/03/25:timezone:3:tzset:3:
+○:LDP man-pages:3.38:2008/07/14:tmpfile:3:2001/12/14:o:ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2010/09/10:tmpnam:3:2006/07/26:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/10:tmpnam_r:3:tmpnam:3:
+○:LDP man-pages:3.38:2009/03/15:toascii:3:1997/12/16::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+@:LDP man-pages:3.38:1993/04/04:tolower:3:toupper:3:
+○:LDP man-pages:3.38:1993/04/04:toupper:3:1997/04/29::rui@linux.or.jp:Ueyama Rui:
+○:LDP man-pages:3.38:1999/07/25:towctrans:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:1999/07/25:towlower:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:1999/07/25:towupper:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:2010/09/20:trunc:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/09/20:truncf:3:trunc:3:
+@:LDP man-pages:3.38:2010/09/20:truncl:3:trunc:3:
+○:LDP man-pages:3.38:2008/09/23:tsearch:3:2002/02/14::ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2008/07/14:ttyname:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2008/07/14:ttyname_r:3:ttyname:3:
+○:LDP man-pages:3.38:2010/09/20:ttyslot:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2008/09/23:twalk:3:tsearch:3:
+@:LDP man-pages:3.38:2012/03/25:tzname:3:tzset:3:
+☆:LDP man-pages:3.37=>3.38:2012/03/25:tzset:3:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/20:ualarm:3:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/02/25:ulckpwdf:3:getspnam:3:
+○:LDP man-pages:3.38:2008/08/06:ulimit:3:1998/12/06::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2010/02/10:undocumented:3:2005/02/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2012/01/18:ungetc:3:gets:3:
+○:LDP man-pages:3.38:1999/09/19:ungetwc:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.38:2008/08/29:unlocked_stdio:3:2001/11/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/06/14:unlockpt:3:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2009/09/20:unsetenv:3:setenv:3:
+○:LDP man-pages:3.38:2008/07/02:updwtmp:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2008/07/02:updwtmpx:3:updwtmp:3:
+○:LDP man-pages:3.38:2010/12/03:usleep:3:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/06/29:utmpname:3:getutent:3:
+@:LDP man-pages:3.38:2008/06/29:utmpxname:3:getutent:3:
+@:LDP man-pages:3.38:2001/10/14:va_arg:3:stdarg:3:
+@:LDP man-pages:3.38:2001/10/14:va_copy:3:stdarg:3:
+@:LDP man-pages:3.38:2001/10/14:va_end:3:stdarg:3:
+@:LDP man-pages:3.38:2001/10/14:va_start:3:stdarg:3:
+@:LDP man-pages:3.38:2012/03/23:valloc:3:posix_memalign:3:
+@:LDP man-pages:3.38:2001/12/18:vasprintf:3:asprintf:3:
+@:LDP man-pages:3.38:2010/09/15:vdprintf:3:dprintf:3:
+@:LDP man-pages:3.38:2012/03/15:verr:3:err:3:
+@:LDP man-pages:3.38:2012/03/15:verrx:3:err:3:
+@:LDP man-pages:3.38:2012/03/20:versionsort:3:scandir:3:
+@:LDP man-pages:3.38:2011/09/28:vfprintf:3:printf:3:
+@:LDP man-pages:3.38:2011/09/28:vfscanf:3:scanf:3:
+@:LDP man-pages:3.38:2011/09/17:vfwprintf:3:wprintf:3:
+@:LDP man-pages:3.38:2011/09/10:vlimit:3:getrlimit:2:
+@:LDP man-pages:3.38:2011/09/28:vprintf:3:printf:3:
+@:LDP man-pages:3.38:2011/09/28:vscanf:3:scanf:3:
+@:LDP man-pages:3.38:2011/09/28:vsnprintf:3:printf:3:
+@:LDP man-pages:3.38:2011/09/28:vsprintf:3:printf:3:
+@:LDP man-pages:3.38:2011/09/28:vsscanf:3:scanf:3:
+@:LDP man-pages:3.38:2011/09/17:vswprintf:3:wprintf:3:
+@:LDP man-pages:3.38:2008/11/12:vsyslog:3:syslog:3:
+@:LDP man-pages:3.38:2010/09/26:vtimes:3:getrusage:2:
+@:LDP man-pages:3.38:2012/03/15:vwarn:3:err:3:
+@:LDP man-pages:3.38:2012/03/15:vwarnx:3:err:3:
+@:LDP man-pages:3.38:2011/09/17:vwprintf:3:wprintf:3:
+@:LDP man-pages:3.38:2012/03/15:warn:3:err:3:
+@:LDP man-pages:3.38:2012/03/15:warnx:3:err:3:
+☆:LDP man-pages:3.35=>3.38:2011/10/01:wcpcpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:2011/10/01:wcpncpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+☆:LDP man-pages:3.35=>3.38:2011/09/28:wcrtomb:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:2010/09/15:wcscasecmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:2011/09/28:wcscat:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:1999/07/25:wcschr:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:1999/07/25:wcscmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:2011/09/28:wcscpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:1999/07/25:wcscspn:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:2010/09/15:wcsdup:3:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.35=>3.38:2011/09/28:wcslen:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:2010/09/15:wcsncasecmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:2011/09/28:wcsncat:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:2011/09/28:wcsncmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:2011/09/28:wcsncpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:2011/10/01:wcsnlen:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+☆:LDP man-pages:3.35=>3.38:2011/10/16:wcsnrtombs:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:1999/07/25:wcspbrk:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:1999/07/25:wcsrchr:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+☆:LDP man-pages:3.35=>3.38:2011/10/16:wcsrtombs:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:1999/07/25:wcsspn:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:2011/09/28:wcsstr:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:2003/11/01:wcstoimax:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2011/09/28:wcstok:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+☆:LDP man-pages:3.35=>3.38:2011/10/16:wcstombs:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+@:LDP man-pages:3.38:2003/11/01:wcstoumax:3:wcstoimax:3:
+○:LDP man-pages:3.38:2010/09/10:wcswidth:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:2011/09/22:wctob:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:1999/07/25:wctomb:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.38:1999/07/25:wctrans:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:1999/07/25:wctype:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:2011/09/28:wcwidth:3:2002/08/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:1999/07/25:wmemchr:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:1999/07/25:wmemcmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:1999/07/25:wmemcpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:1999/07/25:wmemmove:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+@:LDP man-pages:3.38:2008/08/12:wmempcpy:3:mempcpy:3:
+○:LDP man-pages:3.38:1999/07/25:wmemset:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.38:2008/07/14:wordexp:3:2004/09/29::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2008/07/14:wordfree:3:wordexp:3:
+○:LDP man-pages:3.38:2011/09/17:wprintf:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.38:2003/04/04:xcrypt:3:2004/10/16::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2003/04/04:xdecrypt:3:xcrypt:3:
+○:LDP man-pages:3.38:2007/12/30:xdr:3:2000/01/14::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+@:LDP man-pages:3.38:2008/07/17:xdr_accepted_reply:3:rpc:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_array:3:xdr:3:
+@:LDP man-pages:3.38:2008/07/17:xdr_authunix_parms:3:rpc:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_bool:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_bytes:3:xdr:3:
+@:LDP man-pages:3.38:2008/07/17:xdr_callhdr:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:xdr_callmsg:3:rpc:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_char:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_destroy:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_double:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_enum:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_float:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_free:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_getpos:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_inline:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_int:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_long:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_opaque:3:xdr:3:
+@:LDP man-pages:3.38:2008/07/17:xdr_opaque_auth:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:xdr_pmap:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:xdr_pmaplist:3:rpc:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_pointer:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_reference:3:xdr:3:
+@:LDP man-pages:3.38:2008/07/17:xdr_rejected_reply:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:xdr_replymsg:3:rpc:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_setpos:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_short:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_string:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_u_char:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_u_int:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_u_long:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_u_short:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_union:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_vector:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_void:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdr_wrapstring:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdrmem_create:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdrrec_create:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdrrec_endofrecord:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdrrec_eof:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdrrec_skiprecord:3:xdr:3:
+@:LDP man-pages:3.38:2007/12/30:xdrstdio_create:3:xdr:3:
+@:LDP man-pages:3.38:2003/04/04:xencrypt:3:xcrypt:3:
+@:LDP man-pages:3.38:2008/07/17:xprt_register:3:rpc:3:
+@:LDP man-pages:3.38:2008/07/17:xprt_unregister:3:rpc:3:
+○:LDP man-pages:3.38:2008/08/10:y0:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2008/08/10:y0f:3:y0:3:
+@:LDP man-pages:3.38:2008/08/10:y0l:3:y0:3:
+@:LDP man-pages:3.38:2008/08/10:y1:3:y0:3:
+@:LDP man-pages:3.38:2008/08/10:y1f:3:y0:3:
+@:LDP man-pages:3.38:2008/08/10:y1l:3:y0:3:
+@:LDP man-pages:3.38:2008/08/10:yn:3:y0:3:
+@:LDP man-pages:3.38:2008/08/10:ynf:3:y0:3:
+@:LDP man-pages:3.38:2008/08/10:ynl:3:y0:3:
+×:LDP man-pages:3.38:2011/09/21:cciss:4:::::
+○:LDP man-pages:3.38:1994/10/31:console:4:2002/01/14:o:argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2011/09/15:console_codes:4:2008/10/08::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2009/02/28:console_ioctl:4:2008/07/22::argrath@ub32.org:Kentaro Shirakata:
+×:LDP man-pages:3.38:2009/03/31:cpuid:4:::::
+○:LDP man-pages:3.38:2000/03/01:dsp56k:4:2000/07/11::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2009/02/01:epoll:4:epoll:7:
+○:LDP man-pages:3.38:2010/08/29:fd:4:1998/01/12:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+@:LDP man-pages:3.38:2008/12/03:fifo:4:fifo:7:
+○:LDP man-pages:3.38:1997/08/02:full:4:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2002/12/31:futex:4:futex:7:
+○:LDP man-pages:3.38:1992/12/17:hd:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+×:LDP man-pages:3.38:2011/09/21:hpsa:4:::::
+○:LDP man-pages:3.38:2010/09/04:initrd:4:2005/10/09:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/10/23:intro:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+@:LDP man-pages:3.38:1992/11/21:kmem:4:mem:4:
+○:LDP man-pages:3.38:1995/01/15:lp:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+○:LDP man-pages:3.38:1992/11/21:mem:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+○:LDP man-pages:3.38:1996/02/10:mouse:4:1999/03/24:o:ss236rx@ymg.urban.ne.jp:Shouichi Saito:
+×:LDP man-pages:3.38:2009/03/31:msr:4:::::
+○:LDP man-pages:3.38:2009/02/23:null:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+@:LDP man-pages:3.38:1992/11/21:port:4:mem:4:
+@:LDP man-pages:3.38:2002/10/09:ptmx:4:pts:4:
+○:LDP man-pages:3.38:2002/10/09:pts:4:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:1992/11/21:ram:4:1997/01/12:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+○:LDP man-pages:3.38:2010/08/29:random:4:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/02/25:rtc:4:2007/02/08::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:1992/12/17:sd:4:1998/02/05::ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+○:LDP man-pages:3.38:2007/11/25:sk98lin:4:2007/06/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/04:st:4:2005/06/12::nakano@st.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2003/04/07:tty:4:2003/09/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:1992/12/19:ttyS:4:1998/02/05::ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+○:LDP man-pages:3.38:2008/10/29:tty_ioctl:4:2004/11/16::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2010/08/29:urandom:4:random:4:
+○:LDP man-pages:3.38:2007/12/17:vcs:4:2001/02/11::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2007/12/17:vcsa:4:vcs:4:
+○:LDP man-pages:3.38:1996/10/22:wavelan:4:1998/02/10::ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+@:LDP man-pages:3.38:2009/02/23:zero:4:null:4:
+○:LDP man-pages:3.38:2008/06/15:acct:5:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:1994/11/28:charmap:5:2008/07/22::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2011/09/16:complex:5:complex:7:
+☆:LDP man-pages:3.35=>3.38:2012/01/17:core:5:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2001/12/26:dir_colors:5:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO:
+☆:LDP man-pages:3.24=>3.38:2010/06/19:elf:5:2005/11/03::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2009/07/25:environ:5:environ:7:
+☆:LDP man-pages:3.24=>3.38:2010/05/24:filesystems:5:2008/02/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2010/05/24:fs:5:filesystems:5:
+○:LDP man-pages:3.38:2000/08/27:ftpusers:5:2001/03/12::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+☆:LDP man-pages:3.29=>3.38:2010/10/21:group:5:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2003/08/23:host.conf:5:2003/10/15::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2002/06/16:hosts:5:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2003/08/24:hosts.equiv:5:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/10/23:intro:5:1998/10/13::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.38:2009/01/26:ipc:5:svipc:7:
+○:LDP man-pages:3.38:1993/07/24:issue:5:1998/07/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2008/06/17:locale:5:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:1992/12/29:motd:5:1998/2/4::nagoya@cc.hit-u.ac.jp:Hiroaki Nagoya:
+×:LDP man-pages:3.38:2008/09/04:networks:5:::::
+○:LDP man-pages:3.38:1992/12/29:nologin:5:1998/02/18::rui@linux.or.jp:Ueyama Rui:
+○:LDP man-pages:3.38:1999/10/01:nscd.conf:5:2006/07/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:1999/01/17:nsswitch.conf:5:2001/10/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+※:LDP man-pages:3.38:2008/08/15:numa_maps:5:numa:7:
+☆:LDP man-pages:3.29=>3.38:2012/02/14:passwd:5:2006/07/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.24=>3.38:2012/02/08:proc:5:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/09/23:protocols:5:2008/07/22::argrath@ub32.org:Kentaro Shirakata:
+☆:LDP man-pages:3.35=>3.38:2012/02/08:resolv.conf:5:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2012/02/08:resolver:5:resolv.conf:5:
+○:LDP man-pages:3.38:1985/09/26:rpc:5:2008/07/22::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:1992/12/29:securetty:5:2003/01/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/05/22:services:5:2002/08/14::amotoki@dd.iij4u.or.jp:Akihiro Motoki:
+○:LDP man-pages:3.38:1993/11/21:shells:5:2000/12/11::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2001/06/19:slabinfo:5:2001/09/10::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:1996/10/21:termcap:5:2000/10/12::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:1993/07/24:ttytype:5:1998/02/10::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+☆:LDP man-pages:3.25=>3.38:2010/08/31:tzfile:5:1999/09/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2011/09/28:utmp:5:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2011/09/28:utmpx:5:utmp:5:
+@:LDP man-pages:3.38:2011/09/28:wtmp:5:utmp:5:
+○:LDP man-pages:3.38:2007/10/23:intro:6:1997/11/15::pessi@kmc.kyoto-u.ac.jp:II Ryouta:
+×:LDP man-pages:3.38:2010/10/02:aio:7:::::
+×:LDP man-pages:3.38:2010/09/20:armscii-8:7:::::
+○:LDP man-pages:3.38:2008/11/25:arp:7:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/02/12:ascii:7:2006/04/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/19:boot:7:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/12/16:bootparam:7:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.32=>3.38:2012/03/05:capabilities:7:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/06/03:charsets:7:2008/07/22::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2011/09/16:complex:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.38:2010/09/20:cp1251:7:::::
+×:LDP man-pages:3.38:2008/11/12:cpuset:7:::::
+○:LDP man-pages:3.38:2008/06/03:credentials:7:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/11/20:ddp:7:1999/12/06::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2009/07/25:environ:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/02/01:epoll:7:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.32=>3.38:2012/01/18:feature_test_macros:7:2007/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/12/03:fifo:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2002/12/31:futex:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+※:LDP man-pages:3.38:2009/01/13:glibc:7:libc:7:
+○:LDP man-pages:3.38:2003/08/24:glob:7:2003/09/28::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2009/03/30:hier:7:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+×:LDP man-pages:3.38:2010/11/07:hostname:7:::::
+○:LDP man-pages:3.38:2010/02/25:icmp:7:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.25=>3.38:2011/12/07:inotify:7:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:1993/04/23:intro:7:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.25=>3.38:2011/09/22:ip:7:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2011/09/08:ipv6:7:2006/01/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.38:1999/05/31:iso-8859-1:7:iso_8859-1:7:
+※:LDP man-pages:3.38:2010/09/20:iso-8859-10:7:iso_8859-10:7:
+※:LDP man-pages:3.38:2010/09/20:iso-8859-11:7:iso_8859-11:7:
+※:LDP man-pages:3.38:2010/09/20:iso-8859-13:7:iso_8859-13:7:
+※:LDP man-pages:3.38:2010/09/20:iso-8859-14:7:iso_8859-14:7:
+@:LDP man-pages:3.38:1999/05/31:iso-8859-15:7:iso_8859-15:7:
+@:LDP man-pages:3.38:2003/03/05:iso-8859-16:7:iso_8859-16:7:
+@:LDP man-pages:3.38:2007/11/25:iso-8859-2:7:iso_8859-2:7:
+※:LDP man-pages:3.38:2010/09/20:iso-8859-3:7:iso_8859-3:7:
+※:LDP man-pages:3.38:2009/01/24:iso-8859-4:7:iso_8859-4:7:
+※:LDP man-pages:3.38:2010/09/20:iso-8859-5:7:iso_8859-5:7:
+※:LDP man-pages:3.38:2010/09/20:iso-8859-6:7:iso_8859-6:7:
+@:LDP man-pages:3.38:2008/10/30:iso-8859-7:7:iso_8859-7:7:
+※:LDP man-pages:3.38:2010/09/20:iso-8859-8:7:iso_8859-8:7:
+@:LDP man-pages:3.38:2002/09/24:iso-8859-9:7:iso_8859-9:7:
+○:LDP man-pages:3.38:1999/05/31:iso_8859-1:7:2002/09/14::argrath@ub32.org:Kentaro Shirakata:
+×:LDP man-pages:3.38:2010/09/20:iso_8859-10:7:::::
+×:LDP man-pages:3.38:2010/09/20:iso_8859-11:7:::::
+×:LDP man-pages:3.38:2010/09/20:iso_8859-13:7:::::
+×:LDP man-pages:3.38:2010/09/20:iso_8859-14:7:::::
+○:LDP man-pages:3.38:1999/05/31:iso_8859-15:7:2002/09/28::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.38:2003/03/05:iso_8859-16:7:2003/09/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/11/25:iso_8859-2:7:2002/09/28::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+×:LDP man-pages:3.38:2010/09/20:iso_8859-3:7:::::
+×:LDP man-pages:3.38:2009/01/24:iso_8859-4:7:::::
+×:LDP man-pages:3.38:2010/09/20:iso_8859-5:7:::::
+×:LDP man-pages:3.38:2010/09/20:iso_8859-6:7:::::
+○:LDP man-pages:3.38:2008/10/30:iso_8859-7:7:2002/09/28::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+×:LDP man-pages:3.38:2010/09/20:iso_8859-8:7:::::
+○:LDP man-pages:3.38:2002/09/24:iso_8859-9:7:2003/01/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:1999/05/31:iso_8859_1:7:iso_8859-1:7:
+※:LDP man-pages:3.38:2010/09/20:iso_8859_10:7:iso_8859-10:7:
+※:LDP man-pages:3.38:2010/09/20:iso_8859_11:7:iso_8859-11:7:
+※:LDP man-pages:3.38:2010/09/20:iso_8859_13:7:iso_8859-13:7:
+※:LDP man-pages:3.38:2010/09/20:iso_8859_14:7:iso_8859-14:7:
+@:LDP man-pages:3.38:1999/05/31:iso_8859_15:7:iso_8859-15:7:
+@:LDP man-pages:3.38:2003/03/05:iso_8859_16:7:iso_8859-16:7:
+@:LDP man-pages:3.38:2007/11/25:iso_8859_2:7:iso_8859-2:7:
+※:LDP man-pages:3.38:2010/09/20:iso_8859_3:7:iso_8859-3:7:
+※:LDP man-pages:3.38:2009/01/24:iso_8859_4:7:iso_8859-4:7:
+※:LDP man-pages:3.38:2010/09/20:iso_8859_5:7:iso_8859-5:7:
+※:LDP man-pages:3.38:2010/09/20:iso_8859_6:7:iso_8859-6:7:
+@:LDP man-pages:3.38:2008/10/30:iso_8859_7:7:iso_8859-7:7:
+※:LDP man-pages:3.38:2010/09/20:iso_8859_8:7:iso_8859-8:7:
+@:LDP man-pages:3.38:2002/09/24:iso_8859_9:7:iso_8859-9:7:
+○:LDP man-pages:3.38:2010/10/24:koi8-r:7:2001/07/14::ysato@h4.dion.ne.jp:Yuichi SATO:
+×:LDP man-pages:3.38:2010/09/20:koi8-u:7:::::
+@:LDP man-pages:3.38:1999/05/31:latin1:7:iso_8859-1:7:
+@:LDP man-pages:3.38:2003/03/05:latin10:7:iso_8859-16:7:
+@:LDP man-pages:3.38:2007/11/25:latin2:7:iso_8859-2:7:
+※:LDP man-pages:3.38:2010/09/20:latin3:7:iso_8859-3:7:
+※:LDP man-pages:3.38:2009/01/24:latin4:7:iso_8859-4:7:
+@:LDP man-pages:3.38:2002/09/24:latin5:7:iso_8859-9:7:
+※:LDP man-pages:3.38:2010/09/20:latin6:7:iso_8859-10:7:
+※:LDP man-pages:3.38:2010/09/20:latin7:7:iso_8859-13:7:
+※:LDP man-pages:3.38:2010/09/20:latin8:7:iso_8859-14:7:
+@:LDP man-pages:3.38:1999/05/31:latin9:7:iso_8859-15:7:
+×:LDP man-pages:3.38:2009/01/13:libc:7:::::
+○:LDP man-pages:3.38:2008/12/05:locale:7:2006/02/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2004/09/15:mailaddr:7:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.35=>3.38:2011/10/05:man:7:2007/06/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/10/28:man-pages:7:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/08/11:math_error:7:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.32=>3.38:0000/00/00:mdoc:7:2008/10/08::argrath@ub32.org:Kentaro Shirakata:
+c:LDP man-pages:3.32=>3.38:0000/00/00:mdoc.samples:7:1999/01/21::man-jp@freebsd.org:FreeBSD jpman project:http://www.jp.freebsd.org/man-jp/
+○:LDP man-pages:3.38:2009/09/27:mq_overview:7:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/01/14:netdevice:7:2009/03/05::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2008/11/11:netlink:7:2006/07/12::ysato444@yahoo.co.jp:Yuichi SATO:
+×:LDP man-pages:3.38:2008/08/15:numa:7:::::
+○:LDP man-pages:3.38:2011/09/09:operator:7:2004/11/16::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.37=>3.38:2012/03/25:packet:7:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/12/05:path_resolution:7:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2005/12/08:pipe:7:2005/12/27::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2007/12/21:posixoptions:7:2005/01/14::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.31=>3.38:2010/11/14:pthreads:7:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2005/10/10:pty:7:2005/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/11/20:raw:7:2007/01/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/01/12:regex:7:1998/07/08::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+×:LDP man-pages:3.38:2010/09/10:rtld-audit:7:::::
+○:LDP man-pages:3.38:2008/08/08:rtnetlink:7:2001/03/11::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:2010/05/22:sem_overview:7:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/09/10:shm_overview:7:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.38:2011/09/09:sigevent:7:::::
+○:LDP man-pages:3.38:2011/09/18:signal:7:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.24=>3.38:2010/06/13:socket:7:2007/01/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:2.67=>3.38:2007/12/20:spufs:7:2007/10/23::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/06/01:standards:7:2006/08/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2000/11/16:suffixes:7:2001/04/24::ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2009/01/26:svipc:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.38:2008/06/18:symlink:7:::::
+☆:LDP man-pages:3.25=>3.38:2012/03/20:tcp:7:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2006/12/28:termio:7:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2010/02/25:time:7:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+※:LDP man-pages:3.38:2010/09/20:tis-620:7:iso_8859-11:7:
+☆:LDP man-pages:3.24=>3.38:2010/06/13:udp:7:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2008/12/03:udplite:7:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2001/05/11:unicode:7:2001/07/14::ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2001/12/22:units:7:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+☆:LDP man-pages:3.25=>3.38:2011/09/15:unix:7:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2000/03/14:uri:7:2008/07/22::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.38:2000/03/14:url:7:uri:7:
+@:LDP man-pages:3.38:2000/03/14:urn:7:uri:7:
+○:LDP man-pages:3.38:2001/05/11:utf-8:7:2001/07/14::ysato@h4.dion.ne.jp:Yuichi SATO:
+@:LDP man-pages:3.38:2001/05/11:utf8:7:utf-8:7:
+○:LDP man-pages:3.38:2008/08/08:x25:7:1999/12/06::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2007/10/23:intro:8:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.38:2012/03/06:ld-linux:8:ld.so:8:
+@:LDP man-pages:3.38:2012/03/06:ld-linux.so:8:ld.so:8:
+☆:LDP man-pages:3.35=>3.38:2012/03/06:ld.so:8:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.38:2009/04/15:ldconfig:8:2002/08/20::ysato@h4.dion.ne.jp:Yuichi SATO:The ancestor is in ld.so.
+○:LDP man-pages:3.38:2008/12/05:nscd:8:2009/03/14::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.38:1998/11/01:sync:8:2000/06/13::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
+○:LDP man-pages:3.38:2007/05/18:tzselect:8:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.38:0000/00/00:zdump:8:1999/09/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.38:2010/02/25:zic:8:2001/04/04::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: