OSDN Git Service

(split) LDP: Update original to LDP v3.53.
authorAkihiro MOTOKI <amotoki@gmail.com>
Thu, 15 Aug 2013 10:31:02 +0000 (19:31 +0900)
committerAkihiro MOTOKI <amotoki@gmail.com>
Thu, 15 Aug 2013 10:31:02 +0000 (19:31 +0900)
53 files changed:
original/Changes
original/Changes.old
original/man-pages-3.53.Announce [moved from original/man-pages-3.52.Announce with 98% similarity]
original/man-pages-3.53.lsm [moved from original/man-pages-3.52.lsm with 82% similarity]
original/man2/_syscall.2
original/man2/clock_nanosleep.2
original/man2/fchownat.2
original/man2/fstatat.2
original/man2/futex.2
original/man2/linkat.2
original/man2/nanosleep.2
original/man2/open.2
original/man2/perf_event_open.2
original/man2/poll.2
original/man2/ptrace.2
original/man2/readlink.2
original/man2/readlinkat.2
original/man2/restart_syscall.2 [new file with mode: 0644]
original/man2/setpgid.2
original/man2/sigaction.2
original/man2/sigreturn.2
original/man3/argz_add.3
original/man3/clog2.3
original/man3/dirfd.3
original/man3/div.3
original/man3/encrypt.3
original/man3/fabs.3
original/man3/fdim.3
original/man3/fflush.3
original/man3/finite.3
original/man3/flockfile.3
original/man3/floor.3
original/man3/getgrnam.3
original/man3/getmntent.3
original/man3/getpwnam.3
original/man3/getttyent.3
original/man3/hsearch.3
original/man3/qecvt.3
original/man3/strcoll.3
original/man3/ttyslot.3
original/man4/console_ioctl.4
original/man5/resolv.conf.5
original/man7/bootparam.7
original/man7/capabilities.7
original/man7/futex.7
original/man7/inotify.7
original/man7/man-pages.7
original/man7/mdoc.7
original/man7/mdoc.samples.7
original/man7/signal.7
original/man7/udp.7
original/man8/ld.so.8
translation_list

index 145b1c9..17fbc6d 100644 (file)
@@ -1,6 +1,6 @@
-==================== Changes in man-pages-3.52 ====================
+==================== Changes in man-pages-3.53 ====================
 
-Released: 2013-07-04, Munich
+Released: 2013-07-31, Munich
 
 
 Contributors
@@ -10,628 +10,209 @@ 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:
 
-Adrian Bunk <bunk@kernel.org>
-Andrea Remondini <andrea@undeadlinks.com>
-Anthony Foiani <anthony.foiani@gmail.com>
-Brian Norris <computersforpeace@gmail.com>
-Cyril Hrubis <chrubis@suse.cz>
-Dan Jacobson <jidanni@jidanni.org>
+Al Viro <viro@ZenIV.linux.org.uk>
+Andrey Vagin <avagin@openvz.org>
+Benjamin Poirier <bpoirier@suse.de>
+Chris Heath <chris@heathens.co.nz>
+Chuck Coffing <clc@alum.mit.edu>
 David Prévot <taffit@debian.org>
-Eric S. Raymond <esr@thyrsus.com>
-Georg Sauthoff <mail@georg.so>
-Jeff Moyer <jmoyer@redhat.com>
-Jérémie Galarneau <jeremie.galarneau@efficios.com>
-Jon Grant <jg@jguk.org>
-Manuel Traut <manut@linutronix.de>
-Марк Коренберг <socketpair@gmail.com>
+Denys Vlasenko <dvlasenk@redhat.com>
+Dmitry V. Levin <ldv@altlinux.org>
+Felix_Schulte@McAfee.com
+graud@gmx.com
 Michael Kerrisk <mtk.manpages@gmail.com>
-Mike Frysinger <vapier@gentoo.org>
-Pavel Emelyanov <xemul@parallels.com>
+Oleg Nesterov <oleg@redhat.com>
 Peng Haitao <penght@cn.fujitsu.com>
-Peter LaDow <petela@gocougs.wsu.edu>
-Petr Gajdos <pgajdos@suse.cz>
-Regid <regid23@nt1.in>
-Siddhesh Poyarekar <siddhesh@redhat.com>
-Simone Piccardi <piccardi@truelite.it>
+Peter Schiffer <pschiffe@redhat.com>
 Simon Paillard <spaillard@debian.org>
 Vince Weaver <vincent.weaver@maine.edu>
-Yuri Kozlov <yuray@komyakino.ru>
 
 Apologies if I missed anyone!
 
 
-Newly documented interfaces in existing pages
----------------------------------------------
+New and rewritten pages
+-----------------------
 
-perf_event_open.2
-    Vince Weaver
-        Add PERF_IOC_FLAG_GROUP documentation
-            The perf_event_open() ENABLE/DISABLE/RESET ioctls can take an
-            argument, PERF_IOC_FLAG_GROUP.  This wasn't documented at all
-            until about a year ago (despite the support being there from
-            the beginning) so I missed this when initially writing
-            the man page.
-
-socket.7
-    Pavel Emelyanov, Michael Kerrisk
-        Document SO_PEEK_OFF option
-            Since Linux 3.4 there appeared an ability to specify the
-            offset in bytes from which the data will be MSG_PEEK-ed.
-            Describe this socket option in the socket(7) page, where
-            all the other socket options are described.
-
-
-Global changes
---------------
-
-Various pages
+restart_syscall.2
     Michael Kerrisk
-        Convert inline formatting (\fX...\fP) to dot-directive formatting
+        New page for restart_syscall(2) system call
 
-readdir.2
-asprintf.
-getline.3
-getlogin.3
-pthread_setname_np.3
-readdir.3
-strerror.3
-    Michael Kerrisk  [Jon Grant]
-        Clarify that terminating null byte is '\0'
 
+Newly documented interfaces in existing pages
+---------------------------------------------
 
-Changes to individual pages
----------------------------
+fchownat.2
+    Michael Kerrisk
+        Document AT_EMPTY_PATH
 
-execve.2
-    Peter LaDow
-       Add envp to the Linux notes about NULL pointers
-            During the review of static analysis results, we discovered a
-            functional, but non-portable, use of execve().  For example:
+fstatat.2
+    Michael Kerrisk
+        Document AT_EMPTY_PATH
 
-                char *cmd[] = { "/path/to/some/file", NULL };
-                execve(cmd[0], cmd, NULL);
+linkat.2
+    Michael Kerrisk
+        Document AT_EMPTY_PATH
 
-            The call succeeds.  Yet, the static analysis tool (rightly)
-            pointed out that envp could be dereferenced.  But digging into
-            glibc and the kernel, it appears that like argv, envp when NULL
-            is treated as if it were an empty list.
+open.2
+    Michael Kerrisk [Al Viro]
+        Document O_PATH
+            See also https://bugzilla.redhat.com/show_bug.cgi?id=885740
 
-            So, to clear things up, I'm submitting this patch to update the
-            man page to indicate that envp is treated like argv.
 
-fallocate.2
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
+Changes to individual pages
+---------------------------
 
-io_setup.2
-    Cyril Hrubis  [Jeff Moyer]
-        Clarify the nr_events parameter
-            Currently the io_setup.2 man page describes what the kernel really
-            does, i.e., that the resulting context may be able to hold more
-            than the 'nr_event's operations because the memory allocated in
-            kernel is rounded to be multiple of page size.
+clock_nanosleep.2
+futex.2
+nanosleep.2
+poll.2
+sigaction.2
+sigreturn.2
+signal.7
+    Michael Kerrisk
+        SEE ALSO: add restart_syscall(2)
 
-            It is better not to expose this implementation detail and
-            simply state that the resulting context is suitable for
-            'nr_events' operations.
+open.2
+    Michael Kerrisk [Geoffrey Thomas]
+        Remove warning that O_DIRECTORY is only for use with opendir(3)
+            O_DIRECTORY can also be used with, for example, O_PATH.
 
 perf_event_open.2
     Vince Weaver
-        Clarify the perf_event_open() wakeup_events/wakeup_watermark fields
-            Clarify the perf_event_open() wakeup_events/wakeup_watermark
-            fields a bit, based on info from kernel commit cfeb1d90a1b1.
+        Improve PERF_SAMPLE_BRANCH_STACK documentation
     Vince Weaver
-        Update to match the Linux 3.10 release
-            This patch updates the perf_event_open() documentation to include
-            new interfaces added in the 3.10 kernel.
-
-            It also documents a few [To be documented] instances left over
-            from the 3.7 kernel.
+        Fix indentation of the MMAP layout section
+            The indentation of the MMAP layout section wasn't quite right.
+            I think this improves things but I admit I'm not an expert at the
+            low-level indentation directives.
     Vince Weaver
-        Small correction to description of 'flags' argument
+        Update PERF_IOC_FLAG_GROUP info
+            It turns out PERF_IOC_FLAG_GROUP was broken from 75f937f24bd9
+            (in Linux 2.6.31, the initial perf_event release) until
+            724b6daa1 (Linux 3.4).
 
-prctl.2
-    Michael Kerrisk
-        Note equivalents of PR_SET_NAME
-            pthread_setname_np() and pthread_getname_np() and
-            /proc/self/task/TID/comm provide access to the same
-            attribute.
+            I've done some extensive kernel source code digging plus
+            running tests of various kernels and I hope the info
+            presented is accurate now.
 
-pread.2
-    Michael Kerrisk  [Марк Коренберг]
-        pread() and pwrite() are especially useful in multithreaded applications
+            (Patch edited somewhat by mtk.)
+    Vince Weaver
+        Improve sysfs files documentation
+            This improves the documentation of the various
+            perf_event_open()-related sysfs files.
 
-recv.2
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
+ptrace.2
+    Denys Vlasenko  [Oleg Nesterov, Dmitry V. Levin]
+        If SEIZE was used, initial auto-attach stop is EVENT_STOP
+            For every PTRACE_O_TRACEfoo option, mention that old-style SIGSTOP
+            is replaced by PTRACE_EVENT_STOP if PTRACE_SEIZE attach was used.
 
-semctl.2
-    Michael Kerrisk  [Simone Piccardi]
-        'sem_nsems' is 'unsigned long' since Linux 2.4
+            Mention the same thing again in the description of
+            PTRACE_EVENT_STOP.
+    Denys Vlasenko  [Oleg Nesterov, Dmitry V. Levin]
+        Mention that PTRACE_PEEK* libc API and kernel API are different
+    Denys Vlasenko  [Oleg Nesterov, Dmitry V. Levin]
+        Clarify PTRACE_INTERRUPT, PTRACE_LISTEN, and group-stop behavior
 
-shmget.2
+readlink.2
     Michael Kerrisk
-        Rewrite RETURN VALUE and mention that 'errno' is set on error
-
-sigaction.2
-    Michael Kerrisk  [Brian Norris]
-        RETURN VALUE: mention that 'errno' is set on error
-
-signal.2
+        Document use of empty 'pathname' argument
     Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
+        Change error check in example program from "< 0" to "== -1"
 
-sigpending.2
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-sigprocmask.2
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
+setpgid.2
+    Michael Kerrisk  [graud@gmx.com]
+        s/SIGTSTP/SIGTTIN/ when discussing reads from terminal
+            See https://bugzilla.kernel.org/show_bug.cgi?id=60504
 
-sigsuspend.2
+clog2.3
     Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-syscall.2
-    Mike Frysinger
-        Document s390/s390x calling convention
-
-a64l.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is not thread-safe
-            The function l64a() is not thread safe.
-
-abs.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are thread-safe
-            The functions abs(), labs(), llabs() and imaxabs() are
-            thread-safe.
-
-aio_error.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is thread-safe
-            The function aio_error() is thread safe.
+        Note that these functions are still not present in glibc 2.17
 
-aio_return.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is thread-safe
-            The function aio_return() is thread safe.
-
-alloca.3
-    Adrian Bunk
-        Correct information on getting non-inlined version with gcc+glibc
-            - remove the incorrect information that -fno-builtin would help
-            - add -std=c11 to the list of strict options
-            - emphasize more that both the gcc option and not including
-              alloca.h are needed
-            - add the #ifdef from the glibc alloca.h to make the situation
-              clearer
-
-bindresvport.3
+dirfd.3
     Peng Haitao
         ATTRIBUTES: Note function that is thread-safe
-            Before glibc 2.17, bindresvport() is not thread-safe.
-            Since glibc 2.17, it is thread-safe, the patch can refer to URL:
-            http://sourceware.org/git/?p=glibc.git;a=commit;h=f6da27e53695ad1cc0e2a9490358decbbfdff5e5
-
-canonicalize_file_name.3
-    Michael Kerrisk
-        Put CONFORMING TO section in right location
+            The function dirfd() is thread safe.
 
-catgets.3
-    Michael Kerrisk  [Jon Grant]
-        Clarify that null byte is '\0'
-
-ceil.3
+div.3
     Peng Haitao
         ATTRIBUTES: Note functions that are thread-safe
-            The functions ceil(), ceilf() and ceill() are thread safe.
-
-cimag.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are thread-safe
-            The functions cimag(), cimagf() and cimagl() are thread safe.
-
-clock_getcpuclockid.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is thread-safe
-            The function clock_getcpuclockid() is thread safe.
+            The functions div(), ldiv(), lldiv() and imaxdiv() are thread
+            safe.
 
-conj.3
+fabs.3
     Peng Haitao
         ATTRIBUTES: Note functions that are thread-safe
-            The functions conj(), conjf() and conjl() are thread safe.
-
-crypt.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is not thread-safe
-            The function crypt() is not thread safe.
-
-ctermid.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is thread safe with exceptions
-            The function ctermid() is thread safe with exceptions.
+            The functions fabs(), fabsf() and fabsl() are thread safe.
 
-dirfd.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-drand48.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are not thread-safe
-            The functions drand48(), erand48(), lrand48(), nrand48(),
-            mrand48(), jrand48(), srand48(), seed48() and lcong48() are
-            not thread safe.
-
-ecvt.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are not thread-safe
-            The functions ecvt() and fcvt() return a string located in a
-            static buffer which is overwritten by the next call to the
-            functions, so they are not thread-safe.
-
-encrypt.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are not thread-safe
-            The functions encrypt() and setkey() are not thread safe.
-
-ether_aton.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are not thread-safe
-            The functions ether_aton() and ether_ntoa() are not thread safe.
-
-fcloseall.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is not thread-safe
-            The function fcloseall() is not thread safe.
-
-ferror.3
+fdim.3
     Peng Haitao
         ATTRIBUTES: Note functions that are thread-safe
-            The functions ferror(), clearerr(), feof() and fileno() are
-            thread safe.
+            The functions fdim(), fdimf() and fdiml() are thread safe.
 
-fgetgrent.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-fgetpwent.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-fgetwc.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-fmtmsg.3
+fflush.3
     Peng Haitao
         ATTRIBUTES: Note function that is thread-safe
-            Before glibc 2.16, fmtmsg() is not thread-safe.
-            Since glibc 2.16, it is thread-safe, the patch can refer to URL:
-            http://sourceware.org/git/?p=glibc.git;a=commit;h=7724defcf8873116fe4efab256596861eef21a94
-
-fputwc.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-getdate.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are and aren't thread-safe
-
-getgrent.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is not thread-safe
-            The function getgrent() is not thread safe.
-
-getgrnam.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are and aren't thread-safe
+            The function fflush() is thread safe.
 
-getline.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-getlogin.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is not thread-safe
-            The function getlogin() is not thread safe.
-            The function cuserid() is thread-safe with exceptions.
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-getpass.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are not thread-safe
-
-getpwent.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is not thread-safe
-            The function getpwent() is not thread safe.
-
-getpwnam.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are and aren't thread-safe
-
-getspnam.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-getttyent.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are not thread-safe
-
-getusershell.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are not thread-safe
-            The functions getusershell(), setusershell() and endusershell()
-            are not thread safe.
-
-getutent.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-hsearch.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-hsearch.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are not thread-safe
-            The functions hsearch(), hcreate() and hdestroy() are not
-            thread-safe.
-
-localeconv.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are not thread-safe
-            The function localeconv() returns a pointer to a structure which
-            might be overwritten by subsequent calls to localeconv() or by
-            calls to setlocale(), so it is not thread-safe.
-    Peng Haitao
-        Add RETURN VALUE section
-
-malloc_info.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-mblen.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is not thread-safe
-            The function mblen() is not thread safe.
-
-mbrlen.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is thread safe with exceptions
-            The function mbrlen() is thread safe with exceptions.
-
-mbrtowc.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is thread safe with exceptions
-            The function mbrtowc() is thread safe with exceptions.
-
-mktemp.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-modf.3
+finite.3
     Peng Haitao
         ATTRIBUTES: Note functions that are thread-safe
-            The functions modf(), modff() and modfl() are thread safe.
-
-popen.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-pthread_attr_setinheritsched.3
-    Michael Kerrisk
-        Note the scheduling attributes affected by this function
-
-pthread_attr_setschedparam.3
-pthread_attr_setschedpolicy.3
-pthread_attr_setscope.3
-    Michael Kerrisk  [Manuel Traut, Siddhesh Poyarekar]
-        The inherit-scheduler attribute must be set to PTHREAD_EXPLICIT_SCHED
-            In order for the attributes set by these functions to have
-            an effect, the caller must use pthread_attr_setinheritsched(3)
-            to set the inherit-scheduler attribute of the attributes object
-            to PTHREAD_EXPLICIT_SCHED.
-
-ptsname.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is not thread-safe
-            The function ptsname() is not thread safe.
-
-putenv.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-putpwent.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
+            The functions finite(), finitef(), finitel(), isinf(), isinff(),
+            isinfl(), isnan(), isnanf() and isnanl() are thread safe.
 
-qecvt.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are not thread-safe
-            The functions qecvt() and qfcvt() are not thread-safe.
-
-random.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-    Michael Kerrisk
-        Add EINVAL error for setstate()
-    Michael Kerrisk
-        BUGS: inistate() does not return NULL on error
-            http://sourceware.org/bugzilla/show_bug.cgi?id=15380
-
-random_r.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-readdir.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are not thread-safe
-            The data returned by readdir() may be overwritten by subsequent
-            calls to readdir() for the same directory stream, so it is not
-            thread-safe.
-
-re_comp.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are not thread-safe
-            The functions re_comp() and re_exec() are not thread safe.
-
-rexec.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are not thread-safe
-            The functions rexec() and rexec_af() are not thread safe.
-
-round.3
+flockfile.3
     Peng Haitao
         ATTRIBUTES: Note functions that are thread-safe
-            The functions round(), roundf() and roundl() are thread safe.
+            The functions flockfile(), ftrylockfile() and funlockfile() are
+            thread safe.
 
-scalbln.3
+floor.3
     Peng Haitao
         ATTRIBUTES: Note functions that are thread-safe
-            The functions scalbn(), scalbnf(), scalbnl(), scalbln(),
-            scalblnf() and scalblnl() are thread safe.
-
-scandir.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-siginterrupt.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-signbit.3
-    Peng Haitao
-        ATTRIBUTES: Note macro that is thread-safe
-            The macro signbit() is thread safe.
-
-sigsetops.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-stdio_ext.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are not thread-safe
-            The functions __fbufsize(), __fpending(), __fpurge() and
-            __fsetlocking() are not thread safe.
-
-strdup.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-strerror.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is not thread-safe
-            The function strerror() is not thread safe.
-
-strftime.3
-    Michael Kerrisk
-        Clarify details of return value
-    Michael Kerrisk
-        BUGS: 'errno' is not set if the result string would exceed 'max' bytes
-
-strtok.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is not thread-safe
-            The function strtok() is not thread safe.
-    Michael Kerrisk  [Georg Sauthoff]
-        Add more detail on the operation of strtok()
-            Add a number of missing details on the operation of strtok()
-
-tempnam.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
-
-timegm.3
-    Jérémie Galarneau
-        copy the string returned by getenv()
-            The example of a portable version of timegm() uses the string
-            returned by getenv() after calling setenv() on the same
-            environment variable. The tz string may be invalid as per
-            getenv.3:
-
-                    "The string pointed to by the return value of getenv()
-                     may be statically allocated, and can be modified by a
-                     subsequent call to getenv(), putenv(3), setenv(3), or
-                     unsetenv(3)."
-
-tmpnam.3
-    Peng Haitao
-        ATTRIBUTES: Note function that is thread safe with exceptions
-            The function tmpnam() is thread safe with exceptions.
+            The functions floor(), floorf() and floorl() are thread safe.
 
-trunc.3
-    Peng Haitao
-        ATTRIBUTES: Note functions that are thread-safe
-            The functions trunc(), truncf() and truncl() are thread safe.
+resolv.conf.5
+    Simon Paillard
+        Explain how to set empty domain
+            See http://bugs.debian.org/463575
 
-ttyname.3
+capabilities.7
     Michael Kerrisk
-        ATTRIBUTES: Note functions that are and aren't thread-safe
+        Add open_by_handle_at(2) under CAP_DAC_READ_SEARCH
 
-ttyslot.3
-    Michael Kerrisk
-        ATTRIBUTES: Note functions that are not thread-safe
+inotify.7
+    Michael Kerrisk  [Felix_Schulte@McAfee.com]
+        Clarify description of IN_MOVED_FROM and IN_MOVED_TO
 
-usleep.3
+man-pages.7
     Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
+        DESCRIPTION should note versions for new interface features or behavior
 
-wcsdup.3
-    Michael Kerrisk
-        RETURN VALUE: mention that 'errno' is set on error
+udp.7
+    Benjamin Poirier
+        Add missing #include directive
+            Using the UDP_CORK socket option documented in udp.7 requires
+            including <netinet/udp.h>.
 
-core.5
+ld.so.8
     Michael Kerrisk
-        Implicitly adding the PID to a core filename was dropped in 2.6.27
-
-proc.5
+        Rework rpath token expansion text
     Michael Kerrisk
-        Document /proc/[pid]/fd/ anon_inode symlinks
-    Mike Frysinger
-        Document /proc/[pid]/fd/ symlinks a bit more
-            Describe the type:[inode] syntax used in this dir
-
-bootparam.7
-    Michael Kerrisk  [Dan Jacobson]
-        Remove outdated text on LILO and LoadLin
-            Strike the discussion of LILO and LoadLin, which
-            are long obsolete, and make a brief mention of GRUB.
-            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604019
-    Regid
-        Remove mention of the deprecated rdev(8)
-            The deprecated rdev(8) command was removed from util-linux in 2010.
-            See https://git.kernel.org/?p=utils/util-linux/util-linux.git;a=commit;h=a3e40c14651fccf18e7954f081e601389baefe3fO
-    Andrea Remondini
-        Document the 'resume' boot parameter
-
-inotify.7
-    Michael Kerrisk  [Jon Grant]
-        Clarify that null byte is '\0'
-
-iso_8859-2.7
-    Eric S. Raymond
-        Remove incorrect reference to nonexistent groff glyph \[shc]
-            The reference incorrectly attempted to duplicate an
-            actual soft hyphen (hex 0xad) just before it in the file.
-
-man-pages.7
-    Peng Haitao
-        Add description of "ATTRIBUTES"
-            "ATTRIBUTES" section can mention thread safety,
-            cancellation safety, and async-cancel-safety.
-
-socket.7
+        Describe $PLATFORM rpath token
     Michael Kerrisk
-        Note that 'optval' for socket options is an 'int' in most cases
-
-tcp.7
+        Describe $LIB rpath token
     Michael Kerrisk
-        Note that 'optval' for socket options is an 'int' in most cases
+        Document LD_BIND_NOT
+    Michael Kerrisk  [Simon Paillard]
+        Add reference to pthreads(7) in discussion of LD_ASSUME_KERNEL
 
-udp.7
-    Michael Kerrisk
-        Note that 'optval' for socket options is an 'int' in most cases
+readlink.2
+    Chuck Coffing
+        Fix possible race condition in readlink.2 example
+            I noticed that the example in the readlink.2 man pages does error
+            checking for a race condition that would cause the value of the
+            symbolic link to get larger.  However, it doesn't handle the
+            opposite case, in which the value gets shorter.  (The NULL
+            terminator is always set at the old, longer offset.)  This could
+            cause the program to operate on uninitialized data.
index 6986642..832d638 100644 (file)
@@ -26656,3 +26656,642 @@ units.7
             the actual letter µ instead of an ASCII approximation.
 
             See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704787
+
+
+==================== Changes in man-pages-3.52 ====================
+
+Released: 2013-07-04, 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:
+
+Adrian Bunk <bunk@kernel.org>
+Andrea Remondini <andrea@undeadlinks.com>
+Anthony Foiani <anthony.foiani@gmail.com>
+Brian Norris <computersforpeace@gmail.com>
+Cyril Hrubis <chrubis@suse.cz>
+Dan Jacobson <jidanni@jidanni.org>
+David Prévot <taffit@debian.org>
+Eric S. Raymond <esr@thyrsus.com>
+Georg Sauthoff <mail@georg.so>
+Jeff Moyer <jmoyer@redhat.com>
+Jérémie Galarneau <jeremie.galarneau@efficios.com>
+Jon Grant <jg@jguk.org>
+Manuel Traut <manut@linutronix.de>
+Марк Коренберг <socketpair@gmail.com>
+Michael Kerrisk <mtk.manpages@gmail.com>
+Mike Frysinger <vapier@gentoo.org>
+Pavel Emelyanov <xemul@parallels.com>
+Peng Haitao <penght@cn.fujitsu.com>
+Peter LaDow <petela@gocougs.wsu.edu>
+Petr Gajdos <pgajdos@suse.cz>
+Regid <regid23@nt1.in>
+Siddhesh Poyarekar <siddhesh@redhat.com>
+Simone Piccardi <piccardi@truelite.it>
+Simon Paillard <spaillard@debian.org>
+Vince Weaver <vincent.weaver@maine.edu>
+Yuri Kozlov <yuray@komyakino.ru>
+
+Apologies if I missed anyone!
+
+
+Newly documented interfaces in existing pages
+---------------------------------------------
+
+perf_event_open.2
+    Vince Weaver
+        Add PERF_IOC_FLAG_GROUP documentation
+            The perf_event_open() ENABLE/DISABLE/RESET ioctls can take an
+            argument, PERF_IOC_FLAG_GROUP.  This wasn't documented at all
+            until about a year ago (despite the support being there from
+            the beginning) so I missed this when initially writing
+            the man page.
+
+socket.7
+    Pavel Emelyanov, Michael Kerrisk
+        Document SO_PEEK_OFF option
+            Since Linux 3.4 there appeared an ability to specify the
+            offset in bytes from which the data will be MSG_PEEK-ed.
+            Describe this socket option in the socket(7) page, where
+            all the other socket options are described.
+
+
+Global changes
+--------------
+
+Various pages
+    Michael Kerrisk
+        Convert inline formatting (\fX...\fP) to dot-directive formatting
+
+readdir.2
+asprintf.
+getline.3
+getlogin.3
+pthread_setname_np.3
+readdir.3
+strerror.3
+    Michael Kerrisk  [Jon Grant]
+        Clarify that terminating null byte is '\0'
+
+
+Changes to individual pages
+---------------------------
+
+execve.2
+    Peter LaDow
+       Add envp to the Linux notes about NULL pointers
+            During the review of static analysis results, we discovered a
+            functional, but non-portable, use of execve().  For example:
+
+                char *cmd[] = { "/path/to/some/file", NULL };
+                execve(cmd[0], cmd, NULL);
+
+            The call succeeds.  Yet, the static analysis tool (rightly)
+            pointed out that envp could be dereferenced.  But digging into
+            glibc and the kernel, it appears that like argv, envp when NULL
+            is treated as if it were an empty list.
+
+            So, to clear things up, I'm submitting this patch to update the
+            man page to indicate that envp is treated like argv.
+
+fallocate.2
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+io_setup.2
+    Cyril Hrubis  [Jeff Moyer]
+        Clarify the nr_events parameter
+            Currently the io_setup.2 man page describes what the kernel really
+            does, i.e., that the resulting context may be able to hold more
+            than the 'nr_event's operations because the memory allocated in
+            kernel is rounded to be multiple of page size.
+
+            It is better not to expose this implementation detail and
+            simply state that the resulting context is suitable for
+            'nr_events' operations.
+
+perf_event_open.2
+    Vince Weaver
+        Clarify the perf_event_open() wakeup_events/wakeup_watermark fields
+            Clarify the perf_event_open() wakeup_events/wakeup_watermark
+            fields a bit, based on info from kernel commit cfeb1d90a1b1.
+    Vince Weaver
+        Update to match the Linux 3.10 release
+            This patch updates the perf_event_open() documentation to include
+            new interfaces added in the 3.10 kernel.
+
+            It also documents a few [To be documented] instances left over
+            from the 3.7 kernel.
+    Vince Weaver
+        Small correction to description of 'flags' argument
+
+prctl.2
+    Michael Kerrisk
+        Note equivalents of PR_SET_NAME
+            pthread_setname_np() and pthread_getname_np() and
+            /proc/self/task/TID/comm provide access to the same
+            attribute.
+
+pread.2
+    Michael Kerrisk  [Марк Коренберг]
+        pread() and pwrite() are especially useful in multithreaded applications
+
+recv.2
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+semctl.2
+    Michael Kerrisk  [Simone Piccardi]
+        'sem_nsems' is 'unsigned long' since Linux 2.4
+
+shmget.2
+    Michael Kerrisk
+        Rewrite RETURN VALUE and mention that 'errno' is set on error
+
+sigaction.2
+    Michael Kerrisk  [Brian Norris]
+        RETURN VALUE: mention that 'errno' is set on error
+
+signal.2
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+sigpending.2
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+sigprocmask.2
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+sigsuspend.2
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+syscall.2
+    Mike Frysinger
+        Document s390/s390x calling convention
+
+a64l.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is not thread-safe
+            The function l64a() is not thread safe.
+
+abs.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are thread-safe
+            The functions abs(), labs(), llabs() and imaxabs() are
+            thread-safe.
+
+aio_error.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is thread-safe
+            The function aio_error() is thread safe.
+
+aio_return.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is thread-safe
+            The function aio_return() is thread safe.
+
+alloca.3
+    Adrian Bunk
+        Correct information on getting non-inlined version with gcc+glibc
+            - remove the incorrect information that -fno-builtin would help
+            - add -std=c11 to the list of strict options
+            - emphasize more that both the gcc option and not including
+              alloca.h are needed
+            - add the #ifdef from the glibc alloca.h to make the situation
+              clearer
+
+bindresvport.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is thread-safe
+            Before glibc 2.17, bindresvport() is not thread-safe.
+            Since glibc 2.17, it is thread-safe, the patch can refer to URL:
+            http://sourceware.org/git/?p=glibc.git;a=commit;h=f6da27e53695ad1cc0e2a9490358decbbfdff5e5
+
+canonicalize_file_name.3
+    Michael Kerrisk
+        Put CONFORMING TO section in right location
+
+catgets.3
+    Michael Kerrisk  [Jon Grant]
+        Clarify that null byte is '\0'
+
+ceil.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are thread-safe
+            The functions ceil(), ceilf() and ceill() are thread safe.
+
+cimag.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are thread-safe
+            The functions cimag(), cimagf() and cimagl() are thread safe.
+
+clock_getcpuclockid.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is thread-safe
+            The function clock_getcpuclockid() is thread safe.
+
+conj.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are thread-safe
+            The functions conj(), conjf() and conjl() are thread safe.
+
+crypt.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is not thread-safe
+            The function crypt() is not thread safe.
+
+ctermid.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is thread safe with exceptions
+            The function ctermid() is thread safe with exceptions.
+
+dirfd.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+drand48.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are not thread-safe
+            The functions drand48(), erand48(), lrand48(), nrand48(),
+            mrand48(), jrand48(), srand48(), seed48() and lcong48() are
+            not thread safe.
+
+ecvt.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are not thread-safe
+            The functions ecvt() and fcvt() return a string located in a
+            static buffer which is overwritten by the next call to the
+            functions, so they are not thread-safe.
+
+encrypt.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are not thread-safe
+            The functions encrypt() and setkey() are not thread safe.
+
+ether_aton.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are not thread-safe
+            The functions ether_aton() and ether_ntoa() are not thread safe.
+
+fcloseall.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is not thread-safe
+            The function fcloseall() is not thread safe.
+
+ferror.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are thread-safe
+            The functions ferror(), clearerr(), feof() and fileno() are
+            thread safe.
+
+fgetgrent.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+fgetpwent.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+fgetwc.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+fmtmsg.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is thread-safe
+            Before glibc 2.16, fmtmsg() is not thread-safe.
+            Since glibc 2.16, it is thread-safe, the patch can refer to URL:
+            http://sourceware.org/git/?p=glibc.git;a=commit;h=7724defcf8873116fe4efab256596861eef21a94
+
+fputwc.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+getdate.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are and aren't thread-safe
+
+getgrent.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is not thread-safe
+            The function getgrent() is not thread safe.
+
+getgrnam.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are and aren't thread-safe
+
+getline.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+getlogin.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is not thread-safe
+            The function getlogin() is not thread safe.
+            The function cuserid() is thread-safe with exceptions.
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+getpass.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are not thread-safe
+
+getpwent.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is not thread-safe
+            The function getpwent() is not thread safe.
+
+getpwnam.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are and aren't thread-safe
+
+getspnam.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+getttyent.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are not thread-safe
+
+getusershell.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are not thread-safe
+            The functions getusershell(), setusershell() and endusershell()
+            are not thread safe.
+
+getutent.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+hsearch.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+hsearch.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are not thread-safe
+            The functions hsearch(), hcreate() and hdestroy() are not
+            thread-safe.
+
+localeconv.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are not thread-safe
+            The function localeconv() returns a pointer to a structure which
+            might be overwritten by subsequent calls to localeconv() or by
+            calls to setlocale(), so it is not thread-safe.
+    Peng Haitao
+        Add RETURN VALUE section
+
+malloc_info.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+mblen.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is not thread-safe
+            The function mblen() is not thread safe.
+
+mbrlen.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is thread safe with exceptions
+            The function mbrlen() is thread safe with exceptions.
+
+mbrtowc.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is thread safe with exceptions
+            The function mbrtowc() is thread safe with exceptions.
+
+mktemp.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+modf.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are thread-safe
+            The functions modf(), modff() and modfl() are thread safe.
+
+popen.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+pthread_attr_setinheritsched.3
+    Michael Kerrisk
+        Note the scheduling attributes affected by this function
+
+pthread_attr_setschedparam.3
+pthread_attr_setschedpolicy.3
+pthread_attr_setscope.3
+    Michael Kerrisk  [Manuel Traut, Siddhesh Poyarekar]
+        The inherit-scheduler attribute must be set to PTHREAD_EXPLICIT_SCHED
+            In order for the attributes set by these functions to have
+            an effect, the caller must use pthread_attr_setinheritsched(3)
+            to set the inherit-scheduler attribute of the attributes object
+            to PTHREAD_EXPLICIT_SCHED.
+
+ptsname.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is not thread-safe
+            The function ptsname() is not thread safe.
+
+putenv.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+putpwent.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+qecvt.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are not thread-safe
+            The functions qecvt() and qfcvt() are not thread-safe.
+
+random.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+    Michael Kerrisk
+        Add EINVAL error for setstate()
+    Michael Kerrisk
+        BUGS: inistate() does not return NULL on error
+            http://sourceware.org/bugzilla/show_bug.cgi?id=15380
+
+random_r.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+readdir.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are not thread-safe
+            The data returned by readdir() may be overwritten by subsequent
+            calls to readdir() for the same directory stream, so it is not
+            thread-safe.
+
+re_comp.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are not thread-safe
+            The functions re_comp() and re_exec() are not thread safe.
+
+rexec.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are not thread-safe
+            The functions rexec() and rexec_af() are not thread safe.
+
+round.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are thread-safe
+            The functions round(), roundf() and roundl() are thread safe.
+
+scalbln.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are thread-safe
+            The functions scalbn(), scalbnf(), scalbnl(), scalbln(),
+            scalblnf() and scalblnl() are thread safe.
+
+scandir.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+siginterrupt.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+signbit.3
+    Peng Haitao
+        ATTRIBUTES: Note macro that is thread-safe
+            The macro signbit() is thread safe.
+
+sigsetops.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+stdio_ext.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are not thread-safe
+            The functions __fbufsize(), __fpending(), __fpurge() and
+            __fsetlocking() are not thread safe.
+
+strdup.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+strerror.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is not thread-safe
+            The function strerror() is not thread safe.
+
+strftime.3
+    Michael Kerrisk
+        Clarify details of return value
+    Michael Kerrisk
+        BUGS: 'errno' is not set if the result string would exceed 'max' bytes
+
+strtok.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is not thread-safe
+            The function strtok() is not thread safe.
+    Michael Kerrisk  [Georg Sauthoff]
+        Add more detail on the operation of strtok()
+            Add a number of missing details on the operation of strtok()
+
+tempnam.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+timegm.3
+    Jérémie Galarneau
+        copy the string returned by getenv()
+            The example of a portable version of timegm() uses the string
+            returned by getenv() after calling setenv() on the same
+            environment variable. The tz string may be invalid as per
+            getenv.3:
+
+                    "The string pointed to by the return value of getenv()
+                     may be statically allocated, and can be modified by a
+                     subsequent call to getenv(), putenv(3), setenv(3), or
+                     unsetenv(3)."
+
+tmpnam.3
+    Peng Haitao
+        ATTRIBUTES: Note function that is thread safe with exceptions
+            The function tmpnam() is thread safe with exceptions.
+
+trunc.3
+    Peng Haitao
+        ATTRIBUTES: Note functions that are thread-safe
+            The functions trunc(), truncf() and truncl() are thread safe.
+
+ttyname.3
+    Michael Kerrisk
+        ATTRIBUTES: Note functions that are and aren't thread-safe
+
+ttyslot.3
+    Michael Kerrisk
+        ATTRIBUTES: Note functions that are not thread-safe
+
+usleep.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+wcsdup.3
+    Michael Kerrisk
+        RETURN VALUE: mention that 'errno' is set on error
+
+core.5
+    Michael Kerrisk
+        Implicitly adding the PID to a core filename was dropped in 2.6.27
+
+proc.5
+    Michael Kerrisk
+        Document /proc/[pid]/fd/ anon_inode symlinks
+    Mike Frysinger
+        Document /proc/[pid]/fd/ symlinks a bit more
+            Describe the type:[inode] syntax used in this dir
+
+bootparam.7
+    Michael Kerrisk  [Dan Jacobson]
+        Remove outdated text on LILO and LoadLin
+            Strike the discussion of LILO and LoadLin, which
+            are long obsolete, and make a brief mention of GRUB.
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604019
+    Regid
+        Remove mention of the deprecated rdev(8)
+            The deprecated rdev(8) command was removed from util-linux in 2010.
+            See https://git.kernel.org/?p=utils/util-linux/util-linux.git;a=commit;h=a3e40c14651fccf18e7954f081e601389baefe3fO
+    Andrea Remondini
+        Document the 'resume' boot parameter
+
+inotify.7
+    Michael Kerrisk  [Jon Grant]
+        Clarify that null byte is '\0'
+
+iso_8859-2.7
+    Eric S. Raymond
+        Remove incorrect reference to nonexistent groff glyph \[shc]
+            The reference incorrectly attempted to duplicate an
+            actual soft hyphen (hex 0xad) just before it in the file.
+
+man-pages.7
+    Peng Haitao
+        Add description of "ATTRIBUTES"
+            "ATTRIBUTES" section can mention thread safety,
+            cancellation safety, and async-cancel-safety.
+
+socket.7
+    Michael Kerrisk
+        Note that 'optval' for socket options is an 'int' in most cases
+
+tcp.7
+    Michael Kerrisk
+        Note that 'optval' for socket options is an 'int' in most cases
+
+udp.7
+    Michael Kerrisk
+        Note that 'optval' for socket options is an 'int' in most cases
similarity index 98%
rename from original/man-pages-3.52.Announce
rename to original/man-pages-3.53.Announce
index 80cc382..06a775d 100644 (file)
@@ -1,7 +1,7 @@
 RELEASE
 The Linux man page maintainer proudly announces. . .
 
-    man-pages-3.52.tar.gz - man pages for Linux
+    man-pages-3.53.tar.gz - man pages for Linux
 
 Differences from the previous manual pages release are listed in
 the file "Changes".
similarity index 82%
rename from original/man-pages-3.52.lsm
rename to original/man-pages-3.53.lsm
index f34831f..8ef3c17 100644 (file)
@@ -1,13 +1,13 @@
 Begin3
 Title:          Section 2, 3, 4, 5 and 7 man pages for Linux
-Version:        3.52
-Entered-date:   2013-07-04
+Version:        3.53
+Entered-date:   2013-07-31
 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
-                1850k man-pages-3.52.tar.gz
+                1858k man-pages-3.53.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 9a79108..c29ca55 100644 (file)
@@ -105,7 +105,7 @@ System calls are not required to return only positive or negative error
 codes.
 You need to read the source to be sure how it will return errors.
 Usually, it is the negative of a standard error code,
-for example, i
+for example,
 .RI \- EPERM .
 The _syscall() macros will return the result
 .I r
index f836987..3f7b0a0 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH CLOCK_NANOSLEEP 2 2012-11-07 "Linux" "Linux Programmer's Manual"
+.TH CLOCK_NANOSLEEP 2 2013-07-30 "Linux" "Linux Programmer's Manual"
 .SH NAME
 clock_nanosleep \- high-resolution sleep with specifiable clock
 .SH SYNOPSIS
@@ -247,6 +247,7 @@ shall have no effect on a thread that is blocked on a relative
 .SH SEE ALSO
 .BR clock_getres (2),
 .BR nanosleep (2),
+.BR restart_syscall (2),
 .BR timer_create (2),
 .BR sleep (3),
 .BR usleep (3),
index e91ff0b..9651093 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH FCHOWNAT 2 2012-05-04 "Linux" "Linux Programmer's Manual"
+.TH FCHOWNAT 2 2013-07-21 "Linux" "Linux Programmer's Manual"
 .SH NAME
 fchownat \- change ownership of a file relative to a directory \
 file descriptor
@@ -88,8 +88,25 @@ is absolute, then
 .I dirfd
 is ignored.
 
+The
 .I flags
-can either be 0, or include the following flag:
+argument is a bit mask created by ORing together
+0 or more of the following values;
+.TP
+.BR AT_EMPTY_PATH " (since Linux 2.6.39)"
+.\" commit 65cfc6722361570bfe255698d9cd4dccaf47570d
+If
+.I pathname
+is an empty string, operate on the file referred to by
+.IR dirfd
+(which may have been obtained using the
+.BR open (2)
+.B O_PATH
+flag).
+In this case,
+.I dirfd
+can refer to any type of file, not just a directory.
+
 .TP
 .B AT_SYMLINK_NOFOLLOW
 If
index 1b087bf..877a175 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH FSTATAT 2 2012-05-04 "Linux" "Linux Programmer's Manual"
+.TH FSTATAT 2 2013-07-21 "Linux" "Linux Programmer's Manual"
 .SH NAME
 fstatat \- get file status relative to a directory file descriptor
 .SH SYNOPSIS
@@ -91,6 +91,22 @@ is ignored.
 .I flags
 can either be 0, or include one or more of the following flags ORed:
 .TP
+.BR AT_EMPTY_PATH " (since Linux 2.6.39)"
+.\" commit 65cfc6722361570bfe255698d9cd4dccaf47570d
+If
+.I pathname
+is an empty string, operate on the file referred to by
+in which case the call operates on the file referred to by
+.IR dirfd
+(which may have been obtained using the
+.BR open (2)
+.B O_PATH
+flag).
+In this case,
+.I dirfd
+can refer to any type of file, not just a directory.
+
+.TP
 .BR AT_NO_AUTOMOUNT " (since Linux 2.6.38)"
 Don't automount the terminal ("basename") component of
 .I pathname
index 5c8d775..fea5e4a 100644 (file)
@@ -50,7 +50,7 @@
 .\"
 .\"    See Documentation/futex-requeue-pi.txt
 .\"
-.TH FUTEX 2 2013-03-15 "Linux" "Linux Programmer's Manual"
+.TH FUTEX 2 2013-07-30 "Linux" "Linux Programmer's Manual"
 .SH NAME
 futex \- fast user-space locking
 .SH SYNOPSIS
@@ -310,6 +310,7 @@ read the sources of the futex user-space library referenced below.
 .\" and Rusty Russell (IBM Linux Technology Center).
 .\" This page written by bert hubert.
 .SH SEE ALSO
+.BR restart_syscall (2),
 .BR futex (7)
 .PP
 \fIFuss, Futexes and Furwocks: Fast Userlevel Locking in Linux\fP
index f7f9940..701d341 100644 (file)
@@ -22,9 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.\" FIXME: Linux 2.6.39 added AT_EMPTY_PATH
-.\"
-.TH LINKAT 2 2012-05-04 "Linux" "Linux Programmer's Manual"
+.TH LINKAT 2 2013-07-21 "Linux" "Linux Programmer's Manual"
 .SH NAME
 linkat \- create a file link relative to directory file descriptors
 .SH SYNOPSIS
@@ -97,19 +95,47 @@ except that a relative pathname is interpreted relative
 to the directory referred to by the file descriptor
 .IR newdirfd .
 
+The following values can be biwise ORed in
+.IR flags :
+.TP
+.BR AT_EMPTY_PATH " (since Linux 2.6.39)"
+.\" commit 11a7b371b64ef39fc5fb1b6f2218eef7c4d035e3
+If
+.I oldpath
+is an empty string, create a link to the file referenced by
+.IR olddirfd
+(which may have been obtained using the
+.BR open (2)
+.B O_PATH
+flag).
+In this case,
+.I olddirfd
+can refer to any type of file, not just a directory.
+The caller must have the
+.BR CAP_DAC_READ_SEARCH
+capability in order to use this flag;
+this prevents arbitrary users from creating hard links
+using file descriptors received via a UNIX domain socket
+(see the discussion of
+.BR SCM_RIGHTS
+in
+.BR unix (7)).
+.TP
+.BR AT_SYMLINK_FOLLOW " (since Linux 2.6.18)"
 By default,
 .BR linkat (),
 does not dereference
 .I oldpath
 if it is a symbolic link (like
 .BR link (2)).
-Since Linux 2.6.18, the flag
+The flag
 .B AT_SYMLINK_FOLLOW
 can be specified in
 .I flags
 to cause
 .I oldpath
 to be dereferenced if it is a symbolic link.
+.PP
 Before kernel 2.6.18, the
 .I flags
 argument was unused, and had to be specified as 0.
@@ -134,6 +160,16 @@ or
 .I newdirfd
 is not a valid file descriptor.
 .TP
+.B ENOENT
+.B AT_EMPTY_PATH
+was specified in
+.IR flags ,
+but the caller did not have the
+.B CAP_DAC_READ_SEARCH
+capability.
+.TP
+.B ENOTDIR
+.TP
 .B ENOTDIR
 .I oldpath
 is relative and
index f869277..c63abc2 100644 (file)
@@ -31,7 +31,7 @@
 .\"     NOTES: describe case where clock_nanosleep() can be preferable.
 .\"     NOTES: describe CLOCK_REALTIME versus CLOCK_NANOSLEEP
 .\"     Replace crufty discussion of HZ with a pointer to time(7).
-.TH NANOSLEEP 2 2009-01-19 "Linux" "Linux Programmer's Manual"
+.TH NANOSLEEP 2 2013-07-30 "Linux" "Linux Programmer's Manual"
 .SH NAME
 nanosleep \- high-resolution sleep
 .SH SYNOPSIS
@@ -209,6 +209,7 @@ then the time that the thread spent in the stopped state is
 counted against the sleep interval.
 .SH SEE ALSO
 .BR clock_nanosleep (2),
+.BR restart_syscall (2),
 .BR sched_setscheduler (2),
 .BR timer_create (2),
 .BR sleep (3),
index abfa0ad..ef0f664 100644 (file)
@@ -47,9 +47,8 @@
 .\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and
 .\" O_TTYINIT.  Eventually these may need to be documented.  --mtk
 .\" FIXME Linux 2.6.33 has O_DSYNC, and a hidden __O_SYNC.
-.\" FIXME: Linux 2.6.39 added O_PATH
 .\"
-.TH OPEN 2 2013-02-18 "Linux" "Linux Programmer's Manual"
+.TH OPEN 2 2013-07-21 "Linux" "Linux Programmer's Manual"
 .SH NAME
 open, creat \- open and possibly create a file or device
 .SH SYNOPSIS
@@ -316,9 +315,7 @@ This flag is Linux-specific, and was added in kernel version 2.1.126, to
 avoid denial-of-service problems if
 .BR opendir (3)
 is called on a
-FIFO or tape device, but should not be used outside of the
-implementation of
-.BR opendir (3).
+FIFO or tape device.
 .TP
 .B O_EXCL
 Ensure that this call creates the file:
@@ -424,6 +421,9 @@ If \fIpathname\fP is a symbolic link, then the open fails.
 This is a FreeBSD extension, which was added to Linux in version 2.1.126.
 Symbolic links in earlier components of the pathname will still be
 followed.
+See also
+.BR O_NOPATH
+below.
 .\" The headers from glibc 2.0.100 and later include a
 .\" definition of this flag; \fIkernels before 2.1.126 will ignore it if
 .\" used\fP.
@@ -441,6 +441,96 @@ For a discussion of the effect of
 in conjunction with mandatory file locks and with file leases, see
 .BR fcntl (2).
 .TP
+.BR O_PATH " (since Linux 2.6.39)"
+.\" commit 1abf0c718f15a56a0a435588d1b104c7a37dc9bd
+.\" commit 326be7b484843988afe57566b627fb7a70beac56
+.\" commit 65cfc6722361570bfe255698d9cd4dccaf47570d
+.\"
+.\" http://thread.gmane.org/gmane.linux.man/2790/focus=3496
+.\"    Subject: Re: [PATCH] open(2): document O_PATH
+.\"    Newsgroups: gmane.linux.man, gmane.linux.kernel
+.\"
+Obtain a file descriptor that can be used for two purposes:
+to indicate a location in the file-system tree and
+to perform operations that act purely at the file descriptor level.
+The file itself is not opened, and other file operations (e.g.,
+.BR read (2),
+.BR write (2),
+.BR fchmod (2),
+.BR fchown (2),
+.BR fgetxattr (2))
+fail with the error
+.BR EBADF .
+
+The following operations
+.I can
+be performed on the resulting file descriptor:
+.RS
+.IP * 3
+.BR close (2);
+.BR fchdir (2)
+(since Linux 3.5);
+.\" commit 332a2e1244bd08b9e3ecd378028513396a004a24
+.BR fstat (2)
+(since Linux 3.6).
+.\" fstat(): commit 55815f70147dcfa3ead5738fd56d3574e2e3c1c2
+.IP *
+Duplicating the file descriptor
+.RB ( dup (2),
+.BR fcntl (2)
+.BR F_DUPFD ,
+etc.).
+.IP *
+Getting and setting file descriptor flags
+.RB ( fcntl (2)
+.BR F_GETFD
+and
+.BR F_SETFD ).
+.IP *
+Retrieving open file status flags using the
+.BR fcntl (2)
+.BR F_GETFL
+operation: the returned flags will include the bit
+.BR O_PATH .
+
+.IP *
+Passing the file descriptor as the
+.IR dirfd
+argument of
+.BR openat (2)
+and the other "*at()" system calls.
+.IP *
+Passing the file descriptor to another process via a UNIX domain socket
+(see
+.BR SCM_RIGHTS
+in
+.BR unix (7)).
+.RE
+.IP
+When
+.B O_PATH
+is specified in
+.IR flags ,
+flag bits other than
+.BR O_DIRECTORY
+and
+.BR O_NOFOLLOW
+are ignored.
+
+If the
+.BR O_NOFOLLOW
+flag is also specified,
+then the call returns a file descriptor referring to the symbolic link.
+This file descriptor can be used as the
+.I dirfd
+argument in calls to
+.BR fchownat (2),
+.BR fstatat (2),
+.BR linkat (2),
+and
+.BR readlinkat (2)
+with an empty pathname to have the calls operate on the symbolic link.
+.TP
 .B O_SYNC
 The file is opened for synchronous I/O.
 Any
@@ -631,8 +721,9 @@ SVr4, 4.3BSD, POSIX.1-2001.
 The
 .BR O_DIRECTORY ,
 .BR O_NOATIME ,
+.BR O_NOFOLLOW ,
 and
-.B O_NOFOLLOW
+.BR O_PATH
 flags are Linux-specific, and one may need to define
 .B _GNU_SOURCE
 (before including
index 504e801..c7f577d 100644 (file)
@@ -24,7 +24,7 @@
 .\" This document is based on the perf_event.h header file, the
 .\" tools/perf/design.txt file, and a lot of bitter experience.
 .\"
-.TH PERF_EVENT_OPEN 2 2013-07-02 "Linux" "Linux Programmer's Manual"
+.TH PERF_EVENT_OPEN 2 2013-07-16 "Linux" "Linux Programmer's Manual"
 .SH NAME
 perf_event_open \- set up performance monitoring
 .SH SYNOPSIS
@@ -654,8 +654,13 @@ Records additional data, if applicable.
 Usually returned by tracepoint events.
 .TP
 .BR PERF_SAMPLE_BRANCH_STACK " (Since Linux 3.4)"
-Records the branch stack.
-See branch_sample_type.
+This provides a record of recent branches, as provided
+by CPU branch sampling hardware (such as Intel Last Branch Record).
+Not all hardware supports this feature.
+
+See the
+.I branch_sample_type
+field for how to filter which branches are reported.
 .TP
 .BR PERF_SAMPLE_REGS_USER " (Since Linux 3.7)"
 Records the current user-level CPU register state
@@ -960,8 +965,17 @@ is a further extension of the
 field.
 .TP
 .IR "branch_sample_type" " (Since Linux 3.4)"
-This is used with the CPUs hardware branch sampling, if available.
-It can have one of the following values:
+If
+.B PERF_SAMPLE_BRANCH_STACK
+is enabled, then this specifies what branches to include
+in the branch record.
+If the user does not set privilege level explicitly, the kernel
+will use the event's privilege level.
+Event and branch privilege levels do not have to match.
+The value is formed by ORing together zero or more of the following values,
+although
+.B PERF_SAMPLE_BRANCH_ANY
+covers all branch types.
 .RS
 .TP
 .B PERF_SAMPLE_BRANCH_USER
@@ -1545,9 +1559,31 @@ is enabled, then a 64-bit value indicating
 the number of records is included, followed by
 .I bnr
 .I perf_branch_entry
-structures.
-These structures have from, to, and flags values indicating
-the from and to addresses from the branches on the callstack.
+structures which each include the fields:
+.RS
+.TP
+.I from
+indicating the source instruction (may not be a branch)
+.TP
+.I to
+the branch target
+.TP
+.I mispred
+the branch target was mispredicted
+.TP
+.I predicted
+the branch target was predicted.
+.RE
+The entries are from most to least recent, so the first entry
+has the most recent branch.
+
+Support for
+.I mispred
+and
+.I predicted
+is optional; if not supported, both
+values will be 0.
+
 .TP
 .IR abi ", " regs[weight(mask)]
 If
@@ -1582,13 +1618,12 @@ or else the maximum record size.
 is the stack data.
 .I dyn_size
 is the amount of data actually dumped (can be less than
-.I size
-).
+.IR size ).
 .TP
 .I weight
 If
 .B PERF_SAMPLE_WEIGHT
-is enabled, then a 64 bit value provided by the hardwre
+is enabled, then a 64 bit value provided by the hardware
 is recorded that indicates how costly the event was.
 This allows expensive events to stand out more clearly
 in profiles.
@@ -1638,7 +1673,7 @@ memory hierarchy level hit or miss, a bitwise combination of
 .B PERF_MEM_LVL_REM_CCE1
 (remote cache 1 hop),
 .B PERF_MEM_LVL_REM_CCE2
-(remote Cache 2 hops),
+(remote cache 2 hops),
 .B PERF_MEM_LVL_IO
 (I/O memory), and
 .B PERF_MEM_LVL_UNC
@@ -1714,8 +1749,8 @@ Sample happened in the guest kernel.
 Sample happened in guest user code.
 .RE
 
-In addition, one of the following bits can be set:
 .RS
+In addition, one of the following bits can be set:
 .TP
 .B PERF_RECORD_MISC_MMAP_DATA
 This is set when the mapping is not executable;
@@ -1731,6 +1766,7 @@ See also
 .TP
 .B PERF_RECORD_MISC_EXT_RESERVED
 This indicates there is extended data available (currently not used).
+.RE
 .TP
 .I size
 This indicates the size of the record.
@@ -1803,7 +1839,8 @@ file descriptor argument.
 If the
 .B PERF_IOC_FLAG_GROUP
 bit is set in the ioctl argument, then all events in a group are
-enabled, even if the event specified is not the group leader.
+enabled, even if the event specified is not the group leader
+(but see BUGS).
 .TP
 .B PERF_EVENT_IOC_DISABLE
 Disables the individual counter or event group specified by the
@@ -1819,7 +1856,8 @@ stops that counter from counting but doesn't affect any other counter.
 If the
 .B PERF_IOC_FLAG_GROUP
 bit is set in the ioctl argument, then all events in a group are
-disabled, even if the event specified is not the group leader.
+disabled, even if the event specified is not the group leader
+(but see BUGS).
 .TP
 .B PERF_EVENT_IOC_REFRESH
 Non-inherited overflow counters can use this
@@ -1837,7 +1875,7 @@ Using an argument of 0 is considered undefined behavior.
 .TP
 .B PERF_EVENT_IOC_RESET
 Reset the event count specified by the
-file descriptor argumentto zero.
+file descriptor argument to zero.
 This resets only the counts; there is no way to reset the
 multiplexing
 .I time_enabled
@@ -1848,14 +1886,8 @@ values.
 If the
 .B PERF_IOC_FLAG_GROUP
 bit is set in the ioctl argument, then all events in a group are
-reset, even if the event specified is not the group leader.
-
-If the
-.B PERF_IOC_FLAG_GROUP
-bit is not set, then the behavior is somwhat unexpected:
-when sent to a group leader only the leader is reset
-(children are left alone);
-when sent to a child all events in a group are reset.
+reset, even if the event specified is not the group leader
+(but see BUGS).
 .TP
 .B PERF_EVENT_IOC_PERIOD
 IOC_PERIOD is the command to update the period; it
@@ -1926,6 +1958,7 @@ The default value is
 
 Maximum number of pages an unprivileged user can mlock (2) .
 The default is 516 (kB).
+
 .RE
 Files in
 .I /sys/bus/event_source/devices/
@@ -1936,30 +1969,59 @@ Information on how to program these PMUs can be found under
 .IR /sys/bus/event_source/devices/ .
 Each subdirectory corresponds to a different PMU.
 .TP
-.I /sys/bus/event_source/devices/*/type
+.IR /sys/bus/event_source/devices/*/type " (Since Linux 2.6.38)"
 This contains an integer that can be used in the
 .I type
 field of perf_event_attr to indicate you wish to use this PMU.
 .TP
-.I /sys/bus/event_source/devices/*/rdpmc
-[To be documented]
+.IR /sys/bus/event_source/devices/*/rdpmc " (Since Linux 3.4)"
+If this file is 1, then direct user-space access to the
+performance counter registers is allowed via the rdpmc instruction.
+This can be disabled by echoing 0 to the file.
 .TP
-.I /sys/bus/event_source/devices/*/format/
-This sub-directory contains information on what bits in the
+.IR /sys/bus/event_source/devices/*/format/ " (Since Linux 3.4)"
+This sub-directory contains information on the architecture-specific
+sub-fields available for programming the various
 .I config
-field of perf_event_attr correspond to.
-.TP
-.I /sys/bus/event_source/devices/*/events/
+fields in the perf_event_attr struct.
+
+The content of each file is the name of the config field, followed
+by a colon, followed by a series of integer bit ranges separated by
+commas.
+For example, the file
+.I event
+may contain the value
+.I config1:1,6-10,44
+which indicates that event is an attribute that occupies bits 1,6-10, and 44
+of perf_event_attr::config1.
+.TP
+.IR /sys/bus/event_source/devices/*/events/ " (Since Linux 3.4)"
 This sub-directory contains files with pre-defined events.
 The contents are strings describing the event settings
-expressed in terms of the fields found in the
+expressed in terms of the fields found in the previously mentioned
 .I ./format/
 directory.
 These are not necessarily complete lists of all events supported by
 a PMU, but usually a subset of events deemed useful or interesting.
+
+The content of each file is a list of attribute names
+separated by commas.
+Each entry has an optional value (either hex or decimal).
+If no value is specified than it is assumed to be a single-bit
+field with a value of 1.
+An example entry may look like this:
+.I event=0x2,inv,ldlat=3
 .TP
 .I /sys/bus/event_source/devices/*/uevent
-[To be documented]
+This file is the standard kernel device interface
+for injecting hotplug events.
+.TP
+.IR /sys/bus/event_source/devices/*/cpumask " (Since Linux 3.7)"
+The cpumask file contains a comma-separated list of integers that
+indicate a representative cpu number for each socket (package)
+on the motherboard.
+This is needed when setting up uncore or northbridge events, as
+those PMUs present socket-wide events.
 .RE
 .SH RETURN VALUE
 .BR perf_event_open ()
@@ -2042,6 +2104,12 @@ Linux 2.6.36 and Linux 3.0 that ignores the
 was chosen if the union has a
 non-zero value in it.
 
+From Linux 2.6.31 to Linux 3.4, the
+.B PERF_IOC_FLAG_GROUP
+ioctl argument was broken and would repeatedly operate
+on the event specified rather than iterating across
+all sibling events in a group.
+
 Always double-check your results!
 Various generalized events have had wrong values.
 For example, retired branches measured
index ba6a523..79be7c4 100644 (file)
@@ -28,7 +28,7 @@
 .\" 2006-07-01, mtk, Added POLLRDHUP + various other wording and
 .\"    formatting changes.
 .\"
-.TH POLL 2 2012-08-17 "Linux" "Linux Programmer's Manual"
+.TH POLL 2 2013-07-30 "Linux" "Linux Programmer's Manual"
 .SH NAME
 poll, ppoll \- wait for some event on a file descriptor
 .SH SYNOPSIS
@@ -364,6 +364,7 @@ See the discussion of spurious readiness notifications under the
 BUGS section of
 .BR select (2).
 .SH SEE ALSO
+.BR restart_syscall (2),
 .BR select (2),
 .BR select_tut (2),
 .BR time (7)
index 0d77e3f..60d5345 100644 (file)
@@ -41,7 +41,7 @@
 .\"    (Thanks to Blaisorblade, Daniel Jacobowitz and others who helped.)
 .\" 2011-09, major update by Denys Vlasenko <vda.linux@googlemail.com>
 .\"
-.TH PTRACE 2 2013-02-16 "Linux" "Linux Programmer's Manual"
+.TH PTRACE 2 2013-07-11 "Linux" "Linux Programmer's Manual"
 .SH NAME
 ptrace \- process trace
 .SH SYNOPSIS
@@ -255,18 +255,6 @@ On return, the kernel modifies
 .B iov.len
 to indicate the actual number of bytes returned.
 .TP
-.BR PTRACE_GETSIGINFO " (since Linux 2.3.99-pre6)"
-Retrieve information about the signal that caused the stop.
-Copy a
-.I siginfo_t
-structure (see
-.BR sigaction (2))
-from the tracee to the address
-.I data
-in the tracer.
-.RI ( addr
-is ignored.)
-.TP
 .BR PTRACE_SETREGS ", " PTRACE_SETFPREGS
 Modify the tracee's general-purpose or floating-point registers,
 respectively, from the address
@@ -301,6 +289,18 @@ and
 is analogous to
 .BR PTRACE_GETREGSET .
 .TP
+.BR PTRACE_GETSIGINFO " (since Linux 2.3.99-pre6)"
+Retrieve information about the signal that caused the stop.
+Copy a
+.I siginfo_t
+structure (see
+.BR sigaction (2))
+from the tracee to the address
+.I data
+in the tracer.
+.RI ( addr
+is ignored.)
+.TP
 .BR PTRACE_SETSIGINFO " (since Linux 2.3.99-pre6)"
 Set signal information:
 copy a
@@ -340,7 +340,12 @@ Stop the tracee at the next
 .BR clone (2)
 and automatically start tracing the newly cloned process,
 which will start with a
-.BR SIGSTOP .
+.BR SIGSTOP ,
+or
+.B PTRACE_EVENT_STOP
+if
+.B PTRACE_SEIZE
+was used.
 A
 .BR waitpid (2)
 by the tracer will return a
@@ -421,7 +426,12 @@ Stop the tracee at the next
 .BR fork (2)
 and automatically start tracing the newly forked process,
 which will start with a
-.BR SIGSTOP .
+.BR SIGSTOP ,
+or
+.B PTRACE_EVENT_STOP
+if
+.B PTRACE_SEIZE
+was used.
 A
 .BR waitpid (2)
 by the tracer will return a
@@ -449,7 +459,12 @@ Stop the tracee at the next
 .BR vfork (2)
 and automatically start tracing the newly vforked process,
 which will start with a
-.BR SIGSTOP .
+.BR SIGSTOP ,
+or
+.B PTRACE_EVENT_STOP
+if
+.B PTRACE_SEIZE
+was used.
 A
 .BR waitpid (2)
 by the tracer will return a
@@ -598,14 +613,28 @@ directly has no such limitation.
 .TP
 .BR PTRACE_INTERRUPT " (since Linux 3.4)"
 Stop a tracee.
-If the tracee is running, it will stop with
-.BR PTRACE_EVENT_STOP .
-If the tracee is already stopped by a signal, or receives a signal
-in parallel with
-.BR PTRACE_INTERRUPT ,
-it may report a group-stop
-or a signal-delivery-stop instead of
-.BR PTRACE_EVENT_STOP .
+If the tracee is running or sleeping in kernel space and
+.B PTRACE_SYSCALL
+is in effect,
+the system call is interrupted and syscall-exit-stop is reported.
+(The interrupted system call is restarted when the tracee is restarted.)
+If the tracee was already stopped by a signal and
+.B PTRACE_LISTEN
+was sent to it,
+the tracee stops with
+.B PTRACE_EVENT_STOP
+and
+.I WSTOPSIG(status)
+returns the stop signal.
+If any other ptrace-stop is generated at the same time (for example,
+if a signal is sent to the tracee), this ptrace-stop happens.
+If none of the above applies (for example, if the tracee is running in userspace),
+it stops with
+.B PTRACE_EVENT_STOP
+with
+.I WSTOPSIG(status)
+==
+.BR SIGTRAP .
 .B PTRACE_INTERRUPT
 only works on tracees attached by
 .BR PTRACE_SEIZE .
@@ -760,6 +789,26 @@ and any subsequent ptrace stops will be reported under
 the thread group leader's PID.
 .SS Stopped states
 A tracee can be in two states: running or stopped.
+For the purposes of ptrace, a tracee which is blocked in a system call
+(such as
+.BR read (2),
+.BR pause (2),
+etc.)
+is nevertheless considered to be running, even if the tracee is blocked
+for a long time.
+The state of the tracee after
+.BR PTRACE_LISTEN
+is somewhat of a gray area: it is not in any ptrace-stop (ptrace commands
+won't work on it, and it will deliver
+.BR waitpid (2)
+notifications),
+but it also may be considered "stopped" because
+it is not executing instructions (is not scheduled), and if it was
+in group-stop before
+.BR PTRACE_LISTEN ,
+it will not respond to signals until
+.B SIGCONT
+is received.
 .LP
 There are many kinds of states when the tracee is stopped, and in ptrace
 discussions they are often conflated.
@@ -1045,6 +1094,16 @@ then it is definitely a group-stop.
 .B SIGKILL
 killed the tracee.)
 .LP
+If tracee was attached using
+.IR PTRACE_SEIZE ,
+group-stop is indicated by
+.BR PTRACE_EVENT_STOP :
+.IR "status>>16 == PTRACE_EVENT_STOP" .
+This allows detection of group-stops
+without requiring an extra
+.B PTRACE_GETSIGINFO
+call.
+.LP
 As of Linux 2.6.38,
 after the tracer sees the tracee ptrace-stop and until it
 restarts or kills it, the tracee will not run,
@@ -1170,7 +1229,14 @@ to finish exiting.
 .B PTRACE_EVENT_STOP
 Stop induced by
 .B PTRACE_INTERRUPT
-command.
+command, or group-stop, or initial ptrace-stop when a new child is attached
+(only if attached using
+.BR PTRACE_SEIZE ).
+or
+.B PTRACE_EVENT_STOP
+if
+.B PTRACE_SEIZE
+was used.
 .LP
 .B PTRACE_GETSIGINFO
 on
@@ -1714,8 +1780,15 @@ the report is sent only once.
 .SH RETURN VALUE
 On success,
 .B PTRACE_PEEK*
-requests return the requested data,
-while other requests return zero.
+requests return the requested data, while other requests return zero.
+(On Linux, this is done in the libc wrapper around ptrace system call.
+On the system call level,
+.B PTRACE_PEEK*
+requests have a different API: they store the result
+at the address specified by
+.I data
+parameter, and return value is the error flag.)
+.LP
 On error, all requests return \-1, and
 .I errno
 is set appropriately.
index f4ee2cb..3ac32a7 100644 (file)
@@ -40,7 +40,7 @@
 .\" 2011-09-20, Guillem Jover <guillem@hadrons.org>:
 .\"     Added text on dynamically allocating buffer + example program
 .\"
-.TH READLINK 2 2011-09-20 "Linux" "Linux Programmer's Manual"
+.TH READLINK 2 2013-07-18 "Linux" "Linux Programmer's Manual"
 .SH NAME
 readlink \- read value of a symbolic link
 .SH SYNOPSIS
@@ -193,7 +193,7 @@ main(int argc, char *argv[])
 
     r = readlink(argv[1], linkname, sb.st_size + 1);
 
-    if (r < 0) {
+    if (r == \-1) {
         perror("lstat");
         exit(EXIT_FAILURE);
     }
@@ -204,7 +204,7 @@ main(int argc, char *argv[])
         exit(EXIT_FAILURE);
     }
 
-    linkname[sb.st_size] = \(aq\\0\(aq;
+    linkname[r] = \(aq\\0\(aq;
 
     printf("\(aq%s\(aq points to \(aq%s\(aq\\n", argv[1], linkname);
 
index 9ceb05b..899fea6 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH READLINKAT 2 2012-05-04 "Linux" "Linux Programmer's Manual"
+.TH READLINKAT 2 2013-07-31 "Linux" "Linux Programmer's Manual"
 .SH NAME
 readlinkat \- read value of a symbolic link relative to
 a directory file descriptor
@@ -87,7 +87,22 @@ If
 is absolute, then
 .I dirfd
 is ignored.
-.SH RETURN VALUE
+
+Since Linux 2.6.39,
+.\" commit 65cfc6722361570bfe255698d9cd4dccaf47570d
+.I pathname
+can be an empty string,
+in which case the call operates on the file referred to by
+.IR dirfd
+(which may have been obtained using the
+.BR open (2)
+.B O_PATH
+flag).
+In this case,
+.I dirfd
+can refer to any type of file, not just a directory.
+
+.SH "RETURN VALUE"
 On success,
 .BR readlinkat ()
 returns the number of bytes placed in
diff --git a/original/man2/restart_syscall.2 b/original/man2/restart_syscall.2
new file mode 100644 (file)
index 0000000..8958476
--- /dev/null
@@ -0,0 +1,130 @@
+.\" Copyright (c) 2013 by Michael Kerrisk <mtk.manpages@gmail.com>
+.\"
+.\" %%%LICENSE_START(VERBATIM)
+.\" 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.
+.\" %%%LICENSE_END
+.\"
+.\" http://thread.gmane.org/gmane.linux.kernel/76552/focus=76803
+.\" From: Linus Torvalds <torvalds <at> transmeta.com>
+.\" Subject: Re: [PATCH] compatibility syscall layer (lets try again)
+.\" Newsgroups: gmane.linux.kernel
+.\" Date: 2002-12-05 02:51:12 GMT
+.\"
+.\" See also Section 11.3.3 of Understanding the Linux Kernel, 3rd edition
+.\"
+.TH RESTART_SYSCALL 2 2013-07-30 "Linux" "Linux Programmer's Manual"
+.SH NAME
+restart_syscall \- restart a system call after interruption by a stop signal
+.SH SYNOPSIS
+.B int restart_syscall(void);
+
+.IR Note :
+There is no glibc wrapper for this system call; see NOTES.
+.SH DESCRIPTION
+The
+.BR restart_syscall ()
+system call is used to restart certain system calls
+after a process that was stopped by a signal (e.g.,
+.BR SIGSTOP
+or
+.BR SIGTSTP )
+is later resumed after receiving a
+.BR SIGCONT
+signal.
+This system call is designed only for internal use by the kernel.
+
+.BR restart_syscall ()
+is used for restarting only those system calls that,
+when restarted, should adjust their time-related parameters\(emnamely
+.BR poll (2)
+(since Linux 2.6.24),
+.BR nanosleep (2)
+(since Linux 2.6),
+.BR clock_nanosleep (2)
+(since Linux 2.6),
+and
+.BR futex (2),
+when employed with the
+.BR FUTEX_WAIT
+(since Linux 2.6.22)
+and
+.BR FUTEX_WAIT_BITSET
+(since Linux 2.6.31)
+operations.
+.\" These system calls correspond to the special internal errno value
+.\" ERESTART_RESTARTBLOCK. Each of the system calls has a "restart"
+.\" helper function that is invoked by restart_syscall().
+.BR restart_syscall ()
+restarts the interrupted system call with a
+time argument that is suitably adjusted to account for the
+time that has already elapsed (including the time where the process
+was stopped by a signal).
+Without the
+.BR restart_syscall ()
+mechanism, restarting these system calls would not correctly deduce the
+already elapsed time when the process continued execution.
+.SH RETURN VALUE
+The return value of
+.BR restart_syscall ()
+is the return value of whatever system call is being restarted.
+.SH ERRORS
+.I errno
+is set as per the errors for whatever system call is being restarted by
+.BR restart_syscall ().
+.SH VERSIONS
+The
+.BR restart_syscall ()
+system call is present since Linux 2.6.
+.SH CONFORMING TO
+This system call is Linux specific.
+.SH NOTES
+There is no glibc wrapper for this system call,
+because it is intended for use only by the kernel and
+should never be called by applications.
+
+From user space, the operation of
+.BR restart_syscall (2)
+is largely invisible:
+to the process that made the system call that is restarted,
+it appears as though that system call executed and
+returned in the usual fashion.
+.\"
+.\" FIXME
+.\" There is one oddness in the implementation though, with respect to
+.\" nanosleep() (and probably also clock_nanosleep()). The scenario
+.\" is as follows:
+.\"    1. Start a nanosleep() for (say) 30 seconds,
+.\"    2. Stop the process with (say) SIGTSTP (^Z).
+.\"    3. Resume the process with SIGCONT,
+.\"    4. Upon return, the 'rem' argument of nanosleep() will contain the
+.\"       remaining unslept time **at the time when SIGTSTP was delivered**.
+.\" The behavior at point 4 is odd, but doesn't violate the standards, which
+.\" specify the treatment of 'rem' only when the system call returns with
+.\" the error EINTR (i.e., the call was interrupted by a signal handler).
+.\"
+.SH SEE ALSO
+.BR sigreturn (2),
+.BR sigaction (2),
+.BR signal (7)
+.\" FIXME select(2) should probably get the restart_syscall() treatment:
+.\"     If a select() call is suspended by stop-sig+SIGCONT, the time
+.\"     spent suspended is *not* deducted when the select() is restarted.
+.\" FIXME: check whether recvmmsg() handles stop-sig+SIGCONT properly.
index e1d31f4..5be3ff6 100644 (file)
@@ -45,7 +45,7 @@
 .\" 2007-07-25, mtk, fairly substantial rewrites and rearrangements
 .\" of text.
 .\"
-.TH SETPGID 2 2010-09-26 "Linux" "Linux Programmer's Manual"
+.TH SETPGID 2 2013-07-31 "Linux" "Linux Programmer's Manual"
 .SH NAME
 setpgid, getpgid, setpgrp, getpgrp \- set/get process group
 .SH SYNOPSIS
@@ -274,7 +274,7 @@ from the terminal;
 if a background process group tries to
 .BR read (2)
 from the terminal, then the group is sent a
-.B SIGTSTP
+.B SIGTTIN
 signal, which suspends it.
 The
 .BR tcgetpgrp (3)
index 876ed7f..4466a4b 100644 (file)
@@ -44,7 +44,7 @@
 .\" 2010-06-11 Andi Kleen, add hwpoison signal extensions
 .\" 2010-06-11 mtk, improvements to discussion of various siginfo_t fields.
 .\"
-.TH SIGACTION 2 2013-04-19 "Linux" "Linux Programmer's Manual"
+.TH SIGACTION 2 2013-07-30 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sigaction \- examine and change a signal action
 .SH SYNOPSIS
@@ -795,6 +795,7 @@ See
 .BR kill (2),
 .BR killpg (2),
 .BR pause (2),
+.BR restart_syscall (2),
 .BR sigaltstack (2),
 .BR signal (2),
 .BR signalfd (2),
index e6c6e17..30987f9 100644 (file)
@@ -26,7 +26,7 @@
 .\" Modified Tue Oct 22 22:09:03 1996 by Eric S. Raymond <esr@thyrsus.com>
 .\" 2008-06-26, mtk, added some more detail on the work done by sigreturn()
 .\"
-.TH SIGRETURN 2 2008-06-26 "Linux" "Linux Programmer's Manual"
+.TH SIGRETURN 2 2013-07-30 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sigreturn \- return from signal handler and cleanup stack frame
 .SH SYNOPSIS
@@ -73,6 +73,7 @@ Better yet, the specific use of the
 argument varies depending on the architecture.
 .SH SEE ALSO
 .BR kill (2),
+.BR restart_syscall (2),
 .BR sigaltstack (2),
 .BR signal (2),
 .BR signal (7)
index 9032cf1..db3d5e3 100644 (file)
@@ -85,9 +85,9 @@ delimiter \(aq:\(aq.
 .LP
 .BR argz_append ()
 appends the argz vector
-.RI ( buf ,\ buf_len )
+.RI ( buf ,\  buf_len )
 after
-.RI ( *argz ,\ *argz_len )
+.RI ( *argz ,\  *argz_len )
 and updates
 .IR *argz
 and
@@ -100,7 +100,7 @@ will be increased by
 .BR argz_count ()
 counts the number of strings, that is,
 the number of null bytes (\(aq\\0\(aq), in
-.RI ( argz ,\ argz_len ).
+.RI ( argz ,\  argz_len ).
 .LP
 .BR argz_create ()
 converts a UNIX-style argument vector
@@ -108,13 +108,13 @@ converts a UNIX-style argument vector
 terminated by
 .IR "(char\ *)\ 0" ,
 into an argz vector
-.RI ( *argz ,\ *argz_len ).
+.RI ( *argz ,\  *argz_len ).
 .LP
 .BR argz_create_sep ()
 converts the null-terminated string
 .I str
 into an argz vector
-.RI ( *argz ,\ *argz_len )
+.RI ( *argz ,\  *argz_len )
 by breaking it up at every occurrence of the separator
 .IR sep .
 .LP
@@ -122,7 +122,7 @@ by breaking it up at every occurrence of the separator
 removes the substring pointed to by
 .I entry
 from the argz vector
-.RI ( *argz ,\ *argz_len )
+.RI ( *argz ,\  *argz_len )
 and updates
 .I *argz
 and
@@ -132,7 +132,7 @@ and
 is the opposite of
 .BR argz_create ().
 It takes the argz vector
-.RI ( argz ,\ argz_len )
+.RI ( argz ,\  argz_len )
 and fills the array starting at
 .I argv
 with pointers to the substrings, and a final NULL,
@@ -151,7 +151,7 @@ It inserts the argument
 at position
 .I before
 into the argz vector
-.RI ( *argz ,\ *argz_len )
+.RI ( *argz ,\  *argz_len )
 and updates
 .I *argz
 and
index 1729d28..0c615e8 100644 (file)
@@ -4,7 +4,7 @@
 .\" Distributed under GPL
 .\" %%%LICENSE_END
 .\"
-.TH CLOG2 3 2008-08-07 "" "Linux Programmer's Manual"
+.TH CLOG2 3 2013-07-23 "" "Linux Programmer's Manual"
 .SH NAME
 clog2, clog2f, clog2l \- base-2 logarithm of a complex number
 .SH SYNOPSIS
@@ -34,7 +34,7 @@ close to zero will cause an overflow.
 .SH CONFORMING TO
 These function names are reserved for future use in C99.
 .SH AVAILABILITY
-Not yet in glibc, as at version 2.8.
+Not yet in glibc, as at version 2.17.
 .\" But reserved in NAMESPACE.
 .SH SEE ALSO
 .BR cabs (3),
index ddc0aef..d090506 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH DIRFD 3 2013-04-19 "Linux" "Linux Programmer's Manual"
+.TH DIRFD 3 2013-07-05 "Linux" "Linux Programmer's Manual"
 .SH NAME
 dirfd \- get directory stream file descriptor
 .SH SYNOPSIS
@@ -84,6 +84,11 @@ does not refer to a valid directory stream.
 .B ENOTSUP
 The implementation does not support the association of a file
 descriptor with a directory.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR dirfd ()
+function is thread-safe.
 .SH CONFORMING TO
 POSIX.1-2008.
 This function was a BSD extension, present in 4.3BSD-Reno, not in 4.2BSD.
index 10ba296..c9ee23d 100644 (file)
@@ -31,7 +31,7 @@
 .\" Modified 1993-07-24, Rik Faith (faith@cs.unc.edu)
 .\" Modified 2002-08-10, 2003-11-01 Walter Harms, aeb
 .\"
-.TH DIV 3 2012-04-17 "" "Linux Programmer's Manual"
+.TH DIV 3 2013-07-05 "" "Linux Programmer's Manual"
 .SH NAME
 div, ldiv, lldiv, imaxdiv \- compute quotient and remainder of
 an integer division
@@ -88,6 +88,15 @@ of the indicated name, in all cases with fields \fIquot\fP and \fIrem\fP
 of the same type as the function arguments.
 .SH RETURN VALUE
 The \fIdiv_t\fP (etc.) structure.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR div (),
+.BR ldiv (),
+.BR lldiv (),
+and
+.BR imaxdiv ()
+functions are thread-safe.
 .SH CONFORMING TO
 SVr4, 4.3BSD, C89. C99.
 The functions
index c1580d5..70dd251 100644 (file)
@@ -27,7 +27,7 @@
 .\"
 .\" Modified 2003-04-04, aeb
 .\"
-.TH ENCRYPT 3 2013-06-21 "" "Linux Programmer's Manual"
+.TH ENCRYPT 3 2013-07-22 "" "Linux Programmer's Manual"
 .SH NAME
 encrypt, setkey, encrypt_r, setkey_r \- encrypt 64-bit messages
 .SH SYNOPSIS
@@ -123,17 +123,17 @@ The function is not provided.
 (For example because of former USA export restrictions.)
 .SH ATTRIBUTES
 .SS Multithreading (see pthreads(7))
-The functions
+The
 .BR encrypt ()
 and
 .BR setkey ()
-are not thread-safe.
+functions are not thread-safe.
 .LP
-The functions
+The
 .BR encrypt_r ()
 and
 .BR setkey_r ()
-are thread-safe.
+functions are thread-safe.
 .SH CONFORMING TO
 The functions
 .BR encrypt ()
index 1407f4d..d608915 100644 (file)
@@ -29,7 +29,7 @@
 .\" Modified Sat Jul 24 19:42:04 1993 by Rik Faith (faith@cs.unc.edu)
 .\" Added fabsl, fabsf, aeb, 2001-06-07
 .\"
-.TH FABS 3  2010-09-20 "" "Linux Programmer's Manual"
+.TH FABS 3  2013-07-10 "" "Linux Programmer's Manual"
 .SH NAME
 fabs, fabsf, fabsl \- absolute value of floating-point number
 .SH SYNOPSIS
@@ -62,9 +62,7 @@ or
 .RE
 .ad b
 .SH DESCRIPTION
-The
-.BR fabs ()
-functions return the absolute value of the floating-point
+These functions return the absolute value of the floating-point
 number
 .IR x .
 .SH RETURN VALUE
@@ -84,6 +82,14 @@ If
 is negative infinity or positive infinity, positive infinity is returned.
 .SH ERRORS
 No errors occur.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR fabs (),
+.BR fabsf (),
+and
+.BR fabsl ()
+functions are thread-safe.
 .SH CONFORMING TO
 C99, POSIX.1-2001.
 The variant returning
index 62dac84..0f7c619 100644 (file)
@@ -6,7 +6,7 @@
 .\" Distributed under GPL
 .\" %%%LICENSE_END
 .\"
-.TH FDIM 3 2010-09-20 "" "Linux Programmer's Manual"
+.TH FDIM 3 2013-07-15 "" "Linux Programmer's Manual"
 .SH NAME
 fdim, fdimf, fdiml \- positive difference
 .SH SYNOPSIS
@@ -78,6 +78,14 @@ These functions do not set
 .\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6796
 .SH VERSIONS
 These functions first appeared in glibc in version 2.1.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR fdim (),
+.BR fdimf (),
+and
+.BR fdiml ()
+functions are thread-safe.
 .SH CONFORMING TO
 C99, POSIX.1-2001.
 .SH SEE ALSO
index 1622650..99b3482 100644 (file)
@@ -42,7 +42,7 @@
 .\" Modified 2000-07-22 by Nicolás Lichtmaier <nick@debian.org>
 .\" Modified 2001-10-16 by John Levon <moz@compsoc.man.ac.uk>
 .\"
-.TH FFLUSH 3  2009-09-06 "GNU" "Linux Programmer's Manual"
+.TH FFLUSH 3  2013-07-15 "GNU" "Linux Programmer's Manual"
 .SH NAME
 fflush \- flush a stream
 .SH SYNOPSIS
@@ -90,6 +90,11 @@ may also fail and set
 .I errno
 for any of the errors specified for
 .BR write (2).
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR fflush ()
+function is thread-safe.
 .SH CONFORMING TO
 C89, C99, POSIX.1-2001, POSIX.1-2008.
 
index a308fd2..81c7146 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH FINITE 3  2008-08-05 "" "Linux Programmer's Manual"
+.TH FINITE 3  2013-07-22 "" "Linux Programmer's Manual"
 .SH NAME
 finite, finitef, finitel, isinf, isinff, isinfl, isnan, isnanf, isnanl \-
 BSD floating-point classification functions
@@ -89,26 +89,49 @@ _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600
 .ad b
 .SH DESCRIPTION
 The
-.BR finite ()
+.BR finite (),
+.BR finitef (),
+and
+.BR finitel ()
 functions return a nonzero value if
 .I x
 is neither infinite
 nor a "not-a-number" (NaN) value, and 0 otherwise.
 
 The
-.BR isnan ()
+.BR isnan (),
+.BR isnanf (),
+and
+.BR isnanl ()
 functions return a nonzero value if
 .I x
 is a NaN value,
 and 0 otherwise.
 
 The
-.BR isinf ()
+.BR isinf (),
+.BR isinff (),
+and
+.BR isinfl ()
 functions return 1 if
 .I x
 is positive infinity, \-1 if
 .I x
 is negative infinity, and 0 otherwise.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR finite (),
+.BR finitef (),
+.BR finitel (),
+.BR isinf (),
+.BR isinff (),
+.BR isinfl (),
+.BR isnan (),
+.BR isnanf (),
+and
+.BR isnanl ()
+functions are thread-safe.
 .SH NOTES
 Note that these functions are obsolete.
 C99 defines macros
index 5f1a1f6..0989038 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH FLOCKFILE 3  2008-08-29 "" "Linux Programmer's Manual"
+.TH FLOCKFILE 3  2013-07-23 "" "Linux Programmer's Manual"
 .SH NAME
 flockfile, ftrylockfile, funlockfile \- lock FILE for stdio
 .SH SYNOPSIS
@@ -124,6 +124,14 @@ function returns zero for success
 (the lock was obtained), and nonzero for failure.
 .SH ERRORS
 None.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR flockfile (),
+.BR ftrylockfile (),
+and
+.BR funlockfile ()
+functions are thread-safe.
 .SH CONFORMING TO
 POSIX.1-2001.
 .SH AVAILABILITY
index 9bfba32..2dba54a 100644 (file)
@@ -24,7 +24,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH FLOOR 3  2010-09-20 "" "Linux Programmer's Manual"
+.TH FLOOR 3  2013-07-23 "" "Linux Programmer's Manual"
 .SH NAME
 floor, floorf, floorl \- largest integral value not greater than argument
 .SH SYNOPSIS
@@ -77,6 +77,14 @@ itself is returned.
 .SH ERRORS
 No errors occur.
 POSIX.1-2001 documents a range error for overflows, but see NOTES.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR floor (),
+.BR floorf (),
+and
+.BR floorl ()
+functions are thread-safe.
 .SH CONFORMING TO
 C99, POSIX.1-2001.
 The variant returning
index fa9a364..cf13595 100644 (file)
@@ -30,7 +30,7 @@
 .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
 .\" Modified 2003-11-15 by aeb
 .\"
-.TH GETGRNAM 3 2013-06-21 "" "Linux Programmer's Manual"
+.TH GETGRNAM 3 2013-07-22 "" "Linux Programmer's Manual"
 .SH NAME
 getgrnam, getgrnam_r, getgrgid, getgrgid_r \- get group file entry
 .SH SYNOPSIS
@@ -209,17 +209,17 @@ Insufficient buffer space supplied.
 local group database file
 .SH ATTRIBUTES
 .SS Multithreading (see pthreads(7))
-The functions
+The
 .BR getgrnam ()
 and
 .BR getgrgid ()
-are not thread-safe.
+functions are not thread-safe.
 .LP
-The functions
+The
 .BR getgrnam_r ()
 and
 .BR getgrgid_r ()
-are thread-safe.
+functions are thread-safe.
 .SH CONFORMING TO
 SVr4, 4.3BSD, POSIX.1-2001.
 .SH NOTES
index e8ca467..29de035 100644 (file)
@@ -66,7 +66,7 @@ _BSD_SOURCE || _SVID_SOURCE
 These routines are used to access the file system description file
 .I /etc/fstab
 and the mounted file system description file
-.IR etc/mtab .
+.IR /etc/mtab .
 .PP
 The
 .BR setmntent ()
index 9ee31d6..ba55c8d 100644 (file)
@@ -34,7 +34,7 @@
 .\" Modified 2003-11-15 by aeb
 .\" 2008-11-07, mtk, Added an example program for getpwnam_r().
 .\"
-.TH GETPWNAM 3  2013-06-21 "GNU" "Linux Programmer's Manual"
+.TH GETPWNAM 3  2013-07-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 getpwnam, getpwnam_r, getpwuid, getpwuid_r \- get password file entry
 .SH SYNOPSIS
@@ -216,17 +216,17 @@ Insufficient buffer space supplied.
 local password database file
 .SH ATTRIBUTES
 .SS Multithreading (see pthreads(7))
-The functions
+The
 .BR getpwnam ()
 and
 .BR getpwuid ()
-are not thread_safe.
+functions are not thread-safe.
 .LP
-The functions
+The
 .BR getpwnam_r ()
 and
 .BR getpwuid_r ()
-are thread-safe.
+functions are thread-safe.
 .SH CONFORMING TO
 SVr4, 4.3BSD, POSIX.1-2001.
 The
index 7bf7b3c..93b8a4d 100644 (file)
@@ -4,7 +4,7 @@
 .\" Distributed under GPL
 .\" %%%LICENSE_END
 .\"
-.TH GETTTYENT 3 2013-06-21  "GNU" "Linux Programmer's Manual"
+.TH GETTTYENT 3 2013-07-22  "GNU" "Linux Programmer's Manual"
 .SH NAME
 getttyent, getttynam, setttyent, endttyent \- get ttys file entry
 .SH SYNOPSIS
@@ -73,17 +73,17 @@ can be:
 .SS Multithreading (see pthreads(7))
 The
 .BR getttyent ()
-returns a pointer to a static variable, so it is not thread-safe.
+function returns a pointer to a static variable, so it is not thread-safe.
 .LP
 The
 .BR setttyent ()
 and
 .BR endttyent ()
-use a static variable, so they are not thread-safe.
+functions use a static variable, so they are not thread-safe.
 .LP
 The
 .BR getttynam ()
-calls thread-unsafe function
+function calls thread-unsafe function
 .BR getttyent ()
 so it is not thread-safe.
 .SH CONFORMING TO
index 0b639ce..1b68f02 100644 (file)
@@ -32,7 +32,7 @@
 .\" 2008-09-03, mtk, restructured somewhat, in part after suggestions from
 .\"     Timothy S. Nelson <wayland@wayland.id.au>
 .\"
-.TH HSEARCH 3 2013-04-19 "GNU" "Linux Programmer's Manual"
+.TH HSEARCH 3 2013-07-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 hcreate, hdestroy, hsearch, hcreate_r, hdestroy_r,
 hsearch_r \- hash table management
@@ -230,19 +230,19 @@ POSIX.1-2001 specifies only the
 error.
 .SH ATTRIBUTES
 .SS Multithreading (see pthreads(7))
-The functions
+The
 .BR hcreate (),
 .BR hsearch (),
 and
 .BR hdestroy ()
-use a global space for storing the table, so they are not thread-safe.
+functions use a global space for storing the table, so they are not thread-safe.
 .LP
-The functions
+The
 .BR hcreate_r (),
 .BR hsearch_r (),
 and
 .BR hdestroy_r ()
-are thread-safe.
+functions are thread-safe.
 .SH CONFORMING TO
 The functions
 .BR hcreate (),
index 82f7d00..88b4c5a 100644 (file)
@@ -25,7 +25,7 @@
 .\" This replaces an earlier man page written by Walter Harms
 .\" <walter.harms@informatik.uni-oldenburg.de>.
 .\"
-.TH QECVT 3  2013-06-21 "GNU" "Linux Programmer's Manual"
+.TH QECVT 3  2013-07-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 qecvt, qfcvt, qgcvt \- convert a floating-point number to a string
 .SH SYNOPSIS
@@ -71,15 +71,15 @@ and
 .BR gcvt (3).
 .SH ATTRIBUTES
 .SS Multithreading (see pthreads(7))
-The functions
+The
 .BR qecvt ()
 and
 .BR qfcvt ()
-are not thread-safe.
+functions are not thread-safe.
 .LP
-The function
+The
 .BR qgcvt ()
-is thread-safe.
+function is thread-safe.
 .SH CONFORMING TO
 SVr4.
 Not seen in most common UNIX implementations,
index 54e6667..fc66fe2 100644 (file)
@@ -72,7 +72,7 @@ SVr4, 4.3BSD, C89, C99.
 In the
 .I "POSIX"
 or
-.I ""C"
+.I "C"
 locales
 .BR strcoll ()
 is equivalent to
index 92f393e..2d9fa15 100644 (file)
@@ -25,7 +25,7 @@
 .\" This replaces an earlier man page written by Walter Harms
 .\" <walter.harms@informatik.uni-oldenburg.de>.
 .\"
-.TH TTYSLOT 3 2013-06-21 "GNU" "Linux Programmer's Manual"
+.TH TTYSLOT 3 2013-07-22 "GNU" "Linux Programmer's Manual"
 .SH NAME
 ttyslot \- find the slot of the current user's terminal in some file
 .SH SYNOPSIS
@@ -124,7 +124,7 @@ but \-1 on System V-like systems.
 .SS Multithreading (see pthreads(7))
 The
 .BR ttyslot ()
-calls thread-unsafe function
+function calls thread-unsafe function
 .BR getttyent (),
 so it is not thread-safe.
 .SH CONFORMING TO
index 5cb3e2f..ddb1d02 100644 (file)
@@ -213,7 +213,7 @@ and
 .I charheight
 are filled with
 the respective data for the currently loaded font, and the
-.I hardata
+.I chardata
 array contains the font data if the initial value of
 .I charcount
 indicated enough space was available; otherwise the
@@ -285,7 +285,7 @@ Get full Unicode screen mapping from kernel.
 .I argp
 points to an
 area of size
-.IR E_TABSZ*sizeof(unsigned short) ,
+.IR "E_TABSZ*sizeof(unsigned short)" ,
 which is loaded with the
 Unicodes each character represent.
 A special set of Unicodes,
index 716b345..f2f48da 100644 (file)
@@ -20,7 +20,7 @@
 .\"
 .\" Added ndots remark by Bernhard R. Link - debian bug #182886
 .\"
-.TH RESOLV.CONF 5 2013-03-05 "" "Linux Programmer's Manual"
+.TH RESOLV.CONF 5 2013-07-31 "" "Linux Programmer's Manual"
 .UC 4
 .SH NAME
 resolv.conf \- resolver configuration file
@@ -63,6 +63,7 @@ until a maximum number of retries are made.)
 \fBdomain\fP Local domain name.
 Most queries for names within this domain can use short names
 relative to the local domain.
+If set to \(aq.\(aq, the root domain is considered.
 If no \fBdomain\fP entry is present, the domain is determined
 from the local hostname returned by
 .BR gethostname (2);
index ecfd3c5..0aaa258 100644 (file)
@@ -42,7 +42,7 @@ When the kernel is booted directly by the BIOS (say from a floppy to
 which you copied a kernel using 'cp zImage /dev/fd0'),
 you have no opportunity to specify any parameters.
 So, in order to take advantage of this possibility you have to
-use boot loader software that is able to pass parameters, such as GRUB.
+use a boot loader that is able to pass parameters, such as GRUB.
 
 .\" The LILO program (LInux LOader) written by Werner Almesberger is the
 .\" most commonly used.
@@ -188,7 +188,7 @@ use 'root=/dev/fd1'.
 
 The root device can be specified symbolically or numerically.
 A symbolic specification has the form
-.I /dev/XXYN,
+.IR /dev/XXYN ,
 where XX designates
 the device type ('hd' for ST-506 compatible hard disk, with Y in
 \&'a'-'d'; 'sd' for SCSI compatible disk, with Y in 'a'-'e';
@@ -324,7 +324,7 @@ This panic timeout can also be set by
 
 .in +4n
 .nf
-echo N > /proc/sys/kernel/panic".
+echo N > /proc/sys/kernel/panic
 .fi
 .in
 .TP
@@ -427,7 +427,7 @@ a 'ramdisk=N' parameter to tell its size.
 (This could also be set in the kernel image at compile time.)
 These days ram disks use the buffer cache, and grow dynamically.
 For a lot of information in conjunction with the new ramdisk
-setup), see the kernel source file
+setup, see the kernel source file
 .IR Documentation/blockdev/ramdisk.txt
 .RI ( Documentation/ramdisk.txt
 in older kernels).
@@ -466,7 +466,7 @@ a "normal" ramdisk, which is mounted read-write as root device;
 then
 .I /linuxrc
 is executed; afterward the "real" root file system is mounted,
-and the initrd file system is moved over tocw
+and the initrd file system is moved over to
 .IR /initrd ;
 finally
 the usual boot sequence (e.g., invocation of
index 412ecf6..79a1668 100644 (file)
@@ -45,7 +45,7 @@
 .\"     other capabilities where the permitted or inheritable bit is set.
 .\" 2011-09-07, mtk/Serge hallyn: Add CAP_SYSLOG
 .\"
-.TH CAPABILITIES 7 2013-04-17 "Linux" "Linux Programmer's Manual"
+.TH CAPABILITIES 7 2013-07-21 "Linux" "Linux Programmer's Manual"
 .SH NAME
 capabilities \- overview of Linux capabilities
 .SH DESCRIPTION
@@ -93,8 +93,17 @@ Bypass file read, write, and execute permission checks.
 (DAC is an abbreviation of "discretionary access control".)
 .TP
 .B CAP_DAC_READ_SEARCH
+.PD 0
+.RS
+.IP * 2
 Bypass file read permission checks and
-directory read and execute permission checks.
+directory read and execute permission checks;
+.IP *
+Invoke
+.BR open_by_handle_at (2).
+.RE
+.PD
+
 .TP
 .B CAP_FOWNER
 .PD 0
index 31d91a1..2c5b56c 100644 (file)
@@ -51,7 +51,7 @@ in which case the application is commonly called multithreaded.
 .SS Semantics
 .PP
 Any futex operation starts in user space,
-but it may necessary to communicate with the kernel using the
+but it may be necessary to communicate with the kernel using the
 .BR futex (2)
 system call.
 .PP
index 52cd981..97f19e2 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH INOTIFY 7 2013-06-21 "Linux" "Linux Programmer's Manual"
+.TH INOTIFY 7 2013-07-21 "Linux" "Linux Programmer's Manual"
 .SH NAME
 inotify \- monitoring file system events
 .SH DESCRIPTION
@@ -216,10 +216,12 @@ File was modified (*).
 Watched file/directory was itself moved.
 .TP
 .B IN_MOVED_FROM
-File moved out of watched directory (*).
+Generated for the directory containing the old filename
+when a file is renamed (*).
 .TP
 .B IN_MOVED_TO
-File moved into watched directory (*).
+Generated for the directory containing the new filename
+when a file is renamed (*).
 .TP
 .B IN_OPEN
 File was opened (*).
index b27bd98..7574ae3 100644 (file)
@@ -27,7 +27,7 @@
 .\" 2007-05-30 created by mtk, using text from old man.7 plus
 .\" rewrites and additional text.
 .\"
-.TH MAN-PAGES 7 2013-06-21 "Linux" "Linux Programmer's Manual"
+.TH MAN-PAGES 7 2013-07-24 "Linux" "Linux Programmer's Manual"
 .SH NAME
 man-pages \- conventions for writing Linux man pages
 .SH SYNOPSIS
@@ -261,6 +261,23 @@ section.
 .\" section (and just place an overview in the
 .\" .B DESCRIPTION
 .\" section).
+
+When describing new behavior or new flags for
+a system call or library function,
+be careful to note the kernel or C library version
+that introduced the change.
+The preferred method of noting this information for flags is as part of a
+.B .TP
+list, in the following form (here, for a new system call flag):
+.RS 22
+.TP
+.BR XYZ_FLAG " (since Linux 3.7)"
+Description of flag...
+.RE
+.IP
+Including version information is  especially useful to users
+who are constrained to using older kernel or C library versions
+(which is typical in embedded systems, for example).
 .TP
 .B OPTIONS
 describes the command-line options accepted by a
index 88b5aa0..1b7cd0c 100644 (file)
@@ -431,7 +431,7 @@ Special defines (such as the standards macro).
 .Xr man 7 ,
 .Xr man-pages 7
 .Sh COLOPHON
-This page is part of release 3.52 of the Linux
+This page is part of release 3.53 of the Linux
 .Em man-pages
 project.
 A description of the project,
index 378d5fd..f7965a8 100644 (file)
@@ -2955,7 +2955,7 @@ and certainly should be able to.
 .Xr groff_mdoc 7 ,
 .Xr mdoc 7
 .Sh COLOPHON
-This page is part of release 3.52 of the Linux
+This page is part of release 3.53 of the Linux
 .Em man-pages
 project.
 A description of the project,
index 4e10fc3..5c3e278 100644 (file)
@@ -43,7 +43,7 @@
 .\"     Added section on stop/cont signals interrupting syscalls.
 .\" 2008-10-05, mtk: various additions
 .\"
-.TH SIGNAL 7  2012-05-01 "Linux" "Linux Programmer's Manual"
+.TH SIGNAL 7  2013-07-30 "Linux" "Linux Programmer's Manual"
 .SH NAME
 signal \- overview of signals
 .SH DESCRIPTION
@@ -852,6 +852,7 @@ POSIX.1, except as noted.
 .BR getrlimit (2),
 .BR kill (2),
 .BR killpg (2),
+.BR restart_syscall (2),
 .BR rt_sigqueueinfo (2),
 .BR setitimer (2),
 .BR setrlimit (2),
index 313c78d..5b43475 100644 (file)
@@ -9,13 +9,15 @@
 .\"
 .\" $Id: udp.7,v 1.7 2000/01/22 01:55:05 freitag Exp $
 .\"
-.TH UDP  7 2013-06-21 "Linux" "Linux Programmer's Manual"
+.TH UDP  7 2013-07-31 "Linux" "Linux Programmer's Manual"
 .SH NAME
 udp \- User Datagram Protocol for IPv4
 .SH SYNOPSIS
 .B #include <sys/socket.h>
 .br
 .B #include <netinet/in.h>
+.br
+.B #include <netinet/udp.h>
 .sp
 .B udp_socket = socket(AF_INET, SOCK_DGRAM, 0);
 .SH DESCRIPTION
index aa23d0e..71a7ed3 100644 (file)
@@ -2,7 +2,7 @@
 .\" This is in the public domain
 .\" %%%LICENSE_END
 .\"
-.TH LD.SO 8 2013-02-10 "GNU" "Linux Programmer's Manual"
+.TH LD.SO 8 2013-07-15 "GNU" "Linux Programmer's Manual"
 .SH NAME
 ld.so, ld-linux.so* \- dynamic linker/loader
 .SH SYNOPSIS
@@ -85,19 +85,20 @@ and then
 If the binary was linked with the
 .B \-z nodeflib
 linker option, this step is skipped.
-.SS $ORIGIN and rpath
+.SS Rpath token expansion
 .PP
 .B ld.so
-understands the string
-.I $ORIGIN
-(or equivalently
-.IR ${ORIGIN} )
-in an rpath specification (DT_RPATH or DT_RUNPATH) to mean
+understands certain strings in an rpath specification (DT_RPATH or DT_RUNPATH); those strings are substituted as follows
+.TP
+.IR $ORIGIN " (or equivalently " ${ORIGIN} )
+This expands to
 the directory containing the application executable.
 Thus, an application located in
 .I somedir/app
 could be compiled with
-.I gcc -Wl,-rpath,\(aq$ORIGIN/../lib\(aq
+
+    gcc -Wl,-rpath,\(aq$ORIGIN/../lib\(aq
+
 so that it finds an associated shared library in
 .I somedir/lib
 no matter where
@@ -107,16 +108,33 @@ This facilitates the creation of "turn-key" applications that
 do not need to be installed into special directories,
 but can instead be unpacked into any directory
 and still find their own shared libraries.
-.\" ld.so also understands $LIB, with the same meaning as $ORIGIN/lib,
-.\" it appears.
-.\"
-.\" There is also $PLATFORM.  This is a kind of wildcard
-.\" of directories related to AT_PLATFORM.  To get an idea of the
-.\" places that $PLATFORM would match, look at the output of the
-.\" following:
+.TP
+.IR $LIB " (or equivalently " ${LIB} )
+This expands to
+.I lib
+or
+.I lib64
+depending on the architecture
+(e.g., on x86-64, it expands to
+.IR lib64
+and
+on x86-32, it expands to
+.IR lib ).
+.TP
+.IR $PLATFORM " (or equivalently " ${PLATFORM} )
+This expands to a string corresponding to the processor type
+of the host system (e.g., "x86_64").
+On some architectures, the Linux kernel doesn't provide a platform
+string to the dynamic linker.
+The value of this string is taken from the
+.BR AT_PLATFORM
+value in the auxiliary vector (see
+.BR getauxval (3)).
+.\" To get an idea of the places that $PLATFORM would match,
+.\" look at the output of the following:
 .\"
-.\" mkdir /tmp/d
-.\" LD_LIBRARY_PATH=/tmp/d strace -e open /bin/date 2>&1 | grep /tmp/d
+.\"     mkdir /tmp/d
+.\"     LD_LIBRARY_PATH=/tmp/d strace -e open /bin/date 2>&1 | grep /tmp/d
 .\"
 .\" ld.so lets names be abbreviated, so $O will work for $ORIGIN;
 .\" Don't do this!!
@@ -178,6 +196,54 @@ mtrr, pat, pbe, pge, pn, pse36, sep, ss, sse, sse2, tm
 .SH ENVIRONMENT
 There are four important environment variables.
 .TP
+.B LD_ASSUME_KERNEL
+(glibc since 2.2.3)
+Each shared library can inform the dynamic linker of the minimum kernel ABI
+version that it requires.
+(This requirement is encoded in an ELF note section that is viewable via
+.IR "readelf\ \-n"
+as a section labeled
+.BR NT_GNU_ABI_TAG .)
+At run time,
+the dynamic linker determines the ABI version of the running kernel and
+will reject loading shared libraries that specify minimum ABI versions
+that exceed that ABI version.
+
+.BR LD_ASSUME_KERNEL
+can be used to
+cause the dynamic linker to assume that it is running on a system with
+a different kernel ABI version.
+For example, the following command line causes the
+dynamic linker to assume it is running on Linux 2.2.5 when loading
+the shared libraries required by
+.IR myprog :
+
+.in +4n
+.nf
+$ \fBLD_ASSUME_KERNEL=2.2.5 ./myprog\fP
+.fi
+.in
+
+On systems that provide multiple versions of a shared library
+(in different directories in the search path) that have
+different minimum kernel ABI version requirements,
+.BR LD_ASSUME_KERNEL
+can be used to select the version of the library that is used
+(dependent on the directory search order).
+Historically, the most common use of the
+.BR LD_ASSUME_KERNEL
+feature was to manually select the older
+LinuxThreads POSIX threads implementation on systems that provided both
+LinuxThreads and NPTL
+(which latter was typically the default on such systems);
+see
+.BR pthreads (7).
+.TP
+.B LD_BIND_NOT
+(glibc since 2.2)
+Don't update the Global Offset Table (GOT) and Procedure Linkage Table (PLT)
+when resolving a symbol.
+.TP
 .B LD_BIND_NOW
 (libc5; glibc since 2.1.1)
 If set to a nonempty string,
@@ -274,9 +340,10 @@ is ignored for set-user-ID/set-group-ID binaries.
 .TP
 .B LD_DEBUG_OUTPUT
 (glibc since 2.1)
-File where
+File in which
 .B LD_DEBUG
-output should be fed into, default is standard output.
+output should be written.
+The default is standard output.
 .B LD_DEBUG_OUTPUT
 is ignored for set-user-ID/set-group-ID binaries.
 .TP
@@ -376,9 +443,9 @@ This variable is ignored by set-user-ID and set-group-ID programs.
 (glibc since 2.1)
 If set to a nonempty string,
 output symbol versioning information about the
-program if
+program if the
 .B LD_TRACE_LOADED_OBJECTS
-variable has been set.
+environment variable has been set.
 .TP
 .B LD_WARN
 (ELF only)(glibc since 2.1.3)
index 065088c..f07b149 100644 (file)
-×:LDP man-pages:3.52:2013/03/15:getent:1:::::
-○:LDP man-pages:3.52:2007/11/15:intro:1:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/07/16:ldd:1:2013/07/24::ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2008/11/14:time:1:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:_Exit:2:_exit:2:
-@:LDP man-pages:3.52:2013/04/16:__clone2:2:clone:2:
-○:LDP man-pages:3.52:2010/09/20:_exit:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/07/13:_llseek:2:llseek:2:
-@:LDP man-pages:3.52:2012/08/17:_newselect:2:select:2:
-○:LDP man-pages:3.52:2007/12/19:_syscall:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/12/22:_sysctl:2:sysctl:2:
-○:LDP man-pages:3.52:2010/09/10:accept:2:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/10:accept4:2:accept:2:
-○:LDP man-pages:3.52:2013/04/16:access:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/06/16:acct:2:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-×:LDP man-pages:3.52:2010/02/25:add_key:2:::::
-○:LDP man-pages:3.52:2004/05/27:adjtimex:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/12:afs_syscall:2:unimplemented:2:
-○:LDP man-pages:3.52:2013/04/18:alarm:2:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2007/05/31:alloc_hugepages:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/12/26:arch_prctl:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/01:arm_fadvise:2:posix_fadvise:2:
-@:LDP man-pages:3.52:2013/04/01:arm_fadvise64_64:2:posix_fadvise:2:
-@:LDP man-pages:3.52:2013/04/01:arm_sync_file_range:2:sync_file_range:2:
-○:LDP man-pages:3.52:2012/03/05:bdflush:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/12/28:bind:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/12:break:2:unimplemented:2:
-○:LDP man-pages:3.52:2010/09/20:brk:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/05/26:cacheflush:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/03/11:capget:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/03/11:capset:2:capget:2:
-○:LDP man-pages:3.52:2010/11/25:chdir:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/26:chmod:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/11/22:chown:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/22:chown32:2:chown:2:
-○:LDP man-pages:3.52:2010/09/20:chroot:2:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2013/02/25:clock_getres:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/25:clock_gettime:2:clock_getres:2:
-○:LDP man-pages:3.52:2012/11/07:clock_nanosleep:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/25:clock_settime:2:clock_getres:2:
-○:LDP man-pages:3.52:2013/04/16:clone:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/16:clone2:2:clone:2:
-○:LDP man-pages:3.52:2007/12/28:close:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/12/03:connect:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/18:creat:2:open:2:
-○:LDP man-pages:3.52:2012/10/18:create_module:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-☆:LDP man-pages:3.41=>3.52:2012/11/08:delete_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/02/14:dup:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/02/14:dup2:2:dup:2:
-@:LDP man-pages:3.52:2012/02/14:dup3:2:dup:2:
-○:LDP man-pages:3.52:2012/04/15:epoll_create:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/04/15:epoll_create1:2:epoll_create:2:
-○:LDP man-pages:3.52:2012/04/15:epoll_ctl:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/08/17:epoll_pwait:2:epoll_wait:2:
-○:LDP man-pages:3.52:2012/08/17:epoll_wait:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/08/30:eventfd:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/08/30:eventfd2:2:eventfd:2:
-○:LDP man-pages:3.52:2013/07/04:execve:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:exit:2:_exit:2:
-○:LDP man-pages:3.52:2008/11/27:exit_group:2:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2012/05/04:faccessat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/01:fadvise64:2:posix_fadvise:2:
-@:LDP man-pages:3.52:2013/04/01:fadvise64_64:2:posix_fadvise:2:
-○:LDP man-pages:3.52:2013/06/10:fallocate:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/12:fattach:2:unimplemented:2:
-@:LDP man-pages:3.52:2010/11/25:fchdir:2:chdir:2:
-@:LDP man-pages:3.52:2010/09/26:fchmod:2:chmod:2:
-○:LDP man-pages:3.52:2012/05/22:fchmodat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/22:fchown:2:chown:2:
-@:LDP man-pages:3.52:2010/11/22:fchown32:2:fchown:2:
-○:LDP man-pages:3.52:2012/05/04:fchownat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/04/15:fcntl:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/04/15:fcntl64:2:fcntl:2:
-@:LDP man-pages:3.52:2012/02/27:fdatasync:2:fsync:2:
-@:LDP man-pages:3.52:2013/02/12:fdetach:2:unimplemented:2:
-@:LDP man-pages:3.52:2013/01/19:fgetxattr:2:getxattr:2:
-@:LDP man-pages:3.52:2013/01/07:finit_module:2:init_module:2:
-@:LDP man-pages:3.52:2013/04/09:flistxattr:2:listxattr:2:
-○:LDP man-pages:3.52:2013/02/11:flock:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/03/12:fork:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2007/05/31:free_hugepages:2:alloc_hugepages:2:
-@:LDP man-pages:3.52:2013/01/19:fremovexattr:2:removexattr:2:
-@:LDP man-pages:3.52:2013/01/19:fsetxattr:2:setxattr:2:
-@:LDP man-pages:3.52:2012/11/11:fstat:2:stat:2:
-@:LDP man-pages:3.52:2012/11/11:fstat64:2:fstat:2:
-○:LDP man-pages:3.52:2012/05/04:fstatat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/05/04:fstatat64:2:fstatat:2:
-@:LDP man-pages:3.52:2010/11/21:fstatfs:2:statfs:2:
-@:LDP man-pages:3.52:2010/11/21:fstatfs64:2:fstatfs:2:
-@:LDP man-pages:3.52:2003/08/22:fstatvfs:2:statvfs:3:
-○:LDP man-pages:3.52:2012/02/27:fsync:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/01:ftruncate:2:truncate:2:
-@:LDP man-pages:3.52:2013/04/01:ftruncate64:2:ftruncate:2:
-○:LDP man-pages:3.52:2013/03/15:futex:2:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2012/05/10:futimesat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/10/18:get_kernel_syms:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/08/15:get_mempolicy:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2012/07/13:get_robust_list:2:::::
-○:LDP man-pages:3.52:2012/07/13:get_thread_area:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2009/03/15:getcontext:2:getcontext:3:
-○:LDP man-pages:3.52:2013/04/03:getcpu:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:getcwd:2:getcwd:3:
-○:LDP man-pages:3.52:2012/08/03:getdents:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/08/03:getdents64:2:getdents:2:
-○:LDP man-pages:3.52:2012/10/25:getdomainname:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:0000/00/00:getdtablesize:2:2007/01/14::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2010/11/22:getegid:2:getgid:2:
-@:LDP man-pages:3.52:2010/11/22:getegid32:2:getegid:2:
-@:LDP man-pages:3.52:2010/11/22:geteuid:2:getuid:2:
-@:LDP man-pages:3.52:2010/11/22:geteuid32:2:geteuid:2:
-○:LDP man-pages:3.52:2010/11/22:getgid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/22:getgid32:2:getgid:2:
-○:LDP man-pages:3.52:2010/11/22:getgroups:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/22:getgroups32:2:getgroups:2:
-@:LDP man-pages:3.52:2010/09/20:gethostid:2:gethostid:3:
-○:LDP man-pages:3.52:2010/09/26:gethostname:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/10/01:getitimer:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/12:getmsg:2:unimplemented:2:
-○:LDP man-pages:3.52:2010/11/16:getpagesize:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/02/12:getpeername:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/26:getpgid:2:setpgid:2:
-@:LDP man-pages:3.52:2010/09/26:getpgrp:2:setpgid:2:
-○:LDP man-pages:3.52:2008/09/23:getpid:2:2013/03/25::suto@av.crl.sony.co.jp:SUTO, Mitsuaki:
-@:LDP man-pages:3.52:2013/02/12:getpmsg:2:unimplemented:2:
-@:LDP man-pages:3.52:2008/09/23:getppid:2:getpid:2:
-○:LDP man-pages:3.52:2013/02/12:getpriority:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/22:getresgid:2:getresuid:2:
-@:LDP man-pages:3.52:2010/11/22:getresgid32:2:getresgid:2:
-○:LDP man-pages:3.52:2010/11/22:getresuid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/22:getresuid32:2:getresuid:2:
-○:LDP man-pages:3.52:2013/02/11:getrlimit:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/26:getrusage:2:2013/05/06::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/26:getsid:2:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2008/12/03:getsockname:2:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2008/12/03:getsockopt:2:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2013/02/04:gettid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/04/26:gettimeofday:2:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/11/22:getuid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/22:getuid32:2:getuid:2:
-×:LDP man-pages:3.52:2013/02/13:getunwind:2:::::
-○:LDP man-pages:3.52:2013/01/19:getxattr:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/12:gtty:2:unimplemented:2:
-○:LDP man-pages:3.52:2012/12/31:idle:2:2013/03/25::argrath@yo.rim.or.jp:Kentaro Shirakata:
-@:LDP man-pages:3.52:2012/12/31:inb:2:outb:2:
-@:LDP man-pages:3.52:2012/12/31:inb_p:2:outb:2:
-☆:LDP man-pages:3.41=>3.52:2013/01/07:init_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/12/31:inl:2:outb:2:
-@:LDP man-pages:3.52:2012/12/31:inl_p:2:outb:2:
-○:LDP man-pages:3.52:2010/10/20:inotify_add_watch:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/04:inotify_init:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/05/04:inotify_init1:2:inotify_init:2:
-○:LDP man-pages:3.52:2010/10/15:inotify_rm_watch:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/12/31:insb:2:outb:2:
-@:LDP man-pages:3.52:2012/12/31:insl:2:outb:2:
-@:LDP man-pages:3.52:2012/12/31:insw:2:outb:2:
-○:LDP man-pages:3.52:2010/11/11:intro:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/12/31:inw:2:outb:2:
-@:LDP man-pages:3.52:2012/12/31:inw_p:2:outb:2:
-○:LDP man-pages:3.52:2013/04/10:io_cancel:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/08:io_destroy:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/08:io_getevents:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/21:io_setup:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/07/13:io_submit:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2000/09/21:ioctl:2:2013/03/25::tati@kc5.so-net.ne.jp:TACHIBANA Akira:
-○:LDP man-pages:3.52:2007/12/29:ioctl_list:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/03/12:ioperm:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/03/15:iopl:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/12:ioprio_get:2:ioprio_set:2:
-○:LDP man-pages:3.52:2013/02/12:ioprio_set:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/10/16:ipc:2:2013/03/25::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-@:LDP man-pages:3.52:2013/02/12:isastream:2:unimplemented:2:
-×:LDP man-pages:3.52:2013/01/27:kcmp:2:::::
-○:LDP man-pages:3.52:2012/07/13:kexec_load:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2010/02/25:keyctl:2:::::
-○:LDP man-pages:3.52:2013/02/05:kill:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:killpg:2:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2010/11/22:lchown:2:chown:2:
-@:LDP man-pages:3.52:2010/11/22:lchown32:2:lchown:2:
-@:LDP man-pages:3.52:2013/01/19:lgetxattr:2:getxattr:2:
-○:LDP man-pages:3.52:2013/01/27:link:2:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2012/05/04:linkat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/11/20:listen:2:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2013/04/09:listxattr:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/09:llistxattr:2:listxattr:2:
-○:LDP man-pages:3.52:2012/07/13:llseek:2:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2013/02/12:lock:2:unimplemented:2:
-○:LDP man-pages:3.52:2004/06/17:lookup_dcookie:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/01/19:lremovexattr:2:removexattr:2:
-○:LDP man-pages:3.52:2013/03/27:lseek:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/01/19:lsetxattr:2:setxattr:2:
-@:LDP man-pages:3.52:2012/11/11:lstat:2:stat:2:
-@:LDP man-pages:3.52:2012/11/11:lstat64:2:lstat:2:
-☆:LDP man-pages:3.50=>3.52:2012/04/28:madvise:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/12:madvise1:2:unimplemented:2:
-○:LDP man-pages:3.52:2008/08/15:mbind:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/01:migrate_pages:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/04/22:mincore:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/01/27:mkdir:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/04:mkdirat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/01/27:mknod:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/04:mknodat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2011/09/14:mlock:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2011/09/14:mlockall:2:mlock:2:
-○:LDP man-pages:3.52:2013/04/17:mmap:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/04/16:mmap2:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/07/13:modify_ldt:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/07/05:mount:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/06/11:move_pages:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/14:mprotect:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/12:mpx:2:unimplemented:2:
-○:LDP man-pages:3.52:2012/07/13:mq_getsetattr:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/10/04:mq_notify:2:mq_notify:3:
-@:LDP man-pages:3.52:2009/02/20:mq_open:2:mq_open:3:
-@:LDP man-pages:3.52:2010/09/20:mq_timedreceive:2:mq_receive:3:
-@:LDP man-pages:3.52:2010/09/20:mq_timedsend:2:mq_send:3:
-@:LDP man-pages:3.52:2010/08/29:mq_unlink:2:mq_unlink:3:
-○:LDP man-pages:3.52:2010/06/10:mremap:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/31:msgctl:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/31:msgget:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/31:msgop:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/05/31:msgrcv:2:msgop:2:
-@:LDP man-pages:3.52:2012/05/31:msgsnd:2:msgop:2:
-○:LDP man-pages:3.52:2008/04/22:msync:2:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2011/09/14:munlock:2:mlock:2:
-@:LDP man-pages:3.52:2011/09/14:munlockall:2:mlock:2:
-@:LDP man-pages:3.52:2013/04/17:munmap:2:mmap:2:
-○:LDP man-pages:3.52:2009/01/19:nanosleep:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/03/05:nfsservctl:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/07/26:nice:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/11/11:oldfstat:2:stat:2:
-@:LDP man-pages:3.52:2012/11/11:oldlstat:2:stat:2:
-@:LDP man-pages:3.52:2008/12/03:oldolduname:2:uname:2:
-@:LDP man-pages:3.52:2012/11/11:oldstat:2:stat:2:
-@:LDP man-pages:3.52:2008/12/03:olduname:2:uname:2:
-○:LDP man-pages:3.52:2013/02/18:open:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/04:openat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/12/31:outb:2:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2012/12/31:outb_p:2:outb:2:
-@:LDP man-pages:3.52:2012/12/31:outl:2:outb:2:
-@:LDP man-pages:3.52:2012/12/31:outl_p:2:outb:2:
-@:LDP man-pages:3.52:2012/12/31:outsb:2:outb:2:
-@:LDP man-pages:3.52:2012/12/31:outsl:2:outb:2:
-@:LDP man-pages:3.52:2012/12/31:outsw:2:outb:2:
-@:LDP man-pages:3.52:2012/12/31:outw:2:outb:2:
-@:LDP man-pages:3.52:2012/12/31:outw_p:2:outb:2:
-○:LDP man-pages:3.52:2008/10/06:pause:2:2013/03/25::suto@av.crl.sony.co.jp:SUTO, Mitsuaki:
-@:LDP man-pages:3.52:2003/07/14:pciconfig_iobase:2:pciconfig_read:2:
-○:LDP man-pages:3.52:2003/07/14:pciconfig_read:2:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2003/07/14:pciconfig_write:2:pciconfig_read:2:
-×:LDP man-pages:3.52:2013/07/02:perf_event_open:2:::::
-×:LDP man-pages:3.52:2013/02/13:perfmonctl:2:::::
-○:LDP man-pages:3.52:2003/01/01:personality:2:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2013/02/12:phys:2:unimplemented:2:
-○:LDP man-pages:3.52:2012/02/14:pipe:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/02/14:pipe2:2:pipe:2:
-○:LDP man-pages:3.52:2012/07/13:pivot_root:2:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2012/08/17:poll:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/01:posix_fadvise:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/08/17:ppoll:2:poll:2:
-☆:LDP man-pages:3.40=>3.52:2013/05/21:prctl:2:2012/05/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/21:pread:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:pread64:2:pread:2:
-@:LDP man-pages:3.52:2010/11/17:preadv:2:readv:2:
-@:LDP man-pages:3.52:2013/02/11:prlimit:2:getrlimit:2:
-×:LDP man-pages:3.52:2012/04/25:process_vm_readv:2:::::
-※:LDP man-pages:3.52:2012/04/25:process_vm_writev:2:process_vm_readv:2:
-@:LDP man-pages:3.52:2013/02/12:prof:2:unimplemented:2:
-@:LDP man-pages:3.52:2012/08/17:pselect:2:select:2:
-@:LDP man-pages:3.52:2012/08/17:pselect6:2:select:2:
-×:LDP man-pages:3.52:2013/02/16:ptrace:2:::::
-@:LDP man-pages:3.52:2013/02/12:putmsg:2:unimplemented:2:
-@:LDP man-pages:3.52:2013/02/12:putpmsg:2:unimplemented:2:
-@:LDP man-pages:3.52:2013/06/21:pwrite:2:pread:2:
-@:LDP man-pages:3.52:2013/06/21:pwrite64:2:pwrite:2:
-@:LDP man-pages:3.52:2010/11/17:pwritev:2:readv:2:
-○:LDP man-pages:3.52:2013/01/27:query_module:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2010/06/16:quotactl:2:::::
-○:LDP man-pages:3.52:2013/02/12:read:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/01:readahead:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/21:readdir:2:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2011/09/20:readlink:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/04:readlinkat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/11/17:readv:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/10/31:reboot:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/19:recv:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/19:recvfrom:2:recv:2:
-○:LDP man-pages:3.52:2012/12/24:recvmmsg:2:2013/05/18::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/19:recvmsg:2:recv:2:
-○:LDP man-pages:3.52:2008/04/22:remap_file_pages:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/01/19:removexattr:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/01/27:rename:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/04:renameat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2010/02/25:request_key:2:::::
-○:LDP man-pages:3.52:2008/05/08:rmdir:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/19:rt_sigaction:2:sigaction:2:
-@:LDP man-pages:3.52:2013/04/19:rt_sigpending:2:sigpending:2:
-@:LDP man-pages:3.52:2013/04/19:rt_sigprocmask:2:sigprocmask:2:
-×:LDP man-pages:3.52:2012/07/13:rt_sigqueueinfo:2:::::
-@:LDP man-pages:3.52:2008/06/26:rt_sigreturn:2:sigreturn:2:
-@:LDP man-pages:3.52:2013/04/19:rt_sigsuspend:2:sigsuspend:2:
-@:LDP man-pages:3.52:2012/07/21:rt_sigtimedwait:2:sigtimedwait:2:
-※:LDP man-pages:3.52:2012/07/13:rt_tgsigqueueinfo:2:rt_sigqueueinfo:2:
-×:LDP man-pages:3.52:2012/12/17:s390_runtime_instr:2:::::
-@:LDP man-pages:3.52:2010/09/20:sbrk:2:brk:2:
-○:LDP man-pages:3.52:2006/03/23:sched_get_priority_max:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2006/03/23:sched_get_priority_min:2:sched_get_priority_max:2:
-@:LDP man-pages:3.52:2013/02/11:sched_getaffinity:2:sched_setaffinity:2:
-@:LDP man-pages:3.52:2013/02/12:sched_getparam:2:sched_setparam:2:
-@:LDP man-pages:3.52:2013/02/12:sched_getscheduler:2:sched_setscheduler:2:
-○:LDP man-pages:3.52:2013/03/18:sched_rr_get_interval:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/02/11:sched_setaffinity:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/02/12:sched_setparam:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/02/12:sched_setscheduler:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/10/18:sched_yield:2:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-@:LDP man-pages:3.52:2013/02/12:security:2:unimplemented:2:
-○:LDP man-pages:3.52:2012/08/17:select:2:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/03:select_tut:2:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/03:semctl:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/31:semget:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/17:semop:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/17:semtimedop:2:semop:2:
-○:LDP man-pages:3.52:2012/04/23:send:2:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2011/09/14:sendfile:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2011/09/14:sendfile64:2:sendfile:2:
-○:LDP man-pages:3.52:2012/12/16:sendmmsg:2:2013/05/18::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/04/23:sendmsg:2:send:2:
-@:LDP man-pages:3.52:2012/04/23:sendto:2:send:2:
-○:LDP man-pages:3.52:2008/08/15:set_mempolicy:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-※:LDP man-pages:3.52:2012/07/13:set_robust_list:2:get_robust_list:2:
-○:LDP man-pages:3.52:2012/07/13:set_thread_area:2:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/07/19:set_tid_address:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2009/03/15:setcontext:2:getcontext:3:
-@:LDP man-pages:3.52:2012/10/25:setdomainname:2:getdomainname:2:
-@:LDP man-pages:3.52:2012/07/02:setegid:2:seteuid:2:
-○:LDP man-pages:3.52:2012/07/02:seteuid:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/11/22:setfsgid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/22:setfsgid32:2:setfsgid:2:
-○:LDP man-pages:3.52:2010/11/22:setfsuid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/22:setfsuid32:2:setfsuid:2:
-○:LDP man-pages:3.52:2010/11/22:setgid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/22:setgid32:2:setgid:2:
-@:LDP man-pages:3.52:2010/11/22:setgroups:2:getgroups:2:
-@:LDP man-pages:3.52:2010/11/22:setgroups32:2:setgroups:2:
-@:LDP man-pages:3.52:2010/09/20:sethostid:2:gethostid:3:
-@:LDP man-pages:3.52:2010/09/26:sethostname:2:gethostname:2:
-@:LDP man-pages:3.52:2012/10/01:setitimer:2:getitimer:2:
-○:LDP man-pages:3.52:2013/01/01:setns:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/26:setpgid:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/26:setpgrp:2:setpgid:2:
-@:LDP man-pages:3.52:2013/02/12:setpriority:2:getpriority:2:
-@:LDP man-pages:3.52:2010/11/22:setregid:2:setreuid:2:
-@:LDP man-pages:3.52:2010/11/22:setregid32:2:setregid:2:
-@:LDP man-pages:3.52:2010/11/22:setresgid:2:setresuid:2:
-@:LDP man-pages:3.52:2010/11/22:setresgid32:2:setresgid:2:
-○:LDP man-pages:3.52:2010/11/22:setresuid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/22:setresuid32:2:setresuid:2:
-○:LDP man-pages:3.52:2010/11/22:setreuid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/22:setreuid32:2:setreuid:2:
-@:LDP man-pages:3.52:2013/02/11:setrlimit:2:getrlimit:2:
-○:LDP man-pages:3.52:2013/02/11:setsid:2:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2008/12/03:setsockopt:2:getsockopt:2:
-@:LDP man-pages:3.52:2012/04/26:settimeofday:2:gettimeofday:2:
-○:LDP man-pages:3.52:2010/11/22:setuid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/22:setuid32:2:setuid:2:
-○:LDP man-pages:3.52:2008/12/03:setup:2:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2013/01/19:setxattr:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/07/13:sgetmask:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/12:shmat:2:shmop:2:
-○:LDP man-pages:3.52:2013/03/18:shmctl:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/12:shmdt:2:shmop:2:
-○:LDP man-pages:3.52:2013/04/19:shmget:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/02/12:shmop:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/09/06:shutdown:2:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2013/04/19:sigaction:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/26:sigaltstack:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/19:signal:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2009/01/13:signalfd:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2009/01/13:signalfd4:2:signalfd:2:
-○:LDP man-pages:3.52:2013/04/19:sigpending:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/19:sigprocmask:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/03/25:sigqueue:2:sigqueue:3:
-○:LDP man-pages:3.52:2008/06/26:sigreturn:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/19:sigsuspend:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/07/21:sigtimedwait:2:sigwaitinfo:2:
-○:LDP man-pages:3.52:2012/07/21:sigwaitinfo:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2009/01/19:socket:2:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/10/16:socketcall:2:2013/03/26::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2008/10/11:socketpair:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/04:splice:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2012/08/05:spu_create:2:::::
-○:LDP man-pages:3.52:2012/08/05:spu_run:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/07/13:ssetmask:2:sgetmask:2:
-○:LDP man-pages:3.52:2012/11/11:stat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/11/11:stat64:2:stat:2:
-○:LDP man-pages:3.52:2010/11/21:statfs:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/21:statfs64:2:statfs:2:
-@:LDP man-pages:3.52:2003/08/22:statvfs:2:statvfs:3:
-○:LDP man-pages:3.52:2010/02/25:stime:2:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2013/02/12:stty:2:unimplemented:2:
-×:LDP man-pages:3.52:2012/07/13:subpage_prot:2:::::
-@:LDP man-pages:3.52:2010/11/15:swapoff:2:swapon:2:
-○:LDP man-pages:3.52:2010/11/15:swapon:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/01/27:symlink:2:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2012/05/04:symlinkat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/04:sync:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/01:sync_file_range:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/01:sync_file_range2:2:sync_file_range:2:
-@:LDP man-pages:3.52:2012/05/04:syncfs:2:sync:2:
-○:LDP man-pages:3.52:2013/06/21:syscall:2:2013/07/24::ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2013/04/17:syscalls:2:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/12/22:sysctl:2:2013/03/25::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2010/06/27:sysfs:2:2013/03/25::ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2012/05/05:sysinfo:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/11/29:syslog:2:2012/05/31::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/04:tee:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/07/13:tgkill:2:tkill:2:
-○:LDP man-pages:3.52:2011/09/09:time:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2010/09/27:timer_create:2:::::
-×:LDP man-pages:3.52:2009/02/20:timer_delete:2:::::
-×:LDP man-pages:3.52:2009/02/20:timer_getoverrun:2:::::
-※:LDP man-pages:3.52:2012/10/15:timer_gettime:2:timer_settime:2:
-×:LDP man-pages:3.52:2012/10/15:timer_settime:2:::::
-○:LDP man-pages:3.52:2011/09/14:timerfd_create:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2011/09/14:timerfd_gettime:2:timerfd_create:2:
-@:LDP man-pages:3.52:2011/09/14:timerfd_settime:2:timerfd_create:2:
-○:LDP man-pages:3.52:2012/10/22:times:2:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/07/13:tkill:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/01:truncate:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/01:truncate64:2:truncate:2:
-@:LDP man-pages:3.52:2013/02/12:tuxcall:2:unimplemented:2:
-@:LDP man-pages:3.52:2013/02/11:ugetrlimit:2:getrlimit:2:
-○:LDP man-pages:3.52:2008/01/09:umask:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/06/19:umount:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/06/19:umount2:2:umount:2:
-○:LDP man-pages:3.52:2008/12/03:uname:2:2013/07/24::ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2013/02/12:unimplemented:2:2013/03/25::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2011/09/15:unlink:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/04:unlinkat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/17:unshare:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2005/01/09:uselib:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2003/08/04:ustat:2:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2008/08/06:utime:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2012/03/25:utimensat:2:::::
-@:LDP man-pages:3.52:2008/08/06:utimes:2:utime:2:
-○:LDP man-pages:3.52:2012/08/05:vfork:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/07/26:vhangup:2:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2009/02/20:vm86:2:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2009/02/20:vm86old:2:vm86:2:
-○:LDP man-pages:3.52:2012/05/04:vmsplice:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/12:vserver:2:unimplemented:2:
-○:LDP man-pages:3.52:2012/12/21:wait:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/09/23:wait3:2:wait4:2:
-○:LDP man-pages:3.52:2012/09/23:wait4:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/12/21:waitid:2:wait:2:
-@:LDP man-pages:3.52:2012/12/21:waitpid:2:wait:2:
-○:LDP man-pages:3.52:2013/01/27:write:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/17:writev:2:readv:2:
-@:LDP man-pages:3.52:2007/12/28:CIRCLEQ_ENTRY:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:CIRCLEQ_HEAD:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:CIRCLEQ_INIT:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:CIRCLEQ_INSERT_AFTER:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:CIRCLEQ_INSERT_BEFORE:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:CIRCLEQ_INSERT_HEAD:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:CIRCLEQ_INSERT_TAIL:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:CIRCLEQ_REMOVE:3:queue:3:
-@:LDP man-pages:3.52:2008/11/20:CMSG_ALIGN:3:cmsg:3:
-@:LDP man-pages:3.52:2008/11/20:CMSG_FIRSTHDR:3:cmsg:3:
-@:LDP man-pages:3.52:2008/11/20:CMSG_NXTHDR:3:cmsg:3:
-@:LDP man-pages:3.52:2008/11/20:CMSG_SPACE:3:cmsg:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_ALLOC:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_ALLOC_SIZE:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_AND:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_AND_S:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_CLR:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_CLR_S:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_COUNT:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_COUNT_S:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_EQUAL:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_EQUAL_S:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_FREE:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_ISSET:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_ISSET_S:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_OR:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_OR_S:3:CPU_SET:3:
-×:LDP man-pages:3.52:2012/03/15:CPU_SET:3:::::
-※:LDP man-pages:3.52:2012/03/15:CPU_SET_S:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_XOR:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_XOR_S:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_ZERO:3:CPU_SET:3:
-※:LDP man-pages:3.52:2012/03/15:CPU_ZERO_S:3:CPU_SET:3:
-@:LDP man-pages:3.52:2007/05/18:DES_FAILED:3:des_crypt:3:
-@:LDP man-pages:3.52:2012/08/17:FD_CLR:3:select:2:
-@:LDP man-pages:3.52:2012/08/17:FD_ISSET:3:select:2:
-@:LDP man-pages:3.52:2012/08/17:FD_SET:3:select:2:
-@:LDP man-pages:3.52:2012/08/17:FD_ZERO:3:select:2:
-@:LDP man-pages:3.52:2007/07/26:HUGE_VAL:3:INFINITY:3:
-@:LDP man-pages:3.52:2007/07/26:HUGE_VALF:3:INFINITY:3:
-@:LDP man-pages:3.52:2007/07/26:HUGE_VALL:3:INFINITY:3:
-○:LDP man-pages:3.52:2007/07/26:INFINITY:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2007/12/28:LIST_ENTRY:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:LIST_HEAD:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:LIST_INIT:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:LIST_INSERT_AFTER:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:LIST_INSERT_HEAD:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:LIST_REMOVE:3:queue:3:
-○:LDP man-pages:3.52:1999/07/04:MB_CUR_MAX:3:2013/03/25::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi:
-○:LDP man-pages:3.52:1999/07/04:MB_LEN_MAX:3:2013/03/25::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi:
-@:LDP man-pages:3.52:2007/07/26:NAN:3:INFINITY:3:
-@:LDP man-pages:3.52:2007/12/28:TAILQ_ENTRY:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:TAILQ_HEAD:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:TAILQ_INIT:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:TAILQ_INSERT_AFTER:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:TAILQ_INSERT_HEAD:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:TAILQ_INSERT_TAIL:3:queue:3:
-@:LDP man-pages:3.52:2007/12/28:TAILQ_REMOVE:3:queue:3:
-@:LDP man-pages:3.52:2010/10/13:__after_morecore_hook:3:malloc_hook:3:
-@:LDP man-pages:3.52:2013/06/21:__fbufsize:3:stdio_ext:3:
-@:LDP man-pages:3.52:2013/06/21:__flbf:3:stdio_ext:3:
-@:LDP man-pages:3.52:2013/06/21:__fpending:3:stdio_ext:3:
-@:LDP man-pages:3.52:2001/12/15:__fpurge:3:fpurge:3:
-@:LDP man-pages:3.52:2013/06/21:__freadable:3:stdio_ext:3:
-@:LDP man-pages:3.52:2013/06/21:__freading:3:stdio_ext:3:
-@:LDP man-pages:3.52:2010/10/13:__free_hook:3:malloc_hook:3:
-@:LDP man-pages:3.52:2013/06/21:__fsetlocking:3:stdio_ext:3:
-@:LDP man-pages:3.52:2013/06/21:__fwritable:3:stdio_ext:3:
-@:LDP man-pages:3.52:2013/06/21:__fwriting:3:stdio_ext:3:
-@:LDP man-pages:3.52:2010/10/13:__malloc_hook:3:malloc_hook:3:
-@:LDP man-pages:3.52:2010/10/13:__malloc_initialize_hook:3:malloc_hook:3:
-@:LDP man-pages:3.52:2010/10/13:__memalign_hook:3:malloc_hook:3:
-@:LDP man-pages:3.52:2010/10/13:__realloc_hook:3:malloc_hook:3:
-○:LDP man-pages:3.52:2012/12/31:__setfpucw:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.52:2013/06/21:_flushlbf:3:stdio_ext:3:
-○:LDP man-pages:3.52:2013/06/21:a64l:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2007/12/15:abort:3:2013/03/25::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
-○:LDP man-pages:3.52:2013/06/21:abs:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:acos:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:acosf:3:acos:3:
-○:LDP man-pages:3.52:2010/09/20:acosh:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:acoshf:3:acosh:3:
-@:LDP man-pages:3.52:2010/09/20:acoshl:3:acosh:3:
-@:LDP man-pages:3.52:2010/09/20:acosl:3:acos:3:
-@:LDP man-pages:3.52:2009/09/15:addmntent:3:getmntent:3:
-○:LDP man-pages:3.52:2008/06/14:addseverity:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2008/06/22:adjtime:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/08:aio_cancel:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/07/04:aio_error:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/08:aio_fsync:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/04/26:aio_init:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/08:aio_read:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/07/04:aio_return:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/08:aio_suspend:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/08:aio_write:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/03/23:aligned_alloc:3:posix_memalign:3:
-○:LDP man-pages:3.52:2013/05/12:alloca:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2013/04/19:alphasort:3:scandir:3:
-@:LDP man-pages:3.52:2007/05/18:argz:3:argz_add:3:
-○:LDP man-pages:3.52:2007/05/18:argz_add:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2007/05/18:argz_add_sep:3:argz_add:3:
-@:LDP man-pages:3.52:2007/05/18:argz_append:3:argz_add:3:
-@:LDP man-pages:3.52:2007/05/18:argz_count:3:argz_add:3:
-@:LDP man-pages:3.52:2007/05/18:argz_create:3:argz_add:3:
-@:LDP man-pages:3.52:2007/05/18:argz_create_sep:3:argz_add:3:
-@:LDP man-pages:3.52:2007/05/18:argz_delete:3:argz_add:3:
-@:LDP man-pages:3.52:2007/05/18:argz_extract:3:argz_add:3:
-@:LDP man-pages:3.52:2007/05/18:argz_insert:3:argz_add:3:
-@:LDP man-pages:3.52:2007/05/18:argz_next:3:argz_add:3:
-@:LDP man-pages:3.52:2007/05/18:argz_replace:3:argz_add:3:
-@:LDP man-pages:3.52:2007/05/18:argz_stringify:3:argz_add:3:
-@:LDP man-pages:3.52:2010/02/25:asctime:3:ctime:3:
-@:LDP man-pages:3.52:2010/02/25:asctime_r:3:ctime:3:
-○:LDP man-pages:3.52:2010/09/20:asin:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:asinf:3:asin:3:
-○:LDP man-pages:3.52:2010/09/20:asinh:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:asinhf:3:asinh:3:
-@:LDP man-pages:3.52:2010/09/20:asinhl:3:asinh:3:
-@:LDP man-pages:3.52:2010/09/20:asinl:3:asin:3:
-○:LDP man-pages:3.52:2013/06/21:asprintf:3:2013/07/24::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2002/08/25:assert:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2002/08/25:assert_perror:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:atan:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:atan2:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:atan2f:3:atan2:3:
-@:LDP man-pages:3.52:2010/09/20:atan2l:3:atan2:3:
-@:LDP man-pages:3.52:2010/09/20:atanf:3:atan:3:
-○:LDP man-pages:3.52:2010/09/11:atanh:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/11:atanhf:3:atanh:3:
-@:LDP man-pages:3.52:2010/09/11:atanhl:3:atanh:3:
-@:LDP man-pages:3.52:2010/09/20:atanl:3:atan:3:
-○:LDP man-pages:3.52:2008/12/05:atexit:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/03:atof:3:2013/03/25::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
-○:LDP man-pages:3.52:2012/08/03:atoi:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2012/08/03:atol:3:atoi:3:
-@:LDP man-pages:3.52:2012/08/03:atoll:3:atoi:3:
-@:LDP man-pages:3.52:2012/08/03:atoq:3:atoi:3:
-@:LDP man-pages:3.52:2008/07/17:auth_destroy:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:authnone_create:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:authunix_create:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:authunix_create_default:3:rpc:3:
-○:LDP man-pages:3.52:2008/06/14:backtrace:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/06/14:backtrace_symbols:3:backtrace:3:
-@:LDP man-pages:3.52:2008/06/14:backtrace_symbols_fd:3:backtrace:3:
-○:LDP man-pages:3.52:2009/03/30:basename:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/08/06:bcmp:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2009/03/15:bcopy:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2010/09/10:be16toh:3:endian:3:
-@:LDP man-pages:3.52:2010/09/10:be32toh:3:endian:3:
-@:LDP man-pages:3.52:2010/09/10:be64toh:3:endian:3:
-○:LDP man-pages:3.52:2013/06/21:bindresvport:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2009/03/15:bsd_signal:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2003/11/01:bsearch:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2002/01/20:bstring:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2011/09/22:btowc:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/04/23:btree:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2009/01/15:byteorder:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/08/06:bzero:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/08/11:cabs:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/11:cabsf:3:cabs:3:
-@:LDP man-pages:3.52:2008/08/11:cabsl:3:cabs:3:
-○:LDP man-pages:3.52:2011/09/15:cacos:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2011/09/15:cacosf:3:cacos:3:
-○:LDP man-pages:3.52:2011/09/15:cacosh:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2011/09/15:cacoshf:3:cacosh:3:
-@:LDP man-pages:3.52:2011/09/15:cacoshl:3:cacosh:3:
-@:LDP man-pages:3.52:2011/09/15:cacosl:3:cacos:3:
-@:LDP man-pages:3.52:2012/05/10:calloc:3:malloc:3:
-@:LDP man-pages:3.52:2008/07/17:callrpc:3:rpc:3:
-○:LDP man-pages:3.52:2013/05/11:canonicalize_file_name:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/08/11:carg:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/11:cargf:3:carg:3:
-@:LDP man-pages:3.52:2008/08/11:cargl:3:carg:3:
-○:LDP man-pages:3.52:2008/08/11:casin:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/11:casinf:3:casin:3:
-○:LDP man-pages:3.52:2008/08/11:casinh:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/11:casinhf:3:casinh:3:
-@:LDP man-pages:3.52:2008/08/11:casinhl:3:casinh:3:
-@:LDP man-pages:3.52:2008/08/11:casinl:3:casin:3:
-○:LDP man-pages:3.52:2011/09/15:catan:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2011/09/15:catanf:3:catan:3:
-○:LDP man-pages:3.52:2011/09/15:catanh:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2011/09/15:catanhf:3:catanh:3:
-@:LDP man-pages:3.52:2011/09/15:catanhl:3:catanh:3:
-@:LDP man-pages:3.52:2011/09/15:catanl:3:catan:3:
-@:LDP man-pages:3.52:2001/12/14:catclose:3:catopen:3:
-○:LDP man-pages:3.52:2013/06/21:catgets:3:2013/07/24::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2001/12/14:catopen:3:2013/07/24::ysato@h4.dion.ne.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2007/05/18:cbc_crypt:3:des_crypt:3:
-○:LDP man-pages:3.52:2010/09/20:cbrt:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:cbrtf:3:cbrt:3:
-@:LDP man-pages:3.52:2010/09/20:cbrtl:3:cbrt:3:
-○:LDP man-pages:3.52:2008/08/11:ccos:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/11:ccosf:3:ccos:3:
-○:LDP man-pages:3.52:2008/08/11:ccosh:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/11:ccoshf:3:ccosh:3:
-@:LDP man-pages:3.52:2008/08/11:ccoshl:3:ccosh:3:
-@:LDP man-pages:3.52:2008/08/11:ccosl:3:ccos:3:
-○:LDP man-pages:3.52:2013/06/21:ceil:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:ceilf:3:ceil:3:
-@:LDP man-pages:3.52:2013/06/21:ceill:3:ceil:3:
-○:LDP man-pages:3.52:2010/09/12:cerf:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/12:cerfc:3:cerf:3:
-@:LDP man-pages:3.52:2010/09/12:cerfcf:3:cerf:3:
-@:LDP man-pages:3.52:2010/09/12:cerfcl:3:cerf:3:
-@:LDP man-pages:3.52:2010/09/12:cerff:3:cerf:3:
-@:LDP man-pages:3.52:2010/09/12:cerfl:3:cerf:3:
-○:LDP man-pages:3.52:2008/08/11:cexp:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/02/27:cexp2:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/27:cexp2f:3:cexp2:3:
-@:LDP man-pages:3.52:2013/02/27:cexp2l:3:cexp2:3:
-@:LDP man-pages:3.52:2008/08/11:cexpf:3:cexp:3:
-@:LDP man-pages:3.52:2008/08/11:cexpl:3:cexp:3:
-@:LDP man-pages:3.52:2013/03/15:cfgetispeed:3:termios:3:
-@:LDP man-pages:3.52:2013/03/15:cfgetospeed:3:termios:3:
-@:LDP man-pages:3.52:2013/03/15:cfmakeraw:3:termios:3:
-○:LDP man-pages:3.52:2007/07/26:cfree:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2013/03/15:cfsetispeed:3:termios:3:
-@:LDP man-pages:3.52:2013/03/15:cfsetospeed:3:termios:3:
-@:LDP man-pages:3.52:2013/03/15:cfsetspeed:3:termios:3:
-○:LDP man-pages:3.52:2013/06/21:cimag:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:cimagf:3:cimag:3:
-@:LDP man-pages:3.52:2013/06/21:cimagl:3:cimag:3:
-○:LDP man-pages:3.52:2010/10/04:clearenv:3:2013/03/25::ysato@h4.dion.ne.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2013/06/21:clearerr:3:ferror:3:
-@:LDP man-pages:3.52:2008/08/29:clearerr_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.52:2008/07/17:clnt_broadcast:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:clnt_call:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:clnt_control:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:clnt_create:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:clnt_destroy:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:clnt_freeres:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:clnt_geterr:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:clnt_pcreateerror:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:clnt_perrno:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:clnt_perror:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:clnt_spcreateerror:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:clnt_sperrno:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:clnt_sperror:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:clntraw_create:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:clnttcp_create:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:clntudp_bufcreate:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:clntudp_create:3:rpc:3:
-○:LDP man-pages:3.52:2008/08/28:clock:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/07/04:clock_getcpuclockid:3:2013/07/31::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/25:clock_getres:3:clock_getres:2:
-@:LDP man-pages:3.52:2013/02/25:clock_gettime:3:clock_getres:2:
-@:LDP man-pages:3.52:2013/02/25:clock_settime:3:clock_getres:2:
-○:LDP man-pages:3.52:2008/08/11:clog:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/08/11:clog10:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/11:clog10f:3:clog10:3:
-@:LDP man-pages:3.52:2008/08/11:clog10l:3:clog10:3:
-○:LDP man-pages:3.52:2008/08/07:clog2:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/07:clog2f:3:clog2:3:
-@:LDP man-pages:3.52:2008/08/07:clog2l:3:clog2:3:
-@:LDP man-pages:3.52:2008/08/11:clogf:3:clog:3:
-@:LDP man-pages:3.52:2008/08/11:clogl:3:clog:3:
-○:LDP man-pages:3.52:2008/09/23:closedir:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2012/08/17:closelog:3:syslog:3:
-○:LDP man-pages:3.52:2008/11/20:cmsg:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2012/05/10:confstr:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/21:conj:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:conjf:3:conj:3:
-@:LDP man-pages:3.52:2013/06/21:conjl:3:conj:3:
-○:LDP man-pages:3.52:2012/03/25:copysign:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/03/25:copysignf:3:copysign:3:
-@:LDP man-pages:3.52:2012/03/25:copysignl:3:copysign:3:
-○:LDP man-pages:3.52:2010/09/11:cos:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/11:cosf:3:cos:3:
-○:LDP man-pages:3.52:2010/09/20:cosh:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:coshf:3:cosh:3:
-@:LDP man-pages:3.52:2010/09/20:coshl:3:cosh:3:
-@:LDP man-pages:3.52:2010/09/11:cosl:3:cos:3:
-○:LDP man-pages:3.52:2008/08/11:cpow:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/11:cpowf:3:cpow:3:
-@:LDP man-pages:3.52:2008/08/11:cpowl:3:cpow:3:
-○:LDP man-pages:3.52:2010/06/10:cproj:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/06/10:cprojf:3:cproj:3:
-@:LDP man-pages:3.52:2010/06/10:cprojl:3:cproj:3:
-○:LDP man-pages:3.52:2008/08/11:creal:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/11:crealf:3:creal:3:
-@:LDP man-pages:3.52:2008/08/11:creall:3:creal:3:
-○:LDP man-pages:3.52:2013/06/21:crypt:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2013/06/21:crypt_r:3:crypt:3:
-○:LDP man-pages:3.52:2008/08/11:csin:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/11:csinf:3:csin:3:
-○:LDP man-pages:3.52:2008/08/11:csinh:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/11:csinhf:3:csinh:3:
-@:LDP man-pages:3.52:2008/08/11:csinhl:3:csinh:3:
-@:LDP man-pages:3.52:2008/08/11:csinl:3:csin:3:
-○:LDP man-pages:3.52:2008/08/11:csqrt:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/11:csqrtf:3:csqrt:3:
-@:LDP man-pages:3.52:2008/08/11:csqrtl:3:csqrt:3:
-○:LDP man-pages:3.52:2008/08/11:ctan:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/11:ctanf:3:ctan:3:
-○:LDP man-pages:3.52:2008/08/11:ctanh:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/11:ctanhf:3:ctanh:3:
-@:LDP man-pages:3.52:2008/08/11:ctanhl:3:ctanh:3:
-@:LDP man-pages:3.52:2008/08/11:ctanl:3:ctan:3:
-○:LDP man-pages:3.52:2013/07/04:ctermid:3:2013/07/30::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki:
-○:LDP man-pages:3.52:2010/02/25:ctime:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/02/25:ctime_r:3:ctime:3:
-@:LDP man-pages:3.52:2013/04/19:cuserid:3:getlogin:3:
-○:LDP man-pages:3.52:2009/12/05:daemon:3:2013/07/24::ysato@h4.dion.ne.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2012/03/25:daylight:3:tzset:3:
-@:LDP man-pages:3.52:2012/05/04:db:3:dbopen:3:
-○:LDP man-pages:3.52:2012/05/04:dbopen:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/05/18:des_crypt:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2007/05/18:des_setparity:3:des_crypt:3:
-○:LDP man-pages:3.52:2012/12/22:difftime:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/19:dirfd:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2009/03/30:dirname:3:basename:3:
-○:LDP man-pages:3.52:2012/04/17:div:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/05/18:dl_iterate_phdr:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2008/12/06:dladdr:3:dlopen:3:
-@:LDP man-pages:3.52:2008/12/06:dlclose:3:dlopen:3:
-@:LDP man-pages:3.52:2008/12/06:dlerror:3:dlopen:3:
-○:LDP man-pages:3.52:2008/12/06:dlopen:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/12/06:dlsym:3:dlopen:3:
-@:LDP man-pages:3.52:2008/12/06:dlvsym:3:dlopen:3:
-@:LDP man-pages:3.52:2013/03/05:dn_comp:3:resolver:3:
-@:LDP man-pages:3.52:2013/03/05:dn_expand:3:resolver:3:
-○:LDP man-pages:3.52:2010/09/15:dprintf:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2013/06/21:drand48:3:2013/07/24::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi:
-○:LDP man-pages:3.52:2007/07/26:drand48_r:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2010/09/20:drem:3:remainder:3:
-@:LDP man-pages:3.52:2010/09/20:dremf:3:remainder:3:
-@:LDP man-pages:3.52:2010/09/20:dreml:3:remainder:3:
-○:LDP man-pages:3.52:2010/09/22:dysize:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.52:2010/11/01:eaccess:3:euidaccess:3:
-@:LDP man-pages:3.52:2007/05/18:ecb_crypt:3:des_crypt:3:
-○:LDP man-pages:3.52:2013/07/04:ecvt:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2007/07/26:ecvt_r:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/07/17:edata:3:end:3:
-○:LDP man-pages:3.52:2013/06/21:encrypt:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2013/06/21:encrypt_r:3:encrypt:3:
-○:LDP man-pages:3.52:2008/07/17:end:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2003/09/09:endaliasent:3:setaliasent:3:
-@:LDP man-pages:3.52:2002/02/28:endfsent:3:getfsent:3:
-@:LDP man-pages:3.52:2013/06/21:endgrent:3:getgrent:3:
-@:LDP man-pages:3.52:2010/10/04:endhostent:3:gethostbyname:3:
-○:LDP man-pages:3.52:2010/09/10:endian:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2009/09/15:endmntent:3:getmntent:3:
-@:LDP man-pages:3.52:2008/08/19:endnetent:3:getnetent:3:
-@:LDP man-pages:3.52:2007/07/26:endnetgrent:3:setnetgrent:3:
-@:LDP man-pages:3.52:2008/08/19:endprotoent:3:getprotoent:3:
-@:LDP man-pages:3.52:2013/06/21:endpwent:3:getpwent:3:
-@:LDP man-pages:3.52:2008/08/19:endrpcent:3:getrpcent:3:
-@:LDP man-pages:3.52:2008/08/19:endservent:3:getservent:3:
-@:LDP man-pages:3.52:2013/04/19:endspent:3:getspnam:3:
-@:LDP man-pages:3.52:2013/06/21:endttyent:3:getttyent:3:
-@:LDP man-pages:3.52:2013/06/21:endusershell:3:getusershell:3:
-@:LDP man-pages:3.52:2013/04/19:endutent:3:getutent:3:
-@:LDP man-pages:3.52:2013/04/19:endutxent:3:getutent:3:
-@:LDP man-pages:3.52:2007/05/18:envz:3:envz_add:3:
-○:LDP man-pages:3.52:2007/05/18:envz_add:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2007/05/18:envz_entry:3:envz_add:3:
-@:LDP man-pages:3.52:2007/05/18:envz_get:3:envz_add:3:
-@:LDP man-pages:3.52:2007/05/18:envz_merge:3:envz_add:3:
-@:LDP man-pages:3.52:2007/05/18:envz_remove:3:envz_add:3:
-@:LDP man-pages:3.52:2007/05/18:envz_strip:3:envz_add:3:
-@:LDP man-pages:3.52:2013/06/21:erand48:3:drand48:3:
-@:LDP man-pages:3.52:2007/07/26:erand48_r:3:drand48_r:3:
-○:LDP man-pages:3.52:2010/09/20:erf:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:erfc:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:erfcf:3:erfc:3:
-@:LDP man-pages:3.52:2010/09/20:erfcl:3:erfc:3:
-@:LDP man-pages:3.52:2010/09/20:erff:3:erf:3:
-@:LDP man-pages:3.52:2010/09/20:erfl:3:erf:3:
-○:LDP man-pages:3.52:2012/03/15:err:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/07/09:errno:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/08/29:error:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/08/29:error_at_line:3:error:3:
-@:LDP man-pages:3.52:2010/08/29:error_message_count:3:error:3:
-@:LDP man-pages:3.52:2010/08/29:error_one_per_line:3:error:3:
-@:LDP man-pages:3.52:2010/08/29:error_print_progname:3:error:3:
-@:LDP man-pages:3.52:2012/03/15:errx:3:err:3:
-@:LDP man-pages:3.52:2008/07/17:etext:3:end:3:
-○:LDP man-pages:3.52:2013/07/04:ether_aton:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/07/04:ether_aton_r:3:ether_aton:3:
-@:LDP man-pages:3.52:2013/07/04:ether_hostton:3:ether_aton:3:
-@:LDP man-pages:3.52:2013/07/04:ether_line:3:ether_aton:3:
-@:LDP man-pages:3.52:2013/07/04:ether_ntoa:3:ether_aton:3:
-@:LDP man-pages:3.52:2013/07/04:ether_ntoa_r:3:ether_aton:3:
-@:LDP man-pages:3.52:2013/07/04:ether_ntohost:3:ether_aton:3:
-○:LDP man-pages:3.52:2010/11/01:euidaccess:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/08/30:eventfd_read:3:eventfd:2:
-@:LDP man-pages:3.52:2010/08/30:eventfd_write:3:eventfd:2:
-○:LDP man-pages:3.52:2010/09/25:exec:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/25:execl:3:exec:3:
-@:LDP man-pages:3.52:2010/09/25:execle:3:exec:3:
-@:LDP man-pages:3.52:2010/09/25:execlp:3:exec:3:
-@:LDP man-pages:3.52:2010/09/25:execv:3:exec:3:
-@:LDP man-pages:3.52:2010/09/25:execvp:3:exec:3:
-@:LDP man-pages:3.52:2010/09/25:execvpe:3:exec:3:
-○:LDP man-pages:3.52:2013/02/14:exit:3:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:exp:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/08/11:exp10:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/11:exp10f:3:exp10:3:
-@:LDP man-pages:3.52:2008/08/11:exp10l:3:exp10:3:
-○:LDP man-pages:3.52:2010/09/20:exp2:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:exp2f:3:exp2:3:
-@:LDP man-pages:3.52:2010/09/20:exp2l:3:exp2:3:
-@:LDP man-pages:3.52:2010/09/20:expf:3:exp:3:
-@:LDP man-pages:3.52:2010/09/20:expl:3:exp:3:
-○:LDP man-pages:3.52:2010/09/12:expm1:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/12:expm1f:3:expm1:3:
-@:LDP man-pages:3.52:2010/09/12:expm1l:3:expm1:3:
-○:LDP man-pages:3.52:2010/09/20:fabs:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:fabsf:3:fabs:3:
-@:LDP man-pages:3.52:2010/09/20:fabsl:3:fabs:3:
-○:LDP man-pages:3.52:2009/02/23:fclose:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/21:fcloseall:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/07/04:fcvt:3:ecvt:3:
-@:LDP man-pages:3.52:2007/07/26:fcvt_r:3:ecvt_r:3:
-○:LDP man-pages:3.52:2010/09/20:fdim:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:fdimf:3:fdim:3:
-@:LDP man-pages:3.52:2010/09/20:fdiml:3:fdim:3:
-@:LDP man-pages:3.52:2012/04/22:fdopen:3:fopen:3:
-@:LDP man-pages:3.52:2010/06/20:fdopendir:3:opendir:3:
-@:LDP man-pages:3.52:2010/10/31:feclearexcept:3:fenv:3:
-@:LDP man-pages:3.52:2010/10/31:fedisableexcept:3:fenv:3:
-@:LDP man-pages:3.52:2010/10/31:feenableexcept:3:fenv:3:
-@:LDP man-pages:3.52:2010/10/31:fegetenv:3:fenv:3:
-@:LDP man-pages:3.52:2010/10/31:fegetexcept:3:fenv:3:
-@:LDP man-pages:3.52:2010/10/31:fegetexceptflag:3:fenv:3:
-@:LDP man-pages:3.52:2010/10/31:fegetround:3:fenv:3:
-@:LDP man-pages:3.52:2010/10/31:feholdexcept:3:fenv:3:
-○:LDP man-pages:3.52:2010/10/31:fenv:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:feof:3:ferror:3:
-@:LDP man-pages:3.52:2008/08/29:feof_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.52:2010/10/31:feraiseexcept:3:fenv:3:
-○:LDP man-pages:3.52:2013/06/21:ferror:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2008/08/29:ferror_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.52:2010/10/31:fesetenv:3:fenv:3:
-@:LDP man-pages:3.52:2010/10/31:fesetexceptflag:3:fenv:3:
-@:LDP man-pages:3.52:2010/10/31:fesetround:3:fenv:3:
-@:LDP man-pages:3.52:2010/10/31:fetestexcept:3:fenv:3:
-@:LDP man-pages:3.52:2010/10/31:feupdateenv:3:fenv:3:
-○:LDP man-pages:3.52:2010/09/15:fexecve:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2009/09/06:fflush:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2008/08/29:fflush_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.52:2010/09/20:ffs:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2010/09/20:ffsl:3:ffs:3:
-@:LDP man-pages:3.52:2010/09/20:ffsll:3:ffs:3:
-@:LDP man-pages:3.52:2012/01/18:fgetc:3:gets:3:
-@:LDP man-pages:3.52:2008/08/29:fgetc_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.52:2013/04/19:fgetgrent:3:2013/07/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-@:LDP man-pages:3.52:2010/10/21:fgetgrent_r:3:getgrent_r:3:
-@:LDP man-pages:3.52:1993/11/29:fgetpos:3:fseek:3:
-○:LDP man-pages:3.52:2013/04/19:fgetpwent:3:2013/07/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-@:LDP man-pages:3.52:2010/10/21:fgetpwent_r:3:getpwent_r:3:
-@:LDP man-pages:3.52:2012/01/18:fgets:3:gets:3:
-@:LDP man-pages:3.52:2008/08/29:fgets_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.52:2013/04/19:fgetspent:3:getspnam:3:
-@:LDP man-pages:3.52:2013/04/19:fgetspent_r:3:getspnam:3:
-○:LDP man-pages:3.52:2013/04/19:fgetwc:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2008/08/29:fgetwc_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.52:2011/09/28:fgetws:3:2013/03/25::ysato@h4.dion.ne.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2008/08/29:fgetws_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.52:2013/06/21:fileno:3:ferror:3:
-@:LDP man-pages:3.52:2008/08/29:fileno_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.52:2008/08/05:finite:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/05:finitef:3:finite:3:
-@:LDP man-pages:3.52:2008/08/05:finitel:3:finite:3:
-○:LDP man-pages:3.52:2008/08/29:flockfile:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:floor:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:floorf:3:floor:3:
-@:LDP man-pages:3.52:2010/09/20:floorl:3:floor:3:
-○:LDP man-pages:3.52:2010/09/20:fma:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:fmaf:3:fma:3:
-@:LDP man-pages:3.52:2010/09/20:fmal:3:fma:3:
-○:LDP man-pages:3.52:2010/09/20:fmax:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:fmaxf:3:fmax:3:
-@:LDP man-pages:3.52:2010/09/20:fmaxl:3:fmax:3:
-○:LDP man-pages:3.52:2012/04/28:fmemopen:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:fmin:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:fminf:3:fmin:3:
-@:LDP man-pages:3.52:2010/09/20:fminl:3:fmin:3:
-○:LDP man-pages:3.52:2012/03/15:fmod:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/03/15:fmodf:3:fmod:3:
-@:LDP man-pages:3.52:2012/03/15:fmodl:3:fmod:3:
-○:LDP man-pages:3.52:2013/06/21:fmtmsg:3:2013/07/30::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2000/10/15:fnmatch:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/04/22:fopen:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2013/03/17:fopencookie:3:::::
-@:LDP man-pages:3.52:2010/06/13:forkpty:3:openpty:3:
-○:LDP man-pages:3.52:1993/04/04:fpathconf:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2010/09/20:fpclassify:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/03/05:fprintf:3:printf:3:
-○:LDP man-pages:3.52:2001/12/15:fpurge:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.52:2011/09/28:fputc:3:puts:3:
-@:LDP man-pages:3.52:2008/08/29:fputc_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.52:2011/09/28:fputs:3:puts:3:
-@:LDP man-pages:3.52:2008/08/29:fputs_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.52:2013/04/19:fputwc:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2008/08/29:fputwc_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.52:2011/09/28:fputws:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2008/08/29:fputws_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.52:2012/03/30:fread:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/29:fread_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.52:2012/05/10:free:3:malloc:3:
-@:LDP man-pages:3.52:2013/01/15:freeaddrinfo:3:getaddrinfo:3:
-@:LDP man-pages:3.52:2010/09/04:freehostent:3:getipnodebyname:3:
-@:LDP man-pages:3.52:2012/11/11:freeifaddrs:3:getifaddrs:3:
-@:LDP man-pages:3.52:2012/04/22:freopen:3:fopen:3:
-○:LDP man-pages:3.52:2010/09/20:frexp:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:frexpf:3:frexp:3:
-@:LDP man-pages:3.52:2010/09/20:frexpl:3:frexp:3:
-@:LDP man-pages:3.52:2013/01/30:fscanf:3:scanf:3:
-○:LDP man-pages:3.52:1993/11/29:fseek:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2001/11/05:fseeko:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:1993/11/29:fsetpos:3:fseek:3:
-@:LDP man-pages:3.52:2003/08/22:fstatvfs:3:statvfs:3:
-@:LDP man-pages:3.52:1993/11/29:ftell:3:fseek:3:
-@:LDP man-pages:3.52:2001/11/05:ftello:3:fseeko:3:
-○:LDP man-pages:3.52:2010/02/25:ftime:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2001/11/28:ftok:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.52:2008/08/29:ftrylockfile:3:flockfile:3:
-○:LDP man-pages:3.52:2012/10/25:fts:3:2013/03/25::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2012/10/25:fts_children:3:fts:3:
-@:LDP man-pages:3.52:2012/10/25:fts_close:3:fts:3:
-@:LDP man-pages:3.52:2012/10/25:fts_open:3:fts:3:
-@:LDP man-pages:3.52:2012/10/25:fts_read:3:fts:3:
-@:LDP man-pages:3.52:2012/10/25:fts_set:3:fts:3:
-○:LDP man-pages:3.52:2010/09/20:ftw:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/29:funlockfile:3:flockfile:3:
-※:LDP man-pages:3.52:2012/03/25:futimens:3:utimensat:2:
-○:LDP man-pages:3.52:2013/03/15:futimes:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2011/09/17:fwide:3:2013/03/25::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-@:LDP man-pages:3.52:2011/09/17:fwprintf:3:wprintf:3:
-@:LDP man-pages:3.52:2012/03/30:fwrite:3:fread:3:
-@:LDP man-pages:3.52:2008/08/29:fwrite_unlocked:3:unlocked_stdio:3:
-※:LDP man-pages:3.52:2010/09/27:gai_cancel:3:getaddrinfo_a:3:
-※:LDP man-pages:3.52:2010/09/27:gai_error:3:getaddrinfo_a:3:
-@:LDP man-pages:3.52:2013/01/15:gai_strerror:3:getaddrinfo:3:
-※:LDP man-pages:3.52:2010/09/27:gai_suspend:3:getaddrinfo_a:3:
-○:LDP man-pages:3.52:2008/08/05:gamma:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/05:gammaf:3:gamma:3:
-@:LDP man-pages:3.52:2008/08/05:gammal:3:gamma:3:
-○:LDP man-pages:3.52:2010/09/20:gcvt:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:get_current_dir_name:3:getcwd:3:
-@:LDP man-pages:3.52:2008/07/17:get_myaddress:3:rpc:3:
-@:LDP man-pages:3.52:2012/03/20:get_nprocs:3:get_nprocs_conf:3:
-○:LDP man-pages:3.52:2012/03/20:get_nprocs_conf:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/01/15:getaddrinfo:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2010/09/27:getaddrinfo_a:3:::::
-@:LDP man-pages:3.52:2003/09/09:getaliasbyname:3:setaliasent:3:
-@:LDP man-pages:3.52:2003/09/09:getaliasbyname_r:3:setaliasent:3:
-@:LDP man-pages:3.52:2003/09/09:getaliasent:3:setaliasent:3:
-@:LDP man-pages:3.52:2003/09/09:getaliasent_r:3:setaliasent:3:
-×:LDP man-pages:3.52:2012/11/07:getauxval:3:::::
-@:LDP man-pages:3.52:2012/01/18:getc:3:gets:3:
-@:LDP man-pages:3.52:2008/08/29:getc_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.52:2012/01/18:getchar:3:gets:3:
-@:LDP man-pages:3.52:2008/08/29:getchar_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.52:2009/03/15:getcontext:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:getcwd:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2013/06/21:getdate:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:getdate_err:3:getdate:3:
-@:LDP man-pages:3.52:2013/06/21:getdate_r:3:getdate:3:
-@:LDP man-pages:3.52:2013/04/19:getdelim:3:getline:3:
-○:LDP man-pages:3.52:2007/07/26:getdirentries:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2013/02/05:getdtablesize:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/14:getenv:3:2003/09/28::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2002/02/28:getfsent:3:2013/07/24::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.52:2002/02/28:getfsfile:3:getfsent:3:
-@:LDP man-pages:3.52:2002/02/28:getfsspec:3:getfsent:3:
-○:LDP man-pages:3.52:2013/06/21:getgrent:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/10/21:getgrent_r:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2013/06/21:getgrgid:3:getgrnam:3:
-@:LDP man-pages:3.52:2013/06/21:getgrgid_r:3:getgrnam:3:
-○:LDP man-pages:3.52:2013/06/21:getgrnam:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:getgrnam_r:3:getgrnam:3:
-○:LDP man-pages:3.52:2008/07/03:getgrouplist:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/10/04:gethostbyaddr:3:gethostbyname:3:
-@:LDP man-pages:3.52:2010/10/04:gethostbyaddr_r:3:gethostbyname:3:
-○:LDP man-pages:3.52:2010/10/04:gethostbyname:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/10/04:gethostbyname2:3:gethostbyname:3:
-@:LDP man-pages:3.52:2010/10/04:gethostbyname2_r:3:gethostbyname:3:
-@:LDP man-pages:3.52:2010/10/04:gethostbyname_r:3:gethostbyname:3:
-@:LDP man-pages:3.52:2010/10/04:gethostent:3:gethostbyname:3:
-@:LDP man-pages:3.52:2010/10/04:gethostent_r:3:gethostbyname:3:
-○:LDP man-pages:3.52:2010/09/20:gethostid:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/11/11:getifaddrs:3:2013/07/31::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/04:getipnodebyaddr:3:getipnodebyname:3:
-○:LDP man-pages:3.52:2010/09/04:getipnodebyname:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2013/04/19:getline:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/12/08:getloadavg:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2013/04/19:getlogin:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/19:getlogin_r:3:getlogin:3:
-○:LDP man-pages:3.52:2009/09/15:getmntent:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2009/09/15:getmntent_r:3:getmntent:3:
-○:LDP man-pages:3.52:2013/01/15:getnameinfo:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/19:getnetbyaddr:3:getnetent:3:
-@:LDP man-pages:3.52:2010/09/10:getnetbyaddr_r:3:getnetent_r:3:
-@:LDP man-pages:3.52:2008/08/19:getnetbyname:3:getnetent:3:
-@:LDP man-pages:3.52:2010/09/10:getnetbyname_r:3:getnetent_r:3:
-○:LDP man-pages:3.52:2008/08/19:getnetent:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/10:getnetent_r:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2007/07/26:getnetgrent:3:setnetgrent:3:
-@:LDP man-pages:3.52:2007/07/26:getnetgrent_r:3:setnetgrent:3:
-○:LDP man-pages:3.52:2010/11/01:getopt:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/01:getopt_long:3:getopt:3:
-@:LDP man-pages:3.52:2010/11/01:getopt_long_only:3:getopt:3:
-○:LDP man-pages:3.52:2013/06/21:getpass:3:2013/07/24::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.52:2008/08/19:getprotobyname:3:getprotoent:3:
-@:LDP man-pages:3.52:2010/09/10:getprotobyname_r:3:getprotoent_r:3:
-@:LDP man-pages:3.52:2008/08/19:getprotobynumber:3:getprotoent:3:
-@:LDP man-pages:3.52:2010/09/10:getprotobynumber_r:3:getprotoent_r:3:
-○:LDP man-pages:3.52:2008/08/19:getprotoent:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/10:getprotoent_r:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/10:getpt:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/10/21:getpw:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2013/06/21:getpwent:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/10/21:getpwent_r:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/21:getpwnam:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:getpwnam_r:3:getpwnam:3:
-@:LDP man-pages:3.52:2013/06/21:getpwuid:3:getpwnam:3:
-@:LDP man-pages:3.52:2013/06/21:getpwuid_r:3:getpwnam:3:
-@:LDP man-pages:3.52:2008/08/19:getrpcbyname:3:getrpcent:3:
-@:LDP man-pages:3.52:2010/09/10:getrpcbyname_r:3:getrpcent_r:3:
-@:LDP man-pages:3.52:2008/08/19:getrpcbynumber:3:getrpcent:3:
-@:LDP man-pages:3.52:2010/09/10:getrpcbynumber_r:3:getrpcent_r:3:
-○:LDP man-pages:3.52:2008/08/19:getrpcent:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/10:getrpcent_r:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/12/23:getrpcport:3:2013/03/25::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2012/01/18:gets:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/19:getservbyname:3:getservent:3:
-@:LDP man-pages:3.52:2010/09/10:getservbyname_r:3:getservent_r:3:
-@:LDP man-pages:3.52:2008/08/19:getservbyport:3:getservent:3:
-@:LDP man-pages:3.52:2010/09/10:getservbyport_r:3:getservent_r:3:
-○:LDP man-pages:3.52:2008/08/19:getservent:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/10:getservent_r:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/19:getspent:3:getspnam:3:
-@:LDP man-pages:3.52:2013/04/19:getspent_r:3:getspnam:3:
-○:LDP man-pages:3.52:2013/04/19:getspnam:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/19:getspnam_r:3:getspnam:3:
-○:LDP man-pages:3.52:2010/09/26:getsubopt:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/21:getttyent:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2013/06/21:getttynam:3:getttyent:3:
-○:LDP man-pages:3.52:2010/09/10:getumask:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/21:getusershell:3:2013/07/24::ishioka@dad.eec.toshiba.co.jp:ISHIOKA Takashi:
-○:LDP man-pages:3.52:2013/04/19:getutent:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/19:getutent_r:3:getutent:3:
-@:LDP man-pages:3.52:2013/04/19:getutid:3:getutent:3:
-@:LDP man-pages:3.52:2013/04/19:getutid_r:3:getutent:3:
-@:LDP man-pages:3.52:2013/04/19:getutline:3:getutent:3:
-@:LDP man-pages:3.52:2013/04/19:getutline_r:3:getutent:3:
-○:LDP man-pages:3.52:2010/09/10:getutmp:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/10:getutmpx:3:getutmp:3:
-@:LDP man-pages:3.52:2013/04/19:getutxent:3:getutent:3:
-@:LDP man-pages:3.52:2013/04/19:getutxid:3:getutent:3:
-@:LDP man-pages:3.52:2013/04/19:getutxline:3:getutent:3:
-○:LDP man-pages:3.52:2010/09/26:getw:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2013/04/19:getwc:3:fgetwc:3:
-@:LDP man-pages:3.52:2008/08/29:getwc_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.52:1999/07/25:getwchar:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2008/08/29:getwchar_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.52:2010/09/20:getwd:3:getcwd:3:
-○:LDP man-pages:3.52:2007/10/10:glob:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2007/10/10:globfree:3:glob:3:
-@:LDP man-pages:3.52:2010/02/25:gmtime:3:ctime:3:
-@:LDP man-pages:3.52:2010/02/25:gmtime_r:3:ctime:3:
-@:LDP man-pages:3.52:2012/05/10:gnu_dev_major:3:makedev:3:
-@:LDP man-pages:3.52:2012/05/10:gnu_dev_makedev:3:makedev:3:
-@:LDP man-pages:3.52:2012/05/10:gnu_dev_minor:3:makedev:3:
-@:LDP man-pages:3.52:2012/08/26:gnu_get_libc_release:3:gnu_get_libc_version:3:
-○:LDP man-pages:3.52:2012/08/26:gnu_get_libc_version:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/06/14:grantpt:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/07/26:gsignal:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/10/04:h_errno:3:gethostbyname:3:
-○:LDP man-pages:3.52:2012/04/23:hash:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2009/09/15:hasmntopt:3:getmntent:3:
-@:LDP man-pages:3.52:2013/04/19:hcreate:3:hsearch:3:
-@:LDP man-pages:3.52:2013/04/19:hcreate_r:3:hsearch:3:
-@:LDP man-pages:3.52:2013/04/19:hdestroy:3:hsearch:3:
-@:LDP man-pages:3.52:2013/04/19:hdestroy_r:3:hsearch:3:
-@:LDP man-pages:3.52:2010/10/04:herror:3:gethostbyname:3:
-○:LDP man-pages:3.52:2013/04/19:hsearch:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/19:hsearch_r:3:hsearch:3:
-@:LDP man-pages:3.52:2010/10/04:hstrerror:3:gethostbyname:3:
-@:LDP man-pages:3.52:2010/09/10:htobe16:3:endian:3:
-@:LDP man-pages:3.52:2010/09/10:htobe32:3:endian:3:
-@:LDP man-pages:3.52:2010/09/10:htobe64:3:endian:3:
-@:LDP man-pages:3.52:2010/09/10:htole16:3:endian:3:
-@:LDP man-pages:3.52:2010/09/10:htole32:3:endian:3:
-@:LDP man-pages:3.52:2010/09/10:htole64:3:endian:3:
-@:LDP man-pages:3.52:2009/01/15:htonl:3:byteorder:3:
-@:LDP man-pages:3.52:2009/01/15:htons:3:byteorder:3:
-○:LDP man-pages:3.52:2010/09/20:hypot:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:hypotf:3:hypot:3:
-@:LDP man-pages:3.52:2010/09/20:hypotl:3:hypot:3:
-○:LDP man-pages:3.52:2012/05/10:iconv:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/08/11:iconv_close:3:2013/07/24::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2008/08/11:iconv_open:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/11/21:if_freenameindex:3:if_nameindex:3:
-@:LDP man-pages:3.52:2012/12/14:if_indextoname:3:if_nametoindex:3:
-○:LDP man-pages:3.52:2012/11/21:if_nameindex:3:2013/05/18::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/12/14:if_nametoindex:3:2013/05/18::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:ilogb:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:ilogbf:3:ilogb:3:
-@:LDP man-pages:3.52:2010/09/20:ilogbl:3:ilogb:3:
-@:LDP man-pages:3.52:2013/06/21:imaxabs:3:abs:3:
-@:LDP man-pages:3.52:2012/04/17:imaxdiv:3:div:3:
-○:LDP man-pages:3.52:2011/09/21:index:3:2013/03/25::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-○:LDP man-pages:3.52:2013/02/10:inet:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/10:inet_addr:3:inet:3:
-@:LDP man-pages:3.52:2013/02/10:inet_aton:3:inet:3:
-@:LDP man-pages:3.52:2013/02/10:inet_lnaof:3:inet:3:
-@:LDP man-pages:3.52:2013/02/10:inet_makeaddr:3:inet_addr:3:
-@:LDP man-pages:3.52:2013/02/10:inet_netof:3:inet:3:
-@:LDP man-pages:3.52:2013/02/10:inet_network:3:inet:3:
-@:LDP man-pages:3.52:2013/02/10:inet_ntoa:3:inet:3:
-○:LDP man-pages:3.52:2008/11/11:inet_ntop:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/06/18:inet_pton:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:1993/06/02:infnan:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2007/07/26:initgroups:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/19:initstate:3:random:3:
-@:LDP man-pages:3.52:2013/04/19:initstate_r:3:random_r:3:
-@:LDP man-pages:3.52:2007/07/26:innetgr:3:setnetgrent:3:
-○:LDP man-pages:3.52:2010/09/09:insque:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/11/11:intro:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/04/23:iruserok:3:rcmd:3:
-@:LDP man-pages:3.52:2012/04/23:iruserok_af:3:rcmd:3:
-@:LDP man-pages:3.52:2010/09/20:isalnum:3:isalpha:3:
-○:LDP man-pages:3.52:2010/09/20:isalpha:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:isascii:3:isalpha:3:
-○:LDP man-pages:3.52:2008/12/03:isatty:3:2013/03/25::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki:
-@:LDP man-pages:3.52:2010/09/20:isblank:3:isalpha:3:
-@:LDP man-pages:3.52:2010/09/20:iscntrl:3:isalpha:3:
-@:LDP man-pages:3.52:2010/09/20:isdigit:3:isalpha:3:
-@:LDP man-pages:3.52:2010/09/20:isfinite:3:fpclassify:3:
-@:LDP man-pages:3.52:2010/09/20:isgraph:3:isalpha:3:
-○:LDP man-pages:3.52:2012/05/06:isgreater:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/05/06:isgreaterequal:3:isgreater:3:
-@:LDP man-pages:3.52:2010/09/20:isinf:3:fpclassify:3:
-@:LDP man-pages:3.52:2008/08/05:isinff:3:finite:3:
-@:LDP man-pages:3.52:2008/08/05:isinfl:3:finite:3:
-@:LDP man-pages:3.52:2012/05/06:isless:3:isgreater:3:
-@:LDP man-pages:3.52:2012/05/06:islessequal:3:isgreater:3:
-@:LDP man-pages:3.52:2012/05/06:islessgreater:3:isgreater:3:
-@:LDP man-pages:3.52:2010/09/20:islower:3:isalpha:3:
-@:LDP man-pages:3.52:2010/09/20:isnan:3:fpclassify:3:
-@:LDP man-pages:3.52:2008/08/05:isnanf:3:finite:3:
-@:LDP man-pages:3.52:2008/08/05:isnanl:3:finite:3:
-@:LDP man-pages:3.52:2010/09/20:isnormal:3:fpclassify:3:
-@:LDP man-pages:3.52:2010/09/20:isprint:3:isalpha:3:
-@:LDP man-pages:3.52:2010/09/20:ispunct:3:isalpha:3:
-@:LDP man-pages:3.52:2010/09/20:isspace:3:isalpha:3:
-@:LDP man-pages:3.52:2012/05/06:isunordered:3:isgreater:3:
-@:LDP man-pages:3.52:2010/09/20:isupper:3:isalpha:3:
-○:LDP man-pages:3.52:1999/07/25:iswalnum:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:1999/07/25:iswalpha:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2010/09/20:iswblank:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:1999/07/25:iswcntrl:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:1999/07/25:iswctype:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:1999/07/25:iswdigit:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:1999/07/25:iswgraph:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:1999/07/25:iswlower:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:1999/07/25:iswprint:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:1999/07/25:iswpunct:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:1999/07/25:iswspace:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:1999/07/25:iswupper:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:1999/07/25:iswxdigit:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2010/09/20:isxdigit:3:isalpha:3:
-○:LDP man-pages:3.52:2010/09/20:j0:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:j0f:3:j0:3:
-@:LDP man-pages:3.52:2010/09/20:j0l:3:j0:3:
-@:LDP man-pages:3.52:2010/09/20:j1:3:j0:3:
-@:LDP man-pages:3.52:2010/09/20:j1f:3:j0:3:
-@:LDP man-pages:3.52:2010/09/20:j1l:3:j0:3:
-@:LDP man-pages:3.52:2010/09/20:jn:3:j0:3:
-@:LDP man-pages:3.52:2010/09/20:jnf:3:j0:3:
-@:LDP man-pages:3.52:2010/09/20:jnl:3:j0:3:
-@:LDP man-pages:3.52:2013/06/21:jrand48:3:drand48:3:
-@:LDP man-pages:3.52:2007/07/26:jrand48_r:3:drand48_r:3:
-@:LDP man-pages:3.52:2002/07/18:key_decryptsession:3:key_setsecret:3:
-@:LDP man-pages:3.52:2002/07/18:key_encryptsession:3:key_setsecret:3:
-@:LDP man-pages:3.52:2002/07/18:key_gendes:3:key_setsecret:3:
-@:LDP man-pages:3.52:2002/07/18:key_secretkey_is_set:3:key_setsecret:3:
-○:LDP man-pages:3.52:2002/07/18:key_setsecret:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/11/29:klogctl:3:syslog:2:
-@:LDP man-pages:3.52:2013/06/21:l64a:3:a64l:3:
-@:LDP man-pages:3.52:2013/06/21:labs:3:abs:3:
-@:LDP man-pages:3.52:2013/04/19:lckpwdf:3:getspnam:3:
-@:LDP man-pages:3.52:2013/06/21:lcong48:3:drand48:3:
-@:LDP man-pages:3.52:2007/07/26:lcong48_r:3:drand48_r:3:
-○:LDP man-pages:3.52:2010/09/20:ldexp:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:ldexpf:3:ldexp:3:
-@:LDP man-pages:3.52:2010/09/20:ldexpl:3:ldexp:3:
-@:LDP man-pages:3.52:2012/04/17:ldiv:3:div:3:
-@:LDP man-pages:3.52:2010/09/10:le16toh:3:endian:3:
-@:LDP man-pages:3.52:2010/09/10:le32toh:3:endian:3:
-@:LDP man-pages:3.52:2010/09/10:le64toh:3:endian:3:
-@:LDP man-pages:3.52:1999/09/27:lfind:3:lsearch:3:
-○:LDP man-pages:3.52:2010/09/11:lgamma:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/11:lgamma_r:3:lgamma:3:
-@:LDP man-pages:3.52:2010/09/11:lgammaf:3:lgamma:3:
-@:LDP man-pages:3.52:2010/09/11:lgammaf_r:3:lgamma:3:
-@:LDP man-pages:3.52:2010/09/11:lgammal:3:lgamma:3:
-@:LDP man-pages:3.52:2010/09/11:lgammal_r:3:lgamma:3:
-○:LDP man-pages:3.52:2012/05/08:lio_listio:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:llabs:3:abs:3:
-@:LDP man-pages:3.52:2012/04/17:lldiv:3:div:3:
-@:LDP man-pages:3.52:2010/09/20:llrint:3:lrint:3:
-@:LDP man-pages:3.52:2010/09/20:llrintf:3:lrint:3:
-@:LDP man-pages:3.52:2010/09/20:llrintl:3:lrint:3:
-@:LDP man-pages:3.52:2010/09/20:llround:3:lround:3:
-@:LDP man-pages:3.52:2010/09/20:llroundf:3:lround:3:
-@:LDP man-pages:3.52:2010/09/20:llroundl:3:lround:3:
-○:LDP man-pages:3.52:2013/06/21:localeconv:3:2013/07/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
-@:LDP man-pages:3.52:2010/02/25:localtime:3:ctime:3:
-@:LDP man-pages:3.52:2010/02/25:localtime_r:3:ctime:3:
-○:LDP man-pages:3.52:2012/07/07:lockf:3:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:log:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:log10:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:log10f:3:log10:3:
-@:LDP man-pages:3.52:2010/09/20:log10l:3:log10:3:
-○:LDP man-pages:3.52:2010/09/20:log1p:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:log1pf:3:log1p:3:
-@:LDP man-pages:3.52:2010/09/20:log1pl:3:log1p:3:
-○:LDP man-pages:3.52:2010/09/12:log2:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/12:log2f:3:log2:3:
-@:LDP man-pages:3.52:2010/09/12:log2l:3:log2:3:
-○:LDP man-pages:3.52:2010/09/20:logb:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:logbf:3:logb:3:
-@:LDP man-pages:3.52:2010/09/20:logbl:3:logb:3:
-@:LDP man-pages:3.52:2010/09/20:logf:3:log:3:
-○:LDP man-pages:3.52:2004/05/06:login:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2010/06/13:login_tty:3:openpty:3:
-@:LDP man-pages:3.52:2010/09/20:logl:3:log:3:
-@:LDP man-pages:3.52:2004/05/06:logout:3:login:3:
-@:LDP man-pages:3.52:2008/07/02:logwtmp:3:updwtmp:3:
-○:LDP man-pages:3.52:2009/01/13:longjmp:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:lrand48:3:drand48:3:
-@:LDP man-pages:3.52:2007/07/26:lrand48_r:3:drand48_r:3:
-○:LDP man-pages:3.52:2010/09/20:lrint:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:lrintf:3:lrint:3:
-@:LDP man-pages:3.52:2010/09/20:lrintl:3:lrint:3:
-○:LDP man-pages:3.52:2010/09/20:lround:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:lroundf:3:lround:3:
-@:LDP man-pages:3.52:2010/09/20:lroundl:3:lround:3:
-○:LDP man-pages:3.52:1999/09/27:lsearch:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2004/12/11:lseek64:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2013/03/15:lutimes:3:futimes:3:
-@:LDP man-pages:3.52:2012/05/10:major:3:makedev:3:
-○:LDP man-pages:3.52:2013/02/12:makecontext:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/10:makedev:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2012/05/06:mallinfo:3:::::
-○:LDP man-pages:3.52:2012/05/10:malloc:3:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2012/05/04:malloc_get_state:3:::::
-○:LDP man-pages:3.52:2010/10/13:malloc_hook:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2013/04/19:malloc_info:3:::::
-※:LDP man-pages:3.52:2012/05/04:malloc_set_state:3:malloc_get_state:3:
-○:LDP man-pages:3.52:2012/05/06:malloc_stats:3:2013/05/06::amotoki@gmail.com:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2012/03/29:malloc_trim:3:::::
-×:LDP man-pages:3.52:2012/03/29:malloc_usable_size:3:::::
-×:LDP man-pages:3.52:2012/04/30:mallopt:3:::::
-○:LDP man-pages:3.52:2010/09/10:matherr:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/21:mblen:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2013/06/21:mbrlen:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2013/06/21:mbrtowc:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2000/11/20:mbsinit:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2011/10/01:mbsnrtowcs:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2011/09/28:mbsrtowcs:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2011/09/28:mbstowcs:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2011/09/28:mbtowc:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-×:LDP man-pages:3.52:2012/04/18:mcheck:3:::::
-※:LDP man-pages:3.52:2012/04/18:mcheck_check_all:3:mcheck:3:
-※:LDP man-pages:3.52:2012/04/18:mcheck_pedantic:3:mcheck:3:
-@:LDP man-pages:3.52:2012/03/23:memalign:3:posix_memalign:3:
-○:LDP man-pages:3.52:2009/01/13:memccpy:3:2013/07/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
-○:LDP man-pages:3.52:2012/04/23:memchr:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/11/25:memcmp:3:2013/03/25::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-○:LDP man-pages:3.52:2010/11/15:memcpy:3:2013/03/25::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
-○:LDP man-pages:3.52:2010/09/10:memfrob:3:2013/03/25::ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-○:LDP man-pages:3.52:2008/12/05:memmem:3:2013/07/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
-○:LDP man-pages:3.52:1993/04/10:memmove:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/08/12:mempcpy:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2012/04/23:memrchr:3:memchr:3:
-○:LDP man-pages:3.52:1993/04/11:memset:3:2013/07/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
-@:LDP man-pages:3.52:2012/05/10:minor:3:makedev:3:
-○:LDP man-pages:3.52:2010/09/26:mkdtemp:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/01/27:mkfifo:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2009/12/13:mkfifoat:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2012/12/21:mkostemp:3:mkstemp:3:
-@:LDP man-pages:3.52:2012/12/21:mkostemps:3:mkstemp:3:
-○:LDP man-pages:3.52:2012/12/21:mkstemp:3:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/12/21:mkstemps:3:mkstemp:3:
-○:LDP man-pages:3.52:2013/04/19:mktemp:3:2013/07/24::tanisako@osa.dec.com:Kazuyuki Tanisako:
-@:LDP man-pages:3.52:2010/02/25:mktime:3:ctime:3:
-@:LDP man-pages:3.52:2013/04/17:mmap64:3:mmap:2:
-○:LDP man-pages:3.52:2013/06/21:modf:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:modff:3:modf:3:
-@:LDP man-pages:3.52:2013/06/21:modfl:3:modf:3:
-○:LDP man-pages:3.52:2012/04/26:mpool:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-※:LDP man-pages:3.52:2012/04/18:mprobe:3:mcheck:3:
-○:LDP man-pages:3.52:2010/08/29:mq_close:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/08/29:mq_getattr:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/10/04:mq_notify:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2009/02/20:mq_open:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:mq_receive:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:mq_send:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/08/29:mq_setattr:3:mq_getattr:3:
-@:LDP man-pages:3.52:2010/09/20:mq_timedreceive:3:mq_receive:3:
-@:LDP man-pages:3.52:2010/09/20:mq_timedsend:3:mq_send:3:
-○:LDP man-pages:3.52:2010/08/29:mq_unlink:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:mrand48:3:drand48:3:
-@:LDP man-pages:3.52:2007/07/26:mrand48_r:3:drand48_r:3:
-×:LDP man-pages:3.52:2012/04/18:mtrace:3:::::
-※:LDP man-pages:3.52:2012/04/18:muntrace:3:mtrace:3:
-○:LDP man-pages:3.52:2010/09/20:nan:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:nanf:3:nan:3:
-@:LDP man-pages:3.52:2010/09/20:nanl:3:nan:3:
-@:LDP man-pages:3.52:2010/09/20:nearbyint:3:rint:3:
-@:LDP man-pages:3.52:2010/09/20:nearbyintf:3:rint:3:
-@:LDP man-pages:3.52:2010/09/20:nearbyintl:3:rint:3:
-○:LDP man-pages:3.52:2012/08/05:netlink:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2010/09/20:nextafter:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:nextafterf:3:nextafter:3:
-@:LDP man-pages:3.52:2010/09/20:nextafterl:3:nextafter:3:
-@:LDP man-pages:3.52:2010/09/20:nexttoward:3:nextafter:3:
-@:LDP man-pages:3.52:2010/09/20:nexttowardf:3:nextafter:3:
-@:LDP man-pages:3.52:2010/09/20:nexttowardl:3:nextafter:3:
-@:LDP man-pages:3.52:2010/09/20:nftw:3:ftw:3:
-○:LDP man-pages:3.52:2010/10/03:nl_langinfo:3:2013/03/25::KY4N-UCD@asahi-net.or.jp:UCHIDA Norihiro:
-@:LDP man-pages:3.52:2013/06/21:nrand48:3:drand48:3:
-@:LDP man-pages:3.52:2007/07/26:nrand48_r:3:drand48_r:3:
-@:LDP man-pages:3.52:2009/01/15:ntohl:3:byteorder:3:
-@:LDP man-pages:3.52:2009/01/15:ntohs:3:byteorder:3:
-○:LDP man-pages:3.52:2008/07/12:offsetof:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/12/05:on_exit:3:2013/07/24:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/04/28:open_memstream:3:fmemopen:3:
-@:LDP man-pages:3.52:2012/04/28:open_wmemstream:3:fmemopen:3:
-○:LDP man-pages:3.52:2010/06/20:opendir:3:2013/03/25:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/08/17:openlog:3:syslog:3:
-○:LDP man-pages:3.52:2010/06/13:openpty:3:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/11/01:optarg:3:getopt:3:
-@:LDP man-pages:3.52:2010/11/01:opterr:3:getopt:3:
-@:LDP man-pages:3.52:2010/11/01:optind:3:getopt:3:
-@:LDP man-pages:3.52:2010/11/01:optopt:3:getopt:3:
-@:LDP man-pages:3.52:2003/04/04:passwd2des:3:xcrypt:3:
-@:LDP man-pages:3.52:1993/04/04:pathconf:3:fpathconf:3:
-@:LDP man-pages:3.52:2013/04/19:pclose:3:popen:3:
-○:LDP man-pages:3.52:2012/04/17:perror:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/07/17:pmap_getmaps:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:pmap_getport:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:pmap_rmtcall:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:pmap_set:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:pmap_unset:3:rpc:3:
-○:LDP man-pages:3.52:2013/04/19:popen:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/02/12:posix_fallocate:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2012/03/23:posix_memalign:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/04/20:posix_openpt:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/12:pow:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/08/11:pow10:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2008/08/11:pow10f:3:pow10:3:
-@:LDP man-pages:3.52:2008/08/11:pow10l:3:pow10:3:
-@:LDP man-pages:3.52:2010/09/12:powf:3:pow:3:
-@:LDP man-pages:3.52:2010/09/12:powl:3:pow:3:
-○:LDP man-pages:3.52:2013/03/05:printf:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/07/26:profil:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2006/04/29:program_invocation_name:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2006/04/29:program_invocation_short_name:3:program_invocation_name:3:
-@:LDP man-pages:3.52:2010/10/06:psiginfo:3:psignal:3:
-○:LDP man-pages:3.52:2010/10/06:psignal:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/11/11:pthread_attr_destroy:3:pthread_attr_init:3:
-@:LDP man-pages:3.52:2010/09/10:pthread_attr_getaffinity_np:3:pthread_attr_setaffinity_np:3:
-@:LDP man-pages:3.52:2010/02/03:pthread_attr_getdetachstate:3:pthread_attr_setdetachstate:3:
-@:LDP man-pages:3.52:2008/10/24:pthread_attr_getguardsize:3:pthread_attr_setguardsize:3:
-@:LDP man-pages:3.52:2013/04/19:pthread_attr_getinheritsched:3:pthread_attr_setinheritsched:3:
-@:LDP man-pages:3.52:2013/06/21:pthread_attr_getschedparam:3:pthread_attr_setschedparam:3:
-@:LDP man-pages:3.52:2013/06/21:pthread_attr_getschedpolicy:3:pthread_attr_setschedpolicy:3:
-@:LDP man-pages:3.52:2013/04/19:pthread_attr_getscope:3:pthread_attr_setscope:3:
-@:LDP man-pages:3.52:2008/10/24:pthread_attr_getstack:3:pthread_attr_setstack:3:
-@:LDP man-pages:3.52:2008/10/24:pthread_attr_getstackaddr:3:pthread_attr_setstackaddr:3:
-@:LDP man-pages:3.52:2012/03/15:pthread_attr_getstacksize:3:pthread_attr_setstacksize:3:
-○:LDP man-pages:3.52:2008/11/11:pthread_attr_init:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/10:pthread_attr_setaffinity_np:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/02/03:pthread_attr_setdetachstate:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/10/24:pthread_attr_setguardsize:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/19:pthread_attr_setinheritsched:3:2013/07/30::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/21:pthread_attr_setschedparam:3:2013/07/30::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/21:pthread_attr_setschedpolicy:3:2013/07/30::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/19:pthread_attr_setscope:3:2013/07/30::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/10/24:pthread_attr_setstack:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/10/24:pthread_attr_setstackaddr:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/03/15:pthread_attr_setstacksize:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/11/17:pthread_cancel:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/11/24:pthread_cleanup_pop:3:pthread_cleanup_push:3:
-@:LDP man-pages:3.52:2008/12/04:pthread_cleanup_pop_restore_np:3:pthread_cleanup_push_defer_np:3:
-○:LDP man-pages:3.52:2008/11/24:pthread_cleanup_push:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/12/04:pthread_cleanup_push_defer_np:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/03:pthread_create:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/11/27:pthread_detach:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2009/03/30:pthread_equal:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2009/03/30:pthread_exit:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/10:pthread_getaffinity_np:3:pthread_setaffinity_np:3:
-○:LDP man-pages:3.52:2010/09/10:pthread_getattr_np:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2009/04/10:pthread_getconcurrency:3:pthread_setconcurrency:3:
-○:LDP man-pages:3.52:2009/02/08:pthread_getcpuclockid:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:pthread_getname_np:3:pthread_setname_np:3:
-@:LDP man-pages:3.52:2008/11/17:pthread_getschedparam:3:pthread_setschedparam:3:
-○:LDP man-pages:3.52:2008/11/27:pthread_join:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/19:pthread_kill:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/09:pthread_kill_other_threads_np:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/10/24:pthread_self:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/10:pthread_setaffinity_np:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/11/24:pthread_setcancelstate:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/11/24:pthread_setcanceltype:3:pthread_setcancelstate:3:
-○:LDP man-pages:3.52:2009/04/10:pthread_setconcurrency:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/21:pthread_setname_np:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/11/17:pthread_setschedparam:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/11/06:pthread_setschedprio:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/03:pthread_sigmask:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/19:pthread_sigqueue:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/04/14:pthread_testcancel:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/10:pthread_timedjoin_np:3:pthread_tryjoin_np:3:
-○:LDP man-pages:3.52:2010/09/10:pthread_tryjoin_np:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/03/05:pthread_yield:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/21:ptsname:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:ptsname_r:3:ptsname:3:
-@:LDP man-pages:3.52:2011/09/28:putc:3:puts:3:
-@:LDP man-pages:3.52:2008/08/29:putc_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.52:2011/09/28:putchar:3:puts:3:
-@:LDP man-pages:3.52:2008/08/29:putchar_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.52:2013/04/19:putenv:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2003/09/09:putgrent:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2013/04/19:putpwent:3:2013/07/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-○:LDP man-pages:3.52:2011/09/28:puts:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2013/04/19:putspent:3:getspnam:3:
-@:LDP man-pages:3.52:2013/04/19:pututline:3:getutent:3:
-@:LDP man-pages:3.52:2013/04/19:pututxline:3:getutent:3:
-@:LDP man-pages:3.52:2010/09/26:putw:3:getw:3:
-@:LDP man-pages:3.52:2013/04/19:putwc:3:fputwc:3:
-@:LDP man-pages:3.52:2008/08/29:putwc_unlocked:3:unlocked_stdio:3:
-○:LDP man-pages:3.52:1999/07/25:putwchar:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2008/08/29:putwchar_unlocked:3:unlocked_stdio:3:
-@:LDP man-pages:3.52:2012/03/23:pvalloc:3:posix_memalign:3:
-○:LDP man-pages:3.52:2013/06/21:qecvt:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2007/07/26:qecvt_r:3:ecvt_r:3:
-@:LDP man-pages:3.52:2013/06/21:qfcvt:3:qecvt:3:
-@:LDP man-pages:3.52:2007/07/26:qfcvt_r:3:ecvt_r:3:
-@:LDP man-pages:3.52:2013/06/21:qgcvt:3:qecvt:3:
-○:LDP man-pages:3.52:2012/03/08:qsort:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/03/08:qsort_r:3:qsort:3:
-○:LDP man-pages:3.52:2007/12/28:queue:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/04/20:raise:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/10/01:rand:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/10/01:rand_r:3:rand:3:
-○:LDP man-pages:3.52:2013/04/19:random:3:2013/07/24::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi:
-○:LDP man-pages:3.52:2013/04/19:random_r:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/04/23:rawmemchr:3:memchr:3:
-○:LDP man-pages:3.52:2012/04/23:rcmd:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/04/23:rcmd_af:3:rcmd:3:
-○:LDP man-pages:3.52:2013/06/21:re_comp:3:2013/07/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-@:LDP man-pages:3.52:2013/06/21:re_exec:3:re_comp:3:
-○:LDP man-pages:3.52:2013/06/21:readdir:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:readdir_r:3:readdir:3:
-@:LDP man-pages:3.52:2012/05/10:realloc:3:malloc:3:
-○:LDP man-pages:3.52:2013/03/15:realpath:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/04/23:recno:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/11:regcomp:3:regex:3:
-@:LDP man-pages:3.52:2013/02/11:regerror:3:regex:3:
-○:LDP man-pages:3.52:2013/02/11:regex:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/11:regexec:3:regex:3:
-@:LDP man-pages:3.52:2013/02/11:regfree:3:regex:3:
-@:LDP man-pages:3.52:2008/07/17:registerrpc:3:rpc:3:
-○:LDP man-pages:3.52:2010/09/20:remainder:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:remainderf:3:remainder:3:
-@:LDP man-pages:3.52:2010/09/20:remainderl:3:remainder:3:
-○:LDP man-pages:3.52:2008/12/03:remove:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2010/09/09:remque:3:insque:3:
-○:LDP man-pages:3.52:2010/09/20:remquo:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:remquof:3:remquo:3:
-@:LDP man-pages:3.52:2010/09/20:remquol:3:remquo:3:
-@:LDP man-pages:3.52:2013/03/05:res_init:3:resolver:3:
-@:LDP man-pages:3.52:2013/03/05:res_mkquery:3:resolver:3:
-@:LDP man-pages:3.52:2013/03/05:res_query:3:resolver:3:
-@:LDP man-pages:3.52:2013/03/05:res_querydomain:3:resolver:3:
-@:LDP man-pages:3.52:2013/03/05:res_search:3:resolver:3:
-@:LDP man-pages:3.52:2013/03/05:res_send:3:resolver:3:
-○:LDP man-pages:3.52:2013/03/05:resolver:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:1993/11/29:rewind:3:fseek:3:
-○:LDP man-pages:3.52:1995/06/11:rewinddir:3:2013/07/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-○:LDP man-pages:3.52:2013/07/04:rexec:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/07/04:rexec_af:3:rexec:3:
-@:LDP man-pages:3.52:2011/09/21:rindex:3:index:3:
-○:LDP man-pages:3.52:2010/09/20:rint:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:rintf:3:rint:3:
-@:LDP man-pages:3.52:2010/09/20:rintl:3:rint:3:
-○:LDP man-pages:3.52:2013/06/21:round:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:roundf:3:round:3:
-@:LDP man-pages:3.52:2013/06/21:roundl:3:round:3:
-○:LDP man-pages:3.52:2008/07/17:rpc:3:2013/07/24::ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2007/07/26:rpmatch:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/04/23:rresvport:3:rcmd:3:
-@:LDP man-pages:3.52:2012/04/23:rresvport_af:3:rcmd:3:
-○:LDP man-pages:3.52:2012/08/03:rtime:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2012/03/24:rtnetlink:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/04/23:ruserok:3:rcmd:3:
-@:LDP man-pages:3.52:2012/04/23:ruserok_af:3:rcmd:3:
-○:LDP man-pages:3.52:2013/03/23:scalb:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/03/23:scalbf:3:scalb:3:
-@:LDP man-pages:3.52:2013/03/23:scalbl:3:scalb:3:
-○:LDP man-pages:3.52:2013/06/21:scalbln:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:scalblnf:3:scalbln:3:
-@:LDP man-pages:3.52:2013/06/21:scalblnl:3:scalbln:3:
-@:LDP man-pages:3.52:2013/06/21:scalbn:3:scalbln:3:
-@:LDP man-pages:3.52:2013/06/21:scalbnf:3:scalbln:3:
-@:LDP man-pages:3.52:2013/06/21:scalbnl:3:scalbln:3:
-○:LDP man-pages:3.52:2013/04/19:scandir:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/03/17:scandirat:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/01/30:scanf:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/17:sched_getcpu:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/08/14:secure_getenv:3:getenv:3:
-@:LDP man-pages:3.52:2013/06/21:seed48:3:drand48:3:
-@:LDP man-pages:3.52:2007/07/26:seed48_r:3:drand48_r:3:
-○:LDP man-pages:3.52:2013/03/24:seekdir:3:2013/03/25::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-○:LDP man-pages:3.52:2012/05/13:sem_close:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/13:sem_destroy:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/13:sem_getvalue:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/13:sem_init:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/13:sem_open:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/13:sem_post:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/05/13:sem_timedwait:3:sem_wait:3:
-@:LDP man-pages:3.52:2012/05/13:sem_trywait:3:sem_wait:3:
-○:LDP man-pages:3.52:2012/05/13:sem_unlink:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/13:sem_wait:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2003/09/09:setaliasent:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2012/08/03:setbuf:3:2013/03/25::ysato@h4.dion.ne.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2012/08/03:setbuffer:3:setbuf:3:
-@:LDP man-pages:3.52:2009/03/15:setcontext:3:getcontext:3:
-○:LDP man-pages:3.52:2009/09/20:setenv:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2002/02/28:setfsent:3:getfsent:3:
-@:LDP man-pages:3.52:2013/06/21:setgrent:3:getgrent:3:
-@:LDP man-pages:3.52:2010/10/04:sethostent:3:gethostbyname:3:
-@:LDP man-pages:3.52:2010/09/20:sethostid:3:gethostid:3:
-○:LDP man-pages:3.52:2009/06/26:setjmp:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2013/06/21:setkey:3:encrypt:3:
-@:LDP man-pages:3.52:2013/06/21:setkey_r:3:encrypt:3:
-@:LDP man-pages:3.52:2012/08/03:setlinebuf:3:setbuf:3:
-○:LDP man-pages:3.52:2008/12/05:setlocale:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2001/10/05:setlogmask:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2009/09/15:setmntent:3:getmntent:3:
-@:LDP man-pages:3.52:2008/08/19:setnetent:3:getnetent:3:
-○:LDP man-pages:3.52:2007/07/26:setnetgrent:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/19:setprotoent:3:getprotoent:3:
-@:LDP man-pages:3.52:2013/06/21:setpwent:3:getpwent:3:
-@:LDP man-pages:3.52:2008/08/19:setrpcent:3:getrpcent:3:
-@:LDP man-pages:3.52:2008/08/19:setservent:3:getservent:3:
-@:LDP man-pages:3.52:2013/04/19:setspent:3:getspnam:3:
-@:LDP man-pages:3.52:2013/04/19:setstate:3:random:3:
-@:LDP man-pages:3.52:2013/04/19:setstate_r:3:random_r:3:
-@:LDP man-pages:3.52:2013/06/21:setttyent:3:getttyent:3:
-@:LDP man-pages:3.52:2013/06/21:setusershell:3:getusershell:3:
-@:LDP man-pages:3.52:2013/04/19:setutent:3:getutent:3:
-@:LDP man-pages:3.52:2013/04/19:setutxent:3:getutent:3:
-@:LDP man-pages:3.52:2012/08/03:setvbuf:3:setbuf:3:
-@:LDP man-pages:3.52:2013/04/19:sgetspent:3:getspnam:3:
-@:LDP man-pages:3.52:2013/04/19:sgetspent_r:3:getspnam:3:
-○:LDP man-pages:3.52:2009/02/25:shm_open:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2009/02/25:shm_unlink:3:shm_open:3:
-@:LDP man-pages:3.52:2013/04/19:sigaddset:3:sigsetops:3:
-@:LDP man-pages:3.52:2013/04/19:sigandset:3:sigsetops:3:
-@:LDP man-pages:3.52:2012/09/06:sigblock:3:sigvec:3:
-@:LDP man-pages:3.52:2013/04/19:sigdelset:3:sigsetops:3:
-@:LDP man-pages:3.52:2013/04/19:sigemptyset:3:sigsetops:3:
-@:LDP man-pages:3.52:2013/04/19:sigfillset:3:sigsetops:3:
-@:LDP man-pages:3.52:2012/09/06:siggetmask:3:sigvec:3:
-@:LDP man-pages:3.52:2010/09/20:sighold:3:sigset:3:
-@:LDP man-pages:3.52:2010/09/20:sigignore:3:sigset:3:
-○:LDP man-pages:3.52:2013/04/19:siginterrupt:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-@:LDP man-pages:3.52:2013/04/19:sigisemptyset:3:sigsetops:3:
-@:LDP man-pages:3.52:2013/04/19:sigismember:3:sigsetops:3:
-@:LDP man-pages:3.52:2009/01/13:siglongjmp:3:longjmp:3:
-@:LDP man-pages:3.52:2012/09/06:sigmask:3:sigvec:3:
-○:LDP man-pages:3.52:2013/07/04:signbit:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/11:signgam:3:lgamma:3:
-○:LDP man-pages:3.52:2009/02/04:significand:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2009/02/04:significandf:3:significand:3:
-@:LDP man-pages:3.52:2009/02/04:significandl:3:significand:3:
-@:LDP man-pages:3.52:2013/04/19:sigorset:3:sigsetops:3:
-○:LDP man-pages:3.52:2010/09/12:sigpause:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/03/25:sigqueue:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:sigrelse:3:sigset:3:
-○:LDP man-pages:3.52:2010/09/20:sigset:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2009/06/26:sigsetjmp:3:setjmp:3:
-@:LDP man-pages:3.52:2012/09/06:sigsetmask:3:sigvec:3:
-○:LDP man-pages:3.52:2013/04/19:sigsetops:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/26:sigstack:3:sigaltstack:2:
-○:LDP man-pages:3.52:2012/09/06:sigvec:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/07/21:sigwait:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/11:sin:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/08/11:sincos:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/11:sincosf:3:sincos:3:
-@:LDP man-pages:3.52:2008/08/11:sincosl:3:sincos:3:
-@:LDP man-pages:3.52:2010/09/11:sinf:3:sin:3:
-○:LDP man-pages:3.52:2010/09/20:sinh:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:sinhf:3:sinh:3:
-@:LDP man-pages:3.52:2010/09/20:sinhl:3:sinh:3:
-@:LDP man-pages:3.52:2010/09/11:sinl:3:sin:3:
-○:LDP man-pages:3.52:2010/02/03:sleep:3:2013/03/25::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi:
-@:LDP man-pages:3.52:2013/03/05:snprintf:3:printf:3:
-○:LDP man-pages:3.52:2008/12/03:sockatmark:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2013/03/05:sprintf:3:printf:3:
-○:LDP man-pages:3.52:2010/09/20:sqrt:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:sqrtf:3:sqrt:3:
-@:LDP man-pages:3.52:2010/09/20:sqrtl:3:sqrt:3:
-@:LDP man-pages:3.52:2010/10/01:srand:3:rand:3:
-@:LDP man-pages:3.52:2013/06/21:srand48:3:drand48:3:
-@:LDP man-pages:3.52:2007/07/26:srand48_r:3:drand48_r:3:
-@:LDP man-pages:3.52:2013/04/19:srandom:3:random:3:
-@:LDP man-pages:3.52:2013/04/19:srandom_r:3:random_r:3:
-@:LDP man-pages:3.52:2013/01/30:sscanf:3:scanf:3:
-@:LDP man-pages:3.52:2007/07/26:ssignal:3:gsignal:3:
-○:LDP man-pages:3.52:2003/08/22:statvfs:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2013/03/15:stdarg:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2008/07/14:stderr:3:stdin:3:
-○:LDP man-pages:3.52:2008/07/14:stdin:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2001/12/26:stdio:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2013/06/21:stdio_ext:3:2013/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/07/14:stdout:3:stdin:3:
-○:LDP man-pages:3.52:2012/03/15:stpcpy:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2011/09/28:stpncpy:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2012/05/10:strcasecmp:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2011/09/28:strcasestr:3:strstr:3:
-○:LDP man-pages:3.52:2012/07/19:strcat:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/04/24:strchr:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/04/24:strchrnul:3:strchr:3:
-○:LDP man-pages:3.52:2012/11/25:strcmp:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:strcoll:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/07/19:strcpy:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/05/10:strcspn:3:strspn:3:
-○:LDP man-pages:3.52:2013/04/19:strdup:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/19:strdupa:3:strdup:3:
-○:LDP man-pages:3.52:2013/06/21:strerror:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:strerror_r:3:strerror:3:
-○:LDP man-pages:3.52:2000/12/05:strfmon:3:2013/07/24::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2010/09/20:strfry:3:2013/07/24::motoki@hal.t.u-tokyo.ac.jp:Akihiro Motoki:
-○:LDP man-pages:3.52:2013/06/28:strftime:3:2013/07/30::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/02/25:string:3:2013/03/25::yoshino@civil.jcn.nihon-u.ac.jp:YOSHINO Takashi:
-○:LDP man-pages:3.52:2012/05/04:strlen:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/05/10:strncasecmp:3:strcasecmp:3:
-@:LDP man-pages:3.52:2012/07/19:strncat:3:strcat:3:
-@:LDP man-pages:3.52:2012/11/25:strncmp:3:strcmp:3:
-@:LDP man-pages:3.52:2012/07/19:strncpy:3:strcpy:3:
-@:LDP man-pages:3.52:2013/04/19:strndup:3:strdup:3:
-@:LDP man-pages:3.52:2013/04/19:strndupa:3:strdup:3:
-○:LDP man-pages:3.52:2012/05/10:strnlen:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/10:strpbrk:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2009/12/05:strptime:3:2013/07/24::ysato@h4.dion.ne.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2012/04/24:strrchr:3:strchr:3:
-○:LDP man-pages:3.52:2011/09/28:strsep:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2010/09/15:strsignal:3:2013/07/24::argrath@yo.rim.or.jp:Kentaro Shirakata:
-○:LDP man-pages:3.52:2012/05/10:strspn:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2011/09/28:strstr:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2010/09/20:strtod:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:strtof:3:strtod:3:
-○:LDP man-pages:3.52:2003/11/28:strtoimax:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2013/05/19:strtok:3:2013/07/30:o:amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/05/19:strtok_r:3:strtok:3:
-○:LDP man-pages:3.52:2013/02/10:strtol:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:strtold:3:strtod:3:
-@:LDP man-pages:3.52:2013/02/10:strtoll:3:strtol:3:
-@:LDP man-pages:3.52:2013/02/10:strtoq:3:strtol:3:
-○:LDP man-pages:3.52:2011/09/15:strtoul:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2011/09/15:strtoull:3:strtoul:3:
-@:LDP man-pages:3.52:2003/11/28:strtoumax:3:strtoimax:3:
-@:LDP man-pages:3.52:2011/09/15:strtouq:3:strtoul:3:
-○:LDP man-pages:3.52:2001/12/19:strverscmp:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/10:strxfrm:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/07/17:svc_destroy:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svc_freeargs:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svc_getargs:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svc_getcaller:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svc_getreq:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svc_getreqset:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svc_register:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svc_run:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svc_sendreply:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svc_unregister:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svcerr_auth:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svcerr_decode:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svcerr_noproc:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svcerr_noprog:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svcerr_progvers:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svcerr_systemerr:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svcerr_weakauth:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svcfd_create:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svcraw_create:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svctcp_create:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svcudp_bufcreate:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:svcudp_create:3:rpc:3:
-○:LDP man-pages:3.52:2001/12/15:swab:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2013/02/12:swapcontext:3:makecontext:3:
-@:LDP man-pages:3.52:2011/09/17:swprintf:3:wprintf:3:
-@:LDP man-pages:3.52:2012/04/17:sys_errlist:3:perror:3:
-@:LDP man-pages:3.52:2012/04/17:sys_nerr:3:perror:3:
-○:LDP man-pages:3.52:2013/02/12:sysconf:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/17:syslog:3:2013/03/26:o:amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/10:system:3:2013/03/25:o:amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/05/04:sysv_signal:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/11:tan:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/11:tanf:3:tan:3:
-○:LDP man-pages:3.52:2010/09/20:tanh:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:tanhf:3:tanh:3:
-@:LDP man-pages:3.52:2010/09/20:tanhl:3:tanh:3:
-@:LDP man-pages:3.52:2010/09/11:tanl:3:tan:3:
-@:LDP man-pages:3.52:2013/03/15:tcdrain:3:termios:3:
-@:LDP man-pages:3.52:2013/03/15:tcflow:3:termios:3:
-@:LDP man-pages:3.52:2013/03/15:tcflush:3:termios:3:
-@:LDP man-pages:3.52:2013/03/15:tcgetattr:3:termios:3:
-○:LDP man-pages:3.52:2003/01/28:tcgetpgrp:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/10:tcgetsid:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/03/15:tcsendbreak:3:termios:3:
-@:LDP man-pages:3.52:2013/03/15:tcsetattr:3:termios:3:
-@:LDP man-pages:3.52:2003/01/28:tcsetpgrp:3:tcgetpgrp:3:
-@:LDP man-pages:3.52:2012/08/03:tdelete:3:tsearch:3:
-@:LDP man-pages:3.52:2012/08/03:tdestroy:3:tsearch:3:
-○:LDP man-pages:3.52:2013/03/24:telldir:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/19:tempnam:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/03/15:termios:3:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/08/03:tfind:3:tsearch:3:
-○:LDP man-pages:3.52:2010/09/20:tgamma:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:tgammaf:3:tgamma:3:
-@:LDP man-pages:3.52:2010/09/20:tgammal:3:tgamma:3:
-○:LDP man-pages:3.52:2013/07/04:timegm:3:2013/07/24::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.52:2013/07/04:timelocal:3:timegm:3:
-○:LDP man-pages:3.52:2010/02/25:timeradd:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/02/25:timerclear:3:timeradd:3:
-@:LDP man-pages:3.52:2010/02/25:timercmp:3:timeradd:3:
-@:LDP man-pages:3.52:2010/02/25:timerisset:3:timeradd:3:
-@:LDP man-pages:3.52:2010/02/25:timersub:3:timeradd:3:
-@:LDP man-pages:3.52:2012/03/25:timezone:3:tzset:3:
-○:LDP man-pages:3.52:2008/07/14:tmpfile:3:2013/07/24:o:ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2013/06/21:tmpnam:3:2013/07/30:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:tmpnam_r:3:tmpnam:3:
-○:LDP man-pages:3.52:2009/03/15:toascii:3:2013/07/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
-@:LDP man-pages:3.52:1993/04/04:tolower:3:toupper:3:
-○:LDP man-pages:3.52:1993/04/04:toupper:3:2013/03/25::rui@linux.or.jp:Ueyama Rui:
-○:LDP man-pages:3.52:1999/07/25:towctrans:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:1999/07/25:towlower:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:1999/07/25:towupper:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:2013/06/21:trunc:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/06/21:truncf:3:trunc:3:
-@:LDP man-pages:3.52:2013/06/21:truncl:3:trunc:3:
-○:LDP man-pages:3.52:2012/08/03:tsearch:3:2013/03/25::ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2013/06/21:ttyname:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2013/06/21:ttyname_r:3:ttyname:3:
-○:LDP man-pages:3.52:2013/06/21:ttyslot:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2012/08/03:twalk:3:tsearch:3:
-@:LDP man-pages:3.52:2012/03/25:tzname:3:tzset:3:
-○:LDP man-pages:3.52:2012/03/25:tzset:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/18:ualarm:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/19:ulckpwdf:3:getspnam:3:
-○:LDP man-pages:3.52:2008/08/06:ulimit:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2012/12/21:undocumented:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/01/18:ungetc:3:gets:3:
-○:LDP man-pages:3.52:1999/09/19:ungetwc:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2008/08/29:unlocked_stdio:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/06/14:unlockpt:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2009/09/20:unsetenv:3:setenv:3:
-○:LDP man-pages:3.52:2008/07/02:updwtmp:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-@:LDP man-pages:3.52:2008/07/02:updwtmpx:3:updwtmp:3:
-○:LDP man-pages:3.52:2013/04/19:usleep:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/04/19:utmpname:3:getutent:3:
-@:LDP man-pages:3.52:2013/04/19:utmpxname:3:getutent:3:
-@:LDP man-pages:3.52:2013/03/15:va_arg:3:stdarg:3:
-@:LDP man-pages:3.52:2013/03/15:va_copy:3:stdarg:3:
-@:LDP man-pages:3.52:2013/03/15:va_end:3:stdarg:3:
-@:LDP man-pages:3.52:2013/03/15:va_start:3:stdarg:3:
-@:LDP man-pages:3.52:2012/03/23:valloc:3:posix_memalign:3:
-@:LDP man-pages:3.52:2013/06/21:vasprintf:3:asprintf:3:
-@:LDP man-pages:3.52:2010/09/15:vdprintf:3:dprintf:3:
-@:LDP man-pages:3.52:2012/03/15:verr:3:err:3:
-@:LDP man-pages:3.52:2012/03/15:verrx:3:err:3:
-@:LDP man-pages:3.52:2013/04/19:versionsort:3:scandir:3:
-@:LDP man-pages:3.52:2013/03/05:vfprintf:3:printf:3:
-@:LDP man-pages:3.52:2013/01/30:vfscanf:3:scanf:3:
-@:LDP man-pages:3.52:2011/09/17:vfwprintf:3:wprintf:3:
-@:LDP man-pages:3.52:2013/02/11:vlimit:3:getrlimit:2:
-@:LDP man-pages:3.52:2013/03/05:vprintf:3:printf:3:
-@:LDP man-pages:3.52:2013/01/30:vscanf:3:scanf:3:
-@:LDP man-pages:3.52:2013/03/05:vsnprintf:3:printf:3:
-@:LDP man-pages:3.52:2013/03/05:vsprintf:3:printf:3:
-@:LDP man-pages:3.52:2013/01/30:vsscanf:3:scanf:3:
-@:LDP man-pages:3.52:2011/09/17:vswprintf:3:wprintf:3:
-@:LDP man-pages:3.52:2012/08/17:vsyslog:3:syslog:3:
-@:LDP man-pages:3.52:2010/09/26:vtimes:3:getrusage:2:
-@:LDP man-pages:3.52:2012/03/15:vwarn:3:err:3:
-@:LDP man-pages:3.52:2012/03/15:vwarnx:3:err:3:
-@:LDP man-pages:3.52:2011/09/17:vwprintf:3:wprintf:3:
-@:LDP man-pages:3.52:2012/03/15:warn:3:err:3:
-@:LDP man-pages:3.52:2012/03/15:warnx:3:err:3:
-○:LDP man-pages:3.52:2011/10/01:wcpcpy:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2011/10/01:wcpncpy:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:2011/09/28:wcrtomb:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/15:wcscasecmp:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:2011/09/28:wcscat:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:1999/07/25:wcschr:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:1999/07/25:wcscmp:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:2011/09/28:wcscpy:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:1999/07/25:wcscspn:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:2013/04/19:wcsdup:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2011/09/28:wcslen:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/15:wcsncasecmp:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:2011/09/28:wcsncat:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:2011/09/28:wcsncmp:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2011/09/28:wcsncpy:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:2011/10/01:wcsnlen:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:2011/10/16:wcsnrtombs:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:1999/07/25:wcspbrk:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:1999/07/25:wcsrchr:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:2011/10/16:wcsrtombs:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:1999/07/25:wcsspn:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:2011/09/28:wcsstr:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:2003/11/01:wcstoimax:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2011/09/28:wcstok:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:2011/10/16:wcstombs:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2003/11/01:wcstoumax:3:wcstoimax:3:
-○:LDP man-pages:3.52:2010/09/10:wcswidth:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:2011/09/22:wctob:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:1999/07/25:wctomb:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:1999/07/25:wctrans:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:1999/07/25:wctype:3:2013/03/25::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:2011/09/28:wcwidth:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:1999/07/25:wmemchr:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:1999/07/25:wmemcmp:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:1999/07/25:wmemcpy:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:1999/07/25:wmemmove:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-@:LDP man-pages:3.52:2008/08/12:wmempcpy:3:mempcpy:3:
-○:LDP man-pages:3.52:1999/07/25:wmemset:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
-○:LDP man-pages:3.52:2008/07/14:wordexp:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2008/07/14:wordfree:3:wordexp:3:
-○:LDP man-pages:3.52:2011/09/17:wprintf:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2003/04/04:xcrypt:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2003/04/04:xdecrypt:3:xcrypt:3:
-○:LDP man-pages:3.52:2007/12/30:xdr:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-@:LDP man-pages:3.52:2008/07/17:xdr_accepted_reply:3:rpc:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_array:3:xdr:3:
-@:LDP man-pages:3.52:2008/07/17:xdr_authunix_parms:3:rpc:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_bool:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_bytes:3:xdr:3:
-@:LDP man-pages:3.52:2008/07/17:xdr_callhdr:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:xdr_callmsg:3:rpc:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_char:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_destroy:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_double:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_enum:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_float:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_free:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_getpos:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_inline:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_int:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_long:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_opaque:3:xdr:3:
-@:LDP man-pages:3.52:2008/07/17:xdr_opaque_auth:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:xdr_pmap:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:xdr_pmaplist:3:rpc:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_pointer:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_reference:3:xdr:3:
-@:LDP man-pages:3.52:2008/07/17:xdr_rejected_reply:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:xdr_replymsg:3:rpc:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_setpos:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_short:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_string:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_u_char:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_u_int:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_u_long:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_u_short:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_union:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_vector:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_void:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdr_wrapstring:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdrmem_create:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdrrec_create:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdrrec_endofrecord:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdrrec_eof:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdrrec_skiprecord:3:xdr:3:
-@:LDP man-pages:3.52:2007/12/30:xdrstdio_create:3:xdr:3:
-@:LDP man-pages:3.52:2003/04/04:xencrypt:3:xcrypt:3:
-@:LDP man-pages:3.52:2008/07/17:xprt_register:3:rpc:3:
-@:LDP man-pages:3.52:2008/07/17:xprt_unregister:3:rpc:3:
-○:LDP man-pages:3.52:2008/08/10:y0:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2008/08/10:y0f:3:y0:3:
-@:LDP man-pages:3.52:2008/08/10:y0l:3:y0:3:
-@:LDP man-pages:3.52:2008/08/10:y1:3:y0:3:
-@:LDP man-pages:3.52:2008/08/10:y1f:3:y0:3:
-@:LDP man-pages:3.52:2008/08/10:y1l:3:y0:3:
-@:LDP man-pages:3.52:2008/08/10:yn:3:y0:3:
-@:LDP man-pages:3.52:2008/08/10:ynf:3:y0:3:
-@:LDP man-pages:3.52:2008/08/10:ynl:3:y0:3:
-×:LDP man-pages:3.52:2012/08/05:cciss:4:::::
-○:LDP man-pages:3.52:1994/10/31:console:4:2013/07/24:o:argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2012/08/05:console_codes:4:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2009/02/28:console_ioctl:4:2013/07/30::argrath@ub32.org:Kentaro Shirakata:
-×:LDP man-pages:3.52:2009/03/31:cpuid:4:::::
-○:LDP man-pages:3.52:2012/08/05:dsp56k:4:2013/03/25::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2010/08/29:fd:4:2013/03/25:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-○:LDP man-pages:3.52:2007/11/24:full:4:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:1992/12/17:hd:4:2013/07/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-×:LDP man-pages:3.52:2012/08/05:hpsa:4:::::
-○:LDP man-pages:3.52:2010/09/04:initrd:4:2013/03/26:o:amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/10/23:intro:4:2013/03/25:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-@:LDP man-pages:3.52:1992/11/21:kmem:4:mem:4:
-○:LDP man-pages:3.52:1995/01/15:lp:4:2013/07/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-○:LDP man-pages:3.52:1992/11/21:mem:4:2013/07/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-○:LDP man-pages:3.52:1996/02/10:mouse:4:2013/07/24:o:ss236rx@ymg.urban.ne.jp:Shouichi Saito:
-○:LDP man-pages:3.52:2009/03/31:msr:4:2013/07/31::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2009/02/23:null:4:2013/07/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-@:LDP man-pages:3.52:1992/11/21:port:4:mem:4:
-@:LDP man-pages:3.52:2002/10/09:ptmx:4:pts:4:
-○:LDP man-pages:3.52:2002/10/09:pts:4:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:1992/11/21:ram:4:2013/07/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-○:LDP man-pages:3.52:2013/03/15:random:4:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/02/25:rtc:4:2013/03/26::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2012/05/03:sd:4:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/05:sk98lin:4:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/04:st:4:2013/07/24::nakano@st.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2003/04/07:tty:4:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:1992/12/19:ttyS:4:2013/07/24::ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-○:LDP man-pages:3.52:2008/10/29:tty_ioctl:4:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/03/15:urandom:4:random:4:
-○:LDP man-pages:3.52:2007/12/17:vcs:4:2013/07/30::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
-@:LDP man-pages:3.52:2007/12/17:vcsa:4:vcs:4:
-○:LDP man-pages:3.52:1996/10/22:wavelan:4:2013/03/26::ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
-@:LDP man-pages:3.52:2009/02/23:zero:4:null:4:
-○:LDP man-pages:3.52:2008/06/15:acct:5:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:1994/11/28:charmap:5:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2013/06/08:core:5:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2001/12/26:dir_colors:5:2013/07/31::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/17:elf:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/05:filesystems:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/08/05:fs:5:filesystems:5:
-○:LDP man-pages:3.52:2000/08/27:ftpusers:5:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2013/02/13:gai.conf:5:2013/07/31::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/10/21:group:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2003/08/23:host.conf:5:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2002/06/16:hosts:5:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2003/08/24:hosts.equiv:5:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/10/23:intro:5:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-@:LDP man-pages:3.52:2013/02/12:ipc:5:svipc:7:
-○:LDP man-pages:3.52:1993/07/24:issue:5:2013/07/24::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2008/06/17:locale:5:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:1992/12/29:motd:5:2013/07/24::nagoya@cc.hit-u.ac.jp:Hiroaki Nagoya:
-○:LDP man-pages:3.52:2008/09/04:networks:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/04/16:nologin:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/02/12:nscd.conf:5:2006/07/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2013/02/13:nss:5:::::
-○:LDP man-pages:3.52:2013/02/12:nsswitch.conf:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/08/05:numa_maps:5:numa:7:
-○:LDP man-pages:3.52:2012/05/03:passwd:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-☆:LDP man-pages:3.50=>3.52:2013/06/27:proc:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/05:protocols:5:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:2013/03/05:resolv.conf:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/03/05:resolver:5:resolv.conf:5:
-○:LDP man-pages:3.52:1985/09/26:rpc:5:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
-○:LDP man-pages:3.52:1992/12/29:securetty:5:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/05/22:services:5:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro Motoki:
-○:LDP man-pages:3.52:2012/12/31:shells:5:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2007/09/30:slabinfo:5:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:1996/10/21:termcap:5:2013/03/26::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2012/12/31:ttytype:5:2013/03/26::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2012/05/04:tzfile:5:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/02/11:utmp:5:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/11:utmpx:5:utmp:5:
-@:LDP man-pages:3.52:2013/02/11:wtmp:5:utmp:5:
-○:LDP man-pages:3.52:2007/10/23:intro:6:2013/03/25::pessi@kmc.kyoto-u.ac.jp:II Ryouta:
-○:LDP man-pages:3.52:2012/08/05:aio:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:armscii-8:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/11/25:arp:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2009/02/12:ascii:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/19:boot:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/08:bootparam:7:2013/07/31::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/17:capabilities:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/05:charsets:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2011/09/16:complex:7:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:cp1251:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2013/02/12:cpuset:7:::::
-○:LDP man-pages:3.52:2008/06/03:credentials:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/11/20:ddp:7:2013/03/26::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2009/07/25:environ:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/04/17:epoll:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/05:feature_test_macros:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/12/03:fifo:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/05:futex:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/08/05:glibc:7:libc:7:
-○:LDP man-pages:3.52:2012/07/28:glob:7:2013/03/26::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2012/08/05:hier:7:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2010/11/07:hostname:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/10:icmp:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/21:inotify:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/10/23:intro:7:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/04/16:ip:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/12/16:ipv6:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/08/14:iso-8859-1:7:iso_8859-1:7:
-@:LDP man-pages:3.52:2010/09/20:iso-8859-10:7:iso_8859-10:7:
-@:LDP man-pages:3.52:2010/09/20:iso-8859-11:7:iso_8859-11:7:
-@:LDP man-pages:3.52:2010/09/20:iso-8859-13:7:iso_8859-13:7:
-@:LDP man-pages:3.52:2010/09/20:iso-8859-14:7:iso_8859-14:7:
-@:LDP man-pages:3.52:1999/05/31:iso-8859-15:7:iso_8859-15:7:
-@:LDP man-pages:3.52:2012/08/05:iso-8859-16:7:iso_8859-16:7:
-@:LDP man-pages:3.52:2012/08/05:iso-8859-2:7:iso_8859-2:7:
-@:LDP man-pages:3.52:2010/09/20:iso-8859-3:7:iso_8859-3:7:
-@:LDP man-pages:3.52:2009/01/24:iso-8859-4:7:iso_8859-4:7:
-@:LDP man-pages:3.52:2010/09/20:iso-8859-5:7:iso_8859-5:7:
-@:LDP man-pages:3.52:2010/09/20:iso-8859-6:7:iso_8859-6:7:
-@:LDP man-pages:3.52:2008/10/30:iso-8859-7:7:iso_8859-7:7:
-@:LDP man-pages:3.52:2010/09/20:iso-8859-8:7:iso_8859-8:7:
-@:LDP man-pages:3.52:2002/09/24:iso-8859-9:7:iso_8859-9:7:
-○:LDP man-pages:3.52:2012/08/14:iso_8859-1:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:iso_8859-10:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:iso_8859-11:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:iso_8859-13:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:iso_8859-14:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:1999/05/31:iso_8859-15:7:2013/03/25::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2012/08/05:iso_8859-16:7:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/05:iso_8859-2:7:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2010/09/20:iso_8859-3:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2009/01/24:iso_8859-4:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:iso_8859-5:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:iso_8859-6:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/10/30:iso_8859-7:7:2013/03/25::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
-○:LDP man-pages:3.52:2010/09/20:iso_8859-8:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2002/09/24:iso_8859-9:7:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/08/14:iso_8859_1:7:iso_8859-1:7:
-@:LDP man-pages:3.52:2010/09/20:iso_8859_10:7:iso_8859-10:7:
-@:LDP man-pages:3.52:2010/09/20:iso_8859_11:7:iso_8859-11:7:
-@:LDP man-pages:3.52:2010/09/20:iso_8859_13:7:iso_8859-13:7:
-@:LDP man-pages:3.52:2010/09/20:iso_8859_14:7:iso_8859-14:7:
-@:LDP man-pages:3.52:1999/05/31:iso_8859_15:7:iso_8859-15:7:
-@:LDP man-pages:3.52:2012/08/05:iso_8859_16:7:iso_8859-16:7:
-@:LDP man-pages:3.52:2012/08/05:iso_8859_2:7:iso_8859-2:7:
-@:LDP man-pages:3.52:2010/09/20:iso_8859_3:7:iso_8859-3:7:
-@:LDP man-pages:3.52:2009/01/24:iso_8859_4:7:iso_8859-4:7:
-@:LDP man-pages:3.52:2010/09/20:iso_8859_5:7:iso_8859-5:7:
-@:LDP man-pages:3.52:2010/09/20:iso_8859_6:7:iso_8859-6:7:
-@:LDP man-pages:3.52:2008/10/30:iso_8859_7:7:iso_8859-7:7:
-@:LDP man-pages:3.52:2010/09/20:iso_8859_8:7:iso_8859-8:7:
-@:LDP man-pages:3.52:2002/09/24:iso_8859_9:7:iso_8859-9:7:
-○:LDP man-pages:3.52:2012/08/05:koi8-r:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/20:koi8-u:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/08/14:latin1:7:iso_8859-1:7:
-@:LDP man-pages:3.52:2012/08/05:latin10:7:iso_8859-16:7:
-@:LDP man-pages:3.52:2012/08/05:latin2:7:iso_8859-2:7:
-@:LDP man-pages:3.52:2010/09/20:latin3:7:iso_8859-3:7:
-@:LDP man-pages:3.52:2009/01/24:latin4:7:iso_8859-4:7:
-@:LDP man-pages:3.52:2002/09/24:latin5:7:iso_8859-9:7:
-@:LDP man-pages:3.52:2010/09/20:latin6:7:iso_8859-10:7:
-@:LDP man-pages:3.52:2010/09/20:latin7:7:iso_8859-13:7:
-@:LDP man-pages:3.52:2010/09/20:latin8:7:iso_8859-14:7:
-@:LDP man-pages:3.52:1999/05/31:latin9:7:iso_8859-15:7:
-○:LDP man-pages:3.52:2012/08/05:libc:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/12/05:locale:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2004/09/15:mailaddr:7:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/05:man:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/21:man-pages:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/08/11:math_error:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:0000/00/00:mdoc:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:0000/00/00:mdoc.samples:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2009/09/27:mq_overview:7:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/04/26:netdevice:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/03/15:netlink:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/05:numa:7:2013/05/18::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2011/09/09:operator:7:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2012/05/10:packet:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2009/12/05:path_resolution:7:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2005/12/08:pipe:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/12/21:posixoptions:7:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2010/11/14:pthreads:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2005/10/10:pty:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/10:raw:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2009/01/12:regex:7:2013/07/24::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-×:LDP man-pages:3.52:2012/07/07:rtld-audit:7:::::
-○:LDP man-pages:3.52:2013/03/05:rtnetlink:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/13:sem_overview:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2010/09/10:shm_overview:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2011/09/09:sigevent:7:2013/07/31::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/01:signal:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/06/21:socket:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2007/12/20:spufs:7:::::
-○:LDP man-pages:3.52:2012/08/05:standards:7:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2000/11/16:suffixes:7:2013/03/25::ysato@h4.dion.ne.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2013/02/12:svipc:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-×:LDP man-pages:3.52:2008/06/18:symlink:7:::::
-○:LDP man-pages:3.52:2013/06/21:tcp:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/02/12:termio:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/10/28:time:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2010/09/20:tis-620:7:iso_8859-11:7:
-○:LDP man-pages:3.52:2013/06/21:udp:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2008/12/03:udplite:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/05:unicode:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/08/05:units:7:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2012/05/10:unix:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/05/18:uri:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/05/18:url:7:uri:7:
-@:LDP man-pages:3.52:2013/05/18:urn:7:uri:7:
-○:LDP man-pages:3.52:2012/04/30:utf-8:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2012/04/30:utf8:7:utf-8:7:
-○:LDP man-pages:3.52:2012/08/05:x25:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2007/10/23:intro:8:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
-@:LDP man-pages:3.52:2013/02/10:ld-linux:8:ld.so:8:
-@:LDP man-pages:3.52:2013/02/10:ld-linux.so:8:ld.so:8:
-○:LDP man-pages:3.52:2013/02/10:ld.so:8:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/10:ldconfig:8:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2012/05/10:nscd:8:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:2013/02/10:sln:8:2013/07/30::amotoki@gmail.com:Akihiro MOTOKI:
-○:LDP man-pages:3.52:1998/11/01:sync:8:2013/07/24::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
-○:LDP man-pages:3.52:2007/05/18:tzselect:8:2013/07/24::ysato@h4.dion.ne.jp:Yuichi SATO:
-☆:LDP man-pages:3.50=>3.52:2013/02/12:zdump:8:2013/03/26::nakano@apm.seikei.ac.jp:NAKANO Takeo:
-○:LDP man-pages:3.52:2010/02/25:zic:8:2013/07/24::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
+×:LDP man-pages:3.53:2013/03/15:getent:1:::::
+○:LDP man-pages:3.53:2007/11/15:intro:1:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/07/16:ldd:1:2013/07/24::ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2008/11/14:time:1:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:_Exit:2:_exit:2:
+@:LDP man-pages:3.53:2013/04/16:__clone2:2:clone:2:
+○:LDP man-pages:3.53:2010/09/20:_exit:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/07/13:_llseek:2:llseek:2:
+@:LDP man-pages:3.53:2012/08/17:_newselect:2:select:2:
+☆:LDP man-pages:3.52=>3.53:2007/12/19:_syscall:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/12/22:_sysctl:2:sysctl:2:
+○:LDP man-pages:3.53:2010/09/10:accept:2:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/10:accept4:2:accept:2:
+○:LDP man-pages:3.53:2013/04/16:access:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/06/16:acct:2:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+×:LDP man-pages:3.53:2010/02/25:add_key:2:::::
+○:LDP man-pages:3.53:2004/05/27:adjtimex:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/12:afs_syscall:2:unimplemented:2:
+○:LDP man-pages:3.53:2013/04/18:alarm:2:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2007/05/31:alloc_hugepages:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/12/26:arch_prctl:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/01:arm_fadvise:2:posix_fadvise:2:
+@:LDP man-pages:3.53:2013/04/01:arm_fadvise64_64:2:posix_fadvise:2:
+@:LDP man-pages:3.53:2013/04/01:arm_sync_file_range:2:sync_file_range:2:
+○:LDP man-pages:3.53:2012/03/05:bdflush:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/12/28:bind:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/12:break:2:unimplemented:2:
+○:LDP man-pages:3.53:2010/09/20:brk:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/05/26:cacheflush:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/03/11:capget:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/03/11:capset:2:capget:2:
+○:LDP man-pages:3.53:2010/11/25:chdir:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/26:chmod:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/11/22:chown:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/22:chown32:2:chown:2:
+○:LDP man-pages:3.53:2010/09/20:chroot:2:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2013/02/25:clock_getres:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/25:clock_gettime:2:clock_getres:2:
+☆:LDP man-pages:3.52=>3.53:2013/07/30:clock_nanosleep:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/25:clock_settime:2:clock_getres:2:
+○:LDP man-pages:3.53:2013/04/16:clone:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/16:clone2:2:clone:2:
+○:LDP man-pages:3.53:2007/12/28:close:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/12/03:connect:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/21:creat:2:open:2:
+○:LDP man-pages:3.53:2012/10/18:create_module:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.41=>3.53:2012/11/08:delete_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/02/14:dup:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/02/14:dup2:2:dup:2:
+@:LDP man-pages:3.53:2012/02/14:dup3:2:dup:2:
+○:LDP man-pages:3.53:2012/04/15:epoll_create:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/04/15:epoll_create1:2:epoll_create:2:
+○:LDP man-pages:3.53:2012/04/15:epoll_ctl:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/08/17:epoll_pwait:2:epoll_wait:2:
+○:LDP man-pages:3.53:2012/08/17:epoll_wait:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/08/30:eventfd:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/08/30:eventfd2:2:eventfd:2:
+○:LDP man-pages:3.53:2013/07/04:execve:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:exit:2:_exit:2:
+○:LDP man-pages:3.53:2008/11/27:exit_group:2:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2012/05/04:faccessat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/01:fadvise64:2:posix_fadvise:2:
+@:LDP man-pages:3.53:2013/04/01:fadvise64_64:2:posix_fadvise:2:
+○:LDP man-pages:3.53:2013/06/10:fallocate:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/12:fattach:2:unimplemented:2:
+@:LDP man-pages:3.53:2010/11/25:fchdir:2:chdir:2:
+@:LDP man-pages:3.53:2010/09/26:fchmod:2:chmod:2:
+○:LDP man-pages:3.53:2012/05/22:fchmodat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/22:fchown:2:chown:2:
+@:LDP man-pages:3.53:2010/11/22:fchown32:2:fchown:2:
+☆:LDP man-pages:3.52=>3.53:2013/07/21:fchownat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/04/15:fcntl:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/04/15:fcntl64:2:fcntl:2:
+@:LDP man-pages:3.53:2012/02/27:fdatasync:2:fsync:2:
+@:LDP man-pages:3.53:2013/02/12:fdetach:2:unimplemented:2:
+@:LDP man-pages:3.53:2013/01/19:fgetxattr:2:getxattr:2:
+@:LDP man-pages:3.53:2013/01/07:finit_module:2:init_module:2:
+@:LDP man-pages:3.53:2013/04/09:flistxattr:2:listxattr:2:
+○:LDP man-pages:3.53:2013/02/11:flock:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/03/12:fork:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2007/05/31:free_hugepages:2:alloc_hugepages:2:
+@:LDP man-pages:3.53:2013/01/19:fremovexattr:2:removexattr:2:
+@:LDP man-pages:3.53:2013/01/19:fsetxattr:2:setxattr:2:
+@:LDP man-pages:3.53:2012/11/11:fstat:2:stat:2:
+@:LDP man-pages:3.53:2012/11/11:fstat64:2:fstat:2:
+☆:LDP man-pages:3.52=>3.53:2013/07/21:fstatat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/21:fstatat64:2:fstatat:2:
+@:LDP man-pages:3.53:2010/11/21:fstatfs:2:statfs:2:
+@:LDP man-pages:3.53:2010/11/21:fstatfs64:2:fstatfs:2:
+@:LDP man-pages:3.53:2003/08/22:fstatvfs:2:statvfs:3:
+○:LDP man-pages:3.53:2012/02/27:fsync:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/01:ftruncate:2:truncate:2:
+@:LDP man-pages:3.53:2013/04/01:ftruncate64:2:ftruncate:2:
+☆:LDP man-pages:3.52=>3.53:2013/07/30:futex:2:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2012/05/10:futimesat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/10/18:get_kernel_syms:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/08/15:get_mempolicy:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2012/07/13:get_robust_list:2:::::
+○:LDP man-pages:3.53:2012/07/13:get_thread_area:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2009/03/15:getcontext:2:getcontext:3:
+○:LDP man-pages:3.53:2013/04/03:getcpu:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:getcwd:2:getcwd:3:
+○:LDP man-pages:3.53:2012/08/03:getdents:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/08/03:getdents64:2:getdents:2:
+○:LDP man-pages:3.53:2012/10/25:getdomainname:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:0000/00/00:getdtablesize:2:2007/01/14::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2010/11/22:getegid:2:getgid:2:
+@:LDP man-pages:3.53:2010/11/22:getegid32:2:getegid:2:
+@:LDP man-pages:3.53:2010/11/22:geteuid:2:getuid:2:
+@:LDP man-pages:3.53:2010/11/22:geteuid32:2:geteuid:2:
+○:LDP man-pages:3.53:2010/11/22:getgid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/22:getgid32:2:getgid:2:
+○:LDP man-pages:3.53:2010/11/22:getgroups:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/22:getgroups32:2:getgroups:2:
+@:LDP man-pages:3.53:2010/09/20:gethostid:2:gethostid:3:
+○:LDP man-pages:3.53:2010/09/26:gethostname:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/10/01:getitimer:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/12:getmsg:2:unimplemented:2:
+○:LDP man-pages:3.53:2010/11/16:getpagesize:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/02/12:getpeername:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/31:getpgid:2:setpgid:2:
+@:LDP man-pages:3.53:2013/07/31:getpgrp:2:setpgid:2:
+○:LDP man-pages:3.53:2008/09/23:getpid:2:2013/03/25::suto@av.crl.sony.co.jp:SUTO, Mitsuaki:
+@:LDP man-pages:3.53:2013/02/12:getpmsg:2:unimplemented:2:
+@:LDP man-pages:3.53:2008/09/23:getppid:2:getpid:2:
+○:LDP man-pages:3.53:2013/02/12:getpriority:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/22:getresgid:2:getresuid:2:
+@:LDP man-pages:3.53:2010/11/22:getresgid32:2:getresgid:2:
+○:LDP man-pages:3.53:2010/11/22:getresuid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/22:getresuid32:2:getresuid:2:
+○:LDP man-pages:3.53:2013/02/11:getrlimit:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/26:getrusage:2:2013/05/06::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/26:getsid:2:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2008/12/03:getsockname:2:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2008/12/03:getsockopt:2:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2013/02/04:gettid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/04/26:gettimeofday:2:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/11/22:getuid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/22:getuid32:2:getuid:2:
+×:LDP man-pages:3.53:2013/02/13:getunwind:2:::::
+○:LDP man-pages:3.53:2013/01/19:getxattr:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/12:gtty:2:unimplemented:2:
+○:LDP man-pages:3.53:2012/12/31:idle:2:2013/03/25::argrath@yo.rim.or.jp:Kentaro Shirakata:
+@:LDP man-pages:3.53:2012/12/31:inb:2:outb:2:
+@:LDP man-pages:3.53:2012/12/31:inb_p:2:outb:2:
+☆:LDP man-pages:3.41=>3.53:2013/01/07:init_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/12/31:inl:2:outb:2:
+@:LDP man-pages:3.53:2012/12/31:inl_p:2:outb:2:
+○:LDP man-pages:3.53:2010/10/20:inotify_add_watch:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/04:inotify_init:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/05/04:inotify_init1:2:inotify_init:2:
+○:LDP man-pages:3.53:2010/10/15:inotify_rm_watch:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/12/31:insb:2:outb:2:
+@:LDP man-pages:3.53:2012/12/31:insl:2:outb:2:
+@:LDP man-pages:3.53:2012/12/31:insw:2:outb:2:
+○:LDP man-pages:3.53:2010/11/11:intro:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/12/31:inw:2:outb:2:
+@:LDP man-pages:3.53:2012/12/31:inw_p:2:outb:2:
+○:LDP man-pages:3.53:2013/04/10:io_cancel:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/08:io_destroy:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/08:io_getevents:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/06/21:io_setup:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/07/13:io_submit:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2000/09/21:ioctl:2:2013/03/25::tati@kc5.so-net.ne.jp:TACHIBANA Akira:
+○:LDP man-pages:3.53:2007/12/29:ioctl_list:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/03/12:ioperm:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/03/15:iopl:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/12:ioprio_get:2:ioprio_set:2:
+○:LDP man-pages:3.53:2013/02/12:ioprio_set:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/10/16:ipc:2:2013/03/25::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+@:LDP man-pages:3.53:2013/02/12:isastream:2:unimplemented:2:
+×:LDP man-pages:3.53:2013/01/27:kcmp:2:::::
+○:LDP man-pages:3.53:2012/07/13:kexec_load:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2010/02/25:keyctl:2:::::
+○:LDP man-pages:3.53:2013/02/05:kill:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:killpg:2:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2010/11/22:lchown:2:chown:2:
+@:LDP man-pages:3.53:2010/11/22:lchown32:2:lchown:2:
+@:LDP man-pages:3.53:2013/01/19:lgetxattr:2:getxattr:2:
+○:LDP man-pages:3.53:2013/01/27:link:2:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+☆:LDP man-pages:3.52=>3.53:2013/07/21:linkat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/11/20:listen:2:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2013/04/09:listxattr:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/09:llistxattr:2:listxattr:2:
+○:LDP man-pages:3.53:2012/07/13:llseek:2:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2013/02/12:lock:2:unimplemented:2:
+○:LDP man-pages:3.53:2004/06/17:lookup_dcookie:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/01/19:lremovexattr:2:removexattr:2:
+○:LDP man-pages:3.53:2013/03/27:lseek:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/01/19:lsetxattr:2:setxattr:2:
+@:LDP man-pages:3.53:2012/11/11:lstat:2:stat:2:
+@:LDP man-pages:3.53:2012/11/11:lstat64:2:lstat:2:
+☆:LDP man-pages:3.50=>3.53:2012/04/28:madvise:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/12:madvise1:2:unimplemented:2:
+○:LDP man-pages:3.53:2008/08/15:mbind:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/01:migrate_pages:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/04/22:mincore:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/01/27:mkdir:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/04:mkdirat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/01/27:mknod:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/04:mknodat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2011/09/14:mlock:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2011/09/14:mlockall:2:mlock:2:
+○:LDP man-pages:3.53:2013/04/17:mmap:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/04/16:mmap2:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/07/13:modify_ldt:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/07/05:mount:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/06/11:move_pages:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/14:mprotect:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/12:mpx:2:unimplemented:2:
+○:LDP man-pages:3.53:2012/07/13:mq_getsetattr:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/10/04:mq_notify:2:mq_notify:3:
+@:LDP man-pages:3.53:2009/02/20:mq_open:2:mq_open:3:
+@:LDP man-pages:3.53:2010/09/20:mq_timedreceive:2:mq_receive:3:
+@:LDP man-pages:3.53:2010/09/20:mq_timedsend:2:mq_send:3:
+@:LDP man-pages:3.53:2010/08/29:mq_unlink:2:mq_unlink:3:
+○:LDP man-pages:3.53:2010/06/10:mremap:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/31:msgctl:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/31:msgget:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/31:msgop:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/05/31:msgrcv:2:msgop:2:
+@:LDP man-pages:3.53:2012/05/31:msgsnd:2:msgop:2:
+○:LDP man-pages:3.53:2008/04/22:msync:2:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2011/09/14:munlock:2:mlock:2:
+@:LDP man-pages:3.53:2011/09/14:munlockall:2:mlock:2:
+@:LDP man-pages:3.53:2013/04/17:munmap:2:mmap:2:
+☆:LDP man-pages:3.52=>3.53:2013/07/30:nanosleep:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/03/05:nfsservctl:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/07/26:nice:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/11/11:oldfstat:2:stat:2:
+@:LDP man-pages:3.53:2012/11/11:oldlstat:2:stat:2:
+@:LDP man-pages:3.53:2008/12/03:oldolduname:2:uname:2:
+@:LDP man-pages:3.53:2012/11/11:oldstat:2:stat:2:
+@:LDP man-pages:3.53:2008/12/03:olduname:2:uname:2:
+☆:LDP man-pages:3.52=>3.53:2013/07/21:open:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/04:openat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/12/31:outb:2:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2012/12/31:outb_p:2:outb:2:
+@:LDP man-pages:3.53:2012/12/31:outl:2:outb:2:
+@:LDP man-pages:3.53:2012/12/31:outl_p:2:outb:2:
+@:LDP man-pages:3.53:2012/12/31:outsb:2:outb:2:
+@:LDP man-pages:3.53:2012/12/31:outsl:2:outb:2:
+@:LDP man-pages:3.53:2012/12/31:outsw:2:outb:2:
+@:LDP man-pages:3.53:2012/12/31:outw:2:outb:2:
+@:LDP man-pages:3.53:2012/12/31:outw_p:2:outb:2:
+○:LDP man-pages:3.53:2008/10/06:pause:2:2013/03/25::suto@av.crl.sony.co.jp:SUTO, Mitsuaki:
+@:LDP man-pages:3.53:2003/07/14:pciconfig_iobase:2:pciconfig_read:2:
+○:LDP man-pages:3.53:2003/07/14:pciconfig_read:2:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2003/07/14:pciconfig_write:2:pciconfig_read:2:
+×:LDP man-pages:3.53:2013/07/16:perf_event_open:2:::::
+×:LDP man-pages:3.53:2013/02/13:perfmonctl:2:::::
+○:LDP man-pages:3.53:2003/01/01:personality:2:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2013/02/12:phys:2:unimplemented:2:
+○:LDP man-pages:3.53:2012/02/14:pipe:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/02/14:pipe2:2:pipe:2:
+○:LDP man-pages:3.53:2012/07/13:pivot_root:2:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+☆:LDP man-pages:3.52=>3.53:2013/07/30:poll:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/01:posix_fadvise:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/30:ppoll:2:poll:2:
+☆:LDP man-pages:3.40=>3.53:2013/05/21:prctl:2:2012/05/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/06/21:pread:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:pread64:2:pread:2:
+@:LDP man-pages:3.53:2010/11/17:preadv:2:readv:2:
+@:LDP man-pages:3.53:2013/02/11:prlimit:2:getrlimit:2:
+×:LDP man-pages:3.53:2012/04/25:process_vm_readv:2:::::
+※:LDP man-pages:3.53:2012/04/25:process_vm_writev:2:process_vm_readv:2:
+@:LDP man-pages:3.53:2013/02/12:prof:2:unimplemented:2:
+@:LDP man-pages:3.53:2012/08/17:pselect:2:select:2:
+@:LDP man-pages:3.53:2012/08/17:pselect6:2:select:2:
+×:LDP man-pages:3.53:2013/07/11:ptrace:2:::::
+@:LDP man-pages:3.53:2013/02/12:putmsg:2:unimplemented:2:
+@:LDP man-pages:3.53:2013/02/12:putpmsg:2:unimplemented:2:
+@:LDP man-pages:3.53:2013/06/21:pwrite:2:pread:2:
+@:LDP man-pages:3.53:2013/06/21:pwrite64:2:pwrite:2:
+@:LDP man-pages:3.53:2010/11/17:pwritev:2:readv:2:
+○:LDP man-pages:3.53:2013/01/27:query_module:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2010/06/16:quotactl:2:::::
+○:LDP man-pages:3.53:2013/02/12:read:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/01:readahead:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/06/21:readdir:2:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+☆:LDP man-pages:3.52=>3.53:2013/07/18:readlink:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:2013/07/31:readlinkat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/11/17:readv:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/10/31:reboot:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/19:recv:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/19:recvfrom:2:recv:2:
+○:LDP man-pages:3.53:2012/12/24:recvmmsg:2:2013/05/18::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/19:recvmsg:2:recv:2:
+○:LDP man-pages:3.53:2008/04/22:remap_file_pages:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/01/19:removexattr:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/01/27:rename:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/04:renameat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2010/02/25:request_key:2:::::
+×:LDP man-pages:3.53:2013/07/30:restart_syscall:2:::::
+○:LDP man-pages:3.53:2008/05/08:rmdir:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/30:rt_sigaction:2:sigaction:2:
+@:LDP man-pages:3.53:2013/04/19:rt_sigpending:2:sigpending:2:
+@:LDP man-pages:3.53:2013/04/19:rt_sigprocmask:2:sigprocmask:2:
+×:LDP man-pages:3.53:2012/07/13:rt_sigqueueinfo:2:::::
+@:LDP man-pages:3.53:2013/07/30:rt_sigreturn:2:sigreturn:2:
+@:LDP man-pages:3.53:2013/04/19:rt_sigsuspend:2:sigsuspend:2:
+@:LDP man-pages:3.53:2012/07/21:rt_sigtimedwait:2:sigtimedwait:2:
+※:LDP man-pages:3.53:2012/07/13:rt_tgsigqueueinfo:2:rt_sigqueueinfo:2:
+×:LDP man-pages:3.53:2012/12/17:s390_runtime_instr:2:::::
+@:LDP man-pages:3.53:2010/09/20:sbrk:2:brk:2:
+○:LDP man-pages:3.53:2006/03/23:sched_get_priority_max:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2006/03/23:sched_get_priority_min:2:sched_get_priority_max:2:
+@:LDP man-pages:3.53:2013/02/11:sched_getaffinity:2:sched_setaffinity:2:
+@:LDP man-pages:3.53:2013/02/12:sched_getparam:2:sched_setparam:2:
+@:LDP man-pages:3.53:2013/02/12:sched_getscheduler:2:sched_setscheduler:2:
+○:LDP man-pages:3.53:2013/03/18:sched_rr_get_interval:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/02/11:sched_setaffinity:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/02/12:sched_setparam:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/02/12:sched_setscheduler:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/10/18:sched_yield:2:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+@:LDP man-pages:3.53:2013/02/12:security:2:unimplemented:2:
+○:LDP man-pages:3.53:2012/08/17:select:2:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/03:select_tut:2:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/06/03:semctl:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/31:semget:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/17:semop:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/17:semtimedop:2:semop:2:
+○:LDP man-pages:3.53:2012/04/23:send:2:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2011/09/14:sendfile:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2011/09/14:sendfile64:2:sendfile:2:
+○:LDP man-pages:3.53:2012/12/16:sendmmsg:2:2013/05/18::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/04/23:sendmsg:2:send:2:
+@:LDP man-pages:3.53:2012/04/23:sendto:2:send:2:
+○:LDP man-pages:3.53:2008/08/15:set_mempolicy:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+※:LDP man-pages:3.53:2012/07/13:set_robust_list:2:get_robust_list:2:
+○:LDP man-pages:3.53:2012/07/13:set_thread_area:2:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/07/19:set_tid_address:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2009/03/15:setcontext:2:getcontext:3:
+@:LDP man-pages:3.53:2012/10/25:setdomainname:2:getdomainname:2:
+@:LDP man-pages:3.53:2012/07/02:setegid:2:seteuid:2:
+○:LDP man-pages:3.53:2012/07/02:seteuid:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/11/22:setfsgid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/22:setfsgid32:2:setfsgid:2:
+○:LDP man-pages:3.53:2010/11/22:setfsuid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/22:setfsuid32:2:setfsuid:2:
+○:LDP man-pages:3.53:2010/11/22:setgid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/22:setgid32:2:setgid:2:
+@:LDP man-pages:3.53:2010/11/22:setgroups:2:getgroups:2:
+@:LDP man-pages:3.53:2010/11/22:setgroups32:2:setgroups:2:
+@:LDP man-pages:3.53:2010/09/20:sethostid:2:gethostid:3:
+@:LDP man-pages:3.53:2010/09/26:sethostname:2:gethostname:2:
+@:LDP man-pages:3.53:2012/10/01:setitimer:2:getitimer:2:
+○:LDP man-pages:3.53:2013/01/01:setns:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:2013/07/31:setpgid:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/31:setpgrp:2:setpgid:2:
+@:LDP man-pages:3.53:2013/02/12:setpriority:2:getpriority:2:
+@:LDP man-pages:3.53:2010/11/22:setregid:2:setreuid:2:
+@:LDP man-pages:3.53:2010/11/22:setregid32:2:setregid:2:
+@:LDP man-pages:3.53:2010/11/22:setresgid:2:setresuid:2:
+@:LDP man-pages:3.53:2010/11/22:setresgid32:2:setresgid:2:
+○:LDP man-pages:3.53:2010/11/22:setresuid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/22:setresuid32:2:setresuid:2:
+○:LDP man-pages:3.53:2010/11/22:setreuid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/22:setreuid32:2:setreuid:2:
+@:LDP man-pages:3.53:2013/02/11:setrlimit:2:getrlimit:2:
+○:LDP man-pages:3.53:2013/02/11:setsid:2:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2008/12/03:setsockopt:2:getsockopt:2:
+@:LDP man-pages:3.53:2012/04/26:settimeofday:2:gettimeofday:2:
+○:LDP man-pages:3.53:2010/11/22:setuid:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/22:setuid32:2:setuid:2:
+○:LDP man-pages:3.53:2008/12/03:setup:2:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2013/01/19:setxattr:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/07/13:sgetmask:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/12:shmat:2:shmop:2:
+○:LDP man-pages:3.53:2013/03/18:shmctl:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/12:shmdt:2:shmop:2:
+○:LDP man-pages:3.53:2013/04/19:shmget:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/02/12:shmop:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/09/06:shutdown:2:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+☆:LDP man-pages:3.52=>3.53:2013/07/30:sigaction:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/26:sigaltstack:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/19:signal:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2009/01/13:signalfd:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2009/01/13:signalfd4:2:signalfd:2:
+○:LDP man-pages:3.53:2013/04/19:sigpending:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/19:sigprocmask:2:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/03/25:sigqueue:2:sigqueue:3:
+☆:LDP man-pages:3.52=>3.53:2013/07/30:sigreturn:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/19:sigsuspend:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/07/21:sigtimedwait:2:sigwaitinfo:2:
+○:LDP man-pages:3.53:2012/07/21:sigwaitinfo:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2009/01/19:socket:2:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/10/16:socketcall:2:2013/03/26::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2008/10/11:socketpair:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/04:splice:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2012/08/05:spu_create:2:::::
+○:LDP man-pages:3.53:2012/08/05:spu_run:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/07/13:ssetmask:2:sgetmask:2:
+○:LDP man-pages:3.53:2012/11/11:stat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/11/11:stat64:2:stat:2:
+○:LDP man-pages:3.53:2010/11/21:statfs:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/21:statfs64:2:statfs:2:
+@:LDP man-pages:3.53:2003/08/22:statvfs:2:statvfs:3:
+○:LDP man-pages:3.53:2010/02/25:stime:2:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2013/02/12:stty:2:unimplemented:2:
+×:LDP man-pages:3.53:2012/07/13:subpage_prot:2:::::
+@:LDP man-pages:3.53:2010/11/15:swapoff:2:swapon:2:
+○:LDP man-pages:3.53:2010/11/15:swapon:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/01/27:symlink:2:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2012/05/04:symlinkat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/04:sync:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/01:sync_file_range:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/01:sync_file_range2:2:sync_file_range:2:
+@:LDP man-pages:3.53:2012/05/04:syncfs:2:sync:2:
+○:LDP man-pages:3.53:2013/06/21:syscall:2:2013/07/24::ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2013/04/17:syscalls:2:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/12/22:sysctl:2:2013/03/25::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2010/06/27:sysfs:2:2013/03/25::ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2012/05/05:sysinfo:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/11/29:syslog:2:2012/05/31::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/04:tee:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/07/13:tgkill:2:tkill:2:
+○:LDP man-pages:3.53:2011/09/09:time:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2010/09/27:timer_create:2:::::
+×:LDP man-pages:3.53:2009/02/20:timer_delete:2:::::
+×:LDP man-pages:3.53:2009/02/20:timer_getoverrun:2:::::
+※:LDP man-pages:3.53:2012/10/15:timer_gettime:2:timer_settime:2:
+×:LDP man-pages:3.53:2012/10/15:timer_settime:2:::::
+○:LDP man-pages:3.53:2011/09/14:timerfd_create:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2011/09/14:timerfd_gettime:2:timerfd_create:2:
+@:LDP man-pages:3.53:2011/09/14:timerfd_settime:2:timerfd_create:2:
+○:LDP man-pages:3.53:2012/10/22:times:2:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/07/13:tkill:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/01:truncate:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/01:truncate64:2:truncate:2:
+@:LDP man-pages:3.53:2013/02/12:tuxcall:2:unimplemented:2:
+@:LDP man-pages:3.53:2013/02/11:ugetrlimit:2:getrlimit:2:
+○:LDP man-pages:3.53:2008/01/09:umask:2:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/06/19:umount:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/06/19:umount2:2:umount:2:
+○:LDP man-pages:3.53:2008/12/03:uname:2:2013/07/24::ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2013/02/12:unimplemented:2:2013/03/25::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2011/09/15:unlink:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/04:unlinkat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/17:unshare:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2005/01/09:uselib:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2003/08/04:ustat:2:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2008/08/06:utime:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2012/03/25:utimensat:2:::::
+@:LDP man-pages:3.53:2008/08/06:utimes:2:utime:2:
+○:LDP man-pages:3.53:2012/08/05:vfork:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/07/26:vhangup:2:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2009/02/20:vm86:2:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2009/02/20:vm86old:2:vm86:2:
+○:LDP man-pages:3.53:2012/05/04:vmsplice:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/12:vserver:2:unimplemented:2:
+○:LDP man-pages:3.53:2012/12/21:wait:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/09/23:wait3:2:wait4:2:
+○:LDP man-pages:3.53:2012/09/23:wait4:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/12/21:waitid:2:wait:2:
+@:LDP man-pages:3.53:2012/12/21:waitpid:2:wait:2:
+○:LDP man-pages:3.53:2013/01/27:write:2:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/17:writev:2:readv:2:
+@:LDP man-pages:3.53:2007/12/28:CIRCLEQ_ENTRY:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:CIRCLEQ_HEAD:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:CIRCLEQ_INIT:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:CIRCLEQ_INSERT_AFTER:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:CIRCLEQ_INSERT_BEFORE:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:CIRCLEQ_INSERT_HEAD:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:CIRCLEQ_INSERT_TAIL:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:CIRCLEQ_REMOVE:3:queue:3:
+@:LDP man-pages:3.53:2008/11/20:CMSG_ALIGN:3:cmsg:3:
+@:LDP man-pages:3.53:2008/11/20:CMSG_FIRSTHDR:3:cmsg:3:
+@:LDP man-pages:3.53:2008/11/20:CMSG_NXTHDR:3:cmsg:3:
+@:LDP man-pages:3.53:2008/11/20:CMSG_SPACE:3:cmsg:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_ALLOC:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_ALLOC_SIZE:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_AND:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_AND_S:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_CLR:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_CLR_S:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_COUNT:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_COUNT_S:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_EQUAL:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_EQUAL_S:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_FREE:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_ISSET:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_ISSET_S:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_OR:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_OR_S:3:CPU_SET:3:
+×:LDP man-pages:3.53:2012/03/15:CPU_SET:3:::::
+※:LDP man-pages:3.53:2012/03/15:CPU_SET_S:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_XOR:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_XOR_S:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_ZERO:3:CPU_SET:3:
+※:LDP man-pages:3.53:2012/03/15:CPU_ZERO_S:3:CPU_SET:3:
+@:LDP man-pages:3.53:2007/05/18:DES_FAILED:3:des_crypt:3:
+@:LDP man-pages:3.53:2012/08/17:FD_CLR:3:select:2:
+@:LDP man-pages:3.53:2012/08/17:FD_ISSET:3:select:2:
+@:LDP man-pages:3.53:2012/08/17:FD_SET:3:select:2:
+@:LDP man-pages:3.53:2012/08/17:FD_ZERO:3:select:2:
+@:LDP man-pages:3.53:2007/07/26:HUGE_VAL:3:INFINITY:3:
+@:LDP man-pages:3.53:2007/07/26:HUGE_VALF:3:INFINITY:3:
+@:LDP man-pages:3.53:2007/07/26:HUGE_VALL:3:INFINITY:3:
+○:LDP man-pages:3.53:2007/07/26:INFINITY:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2007/12/28:LIST_ENTRY:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:LIST_HEAD:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:LIST_INIT:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:LIST_INSERT_AFTER:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:LIST_INSERT_HEAD:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:LIST_REMOVE:3:queue:3:
+○:LDP man-pages:3.53:1999/07/04:MB_CUR_MAX:3:2013/03/25::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi:
+○:LDP man-pages:3.53:1999/07/04:MB_LEN_MAX:3:2013/03/25::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi:
+@:LDP man-pages:3.53:2007/07/26:NAN:3:INFINITY:3:
+@:LDP man-pages:3.53:2007/12/28:TAILQ_ENTRY:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:TAILQ_HEAD:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:TAILQ_INIT:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:TAILQ_INSERT_AFTER:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:TAILQ_INSERT_HEAD:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:TAILQ_INSERT_TAIL:3:queue:3:
+@:LDP man-pages:3.53:2007/12/28:TAILQ_REMOVE:3:queue:3:
+@:LDP man-pages:3.53:2010/10/13:__after_morecore_hook:3:malloc_hook:3:
+@:LDP man-pages:3.53:2013/06/21:__fbufsize:3:stdio_ext:3:
+@:LDP man-pages:3.53:2013/06/21:__flbf:3:stdio_ext:3:
+@:LDP man-pages:3.53:2013/06/21:__fpending:3:stdio_ext:3:
+@:LDP man-pages:3.53:2001/12/15:__fpurge:3:fpurge:3:
+@:LDP man-pages:3.53:2013/06/21:__freadable:3:stdio_ext:3:
+@:LDP man-pages:3.53:2013/06/21:__freading:3:stdio_ext:3:
+@:LDP man-pages:3.53:2010/10/13:__free_hook:3:malloc_hook:3:
+@:LDP man-pages:3.53:2013/06/21:__fsetlocking:3:stdio_ext:3:
+@:LDP man-pages:3.53:2013/06/21:__fwritable:3:stdio_ext:3:
+@:LDP man-pages:3.53:2013/06/21:__fwriting:3:stdio_ext:3:
+@:LDP man-pages:3.53:2010/10/13:__malloc_hook:3:malloc_hook:3:
+@:LDP man-pages:3.53:2010/10/13:__malloc_initialize_hook:3:malloc_hook:3:
+@:LDP man-pages:3.53:2010/10/13:__memalign_hook:3:malloc_hook:3:
+@:LDP man-pages:3.53:2010/10/13:__realloc_hook:3:malloc_hook:3:
+○:LDP man-pages:3.53:2012/12/31:__setfpucw:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.53:2013/06/21:_flushlbf:3:stdio_ext:3:
+○:LDP man-pages:3.53:2013/06/21:a64l:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2007/12/15:abort:3:2013/03/25::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
+○:LDP man-pages:3.53:2013/06/21:abs:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:acos:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:acosf:3:acos:3:
+○:LDP man-pages:3.53:2010/09/20:acosh:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:acoshf:3:acosh:3:
+@:LDP man-pages:3.53:2010/09/20:acoshl:3:acosh:3:
+@:LDP man-pages:3.53:2010/09/20:acosl:3:acos:3:
+@:LDP man-pages:3.53:2009/09/15:addmntent:3:getmntent:3:
+○:LDP man-pages:3.53:2008/06/14:addseverity:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2008/06/22:adjtime:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/08:aio_cancel:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/07/04:aio_error:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/08:aio_fsync:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/04/26:aio_init:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/08:aio_read:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/07/04:aio_return:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/08:aio_suspend:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/08:aio_write:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/03/23:aligned_alloc:3:posix_memalign:3:
+○:LDP man-pages:3.53:2013/05/12:alloca:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2013/04/19:alphasort:3:scandir:3:
+@:LDP man-pages:3.53:2007/05/18:argz:3:argz_add:3:
+☆:LDP man-pages:3.52=>3.53:2007/05/18:argz_add:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2007/05/18:argz_add_sep:3:argz_add:3:
+@:LDP man-pages:3.53:2007/05/18:argz_append:3:argz_add:3:
+@:LDP man-pages:3.53:2007/05/18:argz_count:3:argz_add:3:
+@:LDP man-pages:3.53:2007/05/18:argz_create:3:argz_add:3:
+@:LDP man-pages:3.53:2007/05/18:argz_create_sep:3:argz_add:3:
+@:LDP man-pages:3.53:2007/05/18:argz_delete:3:argz_add:3:
+@:LDP man-pages:3.53:2007/05/18:argz_extract:3:argz_add:3:
+@:LDP man-pages:3.53:2007/05/18:argz_insert:3:argz_add:3:
+@:LDP man-pages:3.53:2007/05/18:argz_next:3:argz_add:3:
+@:LDP man-pages:3.53:2007/05/18:argz_replace:3:argz_add:3:
+@:LDP man-pages:3.53:2007/05/18:argz_stringify:3:argz_add:3:
+@:LDP man-pages:3.53:2010/02/25:asctime:3:ctime:3:
+@:LDP man-pages:3.53:2010/02/25:asctime_r:3:ctime:3:
+○:LDP man-pages:3.53:2010/09/20:asin:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:asinf:3:asin:3:
+○:LDP man-pages:3.53:2010/09/20:asinh:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:asinhf:3:asinh:3:
+@:LDP man-pages:3.53:2010/09/20:asinhl:3:asinh:3:
+@:LDP man-pages:3.53:2010/09/20:asinl:3:asin:3:
+○:LDP man-pages:3.53:2013/06/21:asprintf:3:2013/07/24::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2002/08/25:assert:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2002/08/25:assert_perror:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:atan:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:atan2:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:atan2f:3:atan2:3:
+@:LDP man-pages:3.53:2010/09/20:atan2l:3:atan2:3:
+@:LDP man-pages:3.53:2010/09/20:atanf:3:atan:3:
+○:LDP man-pages:3.53:2010/09/11:atanh:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/11:atanhf:3:atanh:3:
+@:LDP man-pages:3.53:2010/09/11:atanhl:3:atanh:3:
+@:LDP man-pages:3.53:2010/09/20:atanl:3:atan:3:
+○:LDP man-pages:3.53:2008/12/05:atexit:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/03:atof:3:2013/03/25::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
+○:LDP man-pages:3.53:2012/08/03:atoi:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2012/08/03:atol:3:atoi:3:
+@:LDP man-pages:3.53:2012/08/03:atoll:3:atoi:3:
+@:LDP man-pages:3.53:2012/08/03:atoq:3:atoi:3:
+@:LDP man-pages:3.53:2008/07/17:auth_destroy:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:authnone_create:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:authunix_create:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:authunix_create_default:3:rpc:3:
+○:LDP man-pages:3.53:2008/06/14:backtrace:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/06/14:backtrace_symbols:3:backtrace:3:
+@:LDP man-pages:3.53:2008/06/14:backtrace_symbols_fd:3:backtrace:3:
+○:LDP man-pages:3.53:2009/03/30:basename:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/08/06:bcmp:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2009/03/15:bcopy:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2010/09/10:be16toh:3:endian:3:
+@:LDP man-pages:3.53:2010/09/10:be32toh:3:endian:3:
+@:LDP man-pages:3.53:2010/09/10:be64toh:3:endian:3:
+○:LDP man-pages:3.53:2013/06/21:bindresvport:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2009/03/15:bsd_signal:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2003/11/01:bsearch:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2002/01/20:bstring:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2011/09/22:btowc:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/04/23:btree:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2009/01/15:byteorder:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/08/06:bzero:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/08/11:cabs:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/11:cabsf:3:cabs:3:
+@:LDP man-pages:3.53:2008/08/11:cabsl:3:cabs:3:
+○:LDP man-pages:3.53:2011/09/15:cacos:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2011/09/15:cacosf:3:cacos:3:
+○:LDP man-pages:3.53:2011/09/15:cacosh:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2011/09/15:cacoshf:3:cacosh:3:
+@:LDP man-pages:3.53:2011/09/15:cacoshl:3:cacosh:3:
+@:LDP man-pages:3.53:2011/09/15:cacosl:3:cacos:3:
+@:LDP man-pages:3.53:2012/05/10:calloc:3:malloc:3:
+@:LDP man-pages:3.53:2008/07/17:callrpc:3:rpc:3:
+○:LDP man-pages:3.53:2013/05/11:canonicalize_file_name:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/08/11:carg:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/11:cargf:3:carg:3:
+@:LDP man-pages:3.53:2008/08/11:cargl:3:carg:3:
+○:LDP man-pages:3.53:2008/08/11:casin:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/11:casinf:3:casin:3:
+○:LDP man-pages:3.53:2008/08/11:casinh:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/11:casinhf:3:casinh:3:
+@:LDP man-pages:3.53:2008/08/11:casinhl:3:casinh:3:
+@:LDP man-pages:3.53:2008/08/11:casinl:3:casin:3:
+○:LDP man-pages:3.53:2011/09/15:catan:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2011/09/15:catanf:3:catan:3:
+○:LDP man-pages:3.53:2011/09/15:catanh:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2011/09/15:catanhf:3:catanh:3:
+@:LDP man-pages:3.53:2011/09/15:catanhl:3:catanh:3:
+@:LDP man-pages:3.53:2011/09/15:catanl:3:catan:3:
+@:LDP man-pages:3.53:2001/12/14:catclose:3:catopen:3:
+○:LDP man-pages:3.53:2013/06/21:catgets:3:2013/07/24::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2001/12/14:catopen:3:2013/07/24::ysato@h4.dion.ne.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2007/05/18:cbc_crypt:3:des_crypt:3:
+○:LDP man-pages:3.53:2010/09/20:cbrt:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:cbrtf:3:cbrt:3:
+@:LDP man-pages:3.53:2010/09/20:cbrtl:3:cbrt:3:
+○:LDP man-pages:3.53:2008/08/11:ccos:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/11:ccosf:3:ccos:3:
+○:LDP man-pages:3.53:2008/08/11:ccosh:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/11:ccoshf:3:ccosh:3:
+@:LDP man-pages:3.53:2008/08/11:ccoshl:3:ccosh:3:
+@:LDP man-pages:3.53:2008/08/11:ccosl:3:ccos:3:
+○:LDP man-pages:3.53:2013/06/21:ceil:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:ceilf:3:ceil:3:
+@:LDP man-pages:3.53:2013/06/21:ceill:3:ceil:3:
+○:LDP man-pages:3.53:2010/09/12:cerf:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/12:cerfc:3:cerf:3:
+@:LDP man-pages:3.53:2010/09/12:cerfcf:3:cerf:3:
+@:LDP man-pages:3.53:2010/09/12:cerfcl:3:cerf:3:
+@:LDP man-pages:3.53:2010/09/12:cerff:3:cerf:3:
+@:LDP man-pages:3.53:2010/09/12:cerfl:3:cerf:3:
+○:LDP man-pages:3.53:2008/08/11:cexp:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/02/27:cexp2:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/27:cexp2f:3:cexp2:3:
+@:LDP man-pages:3.53:2013/02/27:cexp2l:3:cexp2:3:
+@:LDP man-pages:3.53:2008/08/11:cexpf:3:cexp:3:
+@:LDP man-pages:3.53:2008/08/11:cexpl:3:cexp:3:
+@:LDP man-pages:3.53:2013/03/15:cfgetispeed:3:termios:3:
+@:LDP man-pages:3.53:2013/03/15:cfgetospeed:3:termios:3:
+@:LDP man-pages:3.53:2013/03/15:cfmakeraw:3:termios:3:
+○:LDP man-pages:3.53:2007/07/26:cfree:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2013/03/15:cfsetispeed:3:termios:3:
+@:LDP man-pages:3.53:2013/03/15:cfsetospeed:3:termios:3:
+@:LDP man-pages:3.53:2013/03/15:cfsetspeed:3:termios:3:
+○:LDP man-pages:3.53:2013/06/21:cimag:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:cimagf:3:cimag:3:
+@:LDP man-pages:3.53:2013/06/21:cimagl:3:cimag:3:
+○:LDP man-pages:3.53:2010/10/04:clearenv:3:2013/03/25::ysato@h4.dion.ne.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2013/06/21:clearerr:3:ferror:3:
+@:LDP man-pages:3.53:2008/08/29:clearerr_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.53:2008/07/17:clnt_broadcast:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:clnt_call:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:clnt_control:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:clnt_create:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:clnt_destroy:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:clnt_freeres:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:clnt_geterr:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:clnt_pcreateerror:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:clnt_perrno:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:clnt_perror:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:clnt_spcreateerror:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:clnt_sperrno:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:clnt_sperror:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:clntraw_create:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:clnttcp_create:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:clntudp_bufcreate:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:clntudp_create:3:rpc:3:
+○:LDP man-pages:3.53:2008/08/28:clock:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/07/04:clock_getcpuclockid:3:2013/07/31::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/25:clock_getres:3:clock_getres:2:
+@:LDP man-pages:3.53:2013/02/25:clock_gettime:3:clock_getres:2:
+@:LDP man-pages:3.53:2013/02/25:clock_settime:3:clock_getres:2:
+○:LDP man-pages:3.53:2008/08/11:clog:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/08/11:clog10:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/11:clog10f:3:clog10:3:
+@:LDP man-pages:3.53:2008/08/11:clog10l:3:clog10:3:
+☆:LDP man-pages:3.52=>3.53:2013/07/23:clog2:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/23:clog2f:3:clog2:3:
+@:LDP man-pages:3.53:2013/07/23:clog2l:3:clog2:3:
+@:LDP man-pages:3.53:2008/08/11:clogf:3:clog:3:
+@:LDP man-pages:3.53:2008/08/11:clogl:3:clog:3:
+○:LDP man-pages:3.53:2008/09/23:closedir:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2012/08/17:closelog:3:syslog:3:
+○:LDP man-pages:3.53:2008/11/20:cmsg:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2012/05/10:confstr:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/06/21:conj:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:conjf:3:conj:3:
+@:LDP man-pages:3.53:2013/06/21:conjl:3:conj:3:
+○:LDP man-pages:3.53:2012/03/25:copysign:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/03/25:copysignf:3:copysign:3:
+@:LDP man-pages:3.53:2012/03/25:copysignl:3:copysign:3:
+○:LDP man-pages:3.53:2010/09/11:cos:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/11:cosf:3:cos:3:
+○:LDP man-pages:3.53:2010/09/20:cosh:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:coshf:3:cosh:3:
+@:LDP man-pages:3.53:2010/09/20:coshl:3:cosh:3:
+@:LDP man-pages:3.53:2010/09/11:cosl:3:cos:3:
+○:LDP man-pages:3.53:2008/08/11:cpow:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/11:cpowf:3:cpow:3:
+@:LDP man-pages:3.53:2008/08/11:cpowl:3:cpow:3:
+○:LDP man-pages:3.53:2010/06/10:cproj:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/06/10:cprojf:3:cproj:3:
+@:LDP man-pages:3.53:2010/06/10:cprojl:3:cproj:3:
+○:LDP man-pages:3.53:2008/08/11:creal:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/11:crealf:3:creal:3:
+@:LDP man-pages:3.53:2008/08/11:creall:3:creal:3:
+○:LDP man-pages:3.53:2013/06/21:crypt:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2013/06/21:crypt_r:3:crypt:3:
+○:LDP man-pages:3.53:2008/08/11:csin:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/11:csinf:3:csin:3:
+○:LDP man-pages:3.53:2008/08/11:csinh:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/11:csinhf:3:csinh:3:
+@:LDP man-pages:3.53:2008/08/11:csinhl:3:csinh:3:
+@:LDP man-pages:3.53:2008/08/11:csinl:3:csin:3:
+○:LDP man-pages:3.53:2008/08/11:csqrt:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/11:csqrtf:3:csqrt:3:
+@:LDP man-pages:3.53:2008/08/11:csqrtl:3:csqrt:3:
+○:LDP man-pages:3.53:2008/08/11:ctan:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/11:ctanf:3:ctan:3:
+○:LDP man-pages:3.53:2008/08/11:ctanh:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/11:ctanhf:3:ctanh:3:
+@:LDP man-pages:3.53:2008/08/11:ctanhl:3:ctanh:3:
+@:LDP man-pages:3.53:2008/08/11:ctanl:3:ctan:3:
+○:LDP man-pages:3.53:2013/07/04:ctermid:3:2013/07/30::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki:
+○:LDP man-pages:3.53:2010/02/25:ctime:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/02/25:ctime_r:3:ctime:3:
+@:LDP man-pages:3.53:2013/04/19:cuserid:3:getlogin:3:
+○:LDP man-pages:3.53:2009/12/05:daemon:3:2013/07/24::ysato@h4.dion.ne.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2012/03/25:daylight:3:tzset:3:
+@:LDP man-pages:3.53:2012/05/04:db:3:dbopen:3:
+○:LDP man-pages:3.53:2012/05/04:dbopen:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/05/18:des_crypt:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2007/05/18:des_setparity:3:des_crypt:3:
+○:LDP man-pages:3.53:2012/12/22:difftime:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:2013/07/05:dirfd:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2009/03/30:dirname:3:basename:3:
+☆:LDP man-pages:3.52=>3.53:2013/07/05:div:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/05/18:dl_iterate_phdr:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2008/12/06:dladdr:3:dlopen:3:
+@:LDP man-pages:3.53:2008/12/06:dlclose:3:dlopen:3:
+@:LDP man-pages:3.53:2008/12/06:dlerror:3:dlopen:3:
+○:LDP man-pages:3.53:2008/12/06:dlopen:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/12/06:dlsym:3:dlopen:3:
+@:LDP man-pages:3.53:2008/12/06:dlvsym:3:dlopen:3:
+@:LDP man-pages:3.53:2013/03/05:dn_comp:3:resolver:3:
+@:LDP man-pages:3.53:2013/03/05:dn_expand:3:resolver:3:
+○:LDP man-pages:3.53:2010/09/15:dprintf:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2013/06/21:drand48:3:2013/07/24::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi:
+○:LDP man-pages:3.53:2007/07/26:drand48_r:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2010/09/20:drem:3:remainder:3:
+@:LDP man-pages:3.53:2010/09/20:dremf:3:remainder:3:
+@:LDP man-pages:3.53:2010/09/20:dreml:3:remainder:3:
+○:LDP man-pages:3.53:2010/09/22:dysize:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.53:2010/11/01:eaccess:3:euidaccess:3:
+@:LDP man-pages:3.53:2007/05/18:ecb_crypt:3:des_crypt:3:
+○:LDP man-pages:3.53:2013/07/04:ecvt:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2007/07/26:ecvt_r:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/07/17:edata:3:end:3:
+☆:LDP man-pages:3.52=>3.53:2013/07/22:encrypt:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2013/07/22:encrypt_r:3:encrypt:3:
+○:LDP man-pages:3.53:2008/07/17:end:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2003/09/09:endaliasent:3:setaliasent:3:
+@:LDP man-pages:3.53:2002/02/28:endfsent:3:getfsent:3:
+@:LDP man-pages:3.53:2013/06/21:endgrent:3:getgrent:3:
+@:LDP man-pages:3.53:2010/10/04:endhostent:3:gethostbyname:3:
+○:LDP man-pages:3.53:2010/09/10:endian:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2009/09/15:endmntent:3:getmntent:3:
+@:LDP man-pages:3.53:2008/08/19:endnetent:3:getnetent:3:
+@:LDP man-pages:3.53:2007/07/26:endnetgrent:3:setnetgrent:3:
+@:LDP man-pages:3.53:2008/08/19:endprotoent:3:getprotoent:3:
+@:LDP man-pages:3.53:2013/06/21:endpwent:3:getpwent:3:
+@:LDP man-pages:3.53:2008/08/19:endrpcent:3:getrpcent:3:
+@:LDP man-pages:3.53:2008/08/19:endservent:3:getservent:3:
+@:LDP man-pages:3.53:2013/04/19:endspent:3:getspnam:3:
+@:LDP man-pages:3.53:2013/07/22:endttyent:3:getttyent:3:
+@:LDP man-pages:3.53:2013/06/21:endusershell:3:getusershell:3:
+@:LDP man-pages:3.53:2013/04/19:endutent:3:getutent:3:
+@:LDP man-pages:3.53:2013/04/19:endutxent:3:getutent:3:
+@:LDP man-pages:3.53:2007/05/18:envz:3:envz_add:3:
+○:LDP man-pages:3.53:2007/05/18:envz_add:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2007/05/18:envz_entry:3:envz_add:3:
+@:LDP man-pages:3.53:2007/05/18:envz_get:3:envz_add:3:
+@:LDP man-pages:3.53:2007/05/18:envz_merge:3:envz_add:3:
+@:LDP man-pages:3.53:2007/05/18:envz_remove:3:envz_add:3:
+@:LDP man-pages:3.53:2007/05/18:envz_strip:3:envz_add:3:
+@:LDP man-pages:3.53:2013/06/21:erand48:3:drand48:3:
+@:LDP man-pages:3.53:2007/07/26:erand48_r:3:drand48_r:3:
+○:LDP man-pages:3.53:2010/09/20:erf:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:erfc:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:erfcf:3:erfc:3:
+@:LDP man-pages:3.53:2010/09/20:erfcl:3:erfc:3:
+@:LDP man-pages:3.53:2010/09/20:erff:3:erf:3:
+@:LDP man-pages:3.53:2010/09/20:erfl:3:erf:3:
+○:LDP man-pages:3.53:2012/03/15:err:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/07/09:errno:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/08/29:error:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/08/29:error_at_line:3:error:3:
+@:LDP man-pages:3.53:2010/08/29:error_message_count:3:error:3:
+@:LDP man-pages:3.53:2010/08/29:error_one_per_line:3:error:3:
+@:LDP man-pages:3.53:2010/08/29:error_print_progname:3:error:3:
+@:LDP man-pages:3.53:2012/03/15:errx:3:err:3:
+@:LDP man-pages:3.53:2008/07/17:etext:3:end:3:
+○:LDP man-pages:3.53:2013/07/04:ether_aton:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/04:ether_aton_r:3:ether_aton:3:
+@:LDP man-pages:3.53:2013/07/04:ether_hostton:3:ether_aton:3:
+@:LDP man-pages:3.53:2013/07/04:ether_line:3:ether_aton:3:
+@:LDP man-pages:3.53:2013/07/04:ether_ntoa:3:ether_aton:3:
+@:LDP man-pages:3.53:2013/07/04:ether_ntoa_r:3:ether_aton:3:
+@:LDP man-pages:3.53:2013/07/04:ether_ntohost:3:ether_aton:3:
+○:LDP man-pages:3.53:2010/11/01:euidaccess:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/08/30:eventfd_read:3:eventfd:2:
+@:LDP man-pages:3.53:2010/08/30:eventfd_write:3:eventfd:2:
+○:LDP man-pages:3.53:2010/09/25:exec:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/25:execl:3:exec:3:
+@:LDP man-pages:3.53:2010/09/25:execle:3:exec:3:
+@:LDP man-pages:3.53:2010/09/25:execlp:3:exec:3:
+@:LDP man-pages:3.53:2010/09/25:execv:3:exec:3:
+@:LDP man-pages:3.53:2010/09/25:execvp:3:exec:3:
+@:LDP man-pages:3.53:2010/09/25:execvpe:3:exec:3:
+○:LDP man-pages:3.53:2013/02/14:exit:3:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:exp:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/08/11:exp10:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/11:exp10f:3:exp10:3:
+@:LDP man-pages:3.53:2008/08/11:exp10l:3:exp10:3:
+○:LDP man-pages:3.53:2010/09/20:exp2:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:exp2f:3:exp2:3:
+@:LDP man-pages:3.53:2010/09/20:exp2l:3:exp2:3:
+@:LDP man-pages:3.53:2010/09/20:expf:3:exp:3:
+@:LDP man-pages:3.53:2010/09/20:expl:3:exp:3:
+○:LDP man-pages:3.53:2010/09/12:expm1:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/12:expm1f:3:expm1:3:
+@:LDP man-pages:3.53:2010/09/12:expm1l:3:expm1:3:
+☆:LDP man-pages:3.52=>3.53:2013/07/10:fabs:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/10:fabsf:3:fabs:3:
+@:LDP man-pages:3.53:2013/07/10:fabsl:3:fabs:3:
+○:LDP man-pages:3.53:2009/02/23:fclose:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/06/21:fcloseall:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/04:fcvt:3:ecvt:3:
+@:LDP man-pages:3.53:2007/07/26:fcvt_r:3:ecvt_r:3:
+☆:LDP man-pages:3.52=>3.53:2013/07/15:fdim:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/15:fdimf:3:fdim:3:
+@:LDP man-pages:3.53:2013/07/15:fdiml:3:fdim:3:
+@:LDP man-pages:3.53:2012/04/22:fdopen:3:fopen:3:
+@:LDP man-pages:3.53:2010/06/20:fdopendir:3:opendir:3:
+@:LDP man-pages:3.53:2010/10/31:feclearexcept:3:fenv:3:
+@:LDP man-pages:3.53:2010/10/31:fedisableexcept:3:fenv:3:
+@:LDP man-pages:3.53:2010/10/31:feenableexcept:3:fenv:3:
+@:LDP man-pages:3.53:2010/10/31:fegetenv:3:fenv:3:
+@:LDP man-pages:3.53:2010/10/31:fegetexcept:3:fenv:3:
+@:LDP man-pages:3.53:2010/10/31:fegetexceptflag:3:fenv:3:
+@:LDP man-pages:3.53:2010/10/31:fegetround:3:fenv:3:
+@:LDP man-pages:3.53:2010/10/31:feholdexcept:3:fenv:3:
+○:LDP man-pages:3.53:2010/10/31:fenv:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:feof:3:ferror:3:
+@:LDP man-pages:3.53:2008/08/29:feof_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.53:2010/10/31:feraiseexcept:3:fenv:3:
+○:LDP man-pages:3.53:2013/06/21:ferror:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2008/08/29:ferror_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.53:2010/10/31:fesetenv:3:fenv:3:
+@:LDP man-pages:3.53:2010/10/31:fesetexceptflag:3:fenv:3:
+@:LDP man-pages:3.53:2010/10/31:fesetround:3:fenv:3:
+@:LDP man-pages:3.53:2010/10/31:fetestexcept:3:fenv:3:
+@:LDP man-pages:3.53:2010/10/31:feupdateenv:3:fenv:3:
+○:LDP man-pages:3.53:2010/09/15:fexecve:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:2013/07/15:fflush:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2008/08/29:fflush_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.53:2010/09/20:ffs:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2010/09/20:ffsl:3:ffs:3:
+@:LDP man-pages:3.53:2010/09/20:ffsll:3:ffs:3:
+@:LDP man-pages:3.53:2012/01/18:fgetc:3:gets:3:
+@:LDP man-pages:3.53:2008/08/29:fgetc_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.53:2013/04/19:fgetgrent:3:2013/07/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+@:LDP man-pages:3.53:2010/10/21:fgetgrent_r:3:getgrent_r:3:
+@:LDP man-pages:3.53:1993/11/29:fgetpos:3:fseek:3:
+○:LDP man-pages:3.53:2013/04/19:fgetpwent:3:2013/07/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+@:LDP man-pages:3.53:2010/10/21:fgetpwent_r:3:getpwent_r:3:
+@:LDP man-pages:3.53:2012/01/18:fgets:3:gets:3:
+@:LDP man-pages:3.53:2008/08/29:fgets_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.53:2013/04/19:fgetspent:3:getspnam:3:
+@:LDP man-pages:3.53:2013/04/19:fgetspent_r:3:getspnam:3:
+○:LDP man-pages:3.53:2013/04/19:fgetwc:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2008/08/29:fgetwc_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.53:2011/09/28:fgetws:3:2013/03/25::ysato@h4.dion.ne.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2008/08/29:fgetws_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.53:2013/06/21:fileno:3:ferror:3:
+@:LDP man-pages:3.53:2008/08/29:fileno_unlocked:3:unlocked_stdio:3:
+☆:LDP man-pages:3.52=>3.53:2013/07/22:finite:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/22:finitef:3:finite:3:
+@:LDP man-pages:3.53:2013/07/22:finitel:3:finite:3:
+☆:LDP man-pages:3.52=>3.53:2013/07/23:flockfile:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:2013/07/23:floor:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/23:floorf:3:floor:3:
+@:LDP man-pages:3.53:2013/07/23:floorl:3:floor:3:
+○:LDP man-pages:3.53:2010/09/20:fma:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:fmaf:3:fma:3:
+@:LDP man-pages:3.53:2010/09/20:fmal:3:fma:3:
+○:LDP man-pages:3.53:2010/09/20:fmax:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:fmaxf:3:fmax:3:
+@:LDP man-pages:3.53:2010/09/20:fmaxl:3:fmax:3:
+○:LDP man-pages:3.53:2012/04/28:fmemopen:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:fmin:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:fminf:3:fmin:3:
+@:LDP man-pages:3.53:2010/09/20:fminl:3:fmin:3:
+○:LDP man-pages:3.53:2012/03/15:fmod:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/03/15:fmodf:3:fmod:3:
+@:LDP man-pages:3.53:2012/03/15:fmodl:3:fmod:3:
+○:LDP man-pages:3.53:2013/06/21:fmtmsg:3:2013/07/30::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2000/10/15:fnmatch:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/04/22:fopen:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2013/03/17:fopencookie:3:::::
+@:LDP man-pages:3.53:2010/06/13:forkpty:3:openpty:3:
+○:LDP man-pages:3.53:1993/04/04:fpathconf:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2010/09/20:fpclassify:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/03/05:fprintf:3:printf:3:
+○:LDP man-pages:3.53:2001/12/15:fpurge:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.53:2011/09/28:fputc:3:puts:3:
+@:LDP man-pages:3.53:2008/08/29:fputc_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.53:2011/09/28:fputs:3:puts:3:
+@:LDP man-pages:3.53:2008/08/29:fputs_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.53:2013/04/19:fputwc:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2008/08/29:fputwc_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.53:2011/09/28:fputws:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2008/08/29:fputws_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.53:2012/03/30:fread:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/29:fread_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.53:2012/05/10:free:3:malloc:3:
+@:LDP man-pages:3.53:2013/01/15:freeaddrinfo:3:getaddrinfo:3:
+@:LDP man-pages:3.53:2010/09/04:freehostent:3:getipnodebyname:3:
+@:LDP man-pages:3.53:2012/11/11:freeifaddrs:3:getifaddrs:3:
+@:LDP man-pages:3.53:2012/04/22:freopen:3:fopen:3:
+○:LDP man-pages:3.53:2010/09/20:frexp:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:frexpf:3:frexp:3:
+@:LDP man-pages:3.53:2010/09/20:frexpl:3:frexp:3:
+@:LDP man-pages:3.53:2013/01/30:fscanf:3:scanf:3:
+○:LDP man-pages:3.53:1993/11/29:fseek:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2001/11/05:fseeko:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:1993/11/29:fsetpos:3:fseek:3:
+@:LDP man-pages:3.53:2003/08/22:fstatvfs:3:statvfs:3:
+@:LDP man-pages:3.53:1993/11/29:ftell:3:fseek:3:
+@:LDP man-pages:3.53:2001/11/05:ftello:3:fseeko:3:
+○:LDP man-pages:3.53:2010/02/25:ftime:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2001/11/28:ftok:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.53:2013/07/23:ftrylockfile:3:flockfile:3:
+○:LDP man-pages:3.53:2012/10/25:fts:3:2013/03/25::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2012/10/25:fts_children:3:fts:3:
+@:LDP man-pages:3.53:2012/10/25:fts_close:3:fts:3:
+@:LDP man-pages:3.53:2012/10/25:fts_open:3:fts:3:
+@:LDP man-pages:3.53:2012/10/25:fts_read:3:fts:3:
+@:LDP man-pages:3.53:2012/10/25:fts_set:3:fts:3:
+○:LDP man-pages:3.53:2010/09/20:ftw:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/23:funlockfile:3:flockfile:3:
+※:LDP man-pages:3.53:2012/03/25:futimens:3:utimensat:2:
+○:LDP man-pages:3.53:2013/03/15:futimes:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2011/09/17:fwide:3:2013/03/25::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+@:LDP man-pages:3.53:2011/09/17:fwprintf:3:wprintf:3:
+@:LDP man-pages:3.53:2012/03/30:fwrite:3:fread:3:
+@:LDP man-pages:3.53:2008/08/29:fwrite_unlocked:3:unlocked_stdio:3:
+※:LDP man-pages:3.53:2010/09/27:gai_cancel:3:getaddrinfo_a:3:
+※:LDP man-pages:3.53:2010/09/27:gai_error:3:getaddrinfo_a:3:
+@:LDP man-pages:3.53:2013/01/15:gai_strerror:3:getaddrinfo:3:
+※:LDP man-pages:3.53:2010/09/27:gai_suspend:3:getaddrinfo_a:3:
+○:LDP man-pages:3.53:2008/08/05:gamma:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/05:gammaf:3:gamma:3:
+@:LDP man-pages:3.53:2008/08/05:gammal:3:gamma:3:
+○:LDP man-pages:3.53:2010/09/20:gcvt:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:get_current_dir_name:3:getcwd:3:
+@:LDP man-pages:3.53:2008/07/17:get_myaddress:3:rpc:3:
+@:LDP man-pages:3.53:2012/03/20:get_nprocs:3:get_nprocs_conf:3:
+○:LDP man-pages:3.53:2012/03/20:get_nprocs_conf:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/01/15:getaddrinfo:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2010/09/27:getaddrinfo_a:3:::::
+@:LDP man-pages:3.53:2003/09/09:getaliasbyname:3:setaliasent:3:
+@:LDP man-pages:3.53:2003/09/09:getaliasbyname_r:3:setaliasent:3:
+@:LDP man-pages:3.53:2003/09/09:getaliasent:3:setaliasent:3:
+@:LDP man-pages:3.53:2003/09/09:getaliasent_r:3:setaliasent:3:
+×:LDP man-pages:3.53:2012/11/07:getauxval:3:::::
+@:LDP man-pages:3.53:2012/01/18:getc:3:gets:3:
+@:LDP man-pages:3.53:2008/08/29:getc_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.53:2012/01/18:getchar:3:gets:3:
+@:LDP man-pages:3.53:2008/08/29:getchar_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.53:2009/03/15:getcontext:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:getcwd:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2013/06/21:getdate:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:getdate_err:3:getdate:3:
+@:LDP man-pages:3.53:2013/06/21:getdate_r:3:getdate:3:
+@:LDP man-pages:3.53:2013/04/19:getdelim:3:getline:3:
+○:LDP man-pages:3.53:2007/07/26:getdirentries:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2013/02/05:getdtablesize:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/14:getenv:3:2003/09/28::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2002/02/28:getfsent:3:2013/07/24::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.53:2002/02/28:getfsfile:3:getfsent:3:
+@:LDP man-pages:3.53:2002/02/28:getfsspec:3:getfsent:3:
+○:LDP man-pages:3.53:2013/06/21:getgrent:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/10/21:getgrent_r:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2013/07/22:getgrgid:3:getgrnam:3:
+@:LDP man-pages:3.53:2013/07/22:getgrgid_r:3:getgrnam:3:
+☆:LDP man-pages:3.52=>3.53:2013/07/22:getgrnam:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/22:getgrnam_r:3:getgrnam:3:
+○:LDP man-pages:3.53:2008/07/03:getgrouplist:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/10/04:gethostbyaddr:3:gethostbyname:3:
+@:LDP man-pages:3.53:2010/10/04:gethostbyaddr_r:3:gethostbyname:3:
+○:LDP man-pages:3.53:2010/10/04:gethostbyname:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/10/04:gethostbyname2:3:gethostbyname:3:
+@:LDP man-pages:3.53:2010/10/04:gethostbyname2_r:3:gethostbyname:3:
+@:LDP man-pages:3.53:2010/10/04:gethostbyname_r:3:gethostbyname:3:
+@:LDP man-pages:3.53:2010/10/04:gethostent:3:gethostbyname:3:
+@:LDP man-pages:3.53:2010/10/04:gethostent_r:3:gethostbyname:3:
+○:LDP man-pages:3.53:2010/09/20:gethostid:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/11/11:getifaddrs:3:2013/07/31::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/04:getipnodebyaddr:3:getipnodebyname:3:
+○:LDP man-pages:3.53:2010/09/04:getipnodebyname:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2013/04/19:getline:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/12/08:getloadavg:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2013/04/19:getlogin:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/19:getlogin_r:3:getlogin:3:
+☆:LDP man-pages:3.52=>3.53:2009/09/15:getmntent:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2009/09/15:getmntent_r:3:getmntent:3:
+○:LDP man-pages:3.53:2013/01/15:getnameinfo:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/19:getnetbyaddr:3:getnetent:3:
+@:LDP man-pages:3.53:2010/09/10:getnetbyaddr_r:3:getnetent_r:3:
+@:LDP man-pages:3.53:2008/08/19:getnetbyname:3:getnetent:3:
+@:LDP man-pages:3.53:2010/09/10:getnetbyname_r:3:getnetent_r:3:
+○:LDP man-pages:3.53:2008/08/19:getnetent:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/10:getnetent_r:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2007/07/26:getnetgrent:3:setnetgrent:3:
+@:LDP man-pages:3.53:2007/07/26:getnetgrent_r:3:setnetgrent:3:
+○:LDP man-pages:3.53:2010/11/01:getopt:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/01:getopt_long:3:getopt:3:
+@:LDP man-pages:3.53:2010/11/01:getopt_long_only:3:getopt:3:
+○:LDP man-pages:3.53:2013/06/21:getpass:3:2013/07/24::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.53:2008/08/19:getprotobyname:3:getprotoent:3:
+@:LDP man-pages:3.53:2010/09/10:getprotobyname_r:3:getprotoent_r:3:
+@:LDP man-pages:3.53:2008/08/19:getprotobynumber:3:getprotoent:3:
+@:LDP man-pages:3.53:2010/09/10:getprotobynumber_r:3:getprotoent_r:3:
+○:LDP man-pages:3.53:2008/08/19:getprotoent:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/10:getprotoent_r:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/10:getpt:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/10/21:getpw:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2013/06/21:getpwent:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/10/21:getpwent_r:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:2013/07/22:getpwnam:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/22:getpwnam_r:3:getpwnam:3:
+@:LDP man-pages:3.53:2013/07/22:getpwuid:3:getpwnam:3:
+@:LDP man-pages:3.53:2013/07/22:getpwuid_r:3:getpwnam:3:
+@:LDP man-pages:3.53:2008/08/19:getrpcbyname:3:getrpcent:3:
+@:LDP man-pages:3.53:2010/09/10:getrpcbyname_r:3:getrpcent_r:3:
+@:LDP man-pages:3.53:2008/08/19:getrpcbynumber:3:getrpcent:3:
+@:LDP man-pages:3.53:2010/09/10:getrpcbynumber_r:3:getrpcent_r:3:
+○:LDP man-pages:3.53:2008/08/19:getrpcent:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/10:getrpcent_r:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/12/23:getrpcport:3:2013/03/25::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2012/01/18:gets:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/19:getservbyname:3:getservent:3:
+@:LDP man-pages:3.53:2010/09/10:getservbyname_r:3:getservent_r:3:
+@:LDP man-pages:3.53:2008/08/19:getservbyport:3:getservent:3:
+@:LDP man-pages:3.53:2010/09/10:getservbyport_r:3:getservent_r:3:
+○:LDP man-pages:3.53:2008/08/19:getservent:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/10:getservent_r:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/19:getspent:3:getspnam:3:
+@:LDP man-pages:3.53:2013/04/19:getspent_r:3:getspnam:3:
+○:LDP man-pages:3.53:2013/04/19:getspnam:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/19:getspnam_r:3:getspnam:3:
+○:LDP man-pages:3.53:2010/09/26:getsubopt:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:2013/07/22:getttyent:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2013/07/22:getttynam:3:getttyent:3:
+○:LDP man-pages:3.53:2010/09/10:getumask:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/06/21:getusershell:3:2013/07/24::ishioka@dad.eec.toshiba.co.jp:ISHIOKA Takashi:
+○:LDP man-pages:3.53:2013/04/19:getutent:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/19:getutent_r:3:getutent:3:
+@:LDP man-pages:3.53:2013/04/19:getutid:3:getutent:3:
+@:LDP man-pages:3.53:2013/04/19:getutid_r:3:getutent:3:
+@:LDP man-pages:3.53:2013/04/19:getutline:3:getutent:3:
+@:LDP man-pages:3.53:2013/04/19:getutline_r:3:getutent:3:
+○:LDP man-pages:3.53:2010/09/10:getutmp:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/10:getutmpx:3:getutmp:3:
+@:LDP man-pages:3.53:2013/04/19:getutxent:3:getutent:3:
+@:LDP man-pages:3.53:2013/04/19:getutxid:3:getutent:3:
+@:LDP man-pages:3.53:2013/04/19:getutxline:3:getutent:3:
+○:LDP man-pages:3.53:2010/09/26:getw:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2013/04/19:getwc:3:fgetwc:3:
+@:LDP man-pages:3.53:2008/08/29:getwc_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.53:1999/07/25:getwchar:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2008/08/29:getwchar_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.53:2010/09/20:getwd:3:getcwd:3:
+○:LDP man-pages:3.53:2007/10/10:glob:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2007/10/10:globfree:3:glob:3:
+@:LDP man-pages:3.53:2010/02/25:gmtime:3:ctime:3:
+@:LDP man-pages:3.53:2010/02/25:gmtime_r:3:ctime:3:
+@:LDP man-pages:3.53:2012/05/10:gnu_dev_major:3:makedev:3:
+@:LDP man-pages:3.53:2012/05/10:gnu_dev_makedev:3:makedev:3:
+@:LDP man-pages:3.53:2012/05/10:gnu_dev_minor:3:makedev:3:
+@:LDP man-pages:3.53:2012/08/26:gnu_get_libc_release:3:gnu_get_libc_version:3:
+○:LDP man-pages:3.53:2012/08/26:gnu_get_libc_version:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/06/14:grantpt:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/07/26:gsignal:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/10/04:h_errno:3:gethostbyname:3:
+○:LDP man-pages:3.53:2012/04/23:hash:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2009/09/15:hasmntopt:3:getmntent:3:
+@:LDP man-pages:3.53:2013/07/22:hcreate:3:hsearch:3:
+@:LDP man-pages:3.53:2013/07/22:hcreate_r:3:hsearch:3:
+@:LDP man-pages:3.53:2013/07/22:hdestroy:3:hsearch:3:
+@:LDP man-pages:3.53:2013/07/22:hdestroy_r:3:hsearch:3:
+@:LDP man-pages:3.53:2010/10/04:herror:3:gethostbyname:3:
+☆:LDP man-pages:3.52=>3.53:2013/07/22:hsearch:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/22:hsearch_r:3:hsearch:3:
+@:LDP man-pages:3.53:2010/10/04:hstrerror:3:gethostbyname:3:
+@:LDP man-pages:3.53:2010/09/10:htobe16:3:endian:3:
+@:LDP man-pages:3.53:2010/09/10:htobe32:3:endian:3:
+@:LDP man-pages:3.53:2010/09/10:htobe64:3:endian:3:
+@:LDP man-pages:3.53:2010/09/10:htole16:3:endian:3:
+@:LDP man-pages:3.53:2010/09/10:htole32:3:endian:3:
+@:LDP man-pages:3.53:2010/09/10:htole64:3:endian:3:
+@:LDP man-pages:3.53:2009/01/15:htonl:3:byteorder:3:
+@:LDP man-pages:3.53:2009/01/15:htons:3:byteorder:3:
+○:LDP man-pages:3.53:2010/09/20:hypot:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:hypotf:3:hypot:3:
+@:LDP man-pages:3.53:2010/09/20:hypotl:3:hypot:3:
+○:LDP man-pages:3.53:2012/05/10:iconv:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/08/11:iconv_close:3:2013/07/24::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2008/08/11:iconv_open:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/11/21:if_freenameindex:3:if_nameindex:3:
+@:LDP man-pages:3.53:2012/12/14:if_indextoname:3:if_nametoindex:3:
+○:LDP man-pages:3.53:2012/11/21:if_nameindex:3:2013/05/18::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/12/14:if_nametoindex:3:2013/05/18::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:ilogb:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:ilogbf:3:ilogb:3:
+@:LDP man-pages:3.53:2010/09/20:ilogbl:3:ilogb:3:
+@:LDP man-pages:3.53:2013/06/21:imaxabs:3:abs:3:
+@:LDP man-pages:3.53:2013/07/05:imaxdiv:3:div:3:
+○:LDP man-pages:3.53:2011/09/21:index:3:2013/03/25::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+○:LDP man-pages:3.53:2013/02/10:inet:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/10:inet_addr:3:inet:3:
+@:LDP man-pages:3.53:2013/02/10:inet_aton:3:inet:3:
+@:LDP man-pages:3.53:2013/02/10:inet_lnaof:3:inet:3:
+@:LDP man-pages:3.53:2013/02/10:inet_makeaddr:3:inet_addr:3:
+@:LDP man-pages:3.53:2013/02/10:inet_netof:3:inet:3:
+@:LDP man-pages:3.53:2013/02/10:inet_network:3:inet:3:
+@:LDP man-pages:3.53:2013/02/10:inet_ntoa:3:inet:3:
+○:LDP man-pages:3.53:2008/11/11:inet_ntop:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/06/18:inet_pton:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:1993/06/02:infnan:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2007/07/26:initgroups:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/19:initstate:3:random:3:
+@:LDP man-pages:3.53:2013/04/19:initstate_r:3:random_r:3:
+@:LDP man-pages:3.53:2007/07/26:innetgr:3:setnetgrent:3:
+○:LDP man-pages:3.53:2010/09/09:insque:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/11/11:intro:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/04/23:iruserok:3:rcmd:3:
+@:LDP man-pages:3.53:2012/04/23:iruserok_af:3:rcmd:3:
+@:LDP man-pages:3.53:2010/09/20:isalnum:3:isalpha:3:
+○:LDP man-pages:3.53:2010/09/20:isalpha:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:isascii:3:isalpha:3:
+○:LDP man-pages:3.53:2008/12/03:isatty:3:2013/03/25::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki:
+@:LDP man-pages:3.53:2010/09/20:isblank:3:isalpha:3:
+@:LDP man-pages:3.53:2010/09/20:iscntrl:3:isalpha:3:
+@:LDP man-pages:3.53:2010/09/20:isdigit:3:isalpha:3:
+@:LDP man-pages:3.53:2010/09/20:isfinite:3:fpclassify:3:
+@:LDP man-pages:3.53:2010/09/20:isgraph:3:isalpha:3:
+○:LDP man-pages:3.53:2012/05/06:isgreater:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/05/06:isgreaterequal:3:isgreater:3:
+@:LDP man-pages:3.53:2010/09/20:isinf:3:fpclassify:3:
+@:LDP man-pages:3.53:2013/07/22:isinff:3:finite:3:
+@:LDP man-pages:3.53:2013/07/22:isinfl:3:finite:3:
+@:LDP man-pages:3.53:2012/05/06:isless:3:isgreater:3:
+@:LDP man-pages:3.53:2012/05/06:islessequal:3:isgreater:3:
+@:LDP man-pages:3.53:2012/05/06:islessgreater:3:isgreater:3:
+@:LDP man-pages:3.53:2010/09/20:islower:3:isalpha:3:
+@:LDP man-pages:3.53:2010/09/20:isnan:3:fpclassify:3:
+@:LDP man-pages:3.53:2013/07/22:isnanf:3:finite:3:
+@:LDP man-pages:3.53:2013/07/22:isnanl:3:finite:3:
+@:LDP man-pages:3.53:2010/09/20:isnormal:3:fpclassify:3:
+@:LDP man-pages:3.53:2010/09/20:isprint:3:isalpha:3:
+@:LDP man-pages:3.53:2010/09/20:ispunct:3:isalpha:3:
+@:LDP man-pages:3.53:2010/09/20:isspace:3:isalpha:3:
+@:LDP man-pages:3.53:2012/05/06:isunordered:3:isgreater:3:
+@:LDP man-pages:3.53:2010/09/20:isupper:3:isalpha:3:
+○:LDP man-pages:3.53:1999/07/25:iswalnum:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:1999/07/25:iswalpha:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2010/09/20:iswblank:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:1999/07/25:iswcntrl:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:1999/07/25:iswctype:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:1999/07/25:iswdigit:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:1999/07/25:iswgraph:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:1999/07/25:iswlower:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:1999/07/25:iswprint:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:1999/07/25:iswpunct:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:1999/07/25:iswspace:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:1999/07/25:iswupper:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:1999/07/25:iswxdigit:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2010/09/20:isxdigit:3:isalpha:3:
+○:LDP man-pages:3.53:2010/09/20:j0:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:j0f:3:j0:3:
+@:LDP man-pages:3.53:2010/09/20:j0l:3:j0:3:
+@:LDP man-pages:3.53:2010/09/20:j1:3:j0:3:
+@:LDP man-pages:3.53:2010/09/20:j1f:3:j0:3:
+@:LDP man-pages:3.53:2010/09/20:j1l:3:j0:3:
+@:LDP man-pages:3.53:2010/09/20:jn:3:j0:3:
+@:LDP man-pages:3.53:2010/09/20:jnf:3:j0:3:
+@:LDP man-pages:3.53:2010/09/20:jnl:3:j0:3:
+@:LDP man-pages:3.53:2013/06/21:jrand48:3:drand48:3:
+@:LDP man-pages:3.53:2007/07/26:jrand48_r:3:drand48_r:3:
+@:LDP man-pages:3.53:2002/07/18:key_decryptsession:3:key_setsecret:3:
+@:LDP man-pages:3.53:2002/07/18:key_encryptsession:3:key_setsecret:3:
+@:LDP man-pages:3.53:2002/07/18:key_gendes:3:key_setsecret:3:
+@:LDP man-pages:3.53:2002/07/18:key_secretkey_is_set:3:key_setsecret:3:
+○:LDP man-pages:3.53:2002/07/18:key_setsecret:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/11/29:klogctl:3:syslog:2:
+@:LDP man-pages:3.53:2013/06/21:l64a:3:a64l:3:
+@:LDP man-pages:3.53:2013/06/21:labs:3:abs:3:
+@:LDP man-pages:3.53:2013/04/19:lckpwdf:3:getspnam:3:
+@:LDP man-pages:3.53:2013/06/21:lcong48:3:drand48:3:
+@:LDP man-pages:3.53:2007/07/26:lcong48_r:3:drand48_r:3:
+○:LDP man-pages:3.53:2010/09/20:ldexp:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:ldexpf:3:ldexp:3:
+@:LDP man-pages:3.53:2010/09/20:ldexpl:3:ldexp:3:
+@:LDP man-pages:3.53:2013/07/05:ldiv:3:div:3:
+@:LDP man-pages:3.53:2010/09/10:le16toh:3:endian:3:
+@:LDP man-pages:3.53:2010/09/10:le32toh:3:endian:3:
+@:LDP man-pages:3.53:2010/09/10:le64toh:3:endian:3:
+@:LDP man-pages:3.53:1999/09/27:lfind:3:lsearch:3:
+○:LDP man-pages:3.53:2010/09/11:lgamma:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/11:lgamma_r:3:lgamma:3:
+@:LDP man-pages:3.53:2010/09/11:lgammaf:3:lgamma:3:
+@:LDP man-pages:3.53:2010/09/11:lgammaf_r:3:lgamma:3:
+@:LDP man-pages:3.53:2010/09/11:lgammal:3:lgamma:3:
+@:LDP man-pages:3.53:2010/09/11:lgammal_r:3:lgamma:3:
+○:LDP man-pages:3.53:2012/05/08:lio_listio:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:llabs:3:abs:3:
+@:LDP man-pages:3.53:2013/07/05:lldiv:3:div:3:
+@:LDP man-pages:3.53:2010/09/20:llrint:3:lrint:3:
+@:LDP man-pages:3.53:2010/09/20:llrintf:3:lrint:3:
+@:LDP man-pages:3.53:2010/09/20:llrintl:3:lrint:3:
+@:LDP man-pages:3.53:2010/09/20:llround:3:lround:3:
+@:LDP man-pages:3.53:2010/09/20:llroundf:3:lround:3:
+@:LDP man-pages:3.53:2010/09/20:llroundl:3:lround:3:
+○:LDP man-pages:3.53:2013/06/21:localeconv:3:2013/07/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
+@:LDP man-pages:3.53:2010/02/25:localtime:3:ctime:3:
+@:LDP man-pages:3.53:2010/02/25:localtime_r:3:ctime:3:
+○:LDP man-pages:3.53:2012/07/07:lockf:3:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:log:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:log10:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:log10f:3:log10:3:
+@:LDP man-pages:3.53:2010/09/20:log10l:3:log10:3:
+○:LDP man-pages:3.53:2010/09/20:log1p:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:log1pf:3:log1p:3:
+@:LDP man-pages:3.53:2010/09/20:log1pl:3:log1p:3:
+○:LDP man-pages:3.53:2010/09/12:log2:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/12:log2f:3:log2:3:
+@:LDP man-pages:3.53:2010/09/12:log2l:3:log2:3:
+○:LDP man-pages:3.53:2010/09/20:logb:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:logbf:3:logb:3:
+@:LDP man-pages:3.53:2010/09/20:logbl:3:logb:3:
+@:LDP man-pages:3.53:2010/09/20:logf:3:log:3:
+○:LDP man-pages:3.53:2004/05/06:login:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2010/06/13:login_tty:3:openpty:3:
+@:LDP man-pages:3.53:2010/09/20:logl:3:log:3:
+@:LDP man-pages:3.53:2004/05/06:logout:3:login:3:
+@:LDP man-pages:3.53:2008/07/02:logwtmp:3:updwtmp:3:
+○:LDP man-pages:3.53:2009/01/13:longjmp:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:lrand48:3:drand48:3:
+@:LDP man-pages:3.53:2007/07/26:lrand48_r:3:drand48_r:3:
+○:LDP man-pages:3.53:2010/09/20:lrint:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:lrintf:3:lrint:3:
+@:LDP man-pages:3.53:2010/09/20:lrintl:3:lrint:3:
+○:LDP man-pages:3.53:2010/09/20:lround:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:lroundf:3:lround:3:
+@:LDP man-pages:3.53:2010/09/20:lroundl:3:lround:3:
+○:LDP man-pages:3.53:1999/09/27:lsearch:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2004/12/11:lseek64:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2013/03/15:lutimes:3:futimes:3:
+@:LDP man-pages:3.53:2012/05/10:major:3:makedev:3:
+○:LDP man-pages:3.53:2013/02/12:makecontext:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/10:makedev:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2012/05/06:mallinfo:3:::::
+○:LDP man-pages:3.53:2012/05/10:malloc:3:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2012/05/04:malloc_get_state:3:::::
+○:LDP man-pages:3.53:2010/10/13:malloc_hook:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2013/04/19:malloc_info:3:::::
+※:LDP man-pages:3.53:2012/05/04:malloc_set_state:3:malloc_get_state:3:
+○:LDP man-pages:3.53:2012/05/06:malloc_stats:3:2013/05/06::amotoki@gmail.com:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2012/03/29:malloc_trim:3:::::
+×:LDP man-pages:3.53:2012/03/29:malloc_usable_size:3:::::
+×:LDP man-pages:3.53:2012/04/30:mallopt:3:::::
+○:LDP man-pages:3.53:2010/09/10:matherr:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/06/21:mblen:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2013/06/21:mbrlen:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2013/06/21:mbrtowc:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2000/11/20:mbsinit:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2011/10/01:mbsnrtowcs:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2011/09/28:mbsrtowcs:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2011/09/28:mbstowcs:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2011/09/28:mbtowc:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+×:LDP man-pages:3.53:2012/04/18:mcheck:3:::::
+※:LDP man-pages:3.53:2012/04/18:mcheck_check_all:3:mcheck:3:
+※:LDP man-pages:3.53:2012/04/18:mcheck_pedantic:3:mcheck:3:
+@:LDP man-pages:3.53:2012/03/23:memalign:3:posix_memalign:3:
+○:LDP man-pages:3.53:2009/01/13:memccpy:3:2013/07/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
+○:LDP man-pages:3.53:2012/04/23:memchr:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/11/25:memcmp:3:2013/03/25::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+○:LDP man-pages:3.53:2010/11/15:memcpy:3:2013/03/25::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
+○:LDP man-pages:3.53:2010/09/10:memfrob:3:2013/03/25::ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+○:LDP man-pages:3.53:2008/12/05:memmem:3:2013/07/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
+○:LDP man-pages:3.53:1993/04/10:memmove:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/08/12:mempcpy:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2012/04/23:memrchr:3:memchr:3:
+○:LDP man-pages:3.53:1993/04/11:memset:3:2013/07/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino:
+@:LDP man-pages:3.53:2012/05/10:minor:3:makedev:3:
+○:LDP man-pages:3.53:2010/09/26:mkdtemp:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/01/27:mkfifo:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2009/12/13:mkfifoat:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2012/12/21:mkostemp:3:mkstemp:3:
+@:LDP man-pages:3.53:2012/12/21:mkostemps:3:mkstemp:3:
+○:LDP man-pages:3.53:2012/12/21:mkstemp:3:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/12/21:mkstemps:3:mkstemp:3:
+○:LDP man-pages:3.53:2013/04/19:mktemp:3:2013/07/24::tanisako@osa.dec.com:Kazuyuki Tanisako:
+@:LDP man-pages:3.53:2010/02/25:mktime:3:ctime:3:
+@:LDP man-pages:3.53:2013/04/17:mmap64:3:mmap:2:
+○:LDP man-pages:3.53:2013/06/21:modf:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:modff:3:modf:3:
+@:LDP man-pages:3.53:2013/06/21:modfl:3:modf:3:
+○:LDP man-pages:3.53:2012/04/26:mpool:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+※:LDP man-pages:3.53:2012/04/18:mprobe:3:mcheck:3:
+○:LDP man-pages:3.53:2010/08/29:mq_close:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/08/29:mq_getattr:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/10/04:mq_notify:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2009/02/20:mq_open:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:mq_receive:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:mq_send:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/08/29:mq_setattr:3:mq_getattr:3:
+@:LDP man-pages:3.53:2010/09/20:mq_timedreceive:3:mq_receive:3:
+@:LDP man-pages:3.53:2010/09/20:mq_timedsend:3:mq_send:3:
+○:LDP man-pages:3.53:2010/08/29:mq_unlink:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:mrand48:3:drand48:3:
+@:LDP man-pages:3.53:2007/07/26:mrand48_r:3:drand48_r:3:
+×:LDP man-pages:3.53:2012/04/18:mtrace:3:::::
+※:LDP man-pages:3.53:2012/04/18:muntrace:3:mtrace:3:
+○:LDP man-pages:3.53:2010/09/20:nan:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:nanf:3:nan:3:
+@:LDP man-pages:3.53:2010/09/20:nanl:3:nan:3:
+@:LDP man-pages:3.53:2010/09/20:nearbyint:3:rint:3:
+@:LDP man-pages:3.53:2010/09/20:nearbyintf:3:rint:3:
+@:LDP man-pages:3.53:2010/09/20:nearbyintl:3:rint:3:
+○:LDP man-pages:3.53:2012/08/05:netlink:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2010/09/20:nextafter:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:nextafterf:3:nextafter:3:
+@:LDP man-pages:3.53:2010/09/20:nextafterl:3:nextafter:3:
+@:LDP man-pages:3.53:2010/09/20:nexttoward:3:nextafter:3:
+@:LDP man-pages:3.53:2010/09/20:nexttowardf:3:nextafter:3:
+@:LDP man-pages:3.53:2010/09/20:nexttowardl:3:nextafter:3:
+@:LDP man-pages:3.53:2010/09/20:nftw:3:ftw:3:
+○:LDP man-pages:3.53:2010/10/03:nl_langinfo:3:2013/03/25::KY4N-UCD@asahi-net.or.jp:UCHIDA Norihiro:
+@:LDP man-pages:3.53:2013/06/21:nrand48:3:drand48:3:
+@:LDP man-pages:3.53:2007/07/26:nrand48_r:3:drand48_r:3:
+@:LDP man-pages:3.53:2009/01/15:ntohl:3:byteorder:3:
+@:LDP man-pages:3.53:2009/01/15:ntohs:3:byteorder:3:
+○:LDP man-pages:3.53:2008/07/12:offsetof:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/12/05:on_exit:3:2013/07/24:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/04/28:open_memstream:3:fmemopen:3:
+@:LDP man-pages:3.53:2012/04/28:open_wmemstream:3:fmemopen:3:
+○:LDP man-pages:3.53:2010/06/20:opendir:3:2013/03/25:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/08/17:openlog:3:syslog:3:
+○:LDP man-pages:3.53:2010/06/13:openpty:3:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/11/01:optarg:3:getopt:3:
+@:LDP man-pages:3.53:2010/11/01:opterr:3:getopt:3:
+@:LDP man-pages:3.53:2010/11/01:optind:3:getopt:3:
+@:LDP man-pages:3.53:2010/11/01:optopt:3:getopt:3:
+@:LDP man-pages:3.53:2003/04/04:passwd2des:3:xcrypt:3:
+@:LDP man-pages:3.53:1993/04/04:pathconf:3:fpathconf:3:
+@:LDP man-pages:3.53:2013/04/19:pclose:3:popen:3:
+○:LDP man-pages:3.53:2012/04/17:perror:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/07/17:pmap_getmaps:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:pmap_getport:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:pmap_rmtcall:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:pmap_set:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:pmap_unset:3:rpc:3:
+○:LDP man-pages:3.53:2013/04/19:popen:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/02/12:posix_fallocate:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2012/03/23:posix_memalign:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/04/20:posix_openpt:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/12:pow:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/08/11:pow10:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2008/08/11:pow10f:3:pow10:3:
+@:LDP man-pages:3.53:2008/08/11:pow10l:3:pow10:3:
+@:LDP man-pages:3.53:2010/09/12:powf:3:pow:3:
+@:LDP man-pages:3.53:2010/09/12:powl:3:pow:3:
+○:LDP man-pages:3.53:2013/03/05:printf:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/07/26:profil:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2006/04/29:program_invocation_name:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2006/04/29:program_invocation_short_name:3:program_invocation_name:3:
+@:LDP man-pages:3.53:2010/10/06:psiginfo:3:psignal:3:
+○:LDP man-pages:3.53:2010/10/06:psignal:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/11/11:pthread_attr_destroy:3:pthread_attr_init:3:
+@:LDP man-pages:3.53:2010/09/10:pthread_attr_getaffinity_np:3:pthread_attr_setaffinity_np:3:
+@:LDP man-pages:3.53:2010/02/03:pthread_attr_getdetachstate:3:pthread_attr_setdetachstate:3:
+@:LDP man-pages:3.53:2008/10/24:pthread_attr_getguardsize:3:pthread_attr_setguardsize:3:
+@:LDP man-pages:3.53:2013/04/19:pthread_attr_getinheritsched:3:pthread_attr_setinheritsched:3:
+@:LDP man-pages:3.53:2013/06/21:pthread_attr_getschedparam:3:pthread_attr_setschedparam:3:
+@:LDP man-pages:3.53:2013/06/21:pthread_attr_getschedpolicy:3:pthread_attr_setschedpolicy:3:
+@:LDP man-pages:3.53:2013/04/19:pthread_attr_getscope:3:pthread_attr_setscope:3:
+@:LDP man-pages:3.53:2008/10/24:pthread_attr_getstack:3:pthread_attr_setstack:3:
+@:LDP man-pages:3.53:2008/10/24:pthread_attr_getstackaddr:3:pthread_attr_setstackaddr:3:
+@:LDP man-pages:3.53:2012/03/15:pthread_attr_getstacksize:3:pthread_attr_setstacksize:3:
+○:LDP man-pages:3.53:2008/11/11:pthread_attr_init:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/10:pthread_attr_setaffinity_np:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/02/03:pthread_attr_setdetachstate:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/10/24:pthread_attr_setguardsize:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/19:pthread_attr_setinheritsched:3:2013/07/30::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/06/21:pthread_attr_setschedparam:3:2013/07/30::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/06/21:pthread_attr_setschedpolicy:3:2013/07/30::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/19:pthread_attr_setscope:3:2013/07/30::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/10/24:pthread_attr_setstack:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/10/24:pthread_attr_setstackaddr:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/03/15:pthread_attr_setstacksize:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/11/17:pthread_cancel:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/11/24:pthread_cleanup_pop:3:pthread_cleanup_push:3:
+@:LDP man-pages:3.53:2008/12/04:pthread_cleanup_pop_restore_np:3:pthread_cleanup_push_defer_np:3:
+○:LDP man-pages:3.53:2008/11/24:pthread_cleanup_push:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/12/04:pthread_cleanup_push_defer_np:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/03:pthread_create:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/11/27:pthread_detach:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2009/03/30:pthread_equal:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2009/03/30:pthread_exit:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/10:pthread_getaffinity_np:3:pthread_setaffinity_np:3:
+○:LDP man-pages:3.53:2010/09/10:pthread_getattr_np:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2009/04/10:pthread_getconcurrency:3:pthread_setconcurrency:3:
+○:LDP man-pages:3.53:2009/02/08:pthread_getcpuclockid:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:pthread_getname_np:3:pthread_setname_np:3:
+@:LDP man-pages:3.53:2008/11/17:pthread_getschedparam:3:pthread_setschedparam:3:
+○:LDP man-pages:3.53:2008/11/27:pthread_join:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/19:pthread_kill:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/09:pthread_kill_other_threads_np:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/10/24:pthread_self:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/10:pthread_setaffinity_np:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/11/24:pthread_setcancelstate:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/11/24:pthread_setcanceltype:3:pthread_setcancelstate:3:
+○:LDP man-pages:3.53:2009/04/10:pthread_setconcurrency:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/06/21:pthread_setname_np:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/11/17:pthread_setschedparam:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/11/06:pthread_setschedprio:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/03:pthread_sigmask:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/19:pthread_sigqueue:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/04/14:pthread_testcancel:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/10:pthread_timedjoin_np:3:pthread_tryjoin_np:3:
+○:LDP man-pages:3.53:2010/09/10:pthread_tryjoin_np:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/03/05:pthread_yield:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/06/21:ptsname:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:ptsname_r:3:ptsname:3:
+@:LDP man-pages:3.53:2011/09/28:putc:3:puts:3:
+@:LDP man-pages:3.53:2008/08/29:putc_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.53:2011/09/28:putchar:3:puts:3:
+@:LDP man-pages:3.53:2008/08/29:putchar_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.53:2013/04/19:putenv:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2003/09/09:putgrent:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2013/04/19:putpwent:3:2013/07/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+○:LDP man-pages:3.53:2011/09/28:puts:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2013/04/19:putspent:3:getspnam:3:
+@:LDP man-pages:3.53:2013/04/19:pututline:3:getutent:3:
+@:LDP man-pages:3.53:2013/04/19:pututxline:3:getutent:3:
+@:LDP man-pages:3.53:2010/09/26:putw:3:getw:3:
+@:LDP man-pages:3.53:2013/04/19:putwc:3:fputwc:3:
+@:LDP man-pages:3.53:2008/08/29:putwc_unlocked:3:unlocked_stdio:3:
+○:LDP man-pages:3.53:1999/07/25:putwchar:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2008/08/29:putwchar_unlocked:3:unlocked_stdio:3:
+@:LDP man-pages:3.53:2012/03/23:pvalloc:3:posix_memalign:3:
+☆:LDP man-pages:3.52=>3.53:2013/07/22:qecvt:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2007/07/26:qecvt_r:3:ecvt_r:3:
+@:LDP man-pages:3.53:2013/07/22:qfcvt:3:qecvt:3:
+@:LDP man-pages:3.53:2007/07/26:qfcvt_r:3:ecvt_r:3:
+@:LDP man-pages:3.53:2013/07/22:qgcvt:3:qecvt:3:
+○:LDP man-pages:3.53:2012/03/08:qsort:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/03/08:qsort_r:3:qsort:3:
+○:LDP man-pages:3.53:2007/12/28:queue:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/04/20:raise:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/10/01:rand:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/10/01:rand_r:3:rand:3:
+○:LDP man-pages:3.53:2013/04/19:random:3:2013/07/24::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi:
+○:LDP man-pages:3.53:2013/04/19:random_r:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/04/23:rawmemchr:3:memchr:3:
+○:LDP man-pages:3.53:2012/04/23:rcmd:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/04/23:rcmd_af:3:rcmd:3:
+○:LDP man-pages:3.53:2013/06/21:re_comp:3:2013/07/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+@:LDP man-pages:3.53:2013/06/21:re_exec:3:re_comp:3:
+○:LDP man-pages:3.53:2013/06/21:readdir:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:readdir_r:3:readdir:3:
+@:LDP man-pages:3.53:2012/05/10:realloc:3:malloc:3:
+○:LDP man-pages:3.53:2013/03/15:realpath:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/04/23:recno:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/11:regcomp:3:regex:3:
+@:LDP man-pages:3.53:2013/02/11:regerror:3:regex:3:
+○:LDP man-pages:3.53:2013/02/11:regex:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/11:regexec:3:regex:3:
+@:LDP man-pages:3.53:2013/02/11:regfree:3:regex:3:
+@:LDP man-pages:3.53:2008/07/17:registerrpc:3:rpc:3:
+○:LDP man-pages:3.53:2010/09/20:remainder:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:remainderf:3:remainder:3:
+@:LDP man-pages:3.53:2010/09/20:remainderl:3:remainder:3:
+○:LDP man-pages:3.53:2008/12/03:remove:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2010/09/09:remque:3:insque:3:
+○:LDP man-pages:3.53:2010/09/20:remquo:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:remquof:3:remquo:3:
+@:LDP man-pages:3.53:2010/09/20:remquol:3:remquo:3:
+@:LDP man-pages:3.53:2013/03/05:res_init:3:resolver:3:
+@:LDP man-pages:3.53:2013/03/05:res_mkquery:3:resolver:3:
+@:LDP man-pages:3.53:2013/03/05:res_query:3:resolver:3:
+@:LDP man-pages:3.53:2013/03/05:res_querydomain:3:resolver:3:
+@:LDP man-pages:3.53:2013/03/05:res_search:3:resolver:3:
+@:LDP man-pages:3.53:2013/03/05:res_send:3:resolver:3:
+○:LDP man-pages:3.53:2013/03/05:resolver:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:1993/11/29:rewind:3:fseek:3:
+○:LDP man-pages:3.53:1995/06/11:rewinddir:3:2013/07/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+○:LDP man-pages:3.53:2013/07/04:rexec:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/04:rexec_af:3:rexec:3:
+@:LDP man-pages:3.53:2011/09/21:rindex:3:index:3:
+○:LDP man-pages:3.53:2010/09/20:rint:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:rintf:3:rint:3:
+@:LDP man-pages:3.53:2010/09/20:rintl:3:rint:3:
+○:LDP man-pages:3.53:2013/06/21:round:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:roundf:3:round:3:
+@:LDP man-pages:3.53:2013/06/21:roundl:3:round:3:
+○:LDP man-pages:3.53:2008/07/17:rpc:3:2013/07/24::ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2007/07/26:rpmatch:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/04/23:rresvport:3:rcmd:3:
+@:LDP man-pages:3.53:2012/04/23:rresvport_af:3:rcmd:3:
+○:LDP man-pages:3.53:2012/08/03:rtime:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2012/03/24:rtnetlink:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/04/23:ruserok:3:rcmd:3:
+@:LDP man-pages:3.53:2012/04/23:ruserok_af:3:rcmd:3:
+○:LDP man-pages:3.53:2013/03/23:scalb:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/03/23:scalbf:3:scalb:3:
+@:LDP man-pages:3.53:2013/03/23:scalbl:3:scalb:3:
+○:LDP man-pages:3.53:2013/06/21:scalbln:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:scalblnf:3:scalbln:3:
+@:LDP man-pages:3.53:2013/06/21:scalblnl:3:scalbln:3:
+@:LDP man-pages:3.53:2013/06/21:scalbn:3:scalbln:3:
+@:LDP man-pages:3.53:2013/06/21:scalbnf:3:scalbln:3:
+@:LDP man-pages:3.53:2013/06/21:scalbnl:3:scalbln:3:
+○:LDP man-pages:3.53:2013/04/19:scandir:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/03/17:scandirat:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/01/30:scanf:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/17:sched_getcpu:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/08/14:secure_getenv:3:getenv:3:
+@:LDP man-pages:3.53:2013/06/21:seed48:3:drand48:3:
+@:LDP man-pages:3.53:2007/07/26:seed48_r:3:drand48_r:3:
+○:LDP man-pages:3.53:2013/03/24:seekdir:3:2013/03/25::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+○:LDP man-pages:3.53:2012/05/13:sem_close:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/13:sem_destroy:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/13:sem_getvalue:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/13:sem_init:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/13:sem_open:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/13:sem_post:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/05/13:sem_timedwait:3:sem_wait:3:
+@:LDP man-pages:3.53:2012/05/13:sem_trywait:3:sem_wait:3:
+○:LDP man-pages:3.53:2012/05/13:sem_unlink:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/13:sem_wait:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2003/09/09:setaliasent:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2012/08/03:setbuf:3:2013/03/25::ysato@h4.dion.ne.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2012/08/03:setbuffer:3:setbuf:3:
+@:LDP man-pages:3.53:2009/03/15:setcontext:3:getcontext:3:
+○:LDP man-pages:3.53:2009/09/20:setenv:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2002/02/28:setfsent:3:getfsent:3:
+@:LDP man-pages:3.53:2013/06/21:setgrent:3:getgrent:3:
+@:LDP man-pages:3.53:2010/10/04:sethostent:3:gethostbyname:3:
+@:LDP man-pages:3.53:2010/09/20:sethostid:3:gethostid:3:
+○:LDP man-pages:3.53:2009/06/26:setjmp:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2013/07/22:setkey:3:encrypt:3:
+@:LDP man-pages:3.53:2013/07/22:setkey_r:3:encrypt:3:
+@:LDP man-pages:3.53:2012/08/03:setlinebuf:3:setbuf:3:
+○:LDP man-pages:3.53:2008/12/05:setlocale:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2001/10/05:setlogmask:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2009/09/15:setmntent:3:getmntent:3:
+@:LDP man-pages:3.53:2008/08/19:setnetent:3:getnetent:3:
+○:LDP man-pages:3.53:2007/07/26:setnetgrent:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/19:setprotoent:3:getprotoent:3:
+@:LDP man-pages:3.53:2013/06/21:setpwent:3:getpwent:3:
+@:LDP man-pages:3.53:2008/08/19:setrpcent:3:getrpcent:3:
+@:LDP man-pages:3.53:2008/08/19:setservent:3:getservent:3:
+@:LDP man-pages:3.53:2013/04/19:setspent:3:getspnam:3:
+@:LDP man-pages:3.53:2013/04/19:setstate:3:random:3:
+@:LDP man-pages:3.53:2013/04/19:setstate_r:3:random_r:3:
+@:LDP man-pages:3.53:2013/07/22:setttyent:3:getttyent:3:
+@:LDP man-pages:3.53:2013/06/21:setusershell:3:getusershell:3:
+@:LDP man-pages:3.53:2013/04/19:setutent:3:getutent:3:
+@:LDP man-pages:3.53:2013/04/19:setutxent:3:getutent:3:
+@:LDP man-pages:3.53:2012/08/03:setvbuf:3:setbuf:3:
+@:LDP man-pages:3.53:2013/04/19:sgetspent:3:getspnam:3:
+@:LDP man-pages:3.53:2013/04/19:sgetspent_r:3:getspnam:3:
+○:LDP man-pages:3.53:2009/02/25:shm_open:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2009/02/25:shm_unlink:3:shm_open:3:
+@:LDP man-pages:3.53:2013/04/19:sigaddset:3:sigsetops:3:
+@:LDP man-pages:3.53:2013/04/19:sigandset:3:sigsetops:3:
+@:LDP man-pages:3.53:2012/09/06:sigblock:3:sigvec:3:
+@:LDP man-pages:3.53:2013/04/19:sigdelset:3:sigsetops:3:
+@:LDP man-pages:3.53:2013/04/19:sigemptyset:3:sigsetops:3:
+@:LDP man-pages:3.53:2013/04/19:sigfillset:3:sigsetops:3:
+@:LDP man-pages:3.53:2012/09/06:siggetmask:3:sigvec:3:
+@:LDP man-pages:3.53:2010/09/20:sighold:3:sigset:3:
+@:LDP man-pages:3.53:2010/09/20:sigignore:3:sigset:3:
+○:LDP man-pages:3.53:2013/04/19:siginterrupt:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+@:LDP man-pages:3.53:2013/04/19:sigisemptyset:3:sigsetops:3:
+@:LDP man-pages:3.53:2013/04/19:sigismember:3:sigsetops:3:
+@:LDP man-pages:3.53:2009/01/13:siglongjmp:3:longjmp:3:
+@:LDP man-pages:3.53:2012/09/06:sigmask:3:sigvec:3:
+○:LDP man-pages:3.53:2013/07/04:signbit:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/11:signgam:3:lgamma:3:
+○:LDP man-pages:3.53:2009/02/04:significand:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2009/02/04:significandf:3:significand:3:
+@:LDP man-pages:3.53:2009/02/04:significandl:3:significand:3:
+@:LDP man-pages:3.53:2013/04/19:sigorset:3:sigsetops:3:
+○:LDP man-pages:3.53:2010/09/12:sigpause:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/03/25:sigqueue:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:sigrelse:3:sigset:3:
+○:LDP man-pages:3.53:2010/09/20:sigset:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2009/06/26:sigsetjmp:3:setjmp:3:
+@:LDP man-pages:3.53:2012/09/06:sigsetmask:3:sigvec:3:
+○:LDP man-pages:3.53:2013/04/19:sigsetops:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/26:sigstack:3:sigaltstack:2:
+○:LDP man-pages:3.53:2012/09/06:sigvec:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/07/21:sigwait:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/11:sin:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/08/11:sincos:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/11:sincosf:3:sincos:3:
+@:LDP man-pages:3.53:2008/08/11:sincosl:3:sincos:3:
+@:LDP man-pages:3.53:2010/09/11:sinf:3:sin:3:
+○:LDP man-pages:3.53:2010/09/20:sinh:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:sinhf:3:sinh:3:
+@:LDP man-pages:3.53:2010/09/20:sinhl:3:sinh:3:
+@:LDP man-pages:3.53:2010/09/11:sinl:3:sin:3:
+○:LDP man-pages:3.53:2010/02/03:sleep:3:2013/03/25::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi:
+@:LDP man-pages:3.53:2013/03/05:snprintf:3:printf:3:
+○:LDP man-pages:3.53:2008/12/03:sockatmark:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2013/03/05:sprintf:3:printf:3:
+○:LDP man-pages:3.53:2010/09/20:sqrt:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:sqrtf:3:sqrt:3:
+@:LDP man-pages:3.53:2010/09/20:sqrtl:3:sqrt:3:
+@:LDP man-pages:3.53:2010/10/01:srand:3:rand:3:
+@:LDP man-pages:3.53:2013/06/21:srand48:3:drand48:3:
+@:LDP man-pages:3.53:2007/07/26:srand48_r:3:drand48_r:3:
+@:LDP man-pages:3.53:2013/04/19:srandom:3:random:3:
+@:LDP man-pages:3.53:2013/04/19:srandom_r:3:random_r:3:
+@:LDP man-pages:3.53:2013/01/30:sscanf:3:scanf:3:
+@:LDP man-pages:3.53:2007/07/26:ssignal:3:gsignal:3:
+○:LDP man-pages:3.53:2003/08/22:statvfs:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2013/03/15:stdarg:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2008/07/14:stderr:3:stdin:3:
+○:LDP man-pages:3.53:2008/07/14:stdin:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2001/12/26:stdio:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2013/06/21:stdio_ext:3:2013/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/07/14:stdout:3:stdin:3:
+○:LDP man-pages:3.53:2012/03/15:stpcpy:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2011/09/28:stpncpy:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2012/05/10:strcasecmp:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2011/09/28:strcasestr:3:strstr:3:
+○:LDP man-pages:3.53:2012/07/19:strcat:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/04/24:strchr:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/04/24:strchrnul:3:strchr:3:
+○:LDP man-pages:3.53:2012/11/25:strcmp:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:2010/09/20:strcoll:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/07/19:strcpy:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/05/10:strcspn:3:strspn:3:
+○:LDP man-pages:3.53:2013/04/19:strdup:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/19:strdupa:3:strdup:3:
+○:LDP man-pages:3.53:2013/06/21:strerror:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:strerror_r:3:strerror:3:
+○:LDP man-pages:3.53:2000/12/05:strfmon:3:2013/07/24::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2010/09/20:strfry:3:2013/07/24::motoki@hal.t.u-tokyo.ac.jp:Akihiro Motoki:
+○:LDP man-pages:3.53:2013/06/28:strftime:3:2013/07/30::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/02/25:string:3:2013/03/25::yoshino@civil.jcn.nihon-u.ac.jp:YOSHINO Takashi:
+○:LDP man-pages:3.53:2012/05/04:strlen:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/05/10:strncasecmp:3:strcasecmp:3:
+@:LDP man-pages:3.53:2012/07/19:strncat:3:strcat:3:
+@:LDP man-pages:3.53:2012/11/25:strncmp:3:strcmp:3:
+@:LDP man-pages:3.53:2012/07/19:strncpy:3:strcpy:3:
+@:LDP man-pages:3.53:2013/04/19:strndup:3:strdup:3:
+@:LDP man-pages:3.53:2013/04/19:strndupa:3:strdup:3:
+○:LDP man-pages:3.53:2012/05/10:strnlen:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/10:strpbrk:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2009/12/05:strptime:3:2013/07/24::ysato@h4.dion.ne.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2012/04/24:strrchr:3:strchr:3:
+○:LDP man-pages:3.53:2011/09/28:strsep:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2010/09/15:strsignal:3:2013/07/24::argrath@yo.rim.or.jp:Kentaro Shirakata:
+○:LDP man-pages:3.53:2012/05/10:strspn:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2011/09/28:strstr:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2010/09/20:strtod:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:strtof:3:strtod:3:
+○:LDP man-pages:3.53:2003/11/28:strtoimax:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2013/05/19:strtok:3:2013/07/30:o:amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/05/19:strtok_r:3:strtok:3:
+○:LDP man-pages:3.53:2013/02/10:strtol:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:strtold:3:strtod:3:
+@:LDP man-pages:3.53:2013/02/10:strtoll:3:strtol:3:
+@:LDP man-pages:3.53:2013/02/10:strtoq:3:strtol:3:
+○:LDP man-pages:3.53:2011/09/15:strtoul:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2011/09/15:strtoull:3:strtoul:3:
+@:LDP man-pages:3.53:2003/11/28:strtoumax:3:strtoimax:3:
+@:LDP man-pages:3.53:2011/09/15:strtouq:3:strtoul:3:
+○:LDP man-pages:3.53:2001/12/19:strverscmp:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/10:strxfrm:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/07/17:svc_destroy:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svc_freeargs:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svc_getargs:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svc_getcaller:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svc_getreq:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svc_getreqset:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svc_register:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svc_run:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svc_sendreply:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svc_unregister:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svcerr_auth:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svcerr_decode:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svcerr_noproc:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svcerr_noprog:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svcerr_progvers:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svcerr_systemerr:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svcerr_weakauth:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svcfd_create:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svcraw_create:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svctcp_create:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svcudp_bufcreate:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:svcudp_create:3:rpc:3:
+○:LDP man-pages:3.53:2001/12/15:swab:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2013/02/12:swapcontext:3:makecontext:3:
+@:LDP man-pages:3.53:2011/09/17:swprintf:3:wprintf:3:
+@:LDP man-pages:3.53:2012/04/17:sys_errlist:3:perror:3:
+@:LDP man-pages:3.53:2012/04/17:sys_nerr:3:perror:3:
+○:LDP man-pages:3.53:2013/02/12:sysconf:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/17:syslog:3:2013/03/26:o:amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/10:system:3:2013/03/25:o:amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/05/04:sysv_signal:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/11:tan:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/11:tanf:3:tan:3:
+○:LDP man-pages:3.53:2010/09/20:tanh:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:tanhf:3:tanh:3:
+@:LDP man-pages:3.53:2010/09/20:tanhl:3:tanh:3:
+@:LDP man-pages:3.53:2010/09/11:tanl:3:tan:3:
+@:LDP man-pages:3.53:2013/03/15:tcdrain:3:termios:3:
+@:LDP man-pages:3.53:2013/03/15:tcflow:3:termios:3:
+@:LDP man-pages:3.53:2013/03/15:tcflush:3:termios:3:
+@:LDP man-pages:3.53:2013/03/15:tcgetattr:3:termios:3:
+○:LDP man-pages:3.53:2003/01/28:tcgetpgrp:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/10:tcgetsid:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/03/15:tcsendbreak:3:termios:3:
+@:LDP man-pages:3.53:2013/03/15:tcsetattr:3:termios:3:
+@:LDP man-pages:3.53:2003/01/28:tcsetpgrp:3:tcgetpgrp:3:
+@:LDP man-pages:3.53:2012/08/03:tdelete:3:tsearch:3:
+@:LDP man-pages:3.53:2012/08/03:tdestroy:3:tsearch:3:
+○:LDP man-pages:3.53:2013/03/24:telldir:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/19:tempnam:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/03/15:termios:3:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/08/03:tfind:3:tsearch:3:
+○:LDP man-pages:3.53:2010/09/20:tgamma:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:tgammaf:3:tgamma:3:
+@:LDP man-pages:3.53:2010/09/20:tgammal:3:tgamma:3:
+○:LDP man-pages:3.53:2013/07/04:timegm:3:2013/07/24::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.53:2013/07/04:timelocal:3:timegm:3:
+○:LDP man-pages:3.53:2010/02/25:timeradd:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/02/25:timerclear:3:timeradd:3:
+@:LDP man-pages:3.53:2010/02/25:timercmp:3:timeradd:3:
+@:LDP man-pages:3.53:2010/02/25:timerisset:3:timeradd:3:
+@:LDP man-pages:3.53:2010/02/25:timersub:3:timeradd:3:
+@:LDP man-pages:3.53:2012/03/25:timezone:3:tzset:3:
+○:LDP man-pages:3.53:2008/07/14:tmpfile:3:2013/07/24:o:ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2013/06/21:tmpnam:3:2013/07/30:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:tmpnam_r:3:tmpnam:3:
+○:LDP man-pages:3.53:2009/03/15:toascii:3:2013/07/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka:
+@:LDP man-pages:3.53:1993/04/04:tolower:3:toupper:3:
+○:LDP man-pages:3.53:1993/04/04:toupper:3:2013/03/25::rui@linux.or.jp:Ueyama Rui:
+○:LDP man-pages:3.53:1999/07/25:towctrans:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:1999/07/25:towlower:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:1999/07/25:towupper:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:2013/06/21:trunc:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/06/21:truncf:3:trunc:3:
+@:LDP man-pages:3.53:2013/06/21:truncl:3:trunc:3:
+○:LDP man-pages:3.53:2012/08/03:tsearch:3:2013/03/25::ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2013/06/21:ttyname:3:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2013/06/21:ttyname_r:3:ttyname:3:
+☆:LDP man-pages:3.52=>3.53:2013/07/22:ttyslot:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2012/08/03:twalk:3:tsearch:3:
+@:LDP man-pages:3.53:2012/03/25:tzname:3:tzset:3:
+○:LDP man-pages:3.53:2012/03/25:tzset:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/18:ualarm:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/19:ulckpwdf:3:getspnam:3:
+○:LDP man-pages:3.53:2008/08/06:ulimit:3:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2012/12/21:undocumented:3:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/01/18:ungetc:3:gets:3:
+○:LDP man-pages:3.53:1999/09/19:ungetwc:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2008/08/29:unlocked_stdio:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/06/14:unlockpt:3:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2009/09/20:unsetenv:3:setenv:3:
+○:LDP man-pages:3.53:2008/07/02:updwtmp:3:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+@:LDP man-pages:3.53:2008/07/02:updwtmpx:3:updwtmp:3:
+○:LDP man-pages:3.53:2013/04/19:usleep:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/04/19:utmpname:3:getutent:3:
+@:LDP man-pages:3.53:2013/04/19:utmpxname:3:getutent:3:
+@:LDP man-pages:3.53:2013/03/15:va_arg:3:stdarg:3:
+@:LDP man-pages:3.53:2013/03/15:va_copy:3:stdarg:3:
+@:LDP man-pages:3.53:2013/03/15:va_end:3:stdarg:3:
+@:LDP man-pages:3.53:2013/03/15:va_start:3:stdarg:3:
+@:LDP man-pages:3.53:2012/03/23:valloc:3:posix_memalign:3:
+@:LDP man-pages:3.53:2013/06/21:vasprintf:3:asprintf:3:
+@:LDP man-pages:3.53:2010/09/15:vdprintf:3:dprintf:3:
+@:LDP man-pages:3.53:2012/03/15:verr:3:err:3:
+@:LDP man-pages:3.53:2012/03/15:verrx:3:err:3:
+@:LDP man-pages:3.53:2013/04/19:versionsort:3:scandir:3:
+@:LDP man-pages:3.53:2013/03/05:vfprintf:3:printf:3:
+@:LDP man-pages:3.53:2013/01/30:vfscanf:3:scanf:3:
+@:LDP man-pages:3.53:2011/09/17:vfwprintf:3:wprintf:3:
+@:LDP man-pages:3.53:2013/02/11:vlimit:3:getrlimit:2:
+@:LDP man-pages:3.53:2013/03/05:vprintf:3:printf:3:
+@:LDP man-pages:3.53:2013/01/30:vscanf:3:scanf:3:
+@:LDP man-pages:3.53:2013/03/05:vsnprintf:3:printf:3:
+@:LDP man-pages:3.53:2013/03/05:vsprintf:3:printf:3:
+@:LDP man-pages:3.53:2013/01/30:vsscanf:3:scanf:3:
+@:LDP man-pages:3.53:2011/09/17:vswprintf:3:wprintf:3:
+@:LDP man-pages:3.53:2012/08/17:vsyslog:3:syslog:3:
+@:LDP man-pages:3.53:2010/09/26:vtimes:3:getrusage:2:
+@:LDP man-pages:3.53:2012/03/15:vwarn:3:err:3:
+@:LDP man-pages:3.53:2012/03/15:vwarnx:3:err:3:
+@:LDP man-pages:3.53:2011/09/17:vwprintf:3:wprintf:3:
+@:LDP man-pages:3.53:2012/03/15:warn:3:err:3:
+@:LDP man-pages:3.53:2012/03/15:warnx:3:err:3:
+○:LDP man-pages:3.53:2011/10/01:wcpcpy:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2011/10/01:wcpncpy:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:2011/09/28:wcrtomb:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/15:wcscasecmp:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:2011/09/28:wcscat:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:1999/07/25:wcschr:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:1999/07/25:wcscmp:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:2011/09/28:wcscpy:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:1999/07/25:wcscspn:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:2013/04/19:wcsdup:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2011/09/28:wcslen:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/15:wcsncasecmp:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:2011/09/28:wcsncat:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:2011/09/28:wcsncmp:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2011/09/28:wcsncpy:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:2011/10/01:wcsnlen:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:2011/10/16:wcsnrtombs:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:1999/07/25:wcspbrk:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:1999/07/25:wcsrchr:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:2011/10/16:wcsrtombs:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:1999/07/25:wcsspn:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:2011/09/28:wcsstr:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:2003/11/01:wcstoimax:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2011/09/28:wcstok:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:2011/10/16:wcstombs:3:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2003/11/01:wcstoumax:3:wcstoimax:3:
+○:LDP man-pages:3.53:2010/09/10:wcswidth:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:2011/09/22:wctob:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:1999/07/25:wctomb:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:1999/07/25:wctrans:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:1999/07/25:wctype:3:2013/03/25::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:2011/09/28:wcwidth:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:1999/07/25:wmemchr:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:1999/07/25:wmemcmp:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:1999/07/25:wmemcpy:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:1999/07/25:wmemmove:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+@:LDP man-pages:3.53:2008/08/12:wmempcpy:3:mempcpy:3:
+○:LDP man-pages:3.53:1999/07/25:wmemset:3:2013/07/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi:
+○:LDP man-pages:3.53:2008/07/14:wordexp:3:2013/07/24::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2008/07/14:wordfree:3:wordexp:3:
+○:LDP man-pages:3.53:2011/09/17:wprintf:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2003/04/04:xcrypt:3:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2003/04/04:xdecrypt:3:xcrypt:3:
+○:LDP man-pages:3.53:2007/12/30:xdr:3:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+@:LDP man-pages:3.53:2008/07/17:xdr_accepted_reply:3:rpc:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_array:3:xdr:3:
+@:LDP man-pages:3.53:2008/07/17:xdr_authunix_parms:3:rpc:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_bool:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_bytes:3:xdr:3:
+@:LDP man-pages:3.53:2008/07/17:xdr_callhdr:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:xdr_callmsg:3:rpc:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_char:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_destroy:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_double:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_enum:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_float:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_free:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_getpos:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_inline:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_int:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_long:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_opaque:3:xdr:3:
+@:LDP man-pages:3.53:2008/07/17:xdr_opaque_auth:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:xdr_pmap:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:xdr_pmaplist:3:rpc:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_pointer:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_reference:3:xdr:3:
+@:LDP man-pages:3.53:2008/07/17:xdr_rejected_reply:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:xdr_replymsg:3:rpc:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_setpos:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_short:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_string:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_u_char:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_u_int:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_u_long:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_u_short:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_union:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_vector:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_void:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdr_wrapstring:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdrmem_create:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdrrec_create:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdrrec_endofrecord:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdrrec_eof:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdrrec_skiprecord:3:xdr:3:
+@:LDP man-pages:3.53:2007/12/30:xdrstdio_create:3:xdr:3:
+@:LDP man-pages:3.53:2003/04/04:xencrypt:3:xcrypt:3:
+@:LDP man-pages:3.53:2008/07/17:xprt_register:3:rpc:3:
+@:LDP man-pages:3.53:2008/07/17:xprt_unregister:3:rpc:3:
+○:LDP man-pages:3.53:2008/08/10:y0:3:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2008/08/10:y0f:3:y0:3:
+@:LDP man-pages:3.53:2008/08/10:y0l:3:y0:3:
+@:LDP man-pages:3.53:2008/08/10:y1:3:y0:3:
+@:LDP man-pages:3.53:2008/08/10:y1f:3:y0:3:
+@:LDP man-pages:3.53:2008/08/10:y1l:3:y0:3:
+@:LDP man-pages:3.53:2008/08/10:yn:3:y0:3:
+@:LDP man-pages:3.53:2008/08/10:ynf:3:y0:3:
+@:LDP man-pages:3.53:2008/08/10:ynl:3:y0:3:
+×:LDP man-pages:3.53:2012/08/05:cciss:4:::::
+○:LDP man-pages:3.53:1994/10/31:console:4:2013/07/24:o:argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2012/08/05:console_codes:4:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:2009/02/28:console_ioctl:4:2013/07/30::argrath@ub32.org:Kentaro Shirakata:
+×:LDP man-pages:3.53:2009/03/31:cpuid:4:::::
+○:LDP man-pages:3.53:2012/08/05:dsp56k:4:2013/03/25::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2010/08/29:fd:4:2013/03/25:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+○:LDP man-pages:3.53:2007/11/24:full:4:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:1992/12/17:hd:4:2013/07/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+×:LDP man-pages:3.53:2012/08/05:hpsa:4:::::
+○:LDP man-pages:3.53:2010/09/04:initrd:4:2013/03/26:o:amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/10/23:intro:4:2013/03/25:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+@:LDP man-pages:3.53:1992/11/21:kmem:4:mem:4:
+○:LDP man-pages:3.53:1995/01/15:lp:4:2013/07/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+○:LDP man-pages:3.53:1992/11/21:mem:4:2013/07/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+○:LDP man-pages:3.53:1996/02/10:mouse:4:2013/07/24:o:ss236rx@ymg.urban.ne.jp:Shouichi Saito:
+○:LDP man-pages:3.53:2009/03/31:msr:4:2013/07/31::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2009/02/23:null:4:2013/07/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+@:LDP man-pages:3.53:1992/11/21:port:4:mem:4:
+@:LDP man-pages:3.53:2002/10/09:ptmx:4:pts:4:
+○:LDP man-pages:3.53:2002/10/09:pts:4:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:1992/11/21:ram:4:2013/07/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+○:LDP man-pages:3.53:2013/03/15:random:4:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/02/25:rtc:4:2013/03/26::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2012/05/03:sd:4:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/05:sk98lin:4:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/04:st:4:2013/07/24::nakano@st.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2003/04/07:tty:4:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:1992/12/19:ttyS:4:2013/07/24::ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+○:LDP man-pages:3.53:2008/10/29:tty_ioctl:4:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/03/15:urandom:4:random:4:
+○:LDP man-pages:3.53:2007/12/17:vcs:4:2013/07/30::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
+@:LDP man-pages:3.53:2007/12/17:vcsa:4:vcs:4:
+○:LDP man-pages:3.53:1996/10/22:wavelan:4:2013/03/26::ishikawa@linux.or.jp:ISHIKAWA Mutsumi:
+@:LDP man-pages:3.53:2009/02/23:zero:4:null:4:
+○:LDP man-pages:3.53:2008/06/15:acct:5:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:1994/11/28:charmap:5:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:2013/06/08:core:5:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2001/12/26:dir_colors:5:2013/07/31::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/17:elf:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/05:filesystems:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/08/05:fs:5:filesystems:5:
+○:LDP man-pages:3.53:2000/08/27:ftpusers:5:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2013/02/13:gai.conf:5:2013/07/31::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/10/21:group:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2003/08/23:host.conf:5:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2002/06/16:hosts:5:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2003/08/24:hosts.equiv:5:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/10/23:intro:5:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+@:LDP man-pages:3.53:2013/02/12:ipc:5:svipc:7:
+○:LDP man-pages:3.53:1993/07/24:issue:5:2013/07/24::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2008/06/17:locale:5:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:1992/12/29:motd:5:2013/07/24::nagoya@cc.hit-u.ac.jp:Hiroaki Nagoya:
+○:LDP man-pages:3.53:2008/09/04:networks:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/04/16:nologin:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/02/12:nscd.conf:5:2006/07/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2013/02/13:nss:5:::::
+○:LDP man-pages:3.53:2013/02/12:nsswitch.conf:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/08/05:numa_maps:5:numa:7:
+○:LDP man-pages:3.53:2012/05/03:passwd:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+☆:LDP man-pages:3.50=>3.53:2013/06/27:proc:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/05:protocols:5:2013/03/25::argrath@ub32.org:Kentaro Shirakata:
+☆:LDP man-pages:3.52=>3.53:2013/07/31:resolv.conf:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/31:resolver:5:resolv.conf:5:
+○:LDP man-pages:3.53:1985/09/26:rpc:5:2013/07/24::argrath@ub32.org:Kentaro Shirakata:
+○:LDP man-pages:3.53:1992/12/29:securetty:5:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/05/22:services:5:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro Motoki:
+○:LDP man-pages:3.53:2012/12/31:shells:5:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2007/09/30:slabinfo:5:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:1996/10/21:termcap:5:2013/03/26::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2012/12/31:ttytype:5:2013/03/26::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2012/05/04:tzfile:5:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/02/11:utmp:5:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/02/11:utmpx:5:utmp:5:
+@:LDP man-pages:3.53:2013/02/11:wtmp:5:utmp:5:
+○:LDP man-pages:3.53:2007/10/23:intro:6:2013/03/25::pessi@kmc.kyoto-u.ac.jp:II Ryouta:
+○:LDP man-pages:3.53:2012/08/05:aio:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:armscii-8:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/11/25:arp:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2009/02/12:ascii:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/19:boot:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:2013/06/08:bootparam:7:2013/07/31::amotoki@gmail.com:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:2013/07/21:capabilities:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/05:charsets:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2011/09/16:complex:7:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:cp1251:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2013/02/12:cpuset:7:::::
+○:LDP man-pages:3.53:2008/06/03:credentials:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/11/20:ddp:7:2013/03/26::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2009/07/25:environ:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/04/17:epoll:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/05:feature_test_macros:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/12/03:fifo:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:2012/08/05:futex:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/08/05:glibc:7:libc:7:
+○:LDP man-pages:3.53:2012/07/28:glob:7:2013/03/26::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2012/08/05:hier:7:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2010/11/07:hostname:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/10:icmp:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:2013/07/21:inotify:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/10/23:intro:7:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/04/16:ip:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/12/16:ipv6:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/08/14:iso-8859-1:7:iso_8859-1:7:
+@:LDP man-pages:3.53:2010/09/20:iso-8859-10:7:iso_8859-10:7:
+@:LDP man-pages:3.53:2010/09/20:iso-8859-11:7:iso_8859-11:7:
+@:LDP man-pages:3.53:2010/09/20:iso-8859-13:7:iso_8859-13:7:
+@:LDP man-pages:3.53:2010/09/20:iso-8859-14:7:iso_8859-14:7:
+@:LDP man-pages:3.53:1999/05/31:iso-8859-15:7:iso_8859-15:7:
+@:LDP man-pages:3.53:2012/08/05:iso-8859-16:7:iso_8859-16:7:
+@:LDP man-pages:3.53:2012/08/05:iso-8859-2:7:iso_8859-2:7:
+@:LDP man-pages:3.53:2010/09/20:iso-8859-3:7:iso_8859-3:7:
+@:LDP man-pages:3.53:2009/01/24:iso-8859-4:7:iso_8859-4:7:
+@:LDP man-pages:3.53:2010/09/20:iso-8859-5:7:iso_8859-5:7:
+@:LDP man-pages:3.53:2010/09/20:iso-8859-6:7:iso_8859-6:7:
+@:LDP man-pages:3.53:2008/10/30:iso-8859-7:7:iso_8859-7:7:
+@:LDP man-pages:3.53:2010/09/20:iso-8859-8:7:iso_8859-8:7:
+@:LDP man-pages:3.53:2002/09/24:iso-8859-9:7:iso_8859-9:7:
+○:LDP man-pages:3.53:2012/08/14:iso_8859-1:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:iso_8859-10:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:iso_8859-11:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:iso_8859-13:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:iso_8859-14:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:1999/05/31:iso_8859-15:7:2013/03/25::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2012/08/05:iso_8859-16:7:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/05:iso_8859-2:7:2013/07/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2010/09/20:iso_8859-3:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2009/01/24:iso_8859-4:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:iso_8859-5:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:iso_8859-6:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/10/30:iso_8859-7:7:2013/03/25::hanataka@abyss.rim.or.jp:HANATAKA Shinya:
+○:LDP man-pages:3.53:2010/09/20:iso_8859-8:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2002/09/24:iso_8859-9:7:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/08/14:iso_8859_1:7:iso_8859-1:7:
+@:LDP man-pages:3.53:2010/09/20:iso_8859_10:7:iso_8859-10:7:
+@:LDP man-pages:3.53:2010/09/20:iso_8859_11:7:iso_8859-11:7:
+@:LDP man-pages:3.53:2010/09/20:iso_8859_13:7:iso_8859-13:7:
+@:LDP man-pages:3.53:2010/09/20:iso_8859_14:7:iso_8859-14:7:
+@:LDP man-pages:3.53:1999/05/31:iso_8859_15:7:iso_8859-15:7:
+@:LDP man-pages:3.53:2012/08/05:iso_8859_16:7:iso_8859-16:7:
+@:LDP man-pages:3.53:2012/08/05:iso_8859_2:7:iso_8859-2:7:
+@:LDP man-pages:3.53:2010/09/20:iso_8859_3:7:iso_8859-3:7:
+@:LDP man-pages:3.53:2009/01/24:iso_8859_4:7:iso_8859-4:7:
+@:LDP man-pages:3.53:2010/09/20:iso_8859_5:7:iso_8859-5:7:
+@:LDP man-pages:3.53:2010/09/20:iso_8859_6:7:iso_8859-6:7:
+@:LDP man-pages:3.53:2008/10/30:iso_8859_7:7:iso_8859-7:7:
+@:LDP man-pages:3.53:2010/09/20:iso_8859_8:7:iso_8859-8:7:
+@:LDP man-pages:3.53:2002/09/24:iso_8859_9:7:iso_8859-9:7:
+○:LDP man-pages:3.53:2012/08/05:koi8-r:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/20:koi8-u:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/08/14:latin1:7:iso_8859-1:7:
+@:LDP man-pages:3.53:2012/08/05:latin10:7:iso_8859-16:7:
+@:LDP man-pages:3.53:2012/08/05:latin2:7:iso_8859-2:7:
+@:LDP man-pages:3.53:2010/09/20:latin3:7:iso_8859-3:7:
+@:LDP man-pages:3.53:2009/01/24:latin4:7:iso_8859-4:7:
+@:LDP man-pages:3.53:2002/09/24:latin5:7:iso_8859-9:7:
+@:LDP man-pages:3.53:2010/09/20:latin6:7:iso_8859-10:7:
+@:LDP man-pages:3.53:2010/09/20:latin7:7:iso_8859-13:7:
+@:LDP man-pages:3.53:2010/09/20:latin8:7:iso_8859-14:7:
+@:LDP man-pages:3.53:1999/05/31:latin9:7:iso_8859-15:7:
+○:LDP man-pages:3.53:2012/08/05:libc:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/12/05:locale:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2004/09/15:mailaddr:7:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/05:man:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:2013/07/24:man-pages:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/08/11:math_error:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:0000/00/00:mdoc:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:0000/00/00:mdoc.samples:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2009/09/27:mq_overview:7:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/04/26:netdevice:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/03/15:netlink:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/05:numa:7:2013/05/18::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2011/09/09:operator:7:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2012/05/10:packet:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2009/12/05:path_resolution:7:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2005/12/08:pipe:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/12/21:posixoptions:7:2013/03/25::ysato444@yahoo.co.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2010/11/14:pthreads:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2005/10/10:pty:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/10:raw:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2009/01/12:regex:7:2013/07/24::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+×:LDP man-pages:3.53:2012/07/07:rtld-audit:7:::::
+○:LDP man-pages:3.53:2013/03/05:rtnetlink:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/13:sem_overview:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2010/09/10:shm_overview:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2011/09/09:sigevent:7:2013/07/31::amotoki@gmail.com:Akihiro MOTOKI:
+☆:LDP man-pages:3.52=>3.53:2013/07/30:signal:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/06/21:socket:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2007/12/20:spufs:7:::::
+○:LDP man-pages:3.53:2012/08/05:standards:7:2013/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2000/11/16:suffixes:7:2013/03/25::ysato@h4.dion.ne.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2013/02/12:svipc:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+×:LDP man-pages:3.53:2008/06/18:symlink:7:::::
+○:LDP man-pages:3.53:2013/06/21:tcp:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/02/12:termio:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/10/28:time:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2010/09/20:tis-620:7:iso_8859-11:7:
+☆:LDP man-pages:3.52=>3.53:2013/07/31:udp:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2008/12/03:udplite:7:2013/03/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/05:unicode:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/08/05:units:7:2013/03/25::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2012/05/10:unix:7:2013/03/26::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/05/18:uri:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/05/18:url:7:uri:7:
+@:LDP man-pages:3.53:2013/05/18:urn:7:uri:7:
+○:LDP man-pages:3.53:2012/04/30:utf-8:7:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2012/04/30:utf8:7:utf-8:7:
+○:LDP man-pages:3.53:2012/08/05:x25:7:2013/07/24::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2007/10/23:intro:8:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI:
+@:LDP man-pages:3.53:2013/07/15:ld-linux:8:ld.so:8:
+@:LDP man-pages:3.53:2013/07/15:ld-linux.so:8:ld.so:8:
+☆:LDP man-pages:3.52=>3.53:2013/07/15:ld.so:8:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/10:ldconfig:8:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2012/05/10:nscd:8:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:2013/02/10:sln:8:2013/07/30::amotoki@gmail.com:Akihiro MOTOKI:
+○:LDP man-pages:3.53:1998/11/01:sync:8:2013/07/24::sato@complex.eng.hokudai.ac.jp:Yuichi SATO:
+○:LDP man-pages:3.53:2007/05/18:tzselect:8:2013/07/24::ysato@h4.dion.ne.jp:Yuichi SATO:
+☆:LDP man-pages:3.50=>3.53:2013/02/12:zdump:8:2013/03/26::nakano@apm.seikei.ac.jp:NAKANO Takeo:
+○:LDP man-pages:3.53:2010/02/25:zic:8:2013/07/24::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: