From 5392b3eee193e21d1f92e52d7e56b776d2347825 Mon Sep 17 00:00:00 2001 From: Akihiro MOTOKI Date: Tue, 1 May 2012 02:37:11 +0900 Subject: [PATCH] (split) LDP: Update original to LDP v3.40. --- original/Changes | 390 +- original/Changes.old | 237 ++ ...pages-3.39.Announce => man-pages-3.40.Announce} | 2 +- .../{man-pages-3.39.lsm => man-pages-3.40.lsm} | 6 +- original/man2/bind.2 | 2 +- original/man2/clock_getres.2 | 15 +- original/man2/fallocate.2 | 12 +- original/man2/fchmodat.2 | 11 +- original/man2/gettimeofday.2 | 11 +- original/man2/prctl.2 | 41 +- original/man2/process_vm_readv.2 | 331 ++ original/man2/process_vm_writev.2 | 1 + original/man2/ptrace.2 | 18 +- original/man2/send.2 | 5 +- original/man2/sigaction.2 | 4 +- original/man3/aio_cancel.3 | 29 +- original/man3/aio_init.3 | 4 +- original/man3/btree.3 | 9 +- original/man3/dbopen.3 | 9 +- original/man3/fopen.3 | 58 +- original/man3/getgrnam.3 | 20 +- original/man3/getpwnam.3 | 20 +- original/man3/gsignal.3 | 2 +- original/man3/hash.3 | 9 +- original/man3/iruserok_af.3 | 1 + original/man3/malloc.3 | 3 +- original/man3/mallopt.3 | 5 +- original/man3/mcheck.3 | 210 + original/man3/mcheck_check_all.3 | 1 + original/man3/mcheck_pedantic.3 | 1 + original/man3/memchr.3 | 42 +- original/man3/mkstemp.3 | 4 +- original/man3/mpool.3 | 9 +- original/man3/mprobe.3 | 1 + original/man3/mtrace.3 | 5 +- original/man3/posix_memalign.3 | 2 +- original/man3/posix_openpt.3 | 13 +- original/man3/raise.3 | 13 +- original/man3/rcmd.3 | 85 +- original/man3/rcmd_af.3 | 1 + original/man3/recno.3 | 9 +- original/man3/resolver.3 | 5 +- original/man3/rexec.3 | 40 +- original/man3/rexec_af.3 | 1 + original/man3/rresvport_af.3 | 1 + original/man3/ruserok_af.3 | 1 + original/man3/scandir.3 | 4 +- original/man3/strchr.3 | 26 +- original/man3/strerror.3 | 46 +- original/man3/termios.3 | 2 +- original/man5/resolv.conf.5 | 15 +- original/man7/inotify.7 | 10 +- original/man7/iso_8859-1.7 | 4 +- original/man7/locale.7 | 2 + original/man7/mdoc.7 | 8 + original/man7/mdoc.samples.7 | 8 + original/man7/netdevice.7 | 63 +- original/man7/socket.7 | 5 +- original/man7/tcp.7 | 5 +- translation_list | 4223 ++++++++++---------- 60 files changed, 3693 insertions(+), 2427 deletions(-) rename original/{man-pages-3.39.Announce => man-pages-3.40.Announce} (98%) rename original/{man-pages-3.39.lsm => man-pages-3.40.lsm} (82%) create mode 100644 original/man2/process_vm_readv.2 create mode 100644 original/man2/process_vm_writev.2 create mode 100644 original/man3/iruserok_af.3 create mode 100644 original/man3/mcheck.3 create mode 100644 original/man3/mcheck_check_all.3 create mode 100644 original/man3/mcheck_pedantic.3 create mode 100644 original/man3/mprobe.3 create mode 100644 original/man3/rcmd_af.3 create mode 100644 original/man3/rexec_af.3 create mode 100644 original/man3/rresvport_af.3 create mode 100644 original/man3/ruserok_af.3 diff --git a/original/Changes b/original/Changes index db8f113f..ee6ed47f 100644 --- a/original/Changes +++ b/original/Changes @@ -1,6 +1,6 @@ -==================== Changes in man-pages-3.39 ==================== +==================== Changes in man-pages-3.40 ==================== -Released: 2012-04-17, Christchurch +Released: 2012-04-27, Christchurch Contributors @@ -10,30 +10,26 @@ 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: -Abhijith Das -Alexander Kruppa -Andreas Jaeger -Armin Rigo -Cyrill Gorcunov -Denys Vlasenko -Eric Blake -Felix -Jak -Jeff Mahoney -Jesus Otero -Jonathan Nieder -Kevin O'Gorman -Mark R Bannister +Alexey Toptygin +Bernhard Walle +Brian F. G. Bidulock +Brian M. Carlson +Christopher Yeoh +Daniel J Blueman +Eric Blake +Eugen Dedu +James Hunt +John Sullivan +Jon Grant +lepton +Marcel Holtmann Michael Kerrisk -Michael Welsh Duggan Mike Frysinger -Petr Gajdos -Regid Ichira -Reuben Thomas -Ricardo Catalinas Jiménez -Simone Piccardi -Tetsuo Handa - +Petr Baudis +Simon Paillard +Stefan Puiu +Ulrich Drepper +Vadim Mikhailov Apologies if I missed anyone! @@ -41,195 +37,243 @@ Apologies if I missed anyone! New and rewritten pages ----------------------- -malloc_trim.3 - Michael Kerrisk - New man page for malloc_trim(3) +process_vm_readv.2 + Mike Frysinger, Christopher Yeoh, Michael Kerrisk + New page for process_vm_readv(2) and process_vm_writev(2) -malloc_usable_size.3 +mcheck.3 Michael Kerrisk - New man page for malloc_usable_size(3) + New man page for mcheck(3) and related functions + Also describes mcheck_check_all(3), mcheck_pedantic(3), + and mprobe(3) Newly documented interfaces in existing pages --------------------------------------------- -prctl.2 - Cyrill Gorcunov - Document PR_SET_MM (new in Linux 3.3) +rcmd.3 Michael Kerrisk - Various edits and improvements to Cyrill's patch + Document "_af" variants of these functions + Document rcmd_af(), rresvport_af(), iruserok_af(), ruserok_af(). + Also some restructuring and other clarifications. +rexec.3 + Michael Kerrisk + Document rexec_af() -Changes to individual pages ---------------------------- -epoll_create.2 +New and changed links +--------------------- + +iruserok_af.3 +rcmd_af.3 +rresvport_af.3 +ruserok_af.3 Michael Kerrisk - Rework discussion of 'size' argument + New links to rcmd.3 + +rexec_af.3 Michael Kerrisk - Add .SS for description of epoll_create1() + New link to rexec.3 + + +Changes to individual pages +--------------------------- -epoll_wait.2 - Michael Kerrisk [Armin Rigo] - Another thread can add to epoll instance while epoll_wait is blocked - See https://bugzilla.kernel.org/show_bug.cgi?id=43072 +clock_getres.2 Michael Kerrisk - Clarify that epoll_pwait() blocks calling *thread* - A few wording improvements + Clarify difference between CLOCK_MONOTONIC and CLOCK_MONOTONIC_RAW + Note interactions of these two clocks with discontinuous + adjustments to the system time and NTP/adjtime(2). + +fallocate.2 + Michael Kerrisk [John Sullivan] + Fix description of ENOSYS and EOPNOTSUP errors + As reported in https://bugzilla.redhat.com/show_bug.cgi?id=680214 fchmodat.2 Michael Kerrisk [Mike Frysinger] - Note difference between glibc wrapper and underlying system call - The wrapper function has a 'flags' argument (which currently - serves no purpose), while the underlying system call does not. - -fcntl.2 - Abhijith Das - Explain behaviour of F_GETLEASE during lease break - Michael Kerrisk [Eric Blake] - Change type of arg from "long" to "int" - Various fcntl(2) commands require an integral 'arg'. - The man page said it must be "long" in all such cases. - However, for the cases covered by POSIX, there is an - explicit requirement that these arguments be "int". - Update the man page to reflect. Probably, all of the - other "long" cases (not specified in POSIX) should - be "int", and this patch makes them so. Based on a - note fromEric Blake, relating to F_DUPFD_CLOEXEC. + Improve discussion of difference between wrapper and underlying syscall gettimeofday.2 Michael Kerrisk - Reorganize content - The main change is to move the historical information about - the 'tz_dsttime' to NOTES. - Michael Kerrisk [Felix] - Note that compiler issues warnings if 'tv' is NULL - -mmap.2 - Michael Kerrisk [Kevin O'Gorman] - Clarify that this system call should not be invoked directly - See https://bugzilla.kernel.org/show_bug.cgi?id=42892 + gettimeofday() is affected by discontinuous jumps in the system time + Advise reader to use clock_gettime(2), if they need a + monotonically increasing time source. Michael Kerrisk - Clarify NOTES discussion of mmap() versus mmap2() + SEE ALSO: Add clock_gettime(2) -poll.2 - Michael Kerrisk [Michael Welsh Duggan] - Document negative value in 'fd' field +prctl.2 Michael Kerrisk - Document semantics of passing zero in 'events' field + Add PR_TASK_PERF_EVENTS_DISABLE and PR_TASK_PERF_EVENTS_ENABLE + Add some basic documentation of these operations, with a pointer to + tools/perf/design.txt for more information. + Michael Kerrisk [Marcel Holtmann] + Amend details of PR_SET_PDEATHSIG ptrace.2 - Denys Vlasenko - Various fixes - For some reason, the PTRACE_TRACEME paragraph talks about some - general aspects of ptraced process behavior. It repeats the - "tracee stops on every signal" information even though that was - already explained just a few paragraphs before. Then it describes - legacy SIGTRAP on execve(). - - This patch deletes the first part, and moves the second part up, - into the general ptrace description. It also adds - "If PTRACE_O_TRACEEXEC option is not in effect" to the description - of the legacy SIGTRAP on execve(). - - The patch also amends the part which says "For requests other - than PTRACE_KILL, the tracee must be stopped." - PTRACE_ATTACH - also doesn't require that. - -sigaction.2 - Michael Kerrisk [Andreas Jaeger, ] - Clarify that the use of SI_SIGIO is for Linux 2.2 only - See also http://sourceware.org/bugzilla/show_bug.cgi?id=6745 - -sigprocmask.2 - Mike Frysinger - ERRORS: add EFAULT - -times.2 - Michael Kerrisk [Simone Piccardi] - ERRORS: Add EFAULT - -div.3 - Michael Kerrisk [Reuben Thomas] - CONFORMING TO: Add C99 - -fread.3 - Regid Ichira - Clarify further that return value is number of items, not bytes - See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665780 + Michael Kerrisk [Mike Frysinger] + Note SPARC deviation with respect to get/set regs + SPARC reverses the use of 'addr' and 'data' for + PTRACE_GETREGS, PTRACE_GETFPREGS, PTRACE_SETREGS, + and PTRACE_SETFPREGS. -getaddrinfo.3 - Michael Kerrisk [Jak] - Correct type of ai_addrlen field +send.2 + Stefan Puiu + Document EACCES error case for UDP -malloc.3 +sigaction.2 + Michael Kerrisk + Remove mention of raise(3) for SI_USER + For a long time now, glibc's raise(3) didn't yield SI_USER + for the signal receiver, so remove mention of raise(3) + here. The user can deduce the details, if needed, by looking + at the recently updated raise(3) page. + +aio_cancel.3 + Michael Kerrisk [Jon Grant] + Rewrite RETURN VALUE section to be clearer + +aio_init.3 + Michael Kerrisk [Jon Grant] + Remove extraneous "POSIX" from NAME section + +btree.3 +dbopen.3 +hash.3 +mpool.3 +recno.3 + Michael Kerrisk [Brian M. Carlson] + Note that glibc no longer provides these interfaces + glibc stopped providing these interfaces with v2.2. + Nowadays, the user that finds these pages probably wants + the libdb API, so note this in the page. + + See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=337581 + +fopen.3 Michael Kerrisk - SEE ALSO: add malloc_usable_size(3) - SEE ALSO: Add malloc_trim(3) + BUGS: Note limitation on number of flag characters parsed in 'mode' + Michael Kerrisk + Note that 'c' and 'e' flags are ignored for fdopen() + Determined from reading libio/iofdopen.c. + Michael Kerrisk + Document ",ccs=string" feature of 'mode' for fopen()/freopen() + +getgrnam.3 + Michael Kerrisk [Ulrich Drepper] + Fix discussion of _SC_GETGR_R_SIZE_MAX + The value is not meant to be a maximum (as was specified in + SUSv3) but an initial guess at the required size + (as specified in SUSv4). + +getpwnam.3 + Michael Kerrisk [Ulrich Drepper] + Fix discussion of _SC_GETPW_R_SIZE_MAX + The value is not meant to be a maximum (as was specified in + SUSv3) but an initial guess at the required size + (as specified in SUSv4). +malloc.3 mallopt.3 +mtrace.3 Michael Kerrisk - Fix text describing M_PERTURB and free() - SEE ALSO: Add malloc_trim(3) + SEE ALSO: add mcheck(3) memchr.3 - Michael Kerrisk [Reuben Thomas] - Remove mention of terminating null in description of rawmemchr() - -perror.3 - Michael Kerrisk [Jesus Otero] - Note that use of 'sys_errlist' is deprecated - -rcmd.3 Michael Kerrisk - glibc eventually added a declaration of iruserok() in version 2.12 - -sysconf.3 - Michael Kerrisk [Ricardo Catalinas Jiménez] - Add mention of _SC_SYMLOOP_MAX - -nologin.5 - Michael Kerrisk [Tetsuo Handa] - nologin must not only exist, but *be readable* to be effective + Clarify description, omitting mention of "strings" and "characters" + The existing text slipped into talking about characters and + strings, which could mislead readers into thing that, for + example, searches for the byte '\0' are treated specially. + Therefore, rewrite in terms of "bytes" and "memory areas". -nsswitch.conf.5 - Mark R Bannister - Significant rewrites and improvements - This patch applies to nsswitch.conf.5 in man-pages-3.36. + At the same time, make a few source file clean-ups. - My changes almost completely rewrite large sections of the - man page. They are needed to add clarity, correct grammar, - reduce confusion, and bring up-to-date with the latest glibc. - I have checked the man page against the nss source code in - glibc 2.14.90. +mkstemp.3 + Michael Kerrisk + Add "mkstemps" and "mkostemps" to NAME line - Historical notes are demoted to the footer. +posix_openpt.3 + Michael Kerrisk [Vadim Mikhailov] + Add some details on use of the slave pathname + An explicit pointer to ptsname(3) is useful, as is a note + of the fact that the slave device pathname exists only as + long as the master device is held open. - The rewrite makes the man page much clearer to - understand, more authoratitive, and easier to read. +raise.3 Michael Kerrisk - Light edits to Mark Bannister's changes + Add some notes on underlying system call that is used -capabilities.7 +rcmd.3 Michael Kerrisk - Add prctl(PR_SET_MM) to CAP_SYS_RESOURCE - -epoll.7 + Add some details of the rresvport() 'port' argument + +resolver.3 + Petr Baudis + Note that many options are documented in resolv.conf(5) + +scandir.3 + Michael Kerrisk [Daniel J Blueman] + Improve EXAMPLE source code: s/0/NULL/ in scandir() call + +strchr.3 + James Hunt + Explain behavior when searching for '\0' + +strerror.3 + Eric Blake [Stefan Puiu] + Improve strerror_r() description + POSIX requires that perror() not modify the static storage + returned by strerror(). POSIX 2008 and C99 both require that + strerror() never return NULL (a strerror() that always + returns "" for all inputs is valid for C99, but not for POSIX). + + http://sourceware.org/bugzilla/show_bug.cgi?id=12204 + documents glibc's change to come into compliance with POSIX + regarding strerror_r() return value. The GNU strerror_r() use + of 'buf' was confusing - I ended up writing a test program that + proves that 'buf' is unused for valid 'errnum', but contains + truncated "unknown message" for out-of-range 'errnum'. + + See also http://austingroupbugs.net/view.php?id=382 + Bernhard Walle + Correct description of error return for XSI strerror_r() + Michael Kerrisk [Eric Blake] + Note how to use 'errno' to detect errors when calling strerror() + Michael Kerrisk [Jon Grant] + Add an example of the kind of string returned by strerror() + +resolv.conf.5 + Petr Baudis + Document "single-request" option + +inotify.7 Michael Kerrisk - Some minor clarifications at start of DESCRIPTION - -netlink.7 - Jeff Mahoney [Petr Gajdos] - Note cases where nonprivileged users can use netlink multicast groups - See also https://bugzilla.novell.com/show_bug.cgi?id=754611 - -unix.7 - Michael Kerrisk [Tetsuo Handa] - Add a detail on autobind feature - -ld.so.8 - Jonathan Nieder [Reuben Thomas] - Document effect of hwcaps on search path - Wording by Aurelien Jarno from Debian glibc's r4701 (2011-06-04). - - Addresses http://bugs.debian.org/622385 + Note buffer size that guarantees being able to read at least one event + James Hunt + Correct description of size of inotify_event structure + +iso_8859-1.7 + Eugen Dedu + Add "-" for SOFT HYPHEN + See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=156154 + +netdevice.7 + Brian F. G. Bidulock + Document some SIOC configuration ioctls + This patch adds common but missing SIOC configuration ioctls to + the netdevice.7 manual pages that are not documented anywhere + else. SIOCSIFPFLAGS and SIOCGIFPFLAGS are linux-specific. Flag + values come from Linux 2.6.25 kernel headers for sockios. The + others are standard BSD ioctls that have always been implemented + by Linux and were verified from inspecting netdevice.c kernel + code. + +socket.7 + Michael Kerrisk [Alexey Toptygin] + Correct description of SO_BROADCAST + +tcp.7 + lepton + Correct description for TCP_MAXSEG on modern kernel diff --git a/original/Changes.old b/original/Changes.old index 92d85c05..7bf97cb5 100644 --- a/original/Changes.old +++ b/original/Changes.old @@ -22951,3 +22951,240 @@ packet.7 tcp.7 Michael Kerrisk [Artyom Pervukhin] Correct RFC for TIME_WAIT assassination hazards + + +==================== Changes in man-pages-3.39 ==================== + +Released: 2012-04-17, 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: + +Abhijith Das +Alexander Kruppa +Andreas Jaeger +Armin Rigo +Cyrill Gorcunov +Denys Vlasenko +Eric Blake +Felix +Jak +Jeff Mahoney +Jesus Otero +Jonathan Nieder +Kevin O'Gorman +Mark R Bannister +Michael Kerrisk +Michael Welsh Duggan +Mike Frysinger +Petr Gajdos +Regid Ichira +Reuben Thomas +Ricardo Catalinas Jiménez +Simone Piccardi +Tetsuo Handa + + +Apologies if I missed anyone! + + +New and rewritten pages +----------------------- + +malloc_trim.3 + Michael Kerrisk + New man page for malloc_trim(3) + +malloc_usable_size.3 + Michael Kerrisk + New man page for malloc_usable_size(3) + + +Newly documented interfaces in existing pages +--------------------------------------------- + +prctl.2 + Cyrill Gorcunov + Document PR_SET_MM (new in Linux 3.3) + Michael Kerrisk + Various edits and improvements to Cyrill's patch + + +Changes to individual pages +--------------------------- + +epoll_create.2 + Michael Kerrisk + Rework discussion of 'size' argument + Michael Kerrisk + Add .SS for description of epoll_create1() + +epoll_wait.2 + Michael Kerrisk [Armin Rigo] + Another thread can add to epoll instance while epoll_wait is blocked + See https://bugzilla.kernel.org/show_bug.cgi?id=43072 + Michael Kerrisk + Clarify that epoll_pwait() blocks calling *thread* + A few wording improvements + +fchmodat.2 + Michael Kerrisk [Mike Frysinger] + Note difference between glibc wrapper and underlying system call + The wrapper function has a 'flags' argument (which currently + serves no purpose), while the underlying system call does not. + +fcntl.2 + Abhijith Das + Explain behaviour of F_GETLEASE during lease break + Michael Kerrisk [Eric Blake] + Change type of arg from "long" to "int" + Various fcntl(2) commands require an integral 'arg'. + The man page said it must be "long" in all such cases. + However, for the cases covered by POSIX, there is an + explicit requirement that these arguments be "int". + Update the man page to reflect. Probably, all of the + other "long" cases (not specified in POSIX) should + be "int", and this patch makes them so. Based on a + note fromEric Blake, relating to F_DUPFD_CLOEXEC. + +gettimeofday.2 + Michael Kerrisk + Reorganize content + The main change is to move the historical information about + the 'tz_dsttime' to NOTES. + Michael Kerrisk [Felix] + Note that compiler issues warnings if 'tv' is NULL + +mmap.2 + Michael Kerrisk [Kevin O'Gorman] + Clarify that this system call should not be invoked directly + See https://bugzilla.kernel.org/show_bug.cgi?id=42892 + Michael Kerrisk + Clarify NOTES discussion of mmap() versus mmap2() + +poll.2 + Michael Kerrisk [Michael Welsh Duggan] + Document negative value in 'fd' field + Michael Kerrisk + Document semantics of passing zero in 'events' field + +ptrace.2 + Denys Vlasenko + Various fixes + For some reason, the PTRACE_TRACEME paragraph talks about some + general aspects of ptraced process behavior. It repeats the + "tracee stops on every signal" information even though that was + already explained just a few paragraphs before. Then it describes + legacy SIGTRAP on execve(). + + This patch deletes the first part, and moves the second part up, + into the general ptrace description. It also adds + "If PTRACE_O_TRACEEXEC option is not in effect" to the description + of the legacy SIGTRAP on execve(). + + The patch also amends the part which says "For requests other + than PTRACE_KILL, the tracee must be stopped." - PTRACE_ATTACH + also doesn't require that. + +sigaction.2 + Michael Kerrisk [Andreas Jaeger, ] + Clarify that the use of SI_SIGIO is for Linux 2.2 only + See also http://sourceware.org/bugzilla/show_bug.cgi?id=6745 + +sigprocmask.2 + Mike Frysinger + ERRORS: add EFAULT + +times.2 + Michael Kerrisk [Simone Piccardi] + ERRORS: Add EFAULT + +div.3 + Michael Kerrisk [Reuben Thomas] + CONFORMING TO: Add C99 + +fread.3 + Regid Ichira + Clarify further that return value is number of items, not bytes + See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665780 + +getaddrinfo.3 + Michael Kerrisk [Jak] + Correct type of ai_addrlen field + +malloc.3 + Michael Kerrisk + SEE ALSO: add malloc_usable_size(3) + SEE ALSO: Add malloc_trim(3) + +mallopt.3 + Michael Kerrisk + Fix text describing M_PERTURB and free() + SEE ALSO: Add malloc_trim(3) + +memchr.3 + Michael Kerrisk [Reuben Thomas] + Remove mention of terminating null in description of rawmemchr() + +perror.3 + Michael Kerrisk [Jesus Otero] + Note that use of 'sys_errlist' is deprecated + +rcmd.3 + Michael Kerrisk + glibc eventually added a declaration of iruserok() in version 2.12 + +sysconf.3 + Michael Kerrisk [Ricardo Catalinas Jiménez] + Add mention of _SC_SYMLOOP_MAX + +nologin.5 + Michael Kerrisk [Tetsuo Handa] + nologin must not only exist, but *be readable* to be effective + +nsswitch.conf.5 + Mark R Bannister + Significant rewrites and improvements + This patch applies to nsswitch.conf.5 in man-pages-3.36. + + My changes almost completely rewrite large sections of the + man page. They are needed to add clarity, correct grammar, + reduce confusion, and bring up-to-date with the latest glibc. + I have checked the man page against the nss source code in + glibc 2.14.90. + + Historical notes are demoted to the footer. + + The rewrite makes the man page much clearer to + understand, more authoratitive, and easier to read. + Michael Kerrisk + Light edits to Mark Bannister's changes + +capabilities.7 + Michael Kerrisk + Add prctl(PR_SET_MM) to CAP_SYS_RESOURCE + +epoll.7 + Michael Kerrisk + Some minor clarifications at start of DESCRIPTION + +netlink.7 + Jeff Mahoney [Petr Gajdos] + Note cases where nonprivileged users can use netlink multicast groups + See also https://bugzilla.novell.com/show_bug.cgi?id=754611 + +unix.7 + Michael Kerrisk [Tetsuo Handa] + Add a detail on autobind feature + +ld.so.8 + Jonathan Nieder [Reuben Thomas] + Document effect of hwcaps on search path + Wording by Aurelien Jarno from Debian glibc's r4701 (2011-06-04). + + Addresses http://bugs.debian.org/622385 diff --git a/original/man-pages-3.39.Announce b/original/man-pages-3.40.Announce similarity index 98% rename from original/man-pages-3.39.Announce rename to original/man-pages-3.40.Announce index 379fd65e..50c585f6 100644 --- a/original/man-pages-3.39.Announce +++ b/original/man-pages-3.40.Announce @@ -1,7 +1,7 @@ RELEASE The Linux man page maintainer proudly announces. . . - man-pages-3.39.tar.gz - man pages for Linux + man-pages-3.40.tar.gz - man pages for Linux Differences from the previous manual pages release are listed in the file "Changes". diff --git a/original/man-pages-3.39.lsm b/original/man-pages-3.40.lsm similarity index 82% rename from original/man-pages-3.39.lsm rename to original/man-pages-3.40.lsm index d2943169..a7cfa4de 100644 --- a/original/man-pages-3.39.lsm +++ b/original/man-pages-3.40.lsm @@ -1,13 +1,13 @@ Begin3 Title: Section 2, 3, 4, 5 and 7 man pages for Linux -Version: 3.39 -Entered-date: 2012-04-17 +Version: 3.40 +Entered-date: 2012-04-27 Description: Linux manual pages Keywords: man pages Author: several Maintained-by: Michael Kerrisk Primary-site: ftp://ftp.kernel.org/pub/linux/docs/man-pages - 1724k man-pages-3.39.tar.gz + 1734k man-pages-3.40.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 diff --git a/original/man2/bind.2 b/original/man2/bind.2 index fc28e3e2..f7c9ed0e 100644 --- a/original/man2/bind.2 +++ b/original/man2/bind.2 @@ -79,7 +79,7 @@ When a socket is created with .BR socket (2), it exists in a name space (address family) but has no address assigned to it. .BR bind () -assigns the address specified to by +assigns the address specified by .I addr to the socket referred to by the file descriptor .IR sockfd . diff --git a/original/man2/clock_getres.2 b/original/man2/clock_getres.2 index 67713c7c..ed6fed92 100644 --- a/original/man2/clock_getres.2 +++ b/original/man2/clock_getres.2 @@ -29,7 +29,7 @@ .\" .\" FIXME: Linux 2.6.39 adds CLOCK_BOOTTIME .\" -.TH CLOCK_GETRES 2 2010-02-03 "" "Linux Programmer's Manual" +.TH CLOCK_GETRES 2 2012-04-25 "" "Linux Programmer's Manual" .SH NAME clock_getres, clock_gettime, clock_settime \- clock and time functions .SH SYNOPSIS @@ -128,13 +128,20 @@ Setting this clock requires appropriate privileges. .B CLOCK_MONOTONIC Clock that cannot be set and represents monotonic time since some unspecified starting point. +This clock is not affected by discontinuous jumps in the system time +(e.g., if the system administrator manually changes the clock), +but is affected by the incremental adjustments performed by +.BR adjtime (2) +and NTP. .TP .BR CLOCK_MONOTONIC_RAW " (since Linux 2.6.28; Linux-specific)" .\" Added in commit 2d42244ae71d6c7b0884b5664cf2eda30fb2ae68, John Stultz Similar to .BR CLOCK_MONOTONIC , but provides access to a raw hardware-based time -that is not subject to NTP adjustments. +that is not subject to NTP adjustments or +the incremental adjustments performed by +.BR adjtime (2). .TP .B CLOCK_PROCESS_CPUTIME_ID High-resolution per-process timer from the CPU. @@ -227,7 +234,7 @@ On Linux, these clocks are not settable .\" See http://bugzilla.kernel.org/show_bug.cgi?id=11972 .SH "SEE ALSO" .BR date (1), -.BR adjtimex (2), +.BR adjtime (2), .BR gettimeofday (2), .BR settimeofday (2), .BR time (2), @@ -236,4 +243,4 @@ On Linux, these clocks are not settable .BR ftime (3), .BR pthread_getcpuclockid (3), .BR sysconf (3), -.BR time (7) + time (7) diff --git a/original/man2/fallocate.2 b/original/man2/fallocate.2 index 2f84c912..363e50fa 100644 --- a/original/man2/fallocate.2 +++ b/original/man2/fallocate.2 @@ -5,7 +5,7 @@ .\" 2011-09-19: Added FALLOC_FL_PUNCH_HOLE .\" 2011-09-19: Substantial restructuring of the page .\" -.TH FALLOCATE 2 2012-02-27 "Linux" "Linux Programmer's Manual" +.TH FALLOCATE 2 2012-04-23 "Linux" "Linux Programmer's Manual" .SH NAME fallocate \- manipulate file space .SH SYNOPSIS @@ -150,12 +150,14 @@ referred to by .IR fd . .TP .B ENOSYS -The file system containing the file referred to by -.I fd -does not support this operation. +This kernel does not implement +.BR fallocate (). .TP .B EOPNOTSUPP -The +The file system containing the file referred to by +.I fd +does not support this operation; +or the .I mode is not supported by the file system containing the file referred to by .IR fd . diff --git a/original/man2/fchmodat.2 b/original/man2/fchmodat.2 index 94573884..2086bf46 100644 --- a/original/man2/fchmodat.2 +++ b/original/man2/fchmodat.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" .\" -.TH FCHMODAT 2 2012-04-17 "Linux" "Linux Programmer's Manual" +.TH FCHMODAT 2 2012-04-22 "Linux" "Linux Programmer's Manual" .SH NAME fchmodat \- change permissions of a file relative to a directory \ file descriptor @@ -141,12 +141,11 @@ POSIX.1-2008. See .BR openat (2) for an explanation of the need for +.BR fchmodat (). -This page documents the interface provided by the -glibc wrapper function for the -.BR fchmodat () -system call. -The underlying system call does +The GNU C library wrapper function implements the POSIX-specified +interface described in this page. +This interface differs from the underlying Linux system call, which does .I not have a .I flags diff --git a/original/man2/gettimeofday.2 b/original/man2/gettimeofday.2 index 04982e52..6f35e1c0 100644 --- a/original/man2/gettimeofday.2 +++ b/original/man2/gettimeofday.2 @@ -37,7 +37,7 @@ .\" Modified, 2004-05-27 by Michael Kerrisk .\" Added notes on capability requirement. .\" -.TH GETTIMEOFDAY 2 2012-04-12 "Linux" "Linux Programmer's Manual" +.TH GETTIMEOFDAY 2 2012-04-26 "Linux" "Linux Programmer's Manual" .SH NAME gettimeofday, settimeofday \- get / set time .SH SYNOPSIS @@ -170,6 +170,14 @@ as obsolete, recommending the use of .BR clock_gettime (2) instead. .SH NOTES +The time returned by +.BR gettimeofday (2) +.I is +affected by discontinuous jumps in the system time +(e.g., if the system administrator manually changes the system time). +If you need a monotonically increasing clock, see +.BR clock_gettime (2). + Macros for operating on .I timeval structures are described in @@ -236,6 +244,7 @@ has been abandoned. .SH "SEE ALSO" .BR date (1), .BR adjtimex (2), +.BR clock_gettime (2), .BR time (2), .BR ctime (3), .BR ftime (3), diff --git a/original/man2/prctl.2 b/original/man2/prctl.2 index 6f639089..5e0d8fc5 100644 --- a/original/man2/prctl.2 +++ b/original/man2/prctl.2 @@ -37,13 +37,15 @@ .\" 2008-06-13 Erik Bosman, .\" Document PR_GET_TSC and PR_SET_TSC. .\" 2008-06-15 mtk, Document PR_SET_SECCOMP, PR_GET_SECCOMP -.\" 2009-10-03 Andi Kleen, document PR_MCE_KILL_* +.\" 2009-10-03 Andi Kleen, document PR_MCE_KILL +.\" 2012-04 Cyrill Gorcunov, Document PR_SET_MM +.\" 2012-04-25 Michael Kerrisk, Document PR_TASK_PERF_EVENTS_DISABLE and +.\" PR_TASK_PERF_EVENTS_ENABLE .\" .\" FIXME: Document PR_SET_TIMERSLACK and PR_GET_TIMERSLACK (new in 2.6.28) -.\" FIXME: Document PR_TASK_PERF_EVENTS_DISABLE and -.\" PR_TASK_PERF_EVENTS_ENABLE (new in 2.6.32) +.\" commit 6976675d94042fbd446231d1bd8b7de71a980ada .\" -.TH PRCTL 2 2012-04-14 "Linux" "Linux Programmer's Manual" +.TH PRCTL 2 2012-04-23 "Linux" "Linux Programmer's Manual" .SH NAME prctl \- operations on a process .SH SYNOPSIS @@ -220,7 +222,9 @@ in the range 1..maxsig, or 0 to clear). This is the signal that the calling process will get when its parent dies. This value is cleared for the child of a -.BR fork (2). +.BR fork (2) +and (since Linux 2.5.36 / 2.6.23) +when execing a set-user_ID or set-group-ID binary. .TP .BR PR_GET_PDEATHSIG " (since Linux 2.3.15)" Return the current value of the parent process death signal, @@ -297,6 +301,33 @@ is not currently implemented Return (as the function result) which process timing method is currently in use. .TP +.BR PR_TASK_PERF_EVENTS_DISABLE " (since Linux 2.6.31)" +Disable all performance counters attached to the calling process, +regardless of whether the counters were created by +this process or another process. +Performance counters created by the calling process for other +processes are unaffected. +For more information on performance counters, see the kernel source file +.IR tools/perf/design.txt . +.IP +Originally called +.BR PR_TASK_PERF_COUNTERS_DISABLE ; +.\" commit 1d1c7ddbfab358445a542715551301b7fc363e28 +renamed (with same numerical value) +in Linux 2.6.32. +.TP +.BR PR_TASK_PERF_EVENTS_ENABLE " (since Linux 2.6.31)" +The converse of +.BR PR_TASK_PERF_EVENTS_DISABLE ; +enable performance counters attached to the calling process. +.IP +Originally called +.BR PR_TASK_PERF_COUNTERS_ENABLE ; +.\" commit 1d1c7ddbfab358445a542715551301b7fc363e28 +renamed +.\" commit cdd6c482c9ff9c55475ee7392ec8f672eddb7be6 +in Linux 2.6.32. +.TP .BR PR_SET_TSC " (since Linux 2.6.26, x86 only)" Set the state of the flag determining whether the timestamp counter can be read by the process. diff --git a/original/man2/process_vm_readv.2 b/original/man2/process_vm_readv.2 new file mode 100644 index 00000000..14e030ab --- /dev/null +++ b/original/man2/process_vm_readv.2 @@ -0,0 +1,331 @@ +.\" Copyright (C) 2011 Christopher Yeoh +.\" and Copyright (C) 2012 Mike Frysinger +.\" and Copyright (C) 2012 Michael Kerrisk +.\" +.\" 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. +.\" +.\" Commit fcf634098c00dd9cd247447368495f0b79be12d1 +.\" +.TH PROCESS_VM_READV 2 2012-04-25 "Linux" "Linux Programmer's Manual" +.SH NAME +process_vm_readv, process_vm_writev \- transfer data between process address spaces +.SH SYNOPSIS +.nf +.B #include + +.BI "ssize_t process_vm_readv(pid_t " pid , +.BI " const struct iovec *" local_iov , +.BI " unsigned long " liovcnt , +.BI " const struct iovec *" remote_iov , +.BI " unsigned long " riovcnt , +.BI " unsigned long " flags ");" + +.BI "ssize_t process_vm_writev(pid_t " pid , +.BI " const struct iovec *" local_iov , +.BI " unsigned long " liovcnt , +.BI " const struct iovec *" remote_iov , +.BI " unsigned long " riovcnt , +.BI " unsigned long " flags ");" +.fi +.SH DESCRIPTION +These system calls transfer data between the address space +of the calling process ("the local process") and the process identified by +.IR pid +("the remote process"). +The data moves directly between the address spaces of the two processes, +without passing through kernel space. + +The +.BR process_vm_readv () +system call transfers data from the remote process to the local process. +The data to be transferred is identified by +.IR remote_iov +and +.IR riovcnt : +.IR remote_iov +is a pointer to an array describing address ranges in the process +.IR pid , +and +.IR riovcnt +specifies the number of elements in +.IR remote_iov . +The data is transferred to the locations specified by +.IR local_iov +and +.IR liovcnt : +.IR local_iov +is a pointer to an array describing address ranges in the calling process, +and +.IR liovcnt +specifies the number of elements in +.IR local_iov . + +The +.BR process_vm_writev () +system call is the converse of +.BR process_vm_readv ()\(emit +transfers data from the local process to the remote process. +Other than the direction of the transfer, the arguments +.IR liovcnt , +.IR local_iov , +.IR riovcnt , +and +.IR remote_iov +have the same meaning as for +.BR process_vm_readv (). + +The +.I local_iov +and +.I remote_iov +arguments point to an array of +.I iovec +structures, defined in +.IR +as: + +.in +4n +.nf +struct iovec { + void *iov_base; /* Starting address */ + size_t iov_len; /* Number of bytes to transfer */ +}; +.fi +.in + +Buffers are processed in array order. +This means that +.BR process_vm_readv () +completely fills +.I local_iov[0] +before proceeding to +.IR local_iov[1] , +and so on. +Likewise, +.I remote_iov[0] +is completely read before proceeding to +.IR remote_iov[1] , +and so on. + +Similarly, +.BR process_vm_writev () +writes out the entire contents of +.I local_iov[0] +before proceeding to +.IR local_iov[1] , +and it completely fills +.I remote_iov[0] +before proceeding to +.IR remote_iov[1] . + +The lengths of +.I remote_iov[i].iov_len +and +.I local_iov[i].iov_len +do not have to be the same. +Thus, it is possible to split a single local buffer +into multiple remote buffers, or vice versa. + +The +.I flags +argument is currently unused and must be set to 0. + +The values specified in the +.I liovcnt +and +.I riovcnt +arguments must be less than or equal to +.BR IOV_MAX +(defined in +.I +or accessible via the call +.IR sysconf(_SC_IOV_MAX) ). +.\" In time, glibc might provide a wrapper that works around this limit, +.\" as is done for readv()/writev() + +The count arguments and +.IR local_iov +are checked before doing any transfers. +If the counts are too big, or +.I local_iov +is invalid, +or the addresses refer to regions that are inaccessible to the local process, +none of the vectors will be processed +and an error will be returned immediately. + +Note, however, that these system calls do not check the memory regions +in the remote process until just before doing the read/write. +Consequently, a partial read/write (see RETURN VALUE) +may result if one of the +.I remote_iov +elements points to an invalid memory region in the remote process. +No further reads/writes will be attempted beyond that point. +Keep this in mind when attempting to read data of unknown length +(such as C strings that are null-terminated) from a remote process, +by avoiding spanning memory pages (typically 4KiB) in a single remote +.I iovec +element. +(Instead, split the remote read into two +.I remote_iov +elements and have them merge back into a single write +.I local_iov +entry. +The first read entry goes up to the page boundary, +while the second starts on the next page boundary.) + +In order to read from or write to another process, +either the caller must have the capability +.BR CAP_SYS_PTRACE , +or +the real user ID, effective user ID, and saved set-user-ID +of the remote process must match the real user ID of the caller +.I and +the real group ID, effective group ID, and saved set-group-ID +of the remote process must match the real group ID of the caller. +(The permission required is exactly the same as that required to perform a +.BR ptrace (2) +.BR PTRACE_ATTACH +on the remote process.) +.SH "RETURN VALUE" +On success, +.BR process_vm_readv () +returns the number of bytes read and +.BR process_vm_writev () +returns the number of bytes written. +This return value may be less than the total number of requested bytes, +if a partial read/write occurred. +(Partial transfers apply at the granularity of +.I iovec +elements. +These system calls won't perform a partial transfer that splits a single +.I iovec +element.) +The caller should check the return value to determine whether +a partial read/write occurred. + +On error, \-1 is returned and +.I errno +is set appropriately. +.SH ERRORS +.TP +.B EINVAL +The sum of the +.I iov_len +values of either +.I local_iov +or +.I remote_iov +overflows a +.I ssize_t +value. +.TP +.B EINVAL +.I flags +is not 0. +.TP +.B EINVAL +.I liovcnt +or +.I riovcnt +is too large. +.TP +.B EFAULT +The memory described by +.I local_iov +is outside the caller's accessible address space. +.TP +.B EFAULT +The memory described by +.I remote_iov +is outside the accessible address space of the process +.IR pid . +.TP +.B ENOMEM +Could not allocate memory for internal copies of the +.I iovec +structures. +.TP +.B EPERM +The caller does not have permission to access the address space of the process +.IR pid . +.TP +.B ESRCH +No process with ID +.I pid +exists. +.SH VERSIONS +These system calls were added in Linux 3.2. +Support is provided in glibc since version 2.15. +.SH "CONFORMING TO" +These system calls are nonstandard Linux extensions. +.SH NOTES +The data transfers performed by +.BR process_vm_readv () +and +.BR process_vm_writev () +are not guaranteed to be atomic in any way. + +These system calls were designed to permit fast message passing +by allowing messages to be exchanged with a single copy operation +(rather than the double copy that would be required +when using, for example, shared memory or pipes). +.\" Original user is MPI, http://www.mcs.anl.gov/research/projects/mpi/ +.\" See also some benchmarks at http://lwn.net/Articles/405284/ +.\" and http://marc.info/?l=linux-mm&m=130105930902915&w=2 +.SH EXAMPLE +The following code sample demonstrates the use of +.BR process_vm_readv (). +It reads 20 bytes at the address 0x10000 from the process with PID 10 +and writes the first 10 bytes into +.I buf1 +and the second 10 bytes into +.IR buf2 . +.sp +.nf +#include + +int +main(void) +{ + struct iovec local[2]; + struct iovec remote[1]; + char buf1[10]; + char buf2[10]; + ssize_t nread; + pid_t pid = 10; /* PID of remote process */ + + local[0].iov_base = buf1; + local[0].iov_len = 10; + local[1].iov_base = buf2; + local[1].iov_len = 10; + remote[0].iov_base = (void *) 0x10000; + remote[1].iov_len = 20; + + nread = process_vm_readv(pid, local, 2, remote, 1, 0); + if (nread != 20) + return 1; + else + return 0; +} +.fi +.SH "SEE ALSO" +.BR readv (2), +.BR writev (2) diff --git a/original/man2/process_vm_writev.2 b/original/man2/process_vm_writev.2 new file mode 100644 index 00000000..7b198a9a --- /dev/null +++ b/original/man2/process_vm_writev.2 @@ -0,0 +1 @@ +.so man2/process_vm_readv.2 diff --git a/original/man2/ptrace.2 b/original/man2/ptrace.2 index 8c321e49..38c4ebd9 100644 --- a/original/man2/ptrace.2 +++ b/original/man2/ptrace.2 @@ -46,7 +46,7 @@ .\" FIXME Linux 3.1 adds PTRACE_SEIZE, PTRACE_INTERRUPT, .\" and PTRACE_LISTEN. .\" -.TH PTRACE 2 2012-03-30 "Linux" "Linux Programmer's Manual" +.TH PTRACE 2 2012-04-26 "Linux" "Linux Programmer's Manual" .SH NAME ptrace \- process trace .SH SYNOPSIS @@ -222,6 +222,14 @@ See for information on the format of this data. .RI ( addr is ignored.) +Note that SPARC systems have the meaning of +.I data +and +.I addr +reversed; that is, +.I data +is ignored and the registers are copied to the address +.IR addr . .TP .BR PTRACE_GETSIGINFO " (since Linux 2.3.99-pre6)" Retrieve information about the signal that caused the stop. @@ -247,6 +255,14 @@ some general-purpose register modifications may be disallowed. .\" and when they are disallowed, how does userspace discover that fact? .RI ( addr is ignored.) +Note that SPARC systems have the meaning of +.I data +and +.I addr +reversed; that is, +.I data +is ignored and the registers are copied from the address +.IR addr . .TP .BR PTRACE_SETSIGINFO " (since Linux 2.3.99-pre6)" Set signal information: diff --git a/original/man2/send.2 b/original/man2/send.2 index eaeeb3ae..6f713007 100644 --- a/original/man2/send.2 +++ b/original/man2/send.2 @@ -35,7 +35,7 @@ .\" Modified Oct 2003 by aeb .\" Modified 2004-07-01 by mtk .\" -.TH SEND 2 2012-02-27 "Linux" "Linux Programmer's Manual" +.TH SEND 2 2012-04-23 "Linux" "Linux Programmer's Manual" .SH NAME send, sendto, sendmsg \- send a message on a socket .SH SYNOPSIS @@ -288,6 +288,9 @@ or search permission is denied for one of the directories the path prefix. (See .BR path_resolution (7).) +.sp +(For UDP sockets) An attempt was made to send to a +network/broadcast address as though it was a unicast address. .TP .BR EAGAIN " or " EWOULDBLOCK .\" Actually EAGAIN on Linux diff --git a/original/man2/sigaction.2 b/original/man2/sigaction.2 index 7fea1f8b..80d03a6e 100644 --- a/original/man2/sigaction.2 +++ b/original/man2/sigaction.2 @@ -42,7 +42,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 2012-04-12 "Linux" "Linux Programmer's Manual" +.TH SIGACTION 2 2012-04-26 "Linux" "Linux Programmer's Manual" .SH NAME sigaction \- examine and change a signal action .SH SYNOPSIS @@ -445,8 +445,6 @@ for any signal, along with reason that the signal was generated. .TP 15 .B SI_USER .BR kill (2) -or -.BR raise (3) .TP .B SI_KERNEL Sent by the kernel. diff --git a/original/man3/aio_cancel.3 b/original/man3/aio_cancel.3 index 934583a2..07aa8607 100644 --- a/original/man3/aio_cancel.3 +++ b/original/man3/aio_cancel.3 @@ -20,7 +20,7 @@ .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, .\" USA. .\" -.TH AIO_CANCEL 3 2011-10-04 "" "Linux Programmer's Manual" +.TH AIO_CANCEL 3 2012-04-18 "" "Linux Programmer's Manual" .SH NAME aio_cancel \- cancel an outstanding asynchronous I/O request .SH SYNOPSIS @@ -67,23 +67,26 @@ was initiated, unspecified results occur. Which operations are cancelable is implementation-defined. .\" FreeBSD: not those on raw disk devices. .SH "RETURN VALUE" -This function returns +The +.BR aio_cancel () +function returns one of the following values: +.TP .B AIO_CANCELED -if all requests were successfully -canceled. -It returns +All requests were successfully canceled. +.TP .B AIO_NOTCANCELED -when at least one of the +At least one of the requests specified was not canceled because it was in progress. -In this case one may check the status of individual requests using +In this case, one may check the status of individual requests using .BR aio_error (3). -This function returns +.TP .B AIO_ALLDONE -if all requests had -already been completed before this call. -When some error occurs, \-1 is returned, and -.I errno -is set appropriately. +All requests had already been completed before the call. +.TP +\-1 +An error occurred. +The cause of the error can be found by inspecting +.IR errno . .SH ERRORS .TP .B EBADF diff --git a/original/man3/aio_init.3 b/original/man3/aio_init.3 index 0ce8d2d4..56822901 100644 --- a/original/man3/aio_init.3 +++ b/original/man3/aio_init.3 @@ -21,9 +21,9 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH AIO_INIT 3 2010-10-06 "Linux" "Linux Programmer's Manual" +.TH AIO_INIT 3 2012-04-26 "Linux" "Linux Programmer's Manual" .SH NAME -aio_init \- POSIX asynchronous I/O initialization +aio_init \- asynchronous I/O initialization .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" diff --git a/original/man3/btree.3 b/original/man3/btree.3 index 59ab43b1..1bc61eb5 100644 --- a/original/man3/btree.3 +++ b/original/man3/btree.3 @@ -31,7 +31,7 @@ .\" .\" @(#)btree.3 8.4 (Berkeley) 8/18/94 .\" -.TH BTREE 3 1994-08-18 "" "Linux Programmer's Manual" +.TH BTREE 3 2012-04-23 "" "Linux Programmer's Manual" .\".UC 7 .SH NAME btree \- btree database access method @@ -43,6 +43,13 @@ btree \- btree database access method .ft R .fi .SH DESCRIPTION +.IR "Note well" : +This page documents interfaces provided in glibc up until version 2.1. +Since version 2.2, glibc no longer provides these interfaces. +Probably, you are looking for the APIs provided by the +.I libdb +library instead. + The routine .BR dbopen (3) is the library interface to database files. diff --git a/original/man3/dbopen.3 b/original/man3/dbopen.3 index 9bfc16bb..1b9f3a13 100644 --- a/original/man3/dbopen.3 +++ b/original/man3/dbopen.3 @@ -31,7 +31,7 @@ .\" .\" @(#)dbopen.3 8.5 (Berkeley) 1/2/94 .\" -.TH DBOPEN 3 1994-01-02 "" "Linux Programmer's Manual" +.TH DBOPEN 3 2012-04-23 "" "Linux Programmer's Manual" .UC 7 .SH NAME dbopen \- database access methods @@ -46,6 +46,13 @@ dbopen \- database access methods .BI " const void *" openinfo ); .fi .SH DESCRIPTION +.IR "Note well" : +This page documents interfaces provided in glibc up until version 2.1. +Since version 2.2, glibc no longer provides these interfaces. +Probably, you are looking for the APIs provided by the +.I libdb +library instead. + .BR dbopen () is the library interface to database files. The supported file formats are btree, hashed and UNIX file oriented. diff --git a/original/man3/fopen.3 b/original/man3/fopen.3 index ad04e423..820b4fff 100644 --- a/original/man3/fopen.3 +++ b/original/man3/fopen.3 @@ -39,7 +39,7 @@ .\" Modified, aeb, 960421, 970806 .\" Modified, joey, aeb, 2002-01-03 .\" -.TH FOPEN 3 2009-02-23 "GNU" "Linux Programmer's Manual" +.TH FOPEN 3 2012-04-22 "GNU" "Linux Programmer's Manual" .SH NAME fopen, fdopen, freopen \- stream open functions .SH SYNOPSIS @@ -70,7 +70,7 @@ and associates a stream with it. The argument .I mode points to a string beginning with one of the following sequences -(Additional characters may follow these sequences.): +(possibly followed by additional characters, as described below): .TP .B r Open text file for reading. @@ -140,14 +140,12 @@ called for its synchronizing side effect. Opening a file in append mode (\fBa\fP as the first character of .IR mode ) causes all subsequent write operations to this stream to occur -at end-of-file, as if preceded by an +at end-of-file, as if preceded the call: .nf fseek(stream,0,SEEK_END); .fi .PP -call. -.PP The .BR fdopen () function associates a stream with the existing file descriptor, @@ -261,6 +259,8 @@ The GNU C library allows the following extensions for the string specified in Do not make the open operation, or subsequent read and write operations, thread cancellation points. +This flag is ignored for +.BR fdopen (). .TP .BR e " (since glibc 2.7)" Open the file with the @@ -269,6 +269,8 @@ flag. See .BR open (2) for more information. +This flag is ignored for +.BR fdopen (). .TP .BR m " (since glibc 2.3)" Attempt to access the file using @@ -298,7 +300,51 @@ to .BR EEXIST . This flag is ignored for .BR fdopen (). -.\" FIXME document /,ccs= charset/ +.PP +In addition to the above characters, +.BR fopen () +and +.BR freopen () +support the following syntax +in +.IR mode : + +.BI " ,ccs=" string + +The given +.I string +is taken as the name of a coded character set and +the stream is marked as wide-oriented. +Thereafter, internal conversion functions convert I/O +to and from the character set +.IR string . +If the +.BI ,ccs= string +syntax is not specified, +then the wide-orientation of the stream is +determined by the first file operation. +If that operation is a wide-character operation, +the stream is marked wide-oriented, +and functions to convert to the coded character set are loaded. +.SH BUGS +In versions of glibc before +.SH BUGS +When parsing for individual flag characters in +.IR mode +(i.e., the characters preceding the "ccs" specification"), +the glibc implementation of +.\" FIXME http://sourceware.org/bugzilla/show_bug.cgi?id=12685 +.BR fopen () +and +.BR freopen () +limits the number of characters examined in +.I mode +to 7 (or, in glibc versions before 2.14, to 6, +which was not enough to include possible specifications such as "rb+cmxe"). +The current implementation of +.BR fdopen () +parses at most 5 characters in in +.IR mode . .SH "SEE ALSO" .BR open (2), .BR fclose (3), diff --git a/original/man3/getgrnam.3 b/original/man3/getgrnam.3 index e4afa3e0..62ca333d 100644 --- a/original/man3/getgrnam.3 +++ b/original/man3/getgrnam.3 @@ -28,7 +28,7 @@ .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu) .\" Modified 2003-11-15 by aeb .\" -.TH GETGRNAM 3 2010-10-21 "" "Linux Programmer's Manual" +.TH GETGRNAM 3 2012-04-23 "" "Linux Programmer's Manual" .SH NAME getgrnam, getgrnam_r, getgrgid, getgrgid_r \- get group file entry .SH SYNOPSIS @@ -119,12 +119,18 @@ A pointer to the result (in case of success) or NULL (in case no entry was found or an error occurred) is stored in .IR *result . .PP -The maximum needed size for -.I buf -can be found using -.BR sysconf (3) -with the argument -.BR _SC_GETGR_R_SIZE_MAX . +The call + + sysconf(_SC_GETGR_R_SIZE_MAX) + +returns either \-1, without changing +.IR errno , +or an initial suggested size for +.IR buf . +(If this size is too small, +the call fails with +.BR ERANGE , +in which case the caller can retry with a larger buffer.) .SH "RETURN VALUE" The .BR getgrnam () diff --git a/original/man3/getpwnam.3 b/original/man3/getpwnam.3 index 649da018..f9349da7 100644 --- a/original/man3/getpwnam.3 +++ b/original/man3/getpwnam.3 @@ -32,7 +32,7 @@ .\" Modified 2003-11-15 by aeb .\" 2008-11-07, mtk, Added an example program for getpwnam_r(). .\" -.TH GETPWNAM 3 2010-10-21 "GNU" "Linux Programmer's Manual" +.TH GETPWNAM 3 2012-04-23 "GNU" "Linux Programmer's Manual" .SH NAME getpwnam, getpwnam_r, getpwuid, getpwuid_r \- get password file entry .SH SYNOPSIS @@ -126,12 +126,18 @@ A pointer to the result (in case of success) or NULL (in case no entry was found or an error occurred) is stored in .IR *result . .PP -The maximum size needed for -.I buf -can be found using -.BR sysconf (3) -with the argument -.BR _SC_GETPW_R_SIZE_MAX . +The call + + sysconf(_SC_GETPW_R_SIZE_MAX) + +returns either \-1, without changing +.IR errno , +or an initial suggested size for +.IR buf . +(If this size is too small, +the call fails with +.BR ERANGE , +in which case the caller can retry with a larger buffer.) .SH "RETURN VALUE" The .BR getpwnam () diff --git a/original/man3/gsignal.3 b/original/man3/gsignal.3 index f922e834..a2e97c33 100644 --- a/original/man3/gsignal.3 +++ b/original/man3/gsignal.3 @@ -31,7 +31,7 @@ gsignal, ssignal \- software signal facility .sp .B typedef void (*sighandler_t)(int); .sp -.BI "int gsignal(int" signum ); +.BI "int gsignal(int " signum ); .sp .BI "sighandler_t ssignal(int " signum ", sighandler_t " action ); .fi diff --git a/original/man3/hash.3 b/original/man3/hash.3 index 24c194da..645eb958 100644 --- a/original/man3/hash.3 +++ b/original/man3/hash.3 @@ -31,7 +31,7 @@ .\" .\" @(#)hash.3 8.6 (Berkeley) 8/18/94 .\" -.TH HASH 3 1994-08-18 "" "Linux Programmer's Manual" +.TH HASH 3 2012-04-23 "" "Linux Programmer's Manual" .UC 7 .SH NAME hash \- hash database access method @@ -43,6 +43,13 @@ hash \- hash database access method .ft R .fi .SH DESCRIPTION +.IR "Note well" : +This page documents interfaces provided in glibc up until version 2.1. +Since version 2.2, glibc no longer provides these interfaces. +Probably, you are looking for the APIs provided by the +.I libdb +library instead. + The routine .BR dbopen (3) is the library interface to database files. diff --git a/original/man3/iruserok_af.3 b/original/man3/iruserok_af.3 new file mode 100644 index 00000000..b58efefa --- /dev/null +++ b/original/man3/iruserok_af.3 @@ -0,0 +1 @@ +.so man3/rcmd.3 diff --git a/original/man3/malloc.3 b/original/man3/malloc.3 index eb4dd148..f6c61084 100644 --- a/original/man3/malloc.3 +++ b/original/man3/malloc.3 @@ -25,7 +25,7 @@ .\" Documented MALLOC_CHECK_, Wolfram Gloger (wmglo@dent.med.uni-muenchen.de) .\" 2007-09-15 mtk: added notes on malloc()'s use of sbrk() and mmap(). .\" -.TH MALLOC 3 2012-03-20 "GNU" "Linux Programmer's Manual" +.TH MALLOC 3 2012-04-18 "GNU" "Linux Programmer's Manual" .SH NAME malloc, free, calloc, realloc \- Allocate and free dynamic memory .SH SYNOPSIS @@ -272,5 +272,6 @@ For details, see .BR malloc_trim (3), .BR malloc_usable_size (3), .BR mallopt (3), +.BR mcheck (3), .BR mtrace (3), .BR posix_memalign (3) diff --git a/original/man3/mallopt.3 b/original/man3/mallopt.3 index 2e5c77a7..ddb1aede 100644 --- a/original/man3/mallopt.3 +++ b/original/man3/mallopt.3 @@ -21,7 +21,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH MALLOPT 3 2012-04-17 "Linux" "Linux Programmer's Manual" +.TH MALLOPT 3 2012-04-18 "Linux" "Linux Programmer's Manual" .SH NAME mallopt \- set memory allocation parameters .SH SYNOPSIS @@ -497,7 +497,7 @@ Aborted (core dumped) .in .PP The following runs show the results when employing other values for -.BR M_CHECK_ACTION: +.BR M_CHECK_ACTION : .PP .in +4n .nf @@ -574,5 +574,6 @@ main(int argc, char *argv[]) .BR malloc (3), .BR malloc_hook (3), .BR malloc_trim (3), +.BR mcheck (3), .BR mtrace (3), .BR posix_memalign (3) diff --git a/original/man3/mcheck.3 b/original/man3/mcheck.3 new file mode 100644 index 00000000..27330523 --- /dev/null +++ b/original/man3/mcheck.3 @@ -0,0 +1,210 @@ +.\" Copyright (c) 2012 by Michael Kerrisk +.\" +.\" Permission is granted to make and distribute verbatim copies of this +.\" manual provided the copyright notice and this permission notice are +.\" preserved on all copies. +.\" +.\" Permission is granted to copy and distribute modified versions of this +.\" manual under the conditions for verbatim copying, provided that the +.\" entire resulting derived work is distributed under the terms of a +.\" permission notice identical to this one. +.\" +.\" Since the Linux kernel and libraries are constantly changing, this +.\" manual page may be incorrect or out-of-date. The author(s) assume no +.\" responsibility for errors or omissions, or for damages resulting from +.\" the use of the information contained herein. The author(s) may not +.\" have taken the same level of care in the production of this manual, +.\" which is licensed free of charge, as they might when working +.\" professionally. +.\" +.\" Formatted or processed versions of this manual, if unaccompanied by +.\" the source, must acknowledge the copyright and authors of this work. +.\" +.TH MCHECK 3 2012-04-18 "GNU" "Linux Programmer's Manual" +.SH NAME +mcheck, mcheck_check_all, mcheck_pedantic, mprobe - heap consistency checking +.SH SYNOPSIS +.nf +.B #include +.sp +.BI "int mcheck(void (*" abortfunc ")(enum mcheck_status " mstatus )); + +.BI "int mcheck_pedantic(void (*" abortfunc ")(enum mcheck_status " mstatus )); + +.B void mcheck_check_all(void); + +.BI "enum mcheck_status mprobe(void *" ptr ); + +.fi +.SH DESCRIPTION +The +.BR mcheck () +function installs a set of debugging hooks for the +.BR malloc (3) +family of memory-allocation functions. +These hooks cause certain consistency checks to be performed +on the state of the heap. +The checks can detect application errors such as freeing a block of memory +more than once or corrupting the bookkeeping data structures +that immediately precede a block of allocated memory. + +To be effective, the +.BR mcheck () +function must be called before the first call to +.BR malloc (3) +or a related function. +In cases where this is difficult to ensure, linking the program with +.IR \-mcheck +inserts an implicit call to +.BR mcheck () +(with a NULL argument) +before the first call to a memory-allocation function. + +The +.BR mcheck_pedantic () +function is similar to +.BR mcheck (), +but performs checks on all allocated blocks whenever +one of the memory-allocation functions is called. +This can be very slow! + +The +.BR mcheck_check_all () +function causes an immediate check on all allocated blocks. +This call is only effective if +.BR mcheck () +is called beforehand. + +If the system detects an inconsistency in the heap, +the caller-supplied function pointed to by +.I abortfunc +is invoked with a single argument argument, +.IR mstatus , +that indicates what type of inconsistency was detected. +If +.I abortfunc +is NULL, a default function prints an error message on +.IR stderr +and calls +.BR abort (3). + +The +.BR mprobe () +function performs a consistency check on +the block of allocated memory pointed to by +.IR ptr . +The +.BR mcheck () +function should be called beforehand (otherwise +.BR mprobe () +returns +.BR MCHECK_DISABLED ). + +The following list describes the values returned by +.BR mprobe () +or passed as the +.I mstatus +argument when +.I abortfunc +is invoked: +.TP +.BR MCHECK_DISABLED " (" mprobe "() only)" +.BR mcheck () +was not called before the first memory allocation function was called. +Consistency checking is not possible. +.TP +.BR MCHECK_OK " (" mprobe "() only)" +No inconsistency detected. +.TP +.B MCHECK_HEAD +Memory preceding an allocated block was clobbered. +.TP +.B MCHECK_TAIL +Memory following an allocated block was clobbered. +.TP +.B +MCHECK_FREE +A block of memory was freed twice. +.SH RETURN VALUE +.BR mcheck () +and +.BR mcheck_pedantic () +return 0 on success, or \-1 on error. +.SH VERSIONS +The +.BR mcheck_pedantic () +and +.BR mcheck_check_all () +functions are available since glibc 2.2. +The +.BR mcheck() +and +.BR mprobe() +functions are present since at least glibc 2.0 +.SH CONFORMING TO +These functions are GNU extensions. +.SH NOTES +Linking a program with +.I \-lmcheck +and using the +.B MALLOC_CHECK_ +environment variable (described in +.BR mallopt (3)) +cause the same kinds of errors to be detected. +But, using +.B MALLOC_CHECK_ +does not require the application to be relinked. +.\" But is MALLOC_CHECK_ slower? + +.SH EXAMPLE +The program below calls +.BR mcheck () +with a NULL argument and then frees the same block of memory twice. +The following shell session demonstrates what happens +when running the program: +.in +4n +.nf + +.RB "$" " ./a.out" +About to free + +About to free a second time +block freed twice +Aborted (core dumped) +.fi +.in +.SS Program source +\& +.nf +#include +#include +#include + +int +main(int argc, char *argv[]) +{ + char *p; + + if (mcheck(NULL) != 0) { + fprintf(stderr, "mcheck() failed\\n"); + + exit(EXIT_FAILURE); + } + + p = malloc(1000); + + fprintf(stderr, "About to free\\n"); + free(p); + fprintf(stderr, "\\nAbout to free a second time\\n"); + free(p); + + exit(EXIT_SUCCESS); +} +.fi +.SH SEE ALSO +.BR malloc (3), +.\" FIXME add SEE ALSO pointer from malloc(3) to here +.\" FIXME add SEE ALSO pointer from mallopt(3) to here +.\" FIXME add SEE ALSO pointer from mtrace(3) to here +.BR mallopt (3), +.BR mtrace (3) diff --git a/original/man3/mcheck_check_all.3 b/original/man3/mcheck_check_all.3 new file mode 100644 index 00000000..4baeaf2a --- /dev/null +++ b/original/man3/mcheck_check_all.3 @@ -0,0 +1 @@ +.so man3/mcheck.3 diff --git a/original/man3/mcheck_pedantic.3 b/original/man3/mcheck_pedantic.3 new file mode 100644 index 00000000..4baeaf2a --- /dev/null +++ b/original/man3/mcheck_pedantic.3 @@ -0,0 +1 @@ +.so man3/mcheck.3 diff --git a/original/man3/memchr.3 b/original/man3/memchr.3 index 20f73f5f..246815d5 100644 --- a/original/man3/memchr.3 +++ b/original/man3/memchr.3 @@ -27,7 +27,7 @@ .\" Modified Wed Feb 20 21:09:36 2002, Ian Redfern (redferni@logica.com) .\" 2008-07-09, mtk, add rawmemchr() .\" -.TH MEMCHR 3 2012-04-16 "" "Linux Programmer's Manual" +.TH MEMCHR 3 2012-04-23 "" "Linux Programmer's Manual" .SH NAME memchr, memrchr, rawmemchr \- scan memory for a character .SH SYNOPSIS @@ -52,40 +52,46 @@ _GNU_SOURCE .SH DESCRIPTION The .BR memchr () -function scans the first \fIn\fP bytes of the memory -area pointed to by \fIs\fP for the character \fIc\fP. -The first byte to -match \fIc\fP (interpreted as an unsigned character) stops the operation. +function scans the initial +.I n +bytes of the memory +area pointed to by +.I s +for the first instance of +.IR c . +Both +.I c +and the bytes of the memory area pointed to by +.I s +are interpreted as +.IR "unsigned char" . .PP The .BR memrchr () function is like the .BR memchr () function, -except that it searches backward from the end of the \fIn\fP bytes -pointed to by \fIs\fP instead of forward from the beginning. +except that it searches backward from the end of the +.I n +bytes pointed to by +.I s +instead of forward from the beginning. The .BR rawmemchr () function is similar to .BR memchr (): it assumes (i.e., the programmer knows for certain) -that the character +that an instance of .I c -lies somewhere in the string +lies somewhere in the memory area starting at the location pointed to by .IR s , -and so performs an optimized search -for the character +and so performs an optimized search for .IR c (i.e., no use of a count argument argument to limit the range of the search). -If the character +If an instance of .I c -is not in the string -.IR s , -then -.BR rawmemchr () -may proceed to search beyond the end of the string, -and the result is unspecified. +is not found, the results are unpredictable. The following call is a fast means of locating a string's terminating null byte: .in +4n diff --git a/original/man3/mkstemp.3 b/original/man3/mkstemp.3 index 65f01494..7765a2b0 100644 --- a/original/man3/mkstemp.3 +++ b/original/man3/mkstemp.3 @@ -30,9 +30,9 @@ .\" Modified 990328, aeb .\" 2008-06-19, mtk, Added mkostemp(); various other changes .\" -.TH MKSTEMP 3 2010-09-26 "GNU" "Linux Programmer's Manual" +.TH MKSTEMP 3 2012-04-21 "GNU" "Linux Programmer's Manual" .SH NAME -mkstemp, mkostemp \- create a unique temporary file +mkstemp, mkostemp, mkstemps, mkostemps \- create a unique temporary file .SH SYNOPSIS .nf .B #include diff --git a/original/man3/mpool.3 b/original/man3/mpool.3 index 5a064377..d14e09a0 100644 --- a/original/man3/mpool.3 +++ b/original/man3/mpool.3 @@ -31,7 +31,7 @@ .\" .\" @(#)mpool.3 8.1 (Berkeley) 6/4/93 .\" -.TH MPOOL 3 1993-06-04 "" "Linux Programmer's Manual" +.TH MPOOL 3 2012-04-26 "" "Linux Programmer's Manual" .UC 7 .SH NAME mpool \- shared memory buffer pool @@ -58,6 +58,13 @@ mpool \- shared memory buffer pool .BI "int mpool_close(MPOOL *" mp ); .fi .SH DESCRIPTION +.IR "Note well" : +This page documents interfaces provided in glibc up until version 2.1. +Since version 2.2, glibc no longer provides these interfaces. +Probably, you are looking for the APIs provided by the +.I libdb +library instead. + .I Mpool is the library interface intended to provide page oriented buffer management of files. diff --git a/original/man3/mprobe.3 b/original/man3/mprobe.3 new file mode 100644 index 00000000..4baeaf2a --- /dev/null +++ b/original/man3/mprobe.3 @@ -0,0 +1 @@ +.so man3/mcheck.3 diff --git a/original/man3/mtrace.3 b/original/man3/mtrace.3 index 3ce62506..fd9b47a0 100644 --- a/original/man3/mtrace.3 +++ b/original/man3/mtrace.3 @@ -20,7 +20,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH MTRACE 3 2012-03-22 "GNU" "Linux Programmer's Manual" +.TH MTRACE 3 2012-04-18 "GNU" "Linux Programmer's Manual" .SH NAME mtrace, muntrace \- malloc tracing .SH SYNOPSIS @@ -165,4 +165,5 @@ The final message corresponds to the call to .SH "SEE ALSO" .BR mtrace (1), .BR malloc (3), -.BR malloc_hook (3) +.BR malloc_hook (3), +.BR mcheck (3) diff --git a/original/man3/posix_memalign.3 b/original/man3/posix_memalign.3 index 822cb433..5d33cbaf 100644 --- a/original/man3/posix_memalign.3 +++ b/original/man3/posix_memalign.3 @@ -198,7 +198,7 @@ The function comes from POSIX.1d. The function -.I aligned_alloc () +.BR aligned_alloc () is specified in the C11 standard. .\" .SS Headers diff --git a/original/man3/posix_openpt.3 b/original/man3/posix_openpt.3 index 3a009b18..aa81d3c4 100644 --- a/original/man3/posix_openpt.3 +++ b/original/man3/posix_openpt.3 @@ -22,7 +22,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH POSIX_OPENPT 3 2010-10-04 "" "Linux Programmer's Manual" +.TH POSIX_OPENPT 3 2012-04-20 "" "Linux Programmer's Manual" .SH NAME posix_openpt \- open a pseudoterminal device .SH SYNOPSIS @@ -80,7 +80,9 @@ is part of the UNIX 98 pseudoterminal support (see .BR pts (4)). This function is specified in POSIX.1-2001. .SH NOTES -This function is a recent invention in POSIX. +The +.BR posix_openpt () +function is a recent invention in POSIX. Some UNIX implementations that support System V (aka UNIX 98) pseudoterminals don't have this function, but it is easy to implement: @@ -94,6 +96,13 @@ posix_openpt(int flags) } .fi .in +.PP +Calling +.BR posix_openpt () +creates a pathname for the corresponding pseudoterminal slave device. +The pathname of the slave device can be obtained using +.BR ptsname (3). +The slave device pathname exists only as long as the master device is open. .SH "SEE ALSO" .BR open (2), .BR getpt (3), diff --git a/original/man3/raise.3 b/original/man3/raise.3 index 6fcd41b0..4ea40687 100644 --- a/original/man3/raise.3 +++ b/original/man3/raise.3 @@ -24,7 +24,7 @@ .\" Modified Sat Jul 24 18:40:56 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified 1995 by Mike Battersby (mib@deakin.edu.au) .\" -.TH RAISE 3 2008-10-17 "GNU" "Linux Programmer's Manual" +.TH RAISE 3 2012-04-20 "GNU" "Linux Programmer's Manual" .SH NAME raise \- send a signal to the caller .SH SYNOPSIS @@ -61,6 +61,17 @@ will only return after the signal handler has returned. returns 0 on success, and nonzero for failure. .SH "CONFORMING TO" C89, C99, POSIX.1-2001. +.SH NOTES +Since version 2.3.3, glibc implements +.BR raise () +by calling +.BR tgkill (2), +.\" 2.3.2 used the obsolete tkill(), if available. +if the kernel supports that system call. +Older glibc versions implemented +.BR raise () +using +.BR kill (2). .SH "SEE ALSO" .BR getpid (2), .BR kill (2), diff --git a/original/man3/rcmd.3 b/original/man3/rcmd.3 index 1410f424..d31cda81 100644 --- a/original/man3/rcmd.3 +++ b/original/man3/rcmd.3 @@ -38,9 +38,10 @@ .\" .\" 2007-12-08, mtk, Converted from mdoc to man macros .\" -.TH RCMD 3 2012-03-29 "Linux" "Linux Programmer's Manual" +.TH RCMD 3 2012-04-23 "Linux" "Linux Programmer's Manual" .SH NAME -rcmd, rresvport, iruserok, ruserok \- routines for returning a +rcmd, rresvport, iruserok, ruserok, rcmd_af, +rresvport_af, iruserok_af, ruserok_af \- routines for returning a stream to a remote command .SH SYNOPSIS .nf @@ -56,6 +57,20 @@ stream to a remote command .sp .BI "int ruserok(const char *" rhost ", int " superuser ", " .BI " const char *" ruser ", const char *" luser ); +.sp +.BI "int rcmd_af(char **" ahost ", int " inport ", const char *" locuser ", " +.BI " const char *" remuser ", const char *" cmd ", int *" fd2p , +.BI " sa_family_t " af ); +.sp +.BI "int rresvport_af(int *" port ", sa_family_t " af ); +.sp +.BI "int iruserok_af(uint32_t " raddr ", int " superuser ", " +.BI " const char *" ruser ", const char *" luser \ +", sa_family_t " af ); +.sp +.BI "int ruserok_af(const char *" rhost ", int " superuser ", " +.BI " const char *" ruser ", const char *" luser \ +", sa_family_t " af ); .fi .sp .in -4n @@ -64,8 +79,13 @@ Feature Test Macro Requirements for glibc (see .in .sp .BR rcmd (), +.BR rcmd_af (), .BR rresvport (), -.BR ruserok (): +.BR rresvport_af (), +.BR iruserok (), +.BR iruserok_af (), +.BR ruserok (), +.BR ruserok_af (): _BSD_SOURCE .SH DESCRIPTION The @@ -85,10 +105,10 @@ and functions are used by servers to authenticate clients requesting service with .BR rcmd (). -All four functions are present in the same file and are used -by the +All four functions are used by the .BR rshd (8) server (among others). +.SS rcmd() .PP The .BR rcmd () @@ -136,16 +156,29 @@ although you may be able to get its attention by using out-of-band data. .PP The protocol is described in detail in .BR rshd (8). +.SS rresvport() .PP The .BR rresvport () function is used to obtain a socket with a privileged -address bound to it. +port bound to it. This socket is suitable for use by .BR rcmd () and several other functions. -Privileged Internet ports are those in the range 0 to 1023. -Only the superuser is allowed to bind an address of this sort to a socket. +Privileged ports are those in the range 0 to 1023. +Only a privileged process +.RB ( CAP_NET_BIND_SERVICE ) +is allowed to bind to a privileged port. +In the glibc implementation, +this function restricts its search to the ports from 512 to 1023. +The +.I port +argument is value-result: +the value it supplies to the call is used as the starting point +for a circular search of the port range; +on (successful) return, it contains the port number that was bound to. +.\" +.SS iruserok() and ruserok() .PP The .BR iruserok () @@ -185,6 +218,22 @@ If the IP address of the remote host is known, should be used in preference to .BR ruserok (), as it does not require trusting the DNS server for the remote host's domain. +.SS *_af() variants +All of the functions described above work with IPv4 +.RB ( AF_INET ) +sockets. +The "_af" variants take an extra argument that allows the +socket address family to be specified. +For these functions, the +.I af +argument can be specified as +.BR AF_INET +or +.BR AF_INET6 . +In addition, +.BR rcmd_af () +supports the use of +.BR AF_UNSPEC . .SH RETURN VALUE The .BR rcmd () @@ -202,15 +251,33 @@ set according to the reason for failure. The error code .BR EAGAIN is overloaded to mean "All network ports in use." + +For information on the return from +.BR ruserok () +and +.BR iruserok (), +see above. +.SH VERSIONS +The functions +.BR iruserok_af (), +.BR rcmd_af (), +.BR rresvport_af (), +and +.BR ruserok_af () +functions are provide in glibc since version 2.2. .SH "CONFORMING TO" Not in POSIX.1-2001. Present on the BSDs, Solaris, and many other systems. These functions appeared in 4.2BSD. +The "_af" variants are more recent additions, +and are not present on as wide a range of systems. .SH BUGS .BR iruserok () -is declared in glibc headers only since version 2.12. +and +.BR iruserok_af () +are declared in glibc headers only since version 2.12. .\" Bug filed 25 Nov 2007: .\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=5399 .SH SEE ALSO diff --git a/original/man3/rcmd_af.3 b/original/man3/rcmd_af.3 new file mode 100644 index 00000000..b58efefa --- /dev/null +++ b/original/man3/rcmd_af.3 @@ -0,0 +1 @@ +.so man3/rcmd.3 diff --git a/original/man3/recno.3 b/original/man3/recno.3 index 2a668058..9ca083d4 100644 --- a/original/man3/recno.3 +++ b/original/man3/recno.3 @@ -31,7 +31,7 @@ .\" .\" @(#)recno.3 8.5 (Berkeley) 8/18/94 .\" -.TH RECNO 3 1994-08-18 "" "Linux Programmer's Manual" +.TH RECNO 3 2012-04-23 "" "Linux Programmer's Manual" .UC 7 .SH NAME recno \- record number database access method @@ -43,6 +43,13 @@ recno \- record number database access method .ft R .fi .SH DESCRIPTION +.IR "Note well" : +This page documents interfaces provided in glibc up until version 2.1. +Since version 2.2, glibc no longer provides these interfaces. +Probably, you are looking for the APIs provided by the +.I libdb +library instead. + The routine .BR dbopen (3) is the library interface to database files. diff --git a/original/man3/resolver.3 b/original/man3/resolver.3 index a72dde7b..6e792f24 100644 --- a/original/man3/resolver.3 +++ b/original/man3/resolver.3 @@ -27,7 +27,7 @@ .\" Modified 1993-07-25 by Rik Faith (faith@cs.unc.edu) .\" Modified 2004-10-31 by aeb .\" -.TH RESOLVER 3 2010-06-17 "GNU" "Linux Programmer's Manual" +.TH RESOLVER 3 2012-04-23 "GNU" "Linux Programmer's Manual" .SH NAME res_init, res_query, res_search, res_querydomain, res_mkquery, res_send, dn_comp, dn_expand \- resolver routines @@ -231,6 +231,9 @@ domain and in parent domains. This option is used by .BR gethostbyname (3). [Enabled by default]. +.PP +This list is not complete. You can find some other flags described in +.BR resolv.conf (5). .SH "RETURN VALUE" The .BR res_init () diff --git a/original/man3/rexec.3 b/original/man3/rexec.3 index 77a3eb65..145b789a 100644 --- a/original/man3/rexec.3 +++ b/original/man3/rexec.3 @@ -36,9 +36,9 @@ .\" .\" 2007-12-08, mtk, Converted from mdoc to man macros .\" -.TH REXEC 3 2010-09-10 "Linux" "Linux Programmer's Manual" +.TH REXEC 3 2012-04-23 "Linux" "Linux Programmer's Manual" .SH NAME -rexec \- return stream to a remote command +rexec, rfexec_af \- return stream to a remote command .SH SYNOPSIS .nf .BR "#define _BSD_SOURCE" " /* See feature_test_macros(7) */" @@ -46,6 +46,10 @@ rexec \- return stream to a remote command .sp .BI "int rexec(char **" ahost ", int " inport ", char *" user ", " .BI " char *" passwd ", char *" cmd ", int *" fd2p ); +.sp +.BI "int rexec_af(char **" ahost ", int " inport ", char *" user ", " +.BI " char *" passwd ", char *" cmd ", int *" fd2p , +.BI " sa_family_t " af ); .fi .SH DESCRIPTION This interface is obsoleted by @@ -113,20 +117,42 @@ command) will be made the same as the and no provision is made for sending arbitrary signals to the remote process, although you may be able to get its attention by using out-of-band data. +.SS rexec_af() +The +.BR rexec () +function works over IPv4 +.RB ( AF_INET ). +By contrast, the +.BR rexec_af () +function provides an extra argument, +.IR af , +that allows the caller to select the protocol. +This argument can be specified as +.BR AF_INET , +.BR AF_INET6 , +or +.BR AF_UNSPEC +(to allow the implementation to select the protocol). +.SH VERSIONS +The +.BR rexec_af () +function was added to glibc in version 2.2. .SH "CONFORMING TO" -Not in POSIX.1-2001. -Present on the BSDs, Solaris, and many other systems. +These functions are not in POSIX.1-2001. The .BR rexec () -function appeared in -4.2BSD. +function first appeared in +4.2BSD, and is present on the BSDs, Solaris, and many other systems. +The +.BR rexec_af () +function is more recent, nad less widespread. .SH BUGS The .BR rexec () function sends the unencrypted password across the network. .PP The underlying service is considered a big security hole and therefore -not enabled on many sites, see +not enabled on many sites; see .BR rexecd (8) for explanations. .SH SEE ALSO diff --git a/original/man3/rexec_af.3 b/original/man3/rexec_af.3 new file mode 100644 index 00000000..517a2d23 --- /dev/null +++ b/original/man3/rexec_af.3 @@ -0,0 +1 @@ +.so man3/rexec.3 diff --git a/original/man3/rresvport_af.3 b/original/man3/rresvport_af.3 new file mode 100644 index 00000000..b58efefa --- /dev/null +++ b/original/man3/rresvport_af.3 @@ -0,0 +1 @@ +.so man3/rcmd.3 diff --git a/original/man3/ruserok_af.3 b/original/man3/ruserok_af.3 new file mode 100644 index 00000000..b58efefa --- /dev/null +++ b/original/man3/ruserok_af.3 @@ -0,0 +1 @@ +.so man3/rcmd.3 diff --git a/original/man3/scandir.3 b/original/man3/scandir.3 index 5f7a7d0e..4526331f 100644 --- a/original/man3/scandir.3 +++ b/original/man3/scandir.3 @@ -31,7 +31,7 @@ .\" Modified Sun Sep 24 20:15:46 2000 by aeb, following Petter Reinholdtsen. .\" Modified 2001-12-26 by aeb, following Joey. Added versionsort. .\" -.TH SCANDIR 3 2012-03-20 "GNU" "Linux Programmer's Manual" +.TH SCANDIR 3 2012-04-26 "GNU" "Linux Programmer's Manual" .SH NAME scandir, alphasort, versionsort \- scan a directory for matching entries .SH SYNOPSIS @@ -157,7 +157,7 @@ main(void) struct dirent **namelist; int n; - n = scandir(".", &namelist, 0, alphasort); + n = scandir(".", &namelist, NULL, alphasort); if (n < 0) perror("scandir"); else { diff --git a/original/man3/strchr.3 b/original/man3/strchr.3 index b2ecfefa..97fd42db 100644 --- a/original/man3/strchr.3 +++ b/original/man3/strchr.3 @@ -28,7 +28,7 @@ .\" 2006-05-19, Justin Pryzby .\" Document strchrnul(3). .\" -.TH STRCHR 3 2010-09-20 "GNU" "Linux Programmer's Manual" +.TH STRCHR 3 2012-04-24 "GNU" "Linux Programmer's Manual" .SH NAME strchr, strrchr, strchrnul \- locate character in string .SH SYNOPSIS @@ -48,20 +48,31 @@ strchr, strrchr, strchrnul \- locate character in string The .BR strchr () function returns a pointer to the first occurrence -of the character \fIc\fP in the string \fIs\fP. +of the character +.I c +in the string +.IR s . .PP The .BR strrchr () function returns a pointer to the last occurrence -of the character \fIc\fP in the string \fIs\fP. +of the character +.I c +in the string +.IR s . .PP The .BR strchrnul () function is like .BR strchr () -except that if \fIc\fP is not found in \fIs\fP, +except that if +.I c +is not found in +.IR s , then it returns a pointer to the null byte -at the end of \fIs\fP, rather than NULL. +at the end of +.IR s , +rather than NULL. .PP Here "character" means "byte"; these functions do not work with wide or multibyte characters. @@ -72,6 +83,11 @@ and .BR strrchr () functions return a pointer to the matched character or NULL if the character is not found. +The terminating null byte is considered part of the string, +so that if +.I c +is specified as \(aq\\0\(aq, +these functions return a pointer to the terminator. The .BR strchrnul () diff --git a/original/man3/strerror.3 b/original/man3/strerror.3 index 37fc95d2..3ccac231 100644 --- a/original/man3/strerror.3 +++ b/original/man3/strerror.3 @@ -34,7 +34,7 @@ .\" 2005-12-13, mtk, Substantial rewrite of strerror_r() description .\" Addition of extra material on portability and standards. .\" -.TH STRERROR 3 2009-03-30 "" "Linux Programmer's Manual" +.TH STRERROR 3 2012-04-22 "" "Linux Programmer's Manual" .SH NAME strerror, strerror_r \- return string describing error number .SH SYNOPSIS @@ -66,15 +66,22 @@ Otherwise, the GNU-specific version is provided. The .BR strerror () function returns a pointer to a string that describes the error -code passed in the argument \fIerrnum\fP, possibly using the +code passed in the argument +.IR errnum , +possibly using the .B LC_MESSAGES part of the current locale to select the appropriate language. +(For example, if +.I errnum +is +.BR EINVAL , +the returned description will "Invalid argument".) This string must not be modified by the application, but may be modified by a subsequent call to -.BR perror (3) -or .BR strerror (). -No library function will modify this string. +No library function, including +.BR perror (3), +will modify this string. The .BR strerror_r () @@ -84,7 +91,7 @@ but is thread safe. This function is available in two versions: an XSI-compliant version specified in POSIX.1-2001 -(available since glibc 2.3.4), +(available since glibc 2.3.4, but not POSIX-compliant until glibc 2.13), and a GNU-specific version (available since glibc 2.0). The XSI-compliant version is provided with the feature test macros settings shown in the SYNOPSIS; @@ -120,7 +127,10 @@ then at most .I buflen bytes are stored (the string may be truncated if .I buflen -is too small) and the string always includes a terminating null byte. +is too small and +.I errnum +is unknown). +The string always includes a terminating null byte. .SH "RETURN VALUE" The .BR strerror () @@ -130,12 +140,27 @@ functions return the appropriate error description string, or an "Unknown error nnn" message if the error number is unknown. +POSIX.1-2001 and POSIX.1-2008 require that a successful call to +.BR strerror (3) +shall leave +.I errno +unchanged, and note that, +since no function return value is reserved to indicate an error, +an application that wishes to check for errors should initialize +.I errno +to zero before the call, +and then check +.I errno +after the call. + The XSI-compliant .BR strerror_r () -function returns 0 on success; -on error, \-1 is returned and +function returns 0 on success. +On error, +a (positive) error number is returned (since glibc 2.13), +or \-1 is returned and .I errno -is set to indicate the error. +is set to indicate the error (glibc versions before 2.13). .SH ERRORS .TP .B EINVAL @@ -173,6 +198,7 @@ returns a string something like "Error nnn occurred" and sets to .B EINVAL if the error number is unknown. +C99 and POSIX.1-2008 require the return value to be non-NULL. .SH "SEE ALSO" .BR err (3), .BR errno (3), diff --git a/original/man3/termios.3 b/original/man3/termios.3 index dd16721d..f768d1e8 100644 --- a/original/man3/termios.3 +++ b/original/man3/termios.3 @@ -409,7 +409,7 @@ or .BR _SVID_SOURCE ] .TP .B ECHOPRT -(not in POSIX) If \fBICANON\fP and \fBIECHO\fP are also set, characters +(not in POSIX) If \fBICANON\fP and \fBECHO\fP are also set, characters are printed as they are being erased. [requires .B _BSD_SOURCE diff --git a/original/man5/resolv.conf.5 b/original/man5/resolv.conf.5 index 69a97864..28abe582 100644 --- a/original/man5/resolv.conf.5 +++ b/original/man5/resolv.conf.5 @@ -18,7 +18,7 @@ .\" .\" Added ndots remark by Bernhard R. Link - debian bug #182886 .\" -.TH RESOLV.CONF 5 2012-02-08 "" "Linux Programmer's Manual" +.TH RESOLV.CONF 5 2012-04-23 "" "Linux Programmer's Manual" .UC 4 .SH NAME resolv.conf \- resolver configuration file @@ -231,6 +231,19 @@ sets in .IR _res.options . This enables support for the DNS extensions described in RFC\ 2671. +.TP +.BR single-request " (since glibc 2.10)" +sets +.BR RES_SNGLKUP +in +.IR _res.options . +By default, glibc performs IPv4 and IPv6 lookups in parallel since +version 2.9. +Some appliance DNS servers +cannot handle these queries properly and make the requests time out. +This option disables the behavior and makes glibc perform the IPv6 +and IPv4 requests sequentially (at the cost of some slowdown of the +resolving process). .RE .LP The \fIdomain\fP and \fIsearch\fP keywords are mutually exclusive. diff --git a/original/man7/inotify.7 b/original/man7/inotify.7 index 69362931..6a34e1e4 100644 --- a/original/man7/inotify.7 +++ b/original/man7/inotify.7 @@ -23,7 +23,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH INOTIFY 7 2011-12-07 "Linux" "Linux Programmer's Manual" +.TH INOTIFY 7 2012-04-26 "Linux" "Linux Programmer's Manual" .SH NAME inotify \- monitoring file system events .SH DESCRIPTION @@ -147,7 +147,7 @@ including the null bytes; the length of each .I inotify_event structure is thus -.IR "sizeof(inotify_event)+len" . +.IR "sizeof(struct inotify_event)+len" . The behavior when the buffer given to .BR read (2) @@ -158,6 +158,12 @@ returns 0; since kernel 2.6.21, .BR read (2) fails with the error .BR EINVAL . +Specifying a buffer of size + + sizeof(struct inotify_event) + NAME_MAX + 1 + +will be sufficient to read at least one event. + .SS inotify events The .BR inotify_add_watch (2) diff --git a/original/man7/iso_8859-1.7 b/original/man7/iso_8859-1.7 index 46d62ab5..3e255ccc 100644 --- a/original/man7/iso_8859-1.7 +++ b/original/man7/iso_8859-1.7 @@ -23,7 +23,7 @@ .\" .\" Slightly rearranged, aeb, 950713 .\" Updated, dpo, 990531 -.TH ISO_8859-1 7 1999-05-31 "Linux" "Linux Programmer's Manual" +.TH ISO_8859-1 7 2012-04-22 "Linux" "Linux Programmer's Manual" .nh .SH NAME iso_8859-1 \- ISO 8859-1 character set encoded in octal, decimal, @@ -87,7 +87,7 @@ _ 252 170 AA ª FEMININE ORDINAL INDICATOR 253 171 AB « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK 254 172 AC ¬ NOT SIGN -255 173 AD ­ SOFT HYPHEN +255 173 AD - SOFT HYPHEN 256 174 AE ® REGISTERED SIGN 257 175 AF ¯ MACRON 260 176 B0 ° DEGREE SIGN diff --git a/original/man7/locale.7 b/original/man7/locale.7 index bb53e205..524ab335 100644 --- a/original/man7/locale.7 +++ b/original/man7/locale.7 @@ -25,6 +25,8 @@ .\" .\" Modified Thu Apr 25 00:43:19 2002 by Bruno Haible .\" +.\" FIXME Document LOCPATH; +.\" see http://sourceware.org/bugzilla/show_bug.cgi?id=174 .TH LOCALE 7 2008-12-05 "Linux" "Linux Programmer's Manual" .SH NAME locale \- Description of multilanguage support diff --git a/original/man7/mdoc.7 b/original/man7/mdoc.7 index 76d24576..e92ea25e 100644 --- a/original/man7/mdoc.7 +++ b/original/man7/mdoc.7 @@ -428,3 +428,11 @@ Special defines (such as the standards macro). .Xr mdoc.samples 7 , .Xr man 7 , .Xr man-pages 7 +.Sh COLOPHON +This page is part of release 3.40 of the Linux +.Em man-pages +project. +A description of the project, +and information about reporting bugs, +can be found at +http://www.kernel.org/doc/man-pages/. diff --git a/original/man7/mdoc.samples.7 b/original/man7/mdoc.samples.7 index 46ab0004..cb704c3e 100644 --- a/original/man7/mdoc.samples.7 +++ b/original/man7/mdoc.samples.7 @@ -2943,3 +2943,11 @@ and certainly should be able to. .Xr troff 1 , .Xr groff_mdoc 7 , .Xr mdoc 7 +.Sh COLOPHON +This page is part of release 3.40 of the Linux +.Em man-pages +project. +A description of the project, +and information about reporting bugs, +can be found at +http://www.kernel.org/doc/man-pages/. diff --git a/original/man7/netdevice.7 b/original/man7/netdevice.7 index d8547225..f785568b 100644 --- a/original/man7/netdevice.7 +++ b/original/man7/netdevice.7 @@ -9,7 +9,10 @@ .\" .\" Modified, 2004-11-25, mtk, formatting and a few wording fixes .\" -.TH NETDEVICE 7 2009-01-14 "Linux" "Linux Programmer's Manual" +.\" Modified, 2011-11-02, , added many basic +.\" but missing ioctls, such as SIOCGIFADDR. +.\" +.TH NETDEVICE 7 2012-04-26 "Linux" "Linux Programmer's Manual" .SH NAME netdevice \- Low level access to Linux network devices .SH SYNOPSIS @@ -120,6 +123,59 @@ IFF_ECHO:Echo sent packets (since Linux 2.6.25) Setting the active flag word is a privileged operation, but any process may read it. .TP +.BR SIOCGIFPFLAGS ", " SIOCSIFPFLAGS +Get or set extended (private) flags for the device. +.I ifr_flags +contains a bit mask of the following values: +.TS +tab(:); +c s +l l. +Private flags +IFF_802_1Q_VLAN:Interface is 802.1Q VLAN device. +IFF_EBRIDGE:Interface is Ethernet bridging device. +IFF_SLAVE_INACTIVE:Interface is inactive bonding slave. +IFF_MASTER_8023AD:Interface is 802.3ad bonding master. +IFF_MASTER_ALB:Interface is balanced-alb bonding master. +IFF_BONDING:Interface is a bonding master or slave. +IFF_SLAVE_NEEDARP:Interface needs ARPs for validation. +IFF_ISATAP:Interface is RFC4214 ISATAP interface. +.TE +.sp +Setting the extended (private) interface flags is a privileged operation. +.TP +.BR SIOCGIFADDR ", " SIOCSIFADDR +Get or set the address of the device using +.IR ifr_addr . +Setting the interface address is a privileged operation. +For compatibility, only +.B AF_INET +addresses are accepted or returned. +.TP +.BR SIOCGIFDSTADDR ", " SIOCSIFDSTADDR +Get or set the destination address of a point-to-point device using +.IR ifr_dstaddr . +For compatibility, only +.B AF_INET +addresses are accepted or returned. +Setting the destination address is a privileged operation. +.TP +.BR SIOCGIFBRDADDR ", " SIOCSIFBRDADDR +Get or set the broadcast address for a device using +.IR ifr_brdaddr . +For compatibility, only +.B AF_INET +addresses are accepted or returned. +Setting the broadcast address is a privileged operation. +.TP +.BR SIOCGIFNETMASK ", " SIOCSIFNETMASK +Get or set the network mask for a device using +.IR ifr_netmask . +For compatibility, only +.B AF_INET +addresses are accepted or returned. +Setting the network mask is a privileged operation. +.TP .BR SIOCGIFMETRIC ", " SIOCSIFMETRIC Get or set the metric of the device using .IR ifr_metric . @@ -247,7 +303,10 @@ These are not described here. .SH NOTES Strictly speaking, .B SIOCGIFCONF -is IP specific and belongs in +and the other ioctls that only accept or return +.B AF_INET +socket addresses, +are IP specific and belong in .BR ip (7). .LP The names of interfaces with no addresses or that don't have the diff --git a/original/man7/socket.7 b/original/man7/socket.7 index ddd148ca..defd4f5d 100644 --- a/original/man7/socket.7 +++ b/original/man7/socket.7 @@ -23,7 +23,7 @@ .\" SO_TIMESTAMPING (2.6.30) .\" SO_RXQ_OVFL (2.6.33) .\" -.TH SOCKET 7 2010-06-13 Linux "Linux Programmer's Manual" +.TH SOCKET 7 2012-04-23 Linux "Linux Programmer's Manual" .SH NAME socket \- Linux socket interface .SH SYNOPSIS @@ -243,8 +243,7 @@ there). .TP .B SO_BROADCAST Set or get the broadcast flag. -When enabled, datagram sockets -receive packets sent to a broadcast address and they are allowed to send +When enabled, datagram sockets are allowed to send packets to a broadcast address. This option has no effect on stream-oriented sockets. .TP diff --git a/original/man7/tcp.7 b/original/man7/tcp.7 index 35db6716..476c25c8 100644 --- a/original/man7/tcp.7 +++ b/original/man7/tcp.7 @@ -13,7 +13,7 @@ .\" be more or less up to date and complete as at Linux 2.6.27 .\" (other than the remaining FIXMEs in the page source below). .\" -.TH TCP 7 2012-03-20 "Linux" "Linux Programmer's Manual" +.TH TCP 7 2012-04-23 "Linux" "Linux Programmer's Manual" .SH NAME tcp \- TCP protocol .SH SYNOPSIS @@ -888,7 +888,8 @@ This option should not be used in code intended to be portable. .B TCP_MAXSEG .\" Present in Linux 1.0 The maximum segment size for outgoing TCP packets. -If this option is set before connection establishment, it also +In Linux 2.2 and earlier, and in Linux 2.6.28 and later, +if this option is set before connection establishment, it also changes the MSS value announced to the other end in the initial packet. Values greater than the (eventual) interface MTU have no effect. TCP will also impose diff --git a/translation_list b/translation_list index 53defe27..ad35d54f 100644 --- a/translation_list +++ b/translation_list @@ -1,2106 +1,2117 @@ -×:LDP man-pages:3.39:2011/10/31:getent:1::::: -○:LDP man-pages:3.39:2007/11/15:intro:1:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2000/10/30:ldd:1:2002/02/14::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.39:2008/11/14:time:1:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:_Exit:2:_exit:2: -ï¼ :LDP man-pages:3.39:2011/09/08:__clone2:2:clone:2: -○:LDP man-pages:3.39:2010/09/20:_exit:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:1995/06/10:_llseek:2:llseek:2: -ï¼ :LDP man-pages:3.39:2010/08/31:_newselect:2:select:2: -○:LDP man-pages:3.39:2007/12/19:_syscall:2:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/11/20:_sysctl:2:sysctl:2: -○:LDP man-pages:3.39:2010/09/10:accept:2:2008/12/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/10:accept4:2:accept:2: -○:LDP man-pages:3.39:2010/10/24:access:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/06/16:acct:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: -×:LDP man-pages:3.39:2010/02/25:add_key:2::::: -○:LDP man-pages:3.39:2004/05/27:adjtimex:2:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/07/05:afs_syscall:2:unimplemented:2: -○:LDP man-pages:3.39:2008/06/12:alarm:2:1997/02/22::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2007/05/31:alloc_hugepages:2:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/12/26:arch_prctl:2:2005/11/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/10/09:arm_fadvise:2:posix_fadvise:2: -ï¼ :LDP man-pages:3.39:2010/10/09:arm_fadvise64_64:2:posix_fadvise:2: -ï¼ :LDP man-pages:3.39:2010/10/09:arm_sync_file_range:2:sync_file_range:2: -○:LDP man-pages:3.39:2012/03/05:bdflush:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/12/28:bind:2:2007/06/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/07/05:break:2:unimplemented:2: -○:LDP man-pages:3.39:2010/09/20:brk:2:2007/02/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/05/26:cacheflush:2:2005/10/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:capget:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:capset:2:capget:2: -○:LDP man-pages:3.39:2010/11/25:chdir:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/26:chmod:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/11/22:chown:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/22:chown32:2:chown:2: -○:LDP man-pages:3.39:2010/09/20:chroot:2:2005/01/14::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2010/02/03:clock_getres:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2010/02/03:clock_gettime:2:clock_getres:2: -○:LDP man-pages:3.39:2010/12/03:clock_nanosleep:2:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/02/03:clock_settime:2:clock_getres:2: -☆:LDP man-pages:3.32=>3.39:2011/09/08:clone:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/08:clone2:2:clone:2: -○:LDP man-pages:3.39:2007/12/28:close:2:2007/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/12/03:connect:2:2005/10/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/02/27:creat:2:open:2: -○:LDP man-pages:3.39:2007/06/03:create_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:0000/00/00:delete_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2012/02/14:dup:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/02/14:dup2:2:dup:2: -ï¼ :LDP man-pages:3.39:2012/02/14:dup3:2:dup:2: -○:LDP man-pages:3.39:2012/04/15:epoll_create:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/04/15:epoll_create1:2:epoll_create:2: -○:LDP man-pages:3.39:2012/04/15:epoll_ctl:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/04/17:epoll_pwait:2:epoll_wait:2: -○:LDP man-pages:3.39:2012/04/17:epoll_wait:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -☆:LDP man-pages:3.25=>3.39:2010/08/30:eventfd:2:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/08/30:eventfd2:2:eventfd:2: -○:LDP man-pages:3.39:2011/09/14:execve:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:exit:2:_exit:2: -○:LDP man-pages:3.39:2008/11/27:exit_group:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2010/10/24:faccessat:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/10/09:fadvise64:2:posix_fadvise:2: -ï¼ :LDP man-pages:3.39:2010/10/09:fadvise64_64:2:posix_fadvise:2: -☆:LDP man-pages:3.32=>3.39:2012/02/27:fallocate:2:2007/10/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/25:fchdir:2:chdir:2: -ï¼ :LDP man-pages:3.39:2010/09/26:fchmod:2:chmod:2: -○:LDP man-pages:3.39:2012/04/17:fchmodat:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/22:fchown:2:chown:2: -ï¼ :LDP man-pages:3.39:2010/11/22:fchown32:2:fchown:2: -○:LDP man-pages:3.39:2009/12/13:fchownat:2:2006/12/28::ysato444@yahoo.co.jp:Yuichi SATO: -☆:LDP man-pages:3.24=>3.39:2012/04/15:fcntl:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/04/15:fcntl64:2:fcntl:2: -ï¼ :LDP man-pages:3.39:2012/02/27:fdatasync:2:fsync:2: -ï¼ :LDP man-pages:3.39:2001/12/01:fgetxattr:2:getxattr:2: -ï¼ :LDP man-pages:3.39:2001/12/01:flistxattr:2:listxattr:2: -○:LDP man-pages:3.39:2009/07/25:flock:2:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2012/02/27:fork:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/05/31:free_hugepages:2:alloc_hugepages:2: -ï¼ :LDP man-pages:3.39:2001/12/01:fremovexattr:2:removexattr:2: -ï¼ :LDP man-pages:3.39:2001/12/31:fsetxattr:2:setxattr:2: -ï¼ :LDP man-pages:3.39:2011/10/04:fstat:2:stat:2: -ï¼ :LDP man-pages:3.39:2011/10/04:fstat64:2:fstat:2: -☆:LDP man-pages:3.31=>3.39:2011/09/19:fstatat:2:2006/12/28::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2011/09/19:fstatat64:2:fstatat:2: -ï¼ :LDP man-pages:3.39:2010/11/21:fstatfs:2:statfs:2: -ï¼ :LDP man-pages:3.39:2010/11/21:fstatfs64:2:fstatfs:2: -ï¼ :LDP man-pages:3.39:2003/08/22:fstatvfs:2:statvfs:3: -○:LDP man-pages:3.39:2012/02/27:fsync:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/08:ftruncate:2:truncate:2: -ï¼ :LDP man-pages:3.39:2011/09/08:ftruncate64:2:ftruncate:2: -○:LDP man-pages:3.39:2010/08/29:futex:2:2007/02/08::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2012/03/25:futimesat:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:0000/00/00:get_kernel_syms:2:2006/07/31::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/08/15:get_mempolicy:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/11/27:get_thread_area:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/03/15:getcontext:2:2001/12/15::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2008/06/03:getcpu:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:getcwd:2:getcwd:3: -○:LDP man-pages:3.39:2010/11/21:getdents:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/21:getdents64:2:getdents:2: -○:LDP man-pages:3.39:2009/09/27:getdomainname:2:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:getdtablesize:2:2007/01/14::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2010/11/22:getegid:2:getgid:2: -ï¼ :LDP man-pages:3.39:2010/11/22:getegid32:2:getegid:2: -ï¼ :LDP man-pages:3.39:2010/11/22:geteuid:2:getuid:2: -ï¼ :LDP man-pages:3.39:2010/11/22:geteuid32:2:geteuid:2: -○:LDP man-pages:3.39:2010/11/22:getgid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/22:getgid32:2:getgid:2: -○:LDP man-pages:3.39:2010/11/22:getgroups:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/22:getgroups32:2:getgroups:2: -ï¼ :LDP man-pages:3.39:2010/09/20:gethostid:2:gethostid:3: -○:LDP man-pages:3.39:2010/09/26:gethostname:2:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/03/15:getitimer:2:2007/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/11/16:getpagesize:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/12/03:getpeername:2:2005/02/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/26:getpgid:2:setpgid:2: -ï¼ :LDP man-pages:3.39:2010/09/26:getpgrp:2:setpgid:2: -○:LDP man-pages:3.39:2008/09/23:getpid:2:1997/06/27::suto@av.crl.sony.co.jp:SUTO, Mitsuaki: -ï¼ :LDP man-pages:3.39:2007/07/05:getpmsg:2:unimplemented:2: -ï¼ :LDP man-pages:3.39:2008/09/23:getppid:2:getpid:2: -○:LDP man-pages:3.39:2008/05/29:getpriority:2:2005/10/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/22:getresgid:2:getresuid:2: -ï¼ :LDP man-pages:3.39:2010/11/22:getresgid32:2:getresgid:2: -○:LDP man-pages:3.39:2010/11/22:getresuid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/22:getresuid32:2:getresuid:2: -☆:LDP man-pages:3.30=>3.39:2011/09/10:getrlimit:2:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -☆:LDP man-pages:3.24=>3.39:2010/09/26:getrusage:2:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/26:getsid:2:2002/02/03::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2008/12/03:getsockname:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2008/12/03:getsockopt:2:2008/07/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2008/04/14:gettid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2012/04/12:gettimeofday:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/11/22:getuid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/22:getuid32:2:getuid:2: -○:LDP man-pages:3.39:2001/12/01:getxattr:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/07/05:gtty:2:unimplemented:2: -○:LDP man-pages:3.39:1994/08/21:idle:2:2000/01/14::argrath@yo.rim.or.jp:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:1995/11/29:inb:2:outb:2: -ï¼ :LDP man-pages:3.39:1995/11/29:inb_p:2:outb:2: -○:LDP man-pages:3.39:0000/00/00:init_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:1995/11/29:inl:2:outb:2: -ï¼ :LDP man-pages:3.39:1995/11/29:inl_p:2:outb:2: -○:LDP man-pages:3.39:2010/10/20:inotify_add_watch:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/10/10:inotify_init:2:2006/08/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/10/10:inotify_init1:2:inotify_init:2: -○:LDP man-pages:3.39:2010/10/15:inotify_rm_watch:2:2006/08/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:1995/11/29:insb:2:outb:2: -ï¼ :LDP man-pages:3.39:1995/11/29:insl:2:outb:2: -ï¼ :LDP man-pages:3.39:1995/11/29:insw:2:outb:2: -○:LDP man-pages:3.39:2010/11/11:intro:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:1995/11/29:inw:2:outb:2: -ï¼ :LDP man-pages:3.39:1995/11/29:inw_p:2:outb:2: -○:LDP man-pages:3.39:2008/06/18:io_cancel:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/06/18:io_destroy:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/07/04:io_getevents:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/06/18:io_setup:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/06/18:io_submit:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2000/09/21:ioctl:2:2011/09/15::tati@kc5.so-net.ne.jp:TACHIBANA Akira: -○:LDP man-pages:3.39:2007/12/29:ioctl_list:2:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2007/06/15:ioperm:2:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2004/12/26:iopl:2:2005/02/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/07/09:ioprio_get:2:ioprio_set:2: -○:LDP man-pages:3.39:2008/07/09:ioprio_set:2:2007/01/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/06/28:ipc:2:1997/02/23::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2010/11/04:kexec_load:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.39:2010/02/25:keyctl:2::::: -○:LDP man-pages:3.39:2009/09/15:kill:2:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:killpg:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2010/11/22:lchown:2:chown:2: -ï¼ :LDP man-pages:3.39:2010/11/22:lchown32:2:lchown:2: -ï¼ :LDP man-pages:3.39:2001/12/01:lgetxattr:2:getxattr:2: -○:LDP man-pages:3.39:2008/08/21:link:2:2005/05/12::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2009/12/13:linkat:2:2007/01/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/11/20:listen:2:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2001/12/01:listxattr:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2001/12/01:llistxattr:2:listxattr:2: -○:LDP man-pages:3.39:1995/06/10:llseek:2:2005/01/14::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2007/07/05:lock:2:unimplemented:2: -○:LDP man-pages:3.39:2004/06/17:lookup_dcookie:2:2005/02/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2001/12/01:lremovexattr:2:removexattr:2: -☆:LDP man-pages:3.32=>3.39:2011/09/25:lseek:2:2006/03/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2001/12/31:lsetxattr:2:setxattr:2: -ï¼ :LDP man-pages:3.39:2011/10/04:lstat:2:stat:2: -ï¼ :LDP man-pages:3.39:2011/10/04:lstat64:2:lstat:2: -☆:LDP man-pages:3.24=>3.39:2011/09/18:madvise:2:2007/01/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/07/05:madvise1:2:unimplemented:2: -○:LDP man-pages:3.39:2008/08/15:mbind:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/11/01:migrate_pages:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/04/22:mincore:2:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -☆:LDP man-pages:3.25=>3.39:2010/06/26:mkdir:2:2008/10/08::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2009/12/13:mkdirat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2010/09/20:mknod:2:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:mknodat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2011/09/14:mlock:2:2012/05/01::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/14:mlockall:2:mlock:2: -○:LDP man-pages:3.39:2012/04/16:mmap:2:2012/05/01::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2012/04/16:mmap2:2:2012/05/01::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/06/01:modify_ldt:2:2007/06/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2012/01/18:mount:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/06/11:move_pages:2:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/08:mprotect:2:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/07/05:mpx:2:unimplemented:2: -○:LDP man-pages:3.39:2010/08/29:mq_getsetattr:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/10/04:mq_notify:2:mq_notify:3: -ï¼ :LDP man-pages:3.39:2009/02/20:mq_open:2:mq_open:3: -ï¼ :LDP man-pages:3.39:2010/09/20:mq_timedreceive:2:mq_receive:3: -ï¼ :LDP man-pages:3.39:2010/09/20:mq_timedsend:2:mq_send:3: -ï¼ :LDP man-pages:3.39:2010/08/29:mq_unlink:2:mq_unlink:3: -○:LDP man-pages:3.39:2010/06/10:mremap:2:2012/05/01::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/08/06:msgctl:2:2005/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2004/05/27:msgget:2:2005/03/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/04/23:msgop:2:2006/03/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/04/23:msgrcv:2:msgop:2: -ï¼ :LDP man-pages:3.39:2008/04/23:msgsnd:2:msgop:2: -○:LDP man-pages:3.39:2008/04/22:msync:2:2008/07/24::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2011/09/14:munlock:2:mlock:2: -ï¼ :LDP man-pages:3.39:2011/09/14:munlockall:2:mlock:2: -ï¼ :LDP man-pages:3.39:2012/04/16:munmap:2:mmap:2: -○:LDP man-pages:3.39:2009/01/19:nanosleep:2:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2012/03/05:nfsservctl:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/07/26:nice:2:2005/10/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/10/04:oldfstat:2:stat:2: -ï¼ :LDP man-pages:3.39:2011/10/04:oldlstat:2:stat:2: -ï¼ :LDP man-pages:3.39:2008/12/03:oldolduname:2:uname:2: -ï¼ :LDP man-pages:3.39:2011/10/04:oldstat:2:stat:2: -ï¼ :LDP man-pages:3.39:2008/12/03:olduname:2:uname:2: -☆:LDP man-pages:3.31=>3.39:2012/02/27:open:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/12/13:openat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:1995/11/29:outb:2:2005/10/30::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:1995/11/29:outb_p:2:outb:2: -ï¼ :LDP man-pages:3.39:1995/11/29:outl:2:outb:2: -ï¼ :LDP man-pages:3.39:1995/11/29:outl_p:2:outb:2: -ï¼ :LDP man-pages:3.39:1995/11/29:outsb:2:outb:2: -ï¼ :LDP man-pages:3.39:1995/11/29:outsl:2:outb:2: -ï¼ :LDP man-pages:3.39:1995/11/29:outsw:2:outb:2: -ï¼ :LDP man-pages:3.39:1995/11/29:outw:2:outb:2: -ï¼ :LDP man-pages:3.39:1995/11/29:outw_p:2:outb:2: -ï¼ :LDP man-pages:3.39:2009/12/05:path_resolution:2:path_resolution:7: -○:LDP man-pages:3.39:2008/10/06:pause:2:1997/06/27::suto@av.crl.sony.co.jp:SUTO, Mitsuaki: -ï¼ :LDP man-pages:3.39:2003/07/14:pciconfig_iobase:2:pciconfig_read:2: -○:LDP man-pages:3.39:2003/07/14:pciconfig_read:2:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2003/07/14:pciconfig_write:2:pciconfig_read:2: -○:LDP man-pages:3.39:2003/01/01:personality:2:2003/09/14::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2012/02/14:pipe:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/02/14:pipe2:2:pipe:2: -○:LDP man-pages:3.39:2007/06/01:pivot_root:2:2000/06/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2012/04/15:poll:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -☆:LDP man-pages:3.24=>3.39:2010/10/09:posix_fadvise:2:2007/02/08::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2012/04/15:ppoll:2:poll:2: -☆:LDP man-pages:3.24=>3.39:2012/04/14:prctl:2:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/11/21:pread:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/21:pread64:2:pread:2: -ï¼ :LDP man-pages:3.39:2010/11/17:preadv:2:readv:2: -ï¼ :LDP man-pages:3.39:2011/09/10:prlimit:2:getrlimit:2: -ï¼ :LDP man-pages:3.39:2007/07/05:prof:2:unimplemented:2: -ï¼ :LDP man-pages:3.39:2010/08/31:pselect:2:select:2: -ï¼ :LDP man-pages:3.39:2010/08/31:pselect6:2:select:2: -☆:LDP man-pages:3.35=>3.39:2012/03/30:ptrace:2:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/07/05:putpmsg:2:unimplemented:2: -ï¼ :LDP man-pages:3.39:2010/11/21:pwrite:2:pread:2: -ï¼ :LDP man-pages:3.39:2010/11/21:pwrite64:2:pwrite:2: -ï¼ :LDP man-pages:3.39:2010/11/17:pwritev:2:readv:2: -○:LDP man-pages:3.39:0000/00/00:query_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -☆:LDP man-pages:3.24=>3.39:2010/06/16:quotactl:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2009/02/23:read:2:2005/10/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/10:readahead:2:2005/02/27::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/10/02:readdir:2:1997/02/23::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -☆:LDP man-pages:3.32=>3.39:2011/09/20:readlink:2:2006/07/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/12/13:readlinkat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO: -☆:LDP man-pages:3.31=>3.39:2010/11/17:readv:2:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/10/31:reboot:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/16:recv:2:2008/12/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/16:recvfrom:2:recv:2: -×:LDP man-pages:3.39:2011/10/04:recvmmsg:2::::: -ï¼ :LDP man-pages:3.39:2011/09/16:recvmsg:2:recv:2: -○:LDP man-pages:3.39:2008/04/22:remap_file_pages:2:2005/10/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2001/12/01:removexattr:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/03/30:rename:2:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/12/13:renameat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO: -×:LDP man-pages:3.39:2010/02/25:request_key:2::::: -○:LDP man-pages:3.39:2008/05/08:rmdir:2:2006/07/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/04/12:rt_sigaction:2:sigaction:2: -ï¼ :LDP man-pages:3.39:2008/10/04:rt_sigpending:2:sigpending:2: -ï¼ :LDP man-pages:3.39:2012/04/15:rt_sigprocmask:2:sigprocmask:2: -×:LDP man-pages:3.39:2011/09/18:rt_sigqueueinfo:2::::: -ï¼ :LDP man-pages:3.39:2008/06/26:rt_sigreturn:2:sigreturn:2: -ï¼ :LDP man-pages:3.39:2005/09/15:rt_sigsuspend:2:sigsuspend:2: -ï¼ :LDP man-pages:3.39:2011/10/03:rt_sigtimedwait:2:sigtimedwait:2: -※:LDP man-pages:3.39:2011/09/18:rt_tgsigqueueinfo:2:rt_sigqueueinfo:2: -ï¼ :LDP man-pages:3.39:2010/09/20:sbrk:2:brk:2: -○:LDP man-pages:3.39:2006/03/23:sched_get_priority_max:2:2006/04/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2006/03/23:sched_get_priority_min:2:sched_get_priority_max:2: -ï¼ :LDP man-pages:3.39:2010/11/06:sched_getaffinity:2:sched_setaffinity:2: -ï¼ :LDP man-pages:3.39:2006/03/23:sched_getparam:2:sched_setparam:2: -ï¼ :LDP man-pages:3.39:2011/09/19:sched_getscheduler:2:sched_setscheduler:2: -☆:LDP man-pages:3.35=>3.39:2011/10/16:sched_rr_get_interval:2:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/11/06:sched_setaffinity:2:2008/12/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2006/03/23:sched_setparam:2:2006/04/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -☆:LDP man-pages:3.24=>3.39:2011/09/19:sched_setscheduler:2:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/10/18:sched_yield:2:1997/02/23::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -ï¼ :LDP man-pages:3.39:2007/07/05:security:2:unimplemented:2: -○:LDP man-pages:3.39:2010/08/31:select:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/06/10:select_tut:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/09/27:semctl:2:2005/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2004/05/27:semget:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/10/04:semop:2:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/10/04:semtimedop:2:semop:2: -○:LDP man-pages:3.39:2012/02/27:send:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/14:sendfile:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/14:sendfile64:2:sendfile:2: -×:LDP man-pages:3.39:2012/02/27:sendmmsg:2::::: -ï¼ :LDP man-pages:3.39:2012/02/27:sendmsg:2:send:2: -ï¼ :LDP man-pages:3.39:2012/02/27:sendto:2:send:2: -○:LDP man-pages:3.39:2008/08/15:set_mempolicy:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/11/27:set_thread_area:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2004/09/10:set_tid_address:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2009/03/15:setcontext:2:getcontext:2: -ï¼ :LDP man-pages:3.39:2009/09/27:setdomainname:2:getdomainname:2: -ï¼ :LDP man-pages:3.39:2009/10/17:setegid:2:seteuid:2: -○:LDP man-pages:3.39:2009/10/17:seteuid:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/11/22:setfsgid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/22:setfsgid32:2:setfsgid:2: -○:LDP man-pages:3.39:2010/11/22:setfsuid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/22:setfsuid32:2:setfsuid:2: -○:LDP man-pages:3.39:2010/11/22:setgid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/22:setgid32:2:setgid:2: -ï¼ :LDP man-pages:3.39:2010/11/22:setgroups:2:getgroups:2: -ï¼ :LDP man-pages:3.39:2010/11/22:setgroups32:2:setgroups:2: -ï¼ :LDP man-pages:3.39:2010/09/20:sethostid:2:gethostid:3: -ï¼ :LDP man-pages:3.39:2010/09/26:sethostname:2:gethostname:2: -ï¼ :LDP man-pages:3.39:2009/03/15:setitimer:2:getitimer:2: -○:LDP man-pages:3.39:2011/10/04:setns:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/26:setpgid:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/26:setpgrp:2:setpgid:2: -ï¼ :LDP man-pages:3.39:2008/05/29:setpriority:2:getpriority:2: -ï¼ :LDP man-pages:3.39:2010/11/22:setregid:2:setreuid:2: -ï¼ :LDP man-pages:3.39:2010/11/22:setregid32:2:setregid:2: -ï¼ :LDP man-pages:3.39:2010/11/22:setresgid:2:setresuid:2: -ï¼ :LDP man-pages:3.39:2010/11/22:setresgid32:2:setresgid:2: -○:LDP man-pages:3.39:2010/11/22:setresuid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/22:setresuid32:2:setresuid:2: -○:LDP man-pages:3.39:2010/11/22:setreuid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/22:setreuid32:2:setreuid:2: -ï¼ :LDP man-pages:3.39:2011/09/10:setrlimit:2:getrlimit:2: -○:LDP man-pages:3.39:2008/12/03:setsid:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2008/12/03:setsockopt:2:getsockopt:2: -ï¼ :LDP man-pages:3.39:2012/04/12:settimeofday:2:gettimeofday:2: -○:LDP man-pages:3.39:2010/11/22:setuid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/22:setuid32:2:setuid:2: -○:LDP man-pages:3.39:2008/12/03:setup:2:2008/07/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2001/12/31:setxattr:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/07/05:sgetmask:2:2007/10/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/06/03:shmat:2:shmop:2: -○:LDP man-pages:3.39:2008/08/07:shmctl:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/06/03:shmdt:2:shmop:2: -○:LDP man-pages:3.39:2006/05/02:shmget:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/06/03:shmop:2:2006/04/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/12/03:shutdown:2:2001/11/09::argrath@ub32.org:Kentaro Shirakata: -☆:LDP man-pages:3.24=>3.39:2012/04/12:sigaction:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/26:sigaltstack:2:2006/01/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/07/11:signal:2:2007/06/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/01/13:signalfd:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2009/01/13:signalfd4:2:signalfd:2: -○:LDP man-pages:3.39:2008/10/04:sigpending:2:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -☆:LDP man-pages:3.38=>3.39:2012/04/15:sigprocmask:2:2005/10/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/03/25:sigqueue:2:sigqueue:3: -○:LDP man-pages:3.39:2008/06/26:sigreturn:2:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2005/09/15:sigsuspend:2:2005/10/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/10/03:sigtimedwait:2:sigwaitinfo:2: -○:LDP man-pages:3.39:2011/10/03:sigwaitinfo:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/01/19:socket:2:2008/11/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/06/28:socketcall:2:1997/03/03::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2008/10/11:socketpair:2:2002/09/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/09/15:splice:2:2007/02/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -☆:LDP man-pages:2.67=>3.39:2007/12/20:spu_create:2:2007/10/23::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/11/25:spu_run:2:2007/10/23::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/07/05:ssetmask:2:sgetmask:2: -○:LDP man-pages:3.39:2011/10/04:stat:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/10/04:stat64:2:stat:2: -○:LDP man-pages:3.39:2010/11/21:statfs:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/21:statfs64:2:statfs:2: -ï¼ :LDP man-pages:3.39:2003/08/22:statvfs:2:statvfs:3: -○:LDP man-pages:3.39:2010/02/25:stime:2:2003/09/14::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2007/07/05:stty:2:unimplemented:2: -○:LDP man-pages:3.39:2010/10/30:subpage_prot:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/15:swapoff:2:swapon:2: -○:LDP man-pages:3.39:2010/11/15:swapon:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:symlink:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2012/03/25:symlinkat:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2012/02/12:sync:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -☆:LDP man-pages:3.24=>3.39:2010/10/09:sync_file_range:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/10/09:sync_file_range2:2:sync_file_range:2: -ï¼ :LDP man-pages:3.39:2012/02/12:syncfs:2:sync:2: -○:LDP man-pages:3.39:2007/07/26:syscall:2:2002/08/20::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.39:2012/03/23:syscalls:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/11/20:sysctl:2:1999/12/03::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2010/06/27:sysfs:2:2001/06/02::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.39:2007/11/15:sysinfo:2:2000/09/23::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2011/09/07:syslog:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/09/15:tee:2:2007/02/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/18:tgkill:2:tkill:2: -○:LDP man-pages:3.39:2011/09/09:time:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/27:timer_create:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/02/20:timer_delete:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/02/20:timer_getoverrun:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2009/02/20:timer_gettime:2:timer_settime:2: -○:LDP man-pages:3.39:2009/02/20:timer_settime:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -☆:LDP man-pages:3.32=>3.39:2011/09/14:timerfd_create:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/14:timerfd_gettime:2:timerfd_create:2: -ï¼ :LDP man-pages:3.39:2011/09/14:timerfd_settime:2:timerfd_create:2: -○:LDP man-pages:3.39:2012/04/16:times:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/18:tkill:2:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/08:truncate:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/08:truncate64:2:truncate:2: -ï¼ :LDP man-pages:3.39:2007/07/05:tuxcall:2:unimplemented:2: -ï¼ :LDP man-pages:3.39:2011/09/10:ugetrlimit:2:getrlimit:2: -○:LDP man-pages:3.39:2008/01/09:umask:2:2008/02/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/06/19:umount:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/06/19:umount2:2:umount:2: -○:LDP man-pages:3.39:2008/12/03:uname:2:2002/02/14::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.39:2007/07/05:unimplemented:2:2003/03/06::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -☆:LDP man-pages:3.32=>3.39:2011/09/15:unlink:2:2006/04/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2012/03/25:unlinkat:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -☆:LDP man-pages:3.29=>3.39:2010/10/30:unshare:2:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2005/01/09:uselib:2:2005/04/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2003/08/04:ustat:2:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2008/08/06:utime:2:2006/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -×:LDP man-pages:3.39:2012/03/25:utimensat:2::::: -ï¼ :LDP man-pages:3.39:2008/08/06:utimes:2:utime:2: -○:LDP man-pages:3.39:2012/02/08:vfork:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/07/26:vhangup:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2009/02/20:vm86:2:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2009/02/20:vm86old:2:vm86:2: -○:LDP man-pages:3.39:2009/09/15:vmsplice:2:2007/02/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/07/05:vserver:2:unimplemented:2: -○:LDP man-pages:3.39:2010/09/26:wait:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:wait3:2:wait4:2: -○:LDP man-pages:3.39:2010/09/20:wait4:2:2005/03/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/26:waitid:2:wait:2: -ï¼ :LDP man-pages:3.39:2010/09/26:waitpid:2:wait:2: -○:LDP man-pages:3.39:2010/08/29:write:2:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/17:writev:2:readv:2: -ï¼ :LDP man-pages:3.39:2008/11/20:CMSG_ALIGN:3:cmsg:3: -ï¼ :LDP man-pages:3.39:2008/11/20:CMSG_FIRSTHDR:3:cmsg:3: -ï¼ :LDP man-pages:3.39:2008/11/20:CMSG_NXTHDR:3:cmsg:3: -ï¼ :LDP man-pages:3.39:2008/11/20:CMSG_SPACE:3:cmsg:3: -※:LDP man-pages:3.39:2012/03/15:CPU_ALLOC:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_ALLOC_SIZE:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_AND:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_AND_S:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_CLR:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_CLR_S:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_COUNT:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_COUNT_S:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_EQUAL:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_EQUAL_S:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_FREE:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_ISSET:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_ISSET_S:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_OR:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_OR_S:3:CPU_SET:3: -×:LDP man-pages:3.39:2012/03/15:CPU_SET:3::::: -※:LDP man-pages:3.39:2012/03/15:CPU_SET_S:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_XOR:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_XOR_S:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_ZERO:3:CPU_SET:3: -※:LDP man-pages:3.39:2012/03/15:CPU_ZERO_S:3:CPU_SET:3: -ï¼ :LDP man-pages:3.39:2010/08/31:FD_CLR:3:select:2: -ï¼ :LDP man-pages:3.39:2010/08/31:FD_ISSET:3:select:2: -ï¼ :LDP man-pages:3.39:2010/08/31:FD_SET:3:select:2: -ï¼ :LDP man-pages:3.39:2010/08/31:FD_ZERO:3:select:2: -ï¼ :LDP man-pages:3.39:2007/07/26:HUGE_VAL:3:INFINITY:3: -ï¼ :LDP man-pages:3.39:2007/07/26:HUGE_VALF:3:INFINITY:3: -ï¼ :LDP man-pages:3.39:2007/07/26:HUGE_VALL:3:INFINITY:3: -○:LDP man-pages:3.39:2007/07/26:INFINITY:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:1999/07/04:MB_CUR_MAX:3:1999/09/11::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi: -○:LDP man-pages:3.39:1999/07/04:MB_LEN_MAX:3:1999/09/11::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi: -ï¼ :LDP man-pages:3.39:2007/07/26:NAN:3:INFINITY:3: -ï¼ :LDP man-pages:3.39:2001/12/16:__fbufsize:3:stdio_ext:3: -ï¼ :LDP man-pages:3.39:2001/12/16:__flbf:3:stdio_ext:3: -ï¼ :LDP man-pages:3.39:2001/12/16:__fpending:3:stdio_ext:3: -ï¼ :LDP man-pages:3.39:2001/12/15:__fpurge:3:fpurge:3: -ï¼ :LDP man-pages:3.39:2001/12/16:__freadable:3:stdio_ext:3: -ï¼ :LDP man-pages:3.39:2001/12/16:__freading:3:stdio_ext:3: -ï¼ :LDP man-pages:3.39:2001/12/16:__fsetlocking:3:stdio_ext:3: -ï¼ :LDP man-pages:3.39:2001/12/16:__fwritable:3:stdio_ext:3: -ï¼ :LDP man-pages:3.39:2001/12/16:__fwriting:3:stdio_ext:3: -ï¼ :LDP man-pages:3.39:2010/10/13:__malloc_hook:3:malloc_hook:3: -○:LDP man-pages:3.39:1997/03/08:__setfpucw:3:2000/09/20::nakano@apm.seikei.ac.jp:NAKANO Takeo: -ï¼ :LDP man-pages:3.39:2001/12/16:_flushlbf:3:stdio_ext:3: -○:LDP man-pages:3.39:2010/09/20:a64l:3:2004/01/17::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2007/12/15:abort:3:1998/02/18::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -○:LDP man-pages:3.39:2010/09/20:abs:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:acos:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:acosf:3:acos:3: -○:LDP man-pages:3.39:2010/09/20:acosh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:acoshf:3:acosh:3: -ï¼ :LDP man-pages:3.39:2010/09/20:acoshl:3:acosh:3: -ï¼ :LDP man-pages:3.39:2010/09/20:acosl:3:acos:3: -ï¼ :LDP man-pages:3.39:2009/09/15:addmntent:3:getmntent:3: -○:LDP man-pages:3.39:2008/06/14:addseverity:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2008/06/22:adjtime:3:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/10/04:aio_cancel:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/10/03:aio_error:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/10/02:aio_fsync:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/10/06:aio_init:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/10/03:aio_read:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/10/03:aio_return:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/10/02:aio_suspend:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/10/02:aio_write:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/03/23:aligned_alloc:3:posix_memalign:3: -○:LDP man-pages:3.39:2008/01/24:alloca:3:2002/09/19::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2012/03/20:alphasort:3:scandir:3: -ï¼ :LDP man-pages:3.39:2007/05/18:argz:3:argz_add:3: -○:LDP man-pages:3.39:2007/05/18:argz_add:3:2003/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/05/18:argz_add_sep:3:argz_add:3: -ï¼ :LDP man-pages:3.39:2007/05/18:argz_append:3:argz_add:3: -ï¼ :LDP man-pages:3.39:2007/05/18:argz_count:3:argz_add:3: -ï¼ :LDP man-pages:3.39:2007/05/18:argz_create:3:argz_add:3: -ï¼ :LDP man-pages:3.39:2007/05/18:argz_create_sep:3:argz_add:3: -ï¼ :LDP man-pages:3.39:2007/05/18:argz_delete:3:argz_add:3: -ï¼ :LDP man-pages:3.39:2007/05/18:argz_extract:3:argz_add:3: -ï¼ :LDP man-pages:3.39:2007/05/18:argz_insert:3:argz_add:3: -ï¼ :LDP man-pages:3.39:2007/05/18:argz_next:3:argz_add:3: -ï¼ :LDP man-pages:3.39:2007/05/18:argz_replace:3:argz_add:3: -ï¼ :LDP man-pages:3.39:2007/05/18:argz_stringify:3:argz_add:3: -ï¼ :LDP man-pages:3.39:2010/02/25:asctime:3:ctime:3: -ï¼ :LDP man-pages:3.39:2010/02/25:asctime_r:3:ctime:3: -○:LDP man-pages:3.39:2010/09/20:asin:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:asinf:3:asin:3: -○:LDP man-pages:3.39:2010/09/20:asinh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:asinhf:3:asinh:3: -ï¼ :LDP man-pages:3.39:2010/09/20:asinhl:3:asinh:3: -ï¼ :LDP man-pages:3.39:2010/09/20:asinl:3:asin:3: -○:LDP man-pages:3.39:2001/12/18:asprintf:3:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2002/08/25:assert:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2002/08/25:assert_perror:3:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:atan:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:atan2:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:atan2f:3:atan2:3: -ï¼ :LDP man-pages:3.39:2010/09/20:atan2l:3:atan2:3: -ï¼ :LDP man-pages:3.39:2010/09/20:atanf:3:atan:3: -○:LDP man-pages:3.39:2010/09/11:atanh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/11:atanhf:3:atanh:3: -ï¼ :LDP man-pages:3.39:2010/09/11:atanhl:3:atanh:3: -ï¼ :LDP man-pages:3.39:2010/09/20:atanl:3:atan:3: -○:LDP man-pages:3.39:2008/12/05:atexit:3:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:1993/03/29:atof:3:1998/02/18::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -○:LDP man-pages:3.39:2010/09/20:atoi:3:2001/02/09::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2010/09/20:atol:3:atoi:3: -ï¼ :LDP man-pages:3.39:2010/09/20:atoll:3:atoi:3: -ï¼ :LDP man-pages:3.39:2010/09/20:atoq:3:atoi:3: -ï¼ :LDP man-pages:3.39:2008/07/17:auth_destroy:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:authnone_create:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:authunix_create:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:authunix_create_default:3:rpc:3: -○:LDP man-pages:3.39:2008/06/14:backtrace:3:2007/10/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/06/14:backtrace_symbols:3:backtrace:3: -ï¼ :LDP man-pages:3.39:2008/06/14:backtrace_symbols_fd:3:backtrace:3: -○:LDP man-pages:3.39:2009/03/30:basename:3:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/08/06:bcmp:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2009/03/15:bcopy:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2010/09/10:be16toh:3:endian:3: -ï¼ :LDP man-pages:3.39:2010/09/10:be32toh:3:endian:3: -ï¼ :LDP man-pages:3.39:2010/09/10:be64toh:3:endian:3: -○:LDP man-pages:3.39:2008/12/03:bindresvport:3:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/03/15:bsd_signal:3:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2003/11/01:bsearch:3:2005/02/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2004/12/26:bstring:3:2003/11/13::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2011/09/22:btowc:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:1994/08/18:btree:3:1999/08/16::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2009/01/15:byteorder:3:2005/11/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/08/06:bzero:3:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/12/26:cabs:3:2003/07/23::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/12/26:cabsf:3:cabs:3: -ï¼ :LDP man-pages:3.39:2007/12/26:cabsl:3:cabs:3: -○:LDP man-pages:3.39:2011/09/15:cacos:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/15:cacosf:3:cacos:3: -○:LDP man-pages:3.39:2011/09/15:cacosh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/15:cacoshf:3:cacosh:3: -ï¼ :LDP man-pages:3.39:2011/09/15:cacoshl:3:cacosh:3: -ï¼ :LDP man-pages:3.39:2011/09/15:cacosl:3:cacos:3: -ï¼ :LDP man-pages:3.39:2012/03/20:calloc:3:malloc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:callrpc:3:rpc:3: -○:LDP man-pages:3.39:2005/07/14:canonicalize_file_name:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/08/11:carg:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/11:cargf:3:carg:3: -ï¼ :LDP man-pages:3.39:2008/08/11:cargl:3:carg:3: -○:LDP man-pages:3.39:2008/08/11:casin:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/11:casinf:3:casin:3: -○:LDP man-pages:3.39:2008/08/11:casinh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/11:casinhf:3:casinh:3: -ï¼ :LDP man-pages:3.39:2008/08/11:casinhl:3:casinh:3: -ï¼ :LDP man-pages:3.39:2008/08/11:casinl:3:casin:3: -○:LDP man-pages:3.39:2011/09/15:catan:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/15:catanf:3:catan:3: -○:LDP man-pages:3.39:2011/09/15:catanh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/15:catanhf:3:catanh:3: -ï¼ :LDP man-pages:3.39:2011/09/15:catanhl:3:catanh:3: -ï¼ :LDP man-pages:3.39:2011/09/15:catanl:3:catan:3: -ï¼ :LDP man-pages:3.39:2001/12/14:catclose:3:catopen:3: -○:LDP man-pages:3.39:1998/08/09:catgets:3:1999/03/01::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2001/12/14:catopen:3:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2007/05/18:cbc_crypt:3:des_crypt:3: -○:LDP man-pages:3.39:2010/09/20:cbrt:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:cbrtf:3:cbrt:3: -ï¼ :LDP man-pages:3.39:2010/09/20:cbrtl:3:cbrt:3: -○:LDP man-pages:3.39:2008/08/11:ccos:3:2003/07/28::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/11:ccosf:3:ccos:3: -○:LDP man-pages:3.39:2008/08/11:ccosh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/11:ccoshf:3:ccosh:3: -ï¼ :LDP man-pages:3.39:2008/08/11:ccoshl:3:ccosh:3: -ï¼ :LDP man-pages:3.39:2008/08/11:ccosl:3:ccos:3: -○:LDP man-pages:3.39:2010/09/20:ceil:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:ceilf:3:ceil:3: -ï¼ :LDP man-pages:3.39:2010/09/20:ceill:3:ceil:3: -○:LDP man-pages:3.39:2010/09/12:cerf:3:2005/02/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/12:cerfc:3:cerf:3: -ï¼ :LDP man-pages:3.39:2010/09/12:cerfcf:3:cerf:3: -ï¼ :LDP man-pages:3.39:2010/09/12:cerfcl:3:cerf:3: -ï¼ :LDP man-pages:3.39:2010/09/12:cerff:3:cerf:3: -ï¼ :LDP man-pages:3.39:2010/09/12:cerfl:3:cerf:3: -○:LDP man-pages:3.39:2008/08/11:cexp:3:2003/08/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2002/07/28:cexp2:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2002/07/28:cexp2f:3:cexp2:3: -ï¼ :LDP man-pages:3.39:2002/07/28:cexp2l:3:cexp2:3: -ï¼ :LDP man-pages:3.39:2008/08/11:cexpf:3:cexp:3: -ï¼ :LDP man-pages:3.39:2008/08/11:cexpl:3:cexp:3: -ï¼ :LDP man-pages:3.39:2011/09/08:cfgetispeed:3:termios:3: -ï¼ :LDP man-pages:3.39:2011/09/08:cfgetospeed:3:termios:3: -ï¼ :LDP man-pages:3.39:2011/09/08:cfmakeraw:3:termios:3: -○:LDP man-pages:3.39:2007/07/26:cfree:3:2004/08/14::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2011/09/08:cfsetispeed:3:termios:3: -ï¼ :LDP man-pages:3.39:2011/09/08:cfsetospeed:3:termios:3: -ï¼ :LDP man-pages:3.39:2011/09/08:cfsetspeed:3:termios:3: -○:LDP man-pages:3.39:2007/12/23:cimag:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/12/23:cimagf:3:cimag:3: -ï¼ :LDP man-pages:3.39:2007/12/23:cimagl:3:cimag:3: -○:LDP man-pages:3.39:2010/10/04:clearenv:3:2002/08/20::ysato@h4.dion.ne.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2008/08/29:clearerr:3:ferror:3: -ï¼ :LDP man-pages:3.39:2008/08/29:clearerr_unlocked:3:unlocked_stdio:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clnt_broadcast:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clnt_call:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clnt_control:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clnt_create:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clnt_destroy:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clnt_freeres:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clnt_geterr:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clnt_pcreateerror:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clnt_perrno:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clnt_perror:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clnt_spcreateerror:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clnt_sperrno:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clnt_sperror:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clntraw_create:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clnttcp_create:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clntudp_bufcreate:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:clntudp_create:3:rpc:3: -○:LDP man-pages:3.39:2008/08/28:clock:3:2007/06/01::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/10:clock_getcpuclockid:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/02/03:clock_getres:3:clock_getres:2: -ï¼ :LDP man-pages:3.39:2010/02/03:clock_gettime:3:clock_getres:2: -ï¼ :LDP man-pages:3.39:2010/02/03:clock_settime:3:clock_getres:2: -○:LDP man-pages:3.39:2008/08/11:clog:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/08/11:clog10:3:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/11:clog10f:3:clog10:3: -ï¼ :LDP man-pages:3.39:2008/08/11:clog10l:3:clog10:3: -○:LDP man-pages:3.39:2002/07/28:clog2:3:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2002/07/28:clog2f:3:clog2:3: -ï¼ :LDP man-pages:3.39:2002/07/28:clog2l:3:clog2:3: -ï¼ :LDP man-pages:3.39:2008/08/11:clogf:3:clog:3: -ï¼ :LDP man-pages:3.39:2008/08/11:clogl:3:clog:3: -○:LDP man-pages:3.39:2008/09/23:closedir:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2008/11/12:closelog:3:syslog:3: -○:LDP man-pages:3.39:2008/11/20:cmsg:3:1999/08/17::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2010/02/03:confstr:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/08/11:conj:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/11:conjf:3:conj:3: -ï¼ :LDP man-pages:3.39:2008/08/11:conjl:3:conj:3: -○:LDP man-pages:3.39:2012/03/25:copysign:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/03/25:copysignf:3:copysign:3: -ï¼ :LDP man-pages:3.39:2012/03/25:copysignl:3:copysign:3: -○:LDP man-pages:3.39:2010/09/11:cos:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/11:cosf:3:cos:3: -○:LDP man-pages:3.39:2010/09/20:cosh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:coshf:3:cosh:3: -ï¼ :LDP man-pages:3.39:2010/09/20:coshl:3:cosh:3: -ï¼ :LDP man-pages:3.39:2010/09/11:cosl:3:cos:3: -○:LDP man-pages:3.39:2002/07/28:cpow:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2002/07/28:cpowf:3:cpow:3: -ï¼ :LDP man-pages:3.39:2002/07/28:cpowl:3:cpow:3: -○:LDP man-pages:3.39:2010/06/10:cproj:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/06/10:cprojf:3:cproj:3: -ï¼ :LDP man-pages:3.39:2010/06/10:cprojl:3:cproj:3: -○:LDP man-pages:3.39:2007/12/26:creal:3:2003/07/28::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/12/26:crealf:3:creal:3: -ï¼ :LDP man-pages:3.39:2007/12/26:creall:3:creal:3: -○:LDP man-pages:3.39:2011/09/15:crypt:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2011/09/15:crypt_r:3:crypt:3: -○:LDP man-pages:3.39:2008/08/11:csin:3:2003/07/28::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/11:csinf:3:csin:3: -○:LDP man-pages:3.39:2008/08/11:csinh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/11:csinhf:3:csinh:3: -ï¼ :LDP man-pages:3.39:2008/08/11:csinhl:3:csinh:3: -ï¼ :LDP man-pages:3.39:2008/08/11:csinl:3:csin:3: -○:LDP man-pages:3.39:2008/08/11:csqrt:3:2003/08/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/11:csqrtf:3:csqrt:3: -ï¼ :LDP man-pages:3.39:2008/08/11:csqrtl:3:csqrt:3: -○:LDP man-pages:3.39:2008/08/11:ctan:3:2005/02/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/11:ctanf:3:ctan:3: -○:LDP man-pages:3.39:2008/08/11:ctanh:3:2005/02/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/11:ctanhf:3:ctanh:3: -ï¼ :LDP man-pages:3.39:2008/08/11:ctanhl:3:ctanh:3: -ï¼ :LDP man-pages:3.39:2008/08/11:ctanl:3:ctan:3: -○:LDP man-pages:3.39:2007/07/26:ctermid:3:1997/2/10::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki: -○:LDP man-pages:3.39:2010/02/25:ctime:3:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/02/25:ctime_r:3:ctime:3: -ï¼ :LDP man-pages:3.39:2008/06/29:cuserid:3:getlogin:3: -○:LDP man-pages:3.39:2009/12/05:daemon:3:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2012/03/25:daylight:3:tzset:3: -ï¼ :LDP man-pages:3.39:1994/01/02:db:3:dbopen:3: -○:LDP man-pages:3.39:1994/01/02:dbopen:3:1999/08/19::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2007/05/18:des_crypt:3:2004/08/14::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2007/05/18:des_setparity:3:des_crypt:3: -○:LDP man-pages:3.39:2010/02/25:difftime:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/26:dirfd:3:2003/10/15::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2009/03/30:dirname:3:basename:3: -○:LDP man-pages:3.39:2012/04/17:div:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/05/18:dl_iterate_phdr:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2008/12/06:dladdr:3:dlopen:3: -ï¼ :LDP man-pages:3.39:2008/12/06:dlclose:3:dlopen:3: -ï¼ :LDP man-pages:3.39:2008/12/06:dlerror:3:dlopen:3: -○:LDP man-pages:3.39:2008/12/06:dlopen:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/12/06:dlsym:3:dlopen:3: -ï¼ :LDP man-pages:3.39:2008/12/06:dlvsym:3:dlopen:3: -ï¼ :LDP man-pages:3.39:2010/06/17:dn_comp:3:resolver:3: -ï¼ :LDP man-pages:3.39:2010/06/17:dn_expand:3:resolver:3: -○:LDP man-pages:3.39:2010/09/15:dprintf:3:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2007/07/26:drand48:3:1997/01/20::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: -○:LDP man-pages:3.39:2007/07/26:drand48_r:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2010/09/20:drem:3:remainder:3: -ï¼ :LDP man-pages:3.39:2010/09/20:dremf:3:remainder:3: -ï¼ :LDP man-pages:3.39:2010/09/20:dreml:3:remainder:3: -○:LDP man-pages:3.39:2010/09/22:dysize:3:2002/01/06::nakano@apm.seikei.ac.jp:NAKANO Takeo: -ï¼ :LDP man-pages:3.39:2010/11/01:eaccess:3:euidaccess:3: -ï¼ :LDP man-pages:3.39:2007/05/18:ecb_crypt:3:des_crypt:3: -○:LDP man-pages:3.39:2010/09/20:ecvt:3:2009/05/14::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2007/07/26:ecvt_r:3:2002/09/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/07/17:edata:3:end:3: -○:LDP man-pages:3.39:2003/04/04:encrypt:3:2004/02/06::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2003/04/04:encrypt_r:3:encrypt:3: -○:LDP man-pages:3.39:2008/07/17:end:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2003/09/09:endaliasent:3:setaliasent:3: -ï¼ :LDP man-pages:3.39:2002/02/28:endfsent:3:getfsent:3: -ï¼ :LDP man-pages:3.39:2010/10/21:endgrent:3:getgrent:3: -ï¼ :LDP man-pages:3.39:2010/10/04:endhostent:3:gethostbyname:3: -○:LDP man-pages:3.39:2010/09/10:endian:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2009/09/15:endmntent:3:getmntent:3: -ï¼ :LDP man-pages:3.39:2008/08/19:endnetent:3:getnetent:3: -ï¼ :LDP man-pages:3.39:2007/07/26:endnetgrent:3:setnetgrent:3: -ï¼ :LDP man-pages:3.39:2008/08/19:endprotoent:3:getprotoent:3: -ï¼ :LDP man-pages:3.39:2010/10/21:endpwent:3:getpwent:3: -ï¼ :LDP man-pages:3.39:2008/08/19:endrpcent:3:getrpcent:3: -ï¼ :LDP man-pages:3.39:2008/08/19:endservent:3:getservent:3: -ï¼ :LDP man-pages:3.39:2010/02/25:endspent:3:getspnam:3: -ï¼ :LDP man-pages:3.39:2002/07/18:endttyent:3:getttyent:3: -ï¼ :LDP man-pages:3.39:2007/07/26:endusershell:3:getusershell:3: -ï¼ :LDP man-pages:3.39:2008/06/29:endutent:3:getutent:3: -ï¼ :LDP man-pages:3.39:2008/06/29:endutxent:3:getutent:3: -ï¼ :LDP man-pages:3.39:2007/05/18:envz:3:envz_add:3: -○:LDP man-pages:3.39:2007/05/18:envz_add:3:2003/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/05/18:envz_entry:3:envz_add:3: -ï¼ :LDP man-pages:3.39:2007/05/18:envz_get:3:envz_add:3: -ï¼ :LDP man-pages:3.39:2007/05/18:envz_merge:3:envz_add:3: -ï¼ :LDP man-pages:3.39:2007/05/18:envz_remove:3:envz_add:3: -ï¼ :LDP man-pages:3.39:2007/05/18:envz_strip:3:envz_add:3: -ï¼ :LDP man-pages:3.39:2007/07/26:erand48:3:drand48:3: -ï¼ :LDP man-pages:3.39:2007/07/26:erand48_r:3:drand48_r:3: -○:LDP man-pages:3.39:2010/09/20:erf:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:erfc:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:erfcf:3:erfc:3: -ï¼ :LDP man-pages:3.39:2010/09/20:erfcl:3:erfc:3: -ï¼ :LDP man-pages:3.39:2010/09/20:erff:3:erf:3: -ï¼ :LDP man-pages:3.39:2010/09/20:erfl:3:erf:3: -○:LDP man-pages:3.39:2012/03/15:err:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/07/09:errno:3:2006/07/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/08/29:error:3:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2010/08/29:error_at_line:3:error:3: -ï¼ :LDP man-pages:3.39:2010/08/29:error_message_count:3:error:3: -ï¼ :LDP man-pages:3.39:2010/08/29:error_one_per_line:3:error:3: -ï¼ :LDP man-pages:3.39:2010/08/29:error_print_progname:3:error:3: -ï¼ :LDP man-pages:3.39:2012/03/15:errx:3:err:3: -ï¼ :LDP man-pages:3.39:2008/07/17:etext:3:end:3: -○:LDP man-pages:3.39:2002/07/20:ether_aton:3:2002/09/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2002/07/20:ether_aton_r:3:ether_aton:3: -ï¼ :LDP man-pages:3.39:2002/07/20:ether_hostton:3:ether_aton:3: -ï¼ :LDP man-pages:3.39:2002/07/20:ether_line:3:ether_aton:3: -ï¼ :LDP man-pages:3.39:2002/07/20:ether_ntoa:3:ether_aton:3: -ï¼ :LDP man-pages:3.39:2002/07/20:ether_ntoa_r:3:ether_aton:3: -ï¼ :LDP man-pages:3.39:2002/07/20:ether_ntohost:3:ether_aton:3: -○:LDP man-pages:3.39:2010/11/01:euidaccess:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/08/30:eventfd_read:3:eventfd:2: -ï¼ :LDP man-pages:3.39:2010/08/30:eventfd_write:3:eventfd:2: -○:LDP man-pages:3.39:2010/09/25:exec:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/25:execl:3:exec:3: -ï¼ :LDP man-pages:3.39:2010/09/25:execle:3:exec:3: -ï¼ :LDP man-pages:3.39:2010/09/25:execlp:3:exec:3: -ï¼ :LDP man-pages:3.39:2010/09/25:execv:3:exec:3: -ï¼ :LDP man-pages:3.39:2010/09/25:execvp:3:exec:3: -ï¼ :LDP man-pages:3.39:2010/09/25:execvpe:3:exec:3: -○:LDP man-pages:3.39:2009/09/20:exit:3:2007/06/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:exp:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/08/11:exp10:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/11:exp10f:3:exp10:3: -ï¼ :LDP man-pages:3.39:2008/08/11:exp10l:3:exp10:3: -○:LDP man-pages:3.39:2010/09/20:exp2:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:exp2f:3:exp2:3: -ï¼ :LDP man-pages:3.39:2010/09/20:exp2l:3:exp2:3: -ï¼ :LDP man-pages:3.39:2010/09/20:expf:3:exp:3: -ï¼ :LDP man-pages:3.39:2010/09/20:expl:3:exp:3: -○:LDP man-pages:3.39:2010/09/12:expm1:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/12:expm1f:3:expm1:3: -ï¼ :LDP man-pages:3.39:2010/09/12:expm1l:3:expm1:3: -○:LDP man-pages:3.39:2010/09/20:fabs:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:fabsf:3:fabs:3: -ï¼ :LDP man-pages:3.39:2010/09/20:fabsl:3:fabs:3: -○:LDP man-pages:3.39:2009/02/23:fclose:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2006/12/27:fcloseall:3:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:fcvt:3:ecvt:3: -ï¼ :LDP man-pages:3.39:2007/07/26:fcvt_r:3:ecvt_r:3: -○:LDP man-pages:3.39:2010/09/20:fdim:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:fdimf:3:fdim:3: -ï¼ :LDP man-pages:3.39:2010/09/20:fdiml:3:fdim:3: -ï¼ :LDP man-pages:3.39:2009/02/23:fdopen:3:fopen:3: -ï¼ :LDP man-pages:3.39:2010/06/20:fdopendir:3:opendir:3: -ï¼ :LDP man-pages:3.39:2010/10/31:feclearexcept:3:fenv:3: -ï¼ :LDP man-pages:3.39:2010/10/31:fedisableexcept:3:fenv:3: -ï¼ :LDP man-pages:3.39:2010/10/31:feenableexcept:3:fenv:3: -ï¼ :LDP man-pages:3.39:2010/10/31:fegetenv:3:fenv:3: -ï¼ :LDP man-pages:3.39:2010/10/31:fegetexcept:3:fenv:3: -ï¼ :LDP man-pages:3.39:2010/10/31:fegetexceptflag:3:fenv:3: -ï¼ :LDP man-pages:3.39:2010/10/31:fegetround:3:fenv:3: -ï¼ :LDP man-pages:3.39:2010/10/31:feholdexcept:3:fenv:3: -○:LDP man-pages:3.39:2010/10/31:fenv:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/29:feof:3:ferror:3: -ï¼ :LDP man-pages:3.39:2008/08/29:feof_unlocked:3:unlocked_stdio:3: -ï¼ :LDP man-pages:3.39:2010/10/31:feraiseexcept:3:fenv:3: -○:LDP man-pages:3.39:2008/08/29:ferror:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2008/08/29:ferror_unlocked:3:unlocked_stdio:3: -ï¼ :LDP man-pages:3.39:2010/10/31:fesetenv:3:fenv:3: -ï¼ :LDP man-pages:3.39:2010/10/31:fesetexceptflag:3:fenv:3: -ï¼ :LDP man-pages:3.39:2010/10/31:fesetround:3:fenv:3: -ï¼ :LDP man-pages:3.39:2010/10/31:fetestexcept:3:fenv:3: -ï¼ :LDP man-pages:3.39:2010/10/31:feupdateenv:3:fenv:3: -○:LDP man-pages:3.39:2010/09/15:fexecve:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/09/06:fflush:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2008/08/29:fflush_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.39:2010/09/20:ffs:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2010/09/20:ffsl:3:ffs:3: -ï¼ :LDP man-pages:3.39:2010/09/20:ffsll:3:ffs:3: -ï¼ :LDP man-pages:3.39:2012/01/18:fgetc:3:gets:3: -ï¼ :LDP man-pages:3.39:2008/08/29:fgetc_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.39:2008/07/10:fgetgrent:3:1997/12/19::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -ï¼ :LDP man-pages:3.39:2010/10/21:fgetgrent_r:3:getgrent_r:3: -ï¼ :LDP man-pages:3.39:1993/11/29:fgetpos:3:fseek:3: -○:LDP man-pages:3.39:2008/07/10:fgetpwent:3:1997/12/18::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -ï¼ :LDP man-pages:3.39:2010/10/21:fgetpwent_r:3:getpwent_r:3: -ï¼ :LDP man-pages:3.39:2012/01/18:fgets:3:gets:3: -ï¼ :LDP man-pages:3.39:2008/08/29:fgets_unlocked:3:unlocked_stdio:3: -ï¼ :LDP man-pages:3.39:2010/02/25:fgetspent:3:getspnam:3: -ï¼ :LDP man-pages:3.39:2010/02/25:fgetspent_r:3:getspnam:3: -○:LDP man-pages:3.39:1999/07/25:fgetwc:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2008/08/29:fgetwc_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.39:2011/09/28:fgetws:3:2001/11/09::ysato@h4.dion.ne.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2008/08/29:fgetws_unlocked:3:unlocked_stdio:3: -ï¼ :LDP man-pages:3.39:2008/08/29:fileno:3:ferror:3: -ï¼ :LDP man-pages:3.39:2008/08/29:fileno_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.39:2008/08/05:finite:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/05:finitef:3:finite:3: -ï¼ :LDP man-pages:3.39:2008/08/05:finitel:3:finite:3: -○:LDP man-pages:3.39:2008/08/29:flockfile:3:2001/11/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:floor:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:floorf:3:floor:3: -ï¼ :LDP man-pages:3.39:2010/09/20:floorl:3:floor:3: -○:LDP man-pages:3.39:2010/09/20:fma:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:fmaf:3:fma:3: -ï¼ :LDP man-pages:3.39:2010/09/20:fmal:3:fma:3: -○:LDP man-pages:3.39:2010/09/20:fmax:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:fmaxf:3:fmax:3: -ï¼ :LDP man-pages:3.39:2010/09/20:fmaxl:3:fmax:3: -○:LDP man-pages:3.39:2010/09/15:fmemopen:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:fmin:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:fminf:3:fmin:3: -ï¼ :LDP man-pages:3.39:2010/09/20:fminl:3:fmin:3: -○:LDP man-pages:3.39:2012/03/15:fmod:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/03/15:fmodf:3:fmod:3: -ï¼ :LDP man-pages:3.39:2012/03/15:fmodl:3:fmod:3: -○:LDP man-pages:3.39:2008/06/14:fmtmsg:3:2004/08/14::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2000/10/15:fnmatch:3:2006/03/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/02/23:fopen:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/12/05:fopencookie:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/06/13:forkpty:3:openpty:3: -○:LDP man-pages:3.39:1993/04/04:fpathconf:3:1998/03/20::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2010/09/20:fpclassify:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/28:fprintf:3:printf:3: -○:LDP man-pages:3.39:2001/12/15:fpurge:3:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: -ï¼ :LDP man-pages:3.39:2011/09/28:fputc:3:puts:3: -ï¼ :LDP man-pages:3.39:2008/08/29:fputc_unlocked:3:unlocked_stdio:3: -ï¼ :LDP man-pages:3.39:2011/09/28:fputs:3:puts:3: -ï¼ :LDP man-pages:3.39:2008/08/29:fputs_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.39:1999/07/25:fputwc:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2008/08/29:fputwc_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.39:2011/09/28:fputws:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2008/08/29:fputws_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.39:2012/03/30:fread:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/29:fread_unlocked:3:unlocked_stdio:3: -ï¼ :LDP man-pages:3.39:2012/03/20:free:3:malloc:3: -ï¼ :LDP man-pages:3.39:2012/04/14:freeaddrinfo:3:getaddrinfo:3: -ï¼ :LDP man-pages:3.39:2010/09/04:freehostent:3:getipnodebyname:3: -※:LDP man-pages:3.39:2010/10/06:freeifaddrs:3:getifaddrs:3: -ï¼ :LDP man-pages:3.39:2009/02/23:freopen:3:fopen:3: -○:LDP man-pages:3.39:2010/09/20:frexp:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:frexpf:3:frexp:3: -ï¼ :LDP man-pages:3.39:2010/09/20:frexpl:3:frexp:3: -ï¼ :LDP man-pages:3.39:2011/09/28:fscanf:3:scanf:3: -○:LDP man-pages:3.39:1993/11/29:fseek:3:1998/04/27::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2001/11/05:fseeko:3:2006/01/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:1993/11/29:fsetpos:3:fseek:3: -ï¼ :LDP man-pages:3.39:2003/08/22:fstatvfs:3:statvfs:3: -ï¼ :LDP man-pages:3.39:1993/11/29:ftell:3:fseek:3: -ï¼ :LDP man-pages:3.39:2001/11/05:ftello:3:fseeko:3: -○:LDP man-pages:3.39:2010/02/25:ftime:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2001/11/28:ftok:3:2002/01/06::nakano@apm.seikei.ac.jp:NAKANO Takeo: -ï¼ :LDP man-pages:3.39:2008/08/29:ftrylockfile:3:flockfile:3: -○:LDP man-pages:3.39:2007/12/28:fts:3:2000/09/05::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2007/12/28:fts_children:3:fts:3: -ï¼ :LDP man-pages:3.39:2007/12/28:fts_close:3:fts:3: -ï¼ :LDP man-pages:3.39:2007/12/28:fts_open:3:fts:3: -ï¼ :LDP man-pages:3.39:2007/12/28:fts_read:3:fts:3: -ï¼ :LDP man-pages:3.39:2007/12/28:fts_set:3:fts:3: -○:LDP man-pages:3.39:2010/09/20:ftw:3:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/29:funlockfile:3:flockfile:3: -※:LDP man-pages:3.39:2012/03/25:futimens:3:utimensat:2: -○:LDP man-pages:3.39:2008/04/07:futimes:3:2006/07/31::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/17:fwide:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -ï¼ :LDP man-pages:3.39:2011/09/17:fwprintf:3:wprintf:3: -ï¼ :LDP man-pages:3.39:2012/03/30:fwrite:3:fread:3: -ï¼ :LDP man-pages:3.39:2008/08/29:fwrite_unlocked:3:unlocked_stdio:3: -※:LDP man-pages:3.39:2010/09/27:gai_cancel:3:getaddrinfo_a:3: -※:LDP man-pages:3.39:2010/09/27:gai_error:3:getaddrinfo_a:3: -ï¼ :LDP man-pages:3.39:2012/04/14:gai_strerror:3:getaddrinfo:3: -※:LDP man-pages:3.39:2010/09/27:gai_suspend:3:getaddrinfo_a:3: -○:LDP man-pages:3.39:2008/08/05:gamma:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/05:gammaf:3:gamma:3: -ï¼ :LDP man-pages:3.39:2008/08/05:gammal:3:gamma:3: -○:LDP man-pages:3.39:2010/09/20:gcvt:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:get_current_dir_name:3:getcwd:3: -ï¼ :LDP man-pages:3.39:2008/07/17:get_myaddress:3:rpc:3: -※:LDP man-pages:3.39:2012/03/20:get_nprocs:3:get_nprocs_conf:3: -×:LDP man-pages:3.39:2012/03/20:get_nprocs_conf:3::::: -○:LDP man-pages:3.39:2012/04/14:getaddrinfo:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.39:2010/09/27:getaddrinfo_a:3::::: -ï¼ :LDP man-pages:3.39:2003/09/09:getaliasbyname:3:setaliasent:3: -ï¼ :LDP man-pages:3.39:2003/09/09:getaliasbyname_r:3:setaliasent:3: -ï¼ :LDP man-pages:3.39:2003/09/09:getaliasent:3:setaliasent:3: -ï¼ :LDP man-pages:3.39:2003/09/09:getaliasent_r:3:setaliasent:3: -ï¼ :LDP man-pages:3.39:2012/01/18:getc:3:gets:3: -ï¼ :LDP man-pages:3.39:2008/08/29:getc_unlocked:3:unlocked_stdio:3: -ï¼ :LDP man-pages:3.39:2012/01/18:getchar:3:gets:3: -ï¼ :LDP man-pages:3.39:2008/08/29:getchar_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.39:2010/09/20:getcwd:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2010/09/20:getdate:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:getdate_err:3:getdate:3: -ï¼ :LDP man-pages:3.39:2010/09/20:getdate_r:3:getdate:3: -ï¼ :LDP man-pages:3.39:2010/06/12:getdelim:3:getline:3: -○:LDP man-pages:3.39:2007/07/26:getdirentries:3:1998/04/30::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2008/03/17:getenv:3:2003/09/28::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2002/02/28:getfsent:3:2002/08/07::nakano@apm.seikei.ac.jp:NAKANO Takeo: -ï¼ :LDP man-pages:3.39:2002/02/28:getfsfile:3:getfsent:3: -ï¼ :LDP man-pages:3.39:2002/02/28:getfsspec:3:getfsent:3: -○:LDP man-pages:3.39:2010/10/21:getgrent:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/10/21:getgrent_r:3:2004/08/14::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2010/10/21:getgrgid:3:getgrnam:3: -ï¼ :LDP man-pages:3.39:2010/10/21:getgrgid_r:3:getgrnam:3: -○:LDP man-pages:3.39:2010/10/21:getgrnam:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/10/21:getgrnam_r:3:getgrnam:3: -○:LDP man-pages:3.39:2008/07/03:getgrouplist:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/10/04:gethostbyaddr:3:gethostbyname:3: -ï¼ :LDP man-pages:3.39:2010/10/04:gethostbyaddr_r:3:gethostbyname:3: -○:LDP man-pages:3.39:2010/10/04:gethostbyname:3:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/10/04:gethostbyname2:3:gethostbyname:3: -ï¼ :LDP man-pages:3.39:2010/10/04:gethostbyname2_r:3:gethostbyname:3: -ï¼ :LDP man-pages:3.39:2010/10/04:gethostbyname_r:3:gethostbyname:3: -ï¼ :LDP man-pages:3.39:2010/10/04:gethostent:3:gethostbyname:3: -ï¼ :LDP man-pages:3.39:2010/10/04:gethostent_r:3:gethostbyname:3: -○:LDP man-pages:3.39:2010/09/20:gethostid:3:2009/01/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -×:LDP man-pages:3.39:2010/10/06:getifaddrs:3::::: -ï¼ :LDP man-pages:3.39:2010/09/04:getipnodebyaddr:3:getipnodebyname:3: -○:LDP man-pages:3.39:2010/09/04:getipnodebyname:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2010/06/12:getline:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/12/08:getloadavg:3:2002/01/21::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2008/06/29:getlogin:3:2005/03/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/06/29:getlogin_r:3:getlogin:3: -○:LDP man-pages:3.39:2009/09/15:getmntent:3:2005/03/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2009/09/15:getmntent_r:3:getmntent:3: -○:LDP man-pages:3.39:2009/12/03:getnameinfo:3:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/19:getnetbyaddr:3:getnetent:3: -ï¼ :LDP man-pages:3.39:2010/09/10:getnetbyaddr_r:3:getnetent_r:3: -ï¼ :LDP man-pages:3.39:2008/08/19:getnetbyname:3:getnetent:3: -ï¼ :LDP man-pages:3.39:2010/09/10:getnetbyname_r:3:getnetent_r:3: -○:LDP man-pages:3.39:2008/08/19:getnetent:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/10:getnetent_r:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/07/26:getnetgrent:3:setnetgrent:3: -ï¼ :LDP man-pages:3.39:2007/07/26:getnetgrent_r:3:setnetgrent:3: -○:LDP man-pages:3.39:2010/11/01:getopt:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/01:getopt_long:3:getopt:3: -ï¼ :LDP man-pages:3.39:2010/11/01:getopt_long_only:3:getopt:3: -○:LDP man-pages:3.39:2010/09/20:getpass:3:2001/02/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:Older ver. is in obsolete/ -ï¼ :LDP man-pages:3.39:2008/08/19:getprotobyname:3:getprotoent:3: -ï¼ :LDP man-pages:3.39:2010/09/10:getprotobyname_r:3:getprotoent_r:3: -ï¼ :LDP man-pages:3.39:2008/08/19:getprotobynumber:3:getprotoent:3: -ï¼ :LDP man-pages:3.39:2010/09/10:getprotobynumber_r:3:getprotoent_r:3: -○:LDP man-pages:3.39:2008/08/19:getprotoent:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/10:getprotoent_r:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/10:getpt:3:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/10/21:getpw:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2010/10/21:getpwent:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/10/21:getpwent_r:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/10/21:getpwnam:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/10/21:getpwnam_r:3:getpwnam:3: -ï¼ :LDP man-pages:3.39:2010/10/21:getpwuid:3:getpwnam:3: -ï¼ :LDP man-pages:3.39:2010/10/21:getpwuid_r:3:getpwnam:3: -ï¼ :LDP man-pages:3.39:2008/08/19:getrpcbyname:3:getrpcent:3: -ï¼ :LDP man-pages:3.39:2010/09/10:getrpcbyname_r:3:getrpcent_r:3: -ï¼ :LDP man-pages:3.39:2008/08/19:getrpcbynumber:3:getrpcent:3: -ï¼ :LDP man-pages:3.39:2010/09/10:getrpcbynumber_r:3:getrpcent_r:3: -○:LDP man-pages:3.39:2008/08/19:getrpcent:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/10:getrpcent_r:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:1987/10/06:getrpcport:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2012/01/18:gets:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/19:getservbyname:3:getservent:3: -ï¼ :LDP man-pages:3.39:2010/09/10:getservbyname_r:3:getservent_r:3: -ï¼ :LDP man-pages:3.39:2008/08/19:getservbyport:3:getservent:3: -ï¼ :LDP man-pages:3.39:2010/09/10:getservbyport_r:3:getservent_r:3: -○:LDP man-pages:3.39:2008/08/19:getservent:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/10:getservent_r:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/02/25:getspent:3:getspnam:3: -ï¼ :LDP man-pages:3.39:2010/02/25:getspent_r:3:getspnam:3: -○:LDP man-pages:3.39:2010/02/25:getspnam:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/02/25:getspnam_r:3:getspnam:3: -○:LDP man-pages:3.39:2010/09/26:getsubopt:3:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2002/07/18:getttyent:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2002/07/18:getttynam:3:getttyent:3: -○:LDP man-pages:3.39:2010/09/10:getumask:3:2003/02/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/07/26:getusershell:3:1998/02/05::ishioka@dad.eec.toshiba.co.jp:ISHIOKA Takashi: -○:LDP man-pages:3.39:2008/06/29:getutent:3:2005/03/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/06/29:getutent_r:3:getutent:3: -ï¼ :LDP man-pages:3.39:2008/06/29:getutid:3:getutent:3: -ï¼ :LDP man-pages:3.39:2008/06/29:getutid_r:3:getutent:3: -ï¼ :LDP man-pages:3.39:2008/06/29:getutline:3:getutent:3: -ï¼ :LDP man-pages:3.39:2008/06/29:getutline_r:3:getutent:3: -○:LDP man-pages:3.39:2010/09/10:getutmp:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/10:getutmpx:3:getutmp:3: -ï¼ :LDP man-pages:3.39:2008/06/29:getutxent:3:getutent:3: -ï¼ :LDP man-pages:3.39:2008/06/29:getutxid:3:getutent:3: -ï¼ :LDP man-pages:3.39:2008/06/29:getutxline:3:getutent:3: -○:LDP man-pages:3.39:2010/09/26:getw:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:1999/07/25:getwc:3:fgetwc:3: -ï¼ :LDP man-pages:3.39:2008/08/29:getwc_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.39:1999/07/25:getwchar:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2008/08/29:getwchar_unlocked:3:unlocked_stdio:3: -ï¼ :LDP man-pages:3.39:2010/09/20:getwd:3:getcwd:3: -○:LDP man-pages:3.39:2007/10/10:glob:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2007/10/10:globfree:3:glob:3: -ï¼ :LDP man-pages:3.39:2010/02/25:gmtime:3:ctime:3: -ï¼ :LDP man-pages:3.39:2010/02/25:gmtime_r:3:ctime:3: -ï¼ :LDP man-pages:3.39:2010/09/10:gnu_dev_major:3:makedev:3: -ï¼ :LDP man-pages:3.39:2010/09/10:gnu_dev_makedev:3:makedev:3: -ï¼ :LDP man-pages:3.39:2010/09/10:gnu_dev_minor:3:makedev:3: -ï¼ :LDP man-pages:3.39:2010/09/10:gnu_get_libc_release:3:gnu_get_libc_version:3: -○:LDP man-pages:3.39:2010/09/10:gnu_get_libc_version:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/06/14:grantpt:3:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/07/26:gsignal:3:2003/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/10/04:h_errno:3:gethostbyname:3: -○:LDP man-pages:3.39:1994/08/18:hash:3:1999/08/17::nakano@apm.seikei.ac.jp:NAKANO Takeo: -ï¼ :LDP man-pages:3.39:2009/09/15:hasmntopt:3:getmntent:3: -ï¼ :LDP man-pages:3.39:2011/09/10:hcreate:3:hsearch:3: -ï¼ :LDP man-pages:3.39:2011/09/10:hcreate_r:3:hsearch:3: -ï¼ :LDP man-pages:3.39:2011/09/10:hdestroy:3:hsearch:3: -ï¼ :LDP man-pages:3.39:2011/09/10:hdestroy_r:3:hsearch:3: -ï¼ :LDP man-pages:3.39:2010/10/04:herror:3:gethostbyname:3: -○:LDP man-pages:3.39:2011/09/10:hsearch:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/10:hsearch_r:3:hsearch:3: -ï¼ :LDP man-pages:3.39:2010/10/04:hstrerror:3:gethostbyname:3: -ï¼ :LDP man-pages:3.39:2010/09/10:htobe16:3:endian:3: -ï¼ :LDP man-pages:3.39:2010/09/10:htobe32:3:endian:3: -ï¼ :LDP man-pages:3.39:2010/09/10:htobe64:3:endian:3: -ï¼ :LDP man-pages:3.39:2010/09/10:htole16:3:endian:3: -ï¼ :LDP man-pages:3.39:2010/09/10:htole32:3:endian:3: -ï¼ :LDP man-pages:3.39:2010/09/10:htole64:3:endian:3: -ï¼ :LDP man-pages:3.39:2009/01/15:htonl:3:byteorder:3: -ï¼ :LDP man-pages:3.39:2009/01/15:htons:3:byteorder:3: -○:LDP man-pages:3.39:2010/09/20:hypot:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:hypotf:3:hypot:3: -ï¼ :LDP man-pages:3.39:2010/09/20:hypotl:3:hypot:3: -○:LDP man-pages:3.39:2008/09/08:iconv:3:2000/07/11::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: -○:LDP man-pages:3.39:2008/08/11:iconv_close:3:2000/07/11::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: -○:LDP man-pages:3.39:2008/08/11:iconv_open:3:2007/06/01::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:ilogb:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:ilogbf:3:ilogb:3: -ï¼ :LDP man-pages:3.39:2010/09/20:ilogbl:3:ilogb:3: -ï¼ :LDP man-pages:3.39:2010/09/20:imaxabs:3:abs:3: -ï¼ :LDP man-pages:3.39:2012/04/17:imaxdiv:3:div:3: -○:LDP man-pages:3.39:2011/09/21:index:3:1997/12/12::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.39:2008/06/19:inet:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/06/19:inet_addr:3:inet:3: -ï¼ :LDP man-pages:3.39:2008/06/19:inet_aton:3:inet:3: -ï¼ :LDP man-pages:3.39:2008/06/19:inet_lnaof:3:inet:3: -ï¼ :LDP man-pages:3.39:2008/06/19:inet_makeaddr:3:inet_addr:3: -ï¼ :LDP man-pages:3.39:2008/06/19:inet_netof:3:inet:3: -ï¼ :LDP man-pages:3.39:2008/06/19:inet_network:3:inet:3: -ï¼ :LDP man-pages:3.39:2008/06/19:inet_ntoa:3:inet:3: -○:LDP man-pages:3.39:2008/11/11:inet_ntop:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/06/18:inet_pton:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:1993/06/02:infnan:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2007/07/26:initgroups:3:2005/02/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:initstate:3:random:3: -ï¼ :LDP man-pages:3.39:2008/03/07:initstate_r:3:random_r:3: -ï¼ :LDP man-pages:3.39:2007/07/26:innetgr:3:setnetgrent:3: -○:LDP man-pages:3.39:2010/09/09:insque:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/11/11:intro:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/03/29:iruserok:3:rcmd:3: -ï¼ :LDP man-pages:3.39:2010/09/20:isalnum:3:isalpha:3: -○:LDP man-pages:3.39:2010/09/20:isalpha:3:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:isascii:3:isalpha:3: -○:LDP man-pages:3.39:2008/12/03:isatty:3:1997/2/10::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki: -ï¼ :LDP man-pages:3.39:2010/09/20:isblank:3:isalpha:3: -ï¼ :LDP man-pages:3.39:2010/09/20:iscntrl:3:isalpha:3: -ï¼ :LDP man-pages:3.39:2010/09/20:isdigit:3:isalpha:3: -ï¼ :LDP man-pages:3.39:2010/09/20:isfinite:3:fpclassify:3: -ï¼ :LDP man-pages:3.39:2010/09/20:isgraph:3:isalpha:3: -○:LDP man-pages:3.39:2010/09/20:isgreater:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:isgreaterequal:3:isgreater:3: -ï¼ :LDP man-pages:3.39:2010/09/20:isinf:3:fpclassify:3: -ï¼ :LDP man-pages:3.39:2008/08/05:isinff:3:finite:3: -ï¼ :LDP man-pages:3.39:2008/08/05:isinfl:3:finite:3: -ï¼ :LDP man-pages:3.39:2010/09/20:isless:3:isgreater:3: -ï¼ :LDP man-pages:3.39:2010/09/20:islessequal:3:isgreater:3: -ï¼ :LDP man-pages:3.39:2010/09/20:islessgreater:3:isgreater:3: -ï¼ :LDP man-pages:3.39:2010/09/20:islower:3:isalpha:3: -ï¼ :LDP man-pages:3.39:2010/09/20:isnan:3:fpclassify:3: -ï¼ :LDP man-pages:3.39:2008/08/05:isnanf:3:finite:3: -ï¼ :LDP man-pages:3.39:2008/08/05:isnanl:3:finite:3: -ï¼ :LDP man-pages:3.39:2010/09/20:isnormal:3:fpclassify:3: -ï¼ :LDP man-pages:3.39:2010/09/20:isprint:3:isalpha:3: -ï¼ :LDP man-pages:3.39:2010/09/20:ispunct:3:isalpha:3: -ï¼ :LDP man-pages:3.39:2010/09/20:isspace:3:isalpha:3: -ï¼ :LDP man-pages:3.39:2010/09/20:isunordered:3:isgreater:3: -ï¼ :LDP man-pages:3.39:2010/09/20:isupper:3:isalpha:3: -○:LDP man-pages:3.39:1999/07/25:iswalnum:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:1999/07/25:iswalpha:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2010/09/20:iswblank:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:1999/07/25:iswcntrl:3:1999/09/12::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:1999/07/25:iswctype:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:1999/07/25:iswdigit:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:1999/07/25:iswgraph:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:1999/07/25:iswlower:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:1999/07/25:iswprint:3:1999/09/12::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:1999/07/25:iswpunct:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:1999/07/25:iswspace:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:1999/07/25:iswupper:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:1999/07/25:iswxdigit:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2010/09/20:isxdigit:3:isalpha:3: -○:LDP man-pages:3.39:2010/09/20:j0:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:j0f:3:j0:3: -ï¼ :LDP man-pages:3.39:2010/09/20:j0l:3:j0:3: -ï¼ :LDP man-pages:3.39:2010/09/20:j1:3:j0:3: -ï¼ :LDP man-pages:3.39:2010/09/20:j1f:3:j0:3: -ï¼ :LDP man-pages:3.39:2010/09/20:j1l:3:j0:3: -ï¼ :LDP man-pages:3.39:2010/09/20:jn:3:j0:3: -ï¼ :LDP man-pages:3.39:2010/09/20:jnf:3:j0:3: -ï¼ :LDP man-pages:3.39:2010/09/20:jnl:3:j0:3: -ï¼ :LDP man-pages:3.39:2007/07/26:jrand48:3:drand48:3: -ï¼ :LDP man-pages:3.39:2007/07/26:jrand48_r:3:drand48_r:3: -ï¼ :LDP man-pages:3.39:2002/07/18:key_decryptsession:3:key_setsecret:3: -ï¼ :LDP man-pages:3.39:2002/07/18:key_encryptsession:3:key_setsecret:3: -ï¼ :LDP man-pages:3.39:2002/07/18:key_gendes:3:key_setsecret:3: -ï¼ :LDP man-pages:3.39:2002/07/18:key_secretkey_is_set:3:key_setsecret:3: -○:LDP man-pages:3.39:2002/07/18:key_setsecret:3:2003/02/01::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/07:klogctl:3:syslog:2: -ï¼ :LDP man-pages:3.39:2010/09/20:l64a:3:a64l:3: -ï¼ :LDP man-pages:3.39:2010/09/20:labs:3:abs:3: -ï¼ :LDP man-pages:3.39:2010/02/25:lckpwdf:3:getspnam:3: -ï¼ :LDP man-pages:3.39:2007/07/26:lcong48:3:drand48:3: -ï¼ :LDP man-pages:3.39:2007/07/26:lcong48_r:3:drand48_r:3: -○:LDP man-pages:3.39:2010/09/20:ldexp:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:ldexpf:3:ldexp:3: -ï¼ :LDP man-pages:3.39:2010/09/20:ldexpl:3:ldexp:3: -ï¼ :LDP man-pages:3.39:2012/04/17:ldiv:3:div:3: -ï¼ :LDP man-pages:3.39:2010/09/10:le16toh:3:endian:3: -ï¼ :LDP man-pages:3.39:2010/09/10:le32toh:3:endian:3: -ï¼ :LDP man-pages:3.39:2010/09/10:le64toh:3:endian:3: -ï¼ :LDP man-pages:3.39:1999/09/27:lfind:3:lsearch:3: -○:LDP man-pages:3.39:2010/09/11:lgamma:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/11:lgamma_r:3:lgamma:3: -ï¼ :LDP man-pages:3.39:2010/09/11:lgammaf:3:lgamma:3: -ï¼ :LDP man-pages:3.39:2010/09/11:lgammaf_r:3:lgamma:3: -ï¼ :LDP man-pages:3.39:2010/09/11:lgammal:3:lgamma:3: -ï¼ :LDP man-pages:3.39:2010/09/11:lgammal_r:3:lgamma:3: -×:LDP man-pages:3.39:2010/10/20:lio_listio:3::::: -ï¼ :LDP man-pages:3.39:2010/09/20:llabs:3:abs:3: -ï¼ :LDP man-pages:3.39:2012/04/17:lldiv:3:div:3: -ï¼ :LDP man-pages:3.39:2010/09/20:llrint:3:lrint:3: -ï¼ :LDP man-pages:3.39:2010/09/20:llrintf:3:lrint:3: -ï¼ :LDP man-pages:3.39:2010/09/20:llrintl:3:lrint:3: -ï¼ :LDP man-pages:3.39:2010/09/20:llround:3:lround:3: -ï¼ :LDP man-pages:3.39:2010/09/20:llroundf:3:lround:3: -ï¼ :LDP man-pages:3.39:2010/09/20:llroundl:3:lround:3: -○:LDP man-pages:3.39:1993/04/25:localeconv:3:1998/05/25::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -ï¼ :LDP man-pages:3.39:2010/02/25:localtime:3:ctime:3: -ï¼ :LDP man-pages:3.39:2010/02/25:localtime_r:3:ctime:3: -○:LDP man-pages:3.39:2011/09/11:lockf:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:log:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:log10:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:log10f:3:log10:3: -ï¼ :LDP man-pages:3.39:2010/09/20:log10l:3:log10:3: -○:LDP man-pages:3.39:2010/09/20:log1p:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:log1pf:3:log1p:3: -ï¼ :LDP man-pages:3.39:2010/09/20:log1pl:3:log1p:3: -○:LDP man-pages:3.39:2010/09/12:log2:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/12:log2f:3:log2:3: -ï¼ :LDP man-pages:3.39:2010/09/12:log2l:3:log2:3: -○:LDP man-pages:3.39:2010/09/20:logb:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:logbf:3:logb:3: -ï¼ :LDP man-pages:3.39:2010/09/20:logbl:3:logb:3: -ï¼ :LDP man-pages:3.39:2010/09/20:logf:3:log:3: -○:LDP man-pages:3.39:2004/05/06:login:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2010/06/13:login_tty:3:openpty:3: -ï¼ :LDP man-pages:3.39:2010/09/20:logl:3:log:3: -ï¼ :LDP man-pages:3.39:2004/05/06:logout:3:login:3: -ï¼ :LDP man-pages:3.39:2008/07/02:logwtmp:3:updwtmp:3: -○:LDP man-pages:3.39:2009/01/13:longjmp:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/07/26:lrand48:3:drand48:3: -ï¼ :LDP man-pages:3.39:2007/07/26:lrand48_r:3:drand48_r:3: -○:LDP man-pages:3.39:2010/09/20:lrint:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:lrintf:3:lrint:3: -ï¼ :LDP man-pages:3.39:2010/09/20:lrintl:3:lrint:3: -○:LDP man-pages:3.39:2010/09/20:lround:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:lroundf:3:lround:3: -ï¼ :LDP man-pages:3.39:2010/09/20:lroundl:3:lround:3: -○:LDP man-pages:3.39:1999/09/27:lsearch:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2004/12/11:lseek64:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2008/04/07:lutimes:3:futimes:3: -ï¼ :LDP man-pages:3.39:2010/09/10:major:3:makedev:3: -○:LDP man-pages:3.39:2009/03/31:makecontext:3:2008/12/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/10:makedev:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2012/03/20:malloc:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.39:2012/03/26:malloc_get_state:3::::: -☆:LDP man-pages:3.25=>3.39:2010/10/13:malloc_hook:3:2003/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -※:LDP man-pages:3.39:2012/03/26:malloc_set_state:3:malloc_get_state:3: -×:LDP man-pages:3.39:2012/03/29:malloc_trim:3::::: -×:LDP man-pages:3.39:2012/03/29:malloc_usable_size:3::::: -×:LDP man-pages:3.39:2012/04/17:mallopt:3::::: -○:LDP man-pages:3.39:2010/09/10:matherr:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:1999/07/25:mblen:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:1999/07/25:mbrlen:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2011/09/28:mbrtowc:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2000/11/20:mbsinit:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2011/10/01:mbsnrtowcs:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2011/09/28:mbsrtowcs:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2011/09/28:mbstowcs:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2011/09/28:mbtowc:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -ï¼ :LDP man-pages:3.39:2012/03/23:memalign:3:posix_memalign:3: -○:LDP man-pages:3.39:2009/01/13:memccpy:3:1997/07/26::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -○:LDP man-pages:3.39:2012/04/16:memchr:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/14:memcmp:3:1997/12/17::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.39:2010/11/15:memcpy:3:1997/02/21::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -○:LDP man-pages:3.39:2010/09/10:memfrob:3:1998/05/34::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.39:2008/12/05:memmem:3:1997/12/17::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -○:LDP man-pages:3.39:1993/04/10:memmove:3:2007/06/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/08/12:mempcpy:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2012/04/16:memrchr:3:memchr:3: -○:LDP man-pages:3.39:1993/04/11:memset:3:1997/02/21::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -ï¼ :LDP man-pages:3.39:2010/09/10:minor:3:makedev:3: -○:LDP man-pages:3.39:2010/09/26:mkdtemp:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/06/12:mkfifo:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2009/12/13:mkfifoat:3:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2010/09/26:mkostemp:3:mkstemp:3: -ï¼ :LDP man-pages:3.39:2010/09/26:mkostemps:3:mkstemp:3: -○:LDP man-pages:3.39:2010/09/26:mkstemp:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/26:mkstemps:3:mkstemp:3: -○:LDP man-pages:3.39:2010/09/20:mktemp:3:1999/04/10::tanisako@osa.dec.com:Kazuyuki Tanisako: -ï¼ :LDP man-pages:3.39:2010/02/25:mktime:3:ctime:3: -ï¼ :LDP man-pages:3.39:2012/04/16:mmap64:3:mmap2:2: -○:LDP man-pages:3.39:2010/09/20:modf:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:modff:3:modf:3: -ï¼ :LDP man-pages:3.39:2010/09/20:modfl:3:modf:3: -○:LDP man-pages:3.39:1993/06/04:mpool:3:1999/08/19::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2010/08/29:mq_close:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/08/29:mq_getattr:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/10/04:mq_notify:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/02/20:mq_open:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:mq_receive:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:mq_send:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/08/29:mq_setattr:3:mq_getattr:3: -ï¼ :LDP man-pages:3.39:2010/09/20:mq_timedreceive:3:mq_receive:3: -ï¼ :LDP man-pages:3.39:2010/09/20:mq_timedsend:3:mq_send:3: -○:LDP man-pages:3.39:2010/08/29:mq_unlink:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/07/26:mrand48:3:drand48:3: -ï¼ :LDP man-pages:3.39:2007/07/26:mrand48_r:3:drand48_r:3: -☆:LDP man-pages:3.37=>3.39:2012/03/22:mtrace:3:2003/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/03/22:muntrace:3:mtrace:3: -○:LDP man-pages:3.39:2010/09/20:nan:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:nanf:3:nan:3: -ï¼ :LDP man-pages:3.39:2010/09/20:nanl:3:nan:3: -ï¼ :LDP man-pages:3.39:2010/09/20:nearbyint:3:rint:3: -ï¼ :LDP man-pages:3.39:2010/09/20:nearbyintf:3:rint:3: -ï¼ :LDP man-pages:3.39:2010/09/20:nearbyintl:3:rint:3: -○:LDP man-pages:3.39:1999/05/14:netlink:3:1999/08/20::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2010/09/20:nextafter:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:nextafterf:3:nextafter:3: -ï¼ :LDP man-pages:3.39:2010/09/20:nextafterl:3:nextafter:3: -ï¼ :LDP man-pages:3.39:2010/09/20:nexttoward:3:nextafter:3: -ï¼ :LDP man-pages:3.39:2010/09/20:nexttowardf:3:nextafter:3: -ï¼ :LDP man-pages:3.39:2010/09/20:nexttowardl:3:nextafter:3: -ï¼ :LDP man-pages:3.39:2010/09/20:nftw:3:ftw:3: -○:LDP man-pages:3.39:2010/10/03:nl_langinfo:3:2001/07/15::KY4N-UCD@asahi-net.or.jp:UCHIDA Norihiro: -ï¼ :LDP man-pages:3.39:2007/07/26:nrand48:3:drand48:3: -ï¼ :LDP man-pages:3.39:2007/07/26:nrand48_r:3:drand48_r:3: -ï¼ :LDP man-pages:3.39:2009/01/15:ntohl:3:byteorder:3: -ï¼ :LDP man-pages:3.39:2009/01/15:ntohs:3:byteorder:3: -○:LDP man-pages:3.39:2008/07/12:offsetof:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/12/05:on_exit:3:2009/01/15:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/15:open_memstream:3:fmemopen:3: -ï¼ :LDP man-pages:3.39:2010/09/15:open_wmemstream:3:fmemopen:3: -○:LDP man-pages:3.39:2010/06/20:opendir:3:2007/10/14:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/11/12:openlog:3:syslog:3: -○:LDP man-pages:3.39:2010/06/13:openpty:3:2006/02/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/11/01:optarg:3:getopt:3: -ï¼ :LDP man-pages:3.39:2010/11/01:opterr:3:getopt:3: -ï¼ :LDP man-pages:3.39:2010/11/01:optind:3:getopt:3: -ï¼ :LDP man-pages:3.39:2010/11/01:optopt:3:getopt:3: -ï¼ :LDP man-pages:3.39:2003/04/04:passwd2des:3:xcrypt:3: -ï¼ :LDP man-pages:3.39:1993/04/04:pathconf:3:fpathconf:3: -ï¼ :LDP man-pages:3.39:2010/02/03:pclose:3:popen:3: -○:LDP man-pages:3.39:2012/04/17:perror:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/07/17:pmap_getmaps:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:pmap_getport:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:pmap_rmtcall:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:pmap_set:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:pmap_unset:3:rpc:3: -○:LDP man-pages:3.39:2010/02/03:popen:3:2008/11/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:posix_fallocate:3:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2012/03/23:posix_memalign:3:2012/05/01::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/10/04:posix_openpt:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2010/09/12:pow:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/08/11:pow10:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2008/08/11:pow10f:3:pow10:3: -ï¼ :LDP man-pages:3.39:2008/08/11:pow10l:3:pow10:3: -ï¼ :LDP man-pages:3.39:2010/09/12:powf:3:pow:3: -ï¼ :LDP man-pages:3.39:2010/09/12:powl:3:pow:3: -○:LDP man-pages:3.39:2011/09/28:printf:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/07/26:profil:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2006/04/29:program_invocation_name:3:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2006/04/29:program_invocation_short_name:3:program_invocation_name:3: -ï¼ :LDP man-pages:3.39:2010/10/06:psiginfo:3:psignal:3: -☆:LDP man-pages:3.25=>3.39:2010/10/06:psignal:3:1997/12/26::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -※:LDP man-pages:3.39:2008/11/11:pthread_attr_destroy:3:pthread_attr_init:3: -※:LDP man-pages:3.39:2010/09/10:pthread_attr_getaffinity_np:3:pthread_attr_setaffinity_np:3: -※:LDP man-pages:3.39:2010/02/03:pthread_attr_getdetachstate:3:pthread_attr_setdetachstate:3: -※:LDP man-pages:3.39:2008/10/24:pthread_attr_getguardsize:3:pthread_attr_setguardsize:3: -※:LDP man-pages:3.39:2012/03/15:pthread_attr_getinheritsched:3:pthread_attr_setinheritsched:3: -※:LDP man-pages:3.39:2012/03/15:pthread_attr_getschedparam:3:pthread_attr_setschedparam:3: -※:LDP man-pages:3.39:2010/02/03:pthread_attr_getschedpolicy:3:pthread_attr_setschedpolicy:3: -※:LDP man-pages:3.39:2008/10/24:pthread_attr_getscope:3:pthread_attr_setscope:3: -※:LDP man-pages:3.39:2008/10/24:pthread_attr_getstack:3:pthread_attr_setstack:3: -※:LDP man-pages:3.39:2008/10/24:pthread_attr_getstackaddr:3:pthread_attr_setstackaddr:3: -※:LDP man-pages:3.39:2012/03/15:pthread_attr_getstacksize:3:pthread_attr_setstacksize:3: -×:LDP man-pages:3.39:2008/11/11:pthread_attr_init:3::::: -×:LDP man-pages:3.39:2010/09/10:pthread_attr_setaffinity_np:3::::: -×:LDP man-pages:3.39:2010/02/03:pthread_attr_setdetachstate:3::::: -×:LDP man-pages:3.39:2008/10/24:pthread_attr_setguardsize:3::::: -×:LDP man-pages:3.39:2012/03/15:pthread_attr_setinheritsched:3::::: -×:LDP man-pages:3.39:2012/03/15:pthread_attr_setschedparam:3::::: -×:LDP man-pages:3.39:2010/02/03:pthread_attr_setschedpolicy:3::::: -×:LDP man-pages:3.39:2008/10/24:pthread_attr_setscope:3::::: -×:LDP man-pages:3.39:2008/10/24:pthread_attr_setstack:3::::: -×:LDP man-pages:3.39:2008/10/24:pthread_attr_setstackaddr:3::::: -×:LDP man-pages:3.39:2012/03/15:pthread_attr_setstacksize:3::::: -○:LDP man-pages:3.39:2008/11/17:pthread_cancel:3:2012/05/01::amotoki@gmail.com:Akihiro MOTOKI: -※:LDP man-pages:3.39:2008/11/24:pthread_cleanup_pop:3:pthread_cleanup_push:3: -※:LDP man-pages:3.39:2008/12/04:pthread_cleanup_pop_restore_np:3:pthread_cleanup_push_defer_np:3: -×:LDP man-pages:3.39:2008/11/24:pthread_cleanup_push:3::::: -×:LDP man-pages:3.39:2008/12/04:pthread_cleanup_push_defer_np:3::::: -×:LDP man-pages:3.39:2012/03/15:pthread_create:3::::: -×:LDP man-pages:3.39:2008/11/27:pthread_detach:3::::: -×:LDP man-pages:3.39:2009/03/30:pthread_equal:3::::: -×:LDP man-pages:3.39:2009/03/30:pthread_exit:3::::: -※:LDP man-pages:3.39:2010/09/10:pthread_getaffinity_np:3:pthread_setaffinity_np:3: -×:LDP man-pages:3.39:2010/09/10:pthread_getattr_np:3::::: -※:LDP man-pages:3.39:2009/04/10:pthread_getconcurrency:3:pthread_setconcurrency:3: -×:LDP man-pages:3.39:2009/02/08:pthread_getcpuclockid:3::::: -※:LDP man-pages:3.39:2008/11/17:pthread_getschedparam:3:pthread_setschedparam:3: -×:LDP man-pages:3.39:2008/11/27:pthread_join:3::::: -×:LDP man-pages:3.39:2009/01/28:pthread_kill:3::::: -×:LDP man-pages:3.39:2010/09/09:pthread_kill_other_threads_np:3::::: -×:LDP man-pages:3.39:2008/10/24:pthread_self:3::::: -×:LDP man-pages:3.39:2010/09/10:pthread_setaffinity_np:3::::: -×:LDP man-pages:3.39:2008/11/24:pthread_setcancelstate:3::::: -※:LDP man-pages:3.39:2008/11/24:pthread_setcanceltype:3:pthread_setcancelstate:3: -×:LDP man-pages:3.39:2009/04/10:pthread_setconcurrency:3::::: -×:LDP man-pages:3.39:2008/11/17:pthread_setschedparam:3::::: -×:LDP man-pages:3.39:2008/11/06:pthread_setschedprio:3::::: -×:LDP man-pages:3.39:2011/10/16:pthread_sigmask:3::::: -×:LDP man-pages:3.39:2011/09/23:pthread_sigqueue:3::::: -×:LDP man-pages:3.39:2012/04/14:pthread_testcancel:3::::: -※:LDP man-pages:3.39:2010/09/10:pthread_timedjoin_np:3:pthread_tryjoin_np:3: -×:LDP man-pages:3.39:2010/09/10:pthread_tryjoin_np:3::::: -×:LDP man-pages:3.39:2009/04/10:pthread_yield:3::::: -○:LDP man-pages:3.39:2008/09/03:ptsname:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/09/03:ptsname_r:3:ptsname:3: -ï¼ :LDP man-pages:3.39:2011/09/28:putc:3:puts:3: -ï¼ :LDP man-pages:3.39:2008/08/29:putc_unlocked:3:unlocked_stdio:3: -ï¼ :LDP man-pages:3.39:2011/09/28:putchar:3:puts:3: -ï¼ :LDP man-pages:3.39:2008/08/29:putchar_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.39:2007/07/26:putenv:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2003/09/09:putgrent:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2007/07/26:putpwent:3:1997/12/18::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.39:2011/09/28:puts:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2010/02/25:putspent:3:getspnam:3: -ï¼ :LDP man-pages:3.39:2008/06/29:pututline:3:getutent:3: -ï¼ :LDP man-pages:3.39:2008/06/29:pututxline:3:getutent:3: -ï¼ :LDP man-pages:3.39:2010/09/26:putw:3:getw:3: -ï¼ :LDP man-pages:3.39:1999/07/25:putwc:3:fputwc:3: -ï¼ :LDP man-pages:3.39:2008/08/29:putwc_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.39:1999/07/25:putwchar:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2008/08/29:putwchar_unlocked:3:unlocked_stdio:3: -ï¼ :LDP man-pages:3.39:2012/03/23:pvalloc:3:posix_memalign:3: -○:LDP man-pages:3.39:2010/09/20:qecvt:3:2002/09/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/07/26:qecvt_r:3:ecvt_r:3: -ï¼ :LDP man-pages:3.39:2010/09/20:qfcvt:3:qecvt:3: -ï¼ :LDP man-pages:3.39:2007/07/26:qfcvt_r:3:ecvt_r:3: -ï¼ :LDP man-pages:3.39:2010/09/20:qgcvt:3:qecvt:3: -○:LDP man-pages:3.39:2012/03/08:qsort:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/12/28:queue:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/10/17:raise:3:1997/12/25::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.39:2010/10/01:rand:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/10/01:rand_r:3:rand:3: -○:LDP man-pages:3.39:2010/09/20:random:3:1997/01/21::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: -○:LDP man-pages:3.39:2008/03/07:random_r:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/04/16:rawmemchr:3:memchr:3: -○:LDP man-pages:3.39:2012/03/29:rcmd:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:1995/07/14:re_comp:3:1997/12/18::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -ï¼ :LDP man-pages:3.39:1995/07/14:re_exec:3:re_comp:3: -○:LDP man-pages:3.39:2010/09/10:readdir:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/10:readdir_r:3:readdir:3: -ï¼ :LDP man-pages:3.39:2012/03/20:realloc:3:malloc:3: -○:LDP man-pages:3.39:2011/09/10:realpath:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:1994/08/18:recno:3:1999/08/19::nakano@apm.seikei.ac.jp:NAKANO Takeo: -ï¼ :LDP man-pages:3.39:2011/09/27:regcomp:3:regex:3: -ï¼ :LDP man-pages:3.39:2011/09/27:regerror:3:regex:3: -○:LDP man-pages:3.39:2011/09/27:regex:3:2005/03/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/27:regexec:3:regex:3: -ï¼ :LDP man-pages:3.39:2011/09/27:regfree:3:regex:3: -ï¼ :LDP man-pages:3.39:2008/07/17:registerrpc:3:rpc:3: -○:LDP man-pages:3.39:2010/09/20:remainder:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:remainderf:3:remainder:3: -ï¼ :LDP man-pages:3.39:2010/09/20:remainderl:3:remainder:3: -○:LDP man-pages:3.39:2008/12/03:remove:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2010/09/09:remque:3:insque:3: -○:LDP man-pages:3.39:2010/09/20:remquo:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:remquof:3:remquo:3: -ï¼ :LDP man-pages:3.39:2010/09/20:remquol:3:remquo:3: -ï¼ :LDP man-pages:3.39:2010/06/17:res_init:3:resolver:3: -ï¼ :LDP man-pages:3.39:2010/06/17:res_mkquery:3:resolver:3: -ï¼ :LDP man-pages:3.39:2010/06/17:res_query:3:resolver:3: -ï¼ :LDP man-pages:3.39:2010/06/17:res_querydomain:3:resolver:3: -ï¼ :LDP man-pages:3.39:2010/06/17:res_search:3:resolver:3: -ï¼ :LDP man-pages:3.39:2010/06/17:res_send:3:resolver:3: -○:LDP man-pages:3.39:2010/06/17:resolver:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:1993/11/29:rewind:3:fseek:3: -○:LDP man-pages:3.39:1995/06/11:rewinddir:3:1997/12/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.39:2010/09/10:rexec:3:2005/12/28::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/21:rindex:3:index:3: -○:LDP man-pages:3.39:2010/09/20:rint:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:rintf:3:rint:3: -ï¼ :LDP man-pages:3.39:2010/09/20:rintl:3:rint:3: -○:LDP man-pages:3.39:2010/09/20:round:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:roundf:3:round:3: -ï¼ :LDP man-pages:3.39:2010/09/20:roundl:3:round:3: -○:LDP man-pages:3.39:2008/07/17:rpc:3:2001/11/09::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.39:2007/07/26:rpmatch:3:2006/07/31::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/03/29:rresvport:3:rcmd:3: -○:LDP man-pages:3.39:2010/02/25:rtime:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2012/03/24:rtnetlink:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/03/29:ruserok:3:rcmd:3: -○:LDP man-pages:3.39:2010/09/20:scalb:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:scalbf:3:scalb:3: -ï¼ :LDP man-pages:3.39:2010/09/20:scalbl:3:scalb:3: -○:LDP man-pages:3.39:2010/09/20:scalbln:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:scalblnf:3:scalbln:3: -ï¼ :LDP man-pages:3.39:2010/09/20:scalblnl:3:scalbln:3: -ï¼ :LDP man-pages:3.39:2010/09/20:scalbn:3:scalbln:3: -ï¼ :LDP man-pages:3.39:2010/09/20:scalbnf:3:scalbln:3: -ï¼ :LDP man-pages:3.39:2010/09/20:scalbnl:3:scalbln:3: -○:LDP man-pages:3.39:2012/03/20:scandir:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2012/03/17:scandirat:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/28:scanf:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/10/31:sched_getcpu:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2007/07/26:seed48:3:drand48:3: -ï¼ :LDP man-pages:3.39:2007/07/26:seed48_r:3:drand48_r:3: -○:LDP man-pages:3.39:2009/03/11:seekdir:3:1997/12/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.39:2006/03/25:sem_close:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2006/03/25:sem_destroy:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2006/03/25:sem_getvalue:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/07/27:sem_init:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/02/20:sem_open:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/03/30:sem_post:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/02/12:sem_timedwait:3:sem_wait:3: -ï¼ :LDP man-pages:3.39:2012/02/12:sem_trywait:3:sem_wait:3: -○:LDP man-pages:3.39:2006/03/25:sem_unlink:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2012/02/12:sem_wait:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2003/09/09:setaliasent:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2008/06/26:setbuf:3:2001/07/14::ysato@h4.dion.ne.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2008/06/26:setbuffer:3:setbuf:3: -○:LDP man-pages:3.39:2009/09/20:setenv:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2002/02/28:setfsent:3:getfsent:3: -ï¼ :LDP man-pages:3.39:2010/10/21:setgrent:3:getgrent:3: -ï¼ :LDP man-pages:3.39:2010/10/04:sethostent:3:gethostbyname:3: -ï¼ :LDP man-pages:3.39:2010/09/20:sethostid:3:gethostid:3: -○:LDP man-pages:3.39:2009/06/26:setjmp:3:2009/03/05::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2003/04/04:setkey:3:encrypt:3: -ï¼ :LDP man-pages:3.39:2003/04/04:setkey_r:3:encrypt:3: -ï¼ :LDP man-pages:3.39:2008/06/26:setlinebuf:3:setbuf:3: -○:LDP man-pages:3.39:2008/12/05:setlocale:3:2002/10/12::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2001/10/05:setlogmask:3:2001/11/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2009/09/15:setmntent:3:getmntent:3: -ï¼ :LDP man-pages:3.39:2008/08/19:setnetent:3:getnetent:3: -○:LDP man-pages:3.39:2007/07/26:setnetgrent:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/19:setprotoent:3:getprotoent:3: -ï¼ :LDP man-pages:3.39:2010/10/21:setpwent:3:getpwent:3: -ï¼ :LDP man-pages:3.39:2008/08/19:setrpcent:3:getrpcent:3: -ï¼ :LDP man-pages:3.39:2008/08/19:setservent:3:getservent:3: -ï¼ :LDP man-pages:3.39:2010/02/25:setspent:3:getspnam:3: -ï¼ :LDP man-pages:3.39:2010/09/20:setstate:3:random:3: -ï¼ :LDP man-pages:3.39:2008/03/07:setstate_r:3:random_r:3: -ï¼ :LDP man-pages:3.39:2002/07/18:setttyent:3:getttyent:3: -ï¼ :LDP man-pages:3.39:2007/07/26:setusershell:3:getusershell:3: -ï¼ :LDP man-pages:3.39:2008/06/29:setutent:3:getutent:3: -ï¼ :LDP man-pages:3.39:2008/06/29:setutxent:3:getutent:3: -ï¼ :LDP man-pages:3.39:2008/06/26:setvbuf:3:setbuf:3: -ï¼ :LDP man-pages:3.39:2010/02/25:sgetspent:3:getspnam:3: -ï¼ :LDP man-pages:3.39:2010/02/25:sgetspent_r:3:getspnam:3: -○:LDP man-pages:3.39:2009/02/25:shm_open:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2009/02/25:shm_unlink:3:shm_open:3: -ï¼ :LDP man-pages:3.39:2008/09/01:sigaddset:3:sigsetops:3: -ï¼ :LDP man-pages:3.39:2008/09/01:sigandset:3:sigsetops:3: -ï¼ :LDP man-pages:3.39:2007/07/26:sigblock:3:sigvec:3: -ï¼ :LDP man-pages:3.39:2008/09/01:sigdelset:3:sigsetops:3: -ï¼ :LDP man-pages:3.39:2008/09/01:sigemptyset:3:sigsetops:3: -ï¼ :LDP man-pages:3.39:2008/09/01:sigfillset:3:sigsetops:3: -ï¼ :LDP man-pages:3.39:2007/07/26:siggetmask:3:sigvec:3: -ï¼ :LDP man-pages:3.39:2010/09/20:sighold:3:sigset:3: -ï¼ :LDP man-pages:3.39:2010/09/20:sigignore:3:sigset:3: -○:LDP man-pages:3.39:2011/09/09:siginterrupt:3:1998/05/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -ï¼ :LDP man-pages:3.39:2008/09/01:sigisemptyset:3:sigsetops:3: -ï¼ :LDP man-pages:3.39:2008/09/01:sigismember:3:sigsetops:3: -ï¼ :LDP man-pages:3.39:2009/01/13:siglongjmp:3:longjmp:3: -ï¼ :LDP man-pages:3.39:2007/07/26:sigmask:3:sigvec:3: -○:LDP man-pages:3.39:2010/09/20:signbit:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/11:signgam:3:lgamma:3: -○:LDP man-pages:3.39:2009/02/04:significand:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2009/02/04:significandf:3:significand:3: -ï¼ :LDP man-pages:3.39:2009/02/04:significandl:3:significand:3: -ï¼ :LDP man-pages:3.39:2008/09/01:sigorset:3:sigsetops:3: -○:LDP man-pages:3.39:2010/09/12:sigpause:3:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -☆:LDP man-pages:3.37=>3.39:2012/03/25:sigqueue:3:2007/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:sigrelse:3:sigset:3: -○:LDP man-pages:3.39:2010/09/20:sigset:3:2005/12/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2009/06/26:sigsetjmp:3:setjmp:3: -ï¼ :LDP man-pages:3.39:2007/07/26:sigsetmask:3:sigvec:3: -○:LDP man-pages:3.39:2008/09/01:sigsetops:3:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/26:sigstack:3:sigaltstack:2: -○:LDP man-pages:3.39:2007/07/26:sigvec:3:2005/12/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/10:sigwait:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/11:sin:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/08/11:sincos:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/11:sincosf:3:sincos:3: -ï¼ :LDP man-pages:3.39:2008/08/11:sincosl:3:sincos:3: -ï¼ :LDP man-pages:3.39:2010/09/11:sinf:3:sin:3: -○:LDP man-pages:3.39:2010/09/20:sinh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:sinhf:3:sinh:3: -ï¼ :LDP man-pages:3.39:2010/09/20:sinhl:3:sinh:3: -ï¼ :LDP man-pages:3.39:2010/09/11:sinl:3:sin:3: -○:LDP man-pages:3.39:2010/02/03:sleep:3:1997/01/21::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: -ï¼ :LDP man-pages:3.39:2011/09/28:snprintf:3:printf:3: -○:LDP man-pages:3.39:2008/12/03:sockatmark:3:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2011/09/28:sprintf:3:printf:3: -○:LDP man-pages:3.39:2010/09/20:sqrt:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:sqrtf:3:sqrt:3: -ï¼ :LDP man-pages:3.39:2010/09/20:sqrtl:3:sqrt:3: -ï¼ :LDP man-pages:3.39:2010/10/01:srand:3:rand:3: -ï¼ :LDP man-pages:3.39:2007/07/26:srand48:3:drand48:3: -ï¼ :LDP man-pages:3.39:2007/07/26:srand48_r:3:drand48_r:3: -ï¼ :LDP man-pages:3.39:2010/09/20:srandom:3:random:3: -ï¼ :LDP man-pages:3.39:2008/03/07:srandom_r:3:random_r:3: -ï¼ :LDP man-pages:3.39:2011/09/28:sscanf:3:scanf:3: -ï¼ :LDP man-pages:3.39:2007/07/26:ssignal:3:gsignal:3: -○:LDP man-pages:3.39:2003/08/22:statvfs:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2001/10/14:stdarg:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2008/07/14:stderr:3:stdin:3: -○:LDP man-pages:3.39:2008/07/14:stdin:3:2005/09/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2001/12/26:stdio:3:2004/02/06::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2001/12/16:stdio_ext:3:2002/08/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/07/14:stdout:3:stdin:3: -○:LDP man-pages:3.39:2012/03/15:stpcpy:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/28:stpncpy:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2010/09/20:strcasecmp:3:1997/12/25::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -ï¼ :LDP man-pages:3.39:2011/09/28:strcasestr:3:strstr:3: -○:LDP man-pages:3.39:2011/09/28:strcat:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2010/09/20:strchr:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:strchrnul:3:strchr:3: -○:LDP man-pages:3.39:2010/09/20:strcmp:3:2001/10/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:strcoll:3:2007/06/01::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:strcpy:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2010/09/20:strcspn:3:strspn:3: -○:LDP man-pages:3.39:2011/10/01:strdup:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2011/10/01:strdupa:3:strdup:3: -○:LDP man-pages:3.39:2009/03/30:strerror:3:2005/12/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2009/03/30:strerror_r:3:strerror:3: -○:LDP man-pages:3.39:2000/12/05:strfmon:3:2001/02/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2010/09/20:strfry:3:1998/05/25::motoki@hal.t.u-tokyo.ac.jp:Akihiro Motoki: -○:LDP man-pages:3.39:2010/01/17:strftime:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/02/25:string:3:1997/01/20::yoshino@civil.jcn.nihon-u.ac.jp:YOSHINO Takashi: -○:LDP man-pages:3.39:2011/09/28:strlen:3:1997/01/20::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: -ï¼ :LDP man-pages:3.39:2010/09/20:strncasecmp:3:strcasecmp:3: -ï¼ :LDP man-pages:3.39:2011/09/28:strncat:3:strcat:3: -ï¼ :LDP man-pages:3.39:2010/09/20:strncmp:3:strcmp:3: -ï¼ :LDP man-pages:3.39:2010/09/20:strncpy:3:strcpy:3: -ï¼ :LDP man-pages:3.39:2011/10/01:strndup:3:strdup:3: -ï¼ :LDP man-pages:3.39:2011/10/01:strndupa:3:strdup:3: -○:LDP man-pages:3.39:2011/09/28:strnlen:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2010/09/20:strpbrk:3:1999/12/25::argrath@yo.rim.or.jp:Kentaro Shirakata: -○:LDP man-pages:3.39:2009/12/05:strptime:3:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2010/09/20:strrchr:3:strchr:3: -○:LDP man-pages:3.39:2011/09/28:strsep:3:2009/03/05::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2010/09/15:strsignal:3:1999/12/25::argrath@yo.rim.or.jp:Kentaro Shirakata: -○:LDP man-pages:3.39:2010/09/20:strspn:3:1997/12/16::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.39:2011/09/28:strstr:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2010/09/20:strtod:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:strtof:3:strtod:3: -○:LDP man-pages:3.39:2003/11/28:strtoimax:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2010/09/27:strtok:3:2005/11/19:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/27:strtok_r:3:strtok:3: -○:LDP man-pages:3.39:2010/09/20:strtol:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:strtold:3:strtod:3: -ï¼ :LDP man-pages:3.39:2010/09/20:strtoll:3:strtol:3: -ï¼ :LDP man-pages:3.39:2010/09/20:strtoq:3:strtol:3: -○:LDP man-pages:3.39:2011/09/15:strtoul:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/15:strtoull:3:strtoul:3: -ï¼ :LDP man-pages:3.39:2003/11/28:strtoumax:3:strtoimax:3: -ï¼ :LDP man-pages:3.39:2011/09/15:strtouq:3:strtoul:3: -○:LDP man-pages:3.39:2001/12/19:strverscmp:3:2002/09/22::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/28:strxfrm:3:1999/03/24::ss236rx@ymg.urban.ne.jp:Shouichi Saito: -ï¼ :LDP man-pages:3.39:2008/07/17:svc_destroy:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svc_freeargs:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svc_getargs:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svc_getcaller:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svc_getreq:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svc_getreqset:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svc_register:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svc_run:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svc_sendreply:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svc_unregister:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svcerr_auth:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svcerr_decode:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svcerr_noproc:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svcerr_noprog:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svcerr_progvers:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svcerr_systemerr:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svcerr_weakauth:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svcfd_create:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svcraw_create:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svctcp_create:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svcudp_bufcreate:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:svcudp_create:3:rpc:3: -○:LDP man-pages:3.39:2001/12/15:swab:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2009/03/31:swapcontext:3:makecontext:3: -ï¼ :LDP man-pages:3.39:2011/09/17:swprintf:3:wprintf:3: -ï¼ :LDP man-pages:3.39:2012/04/17:sys_errlist:3:perror:3: -ï¼ :LDP man-pages:3.39:2012/04/17:sys_nerr:3:perror:3: -○:LDP man-pages:3.39:2012/04/15:sysconf:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/11/12:syslog:3:2008/07/24:o:argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2010/09/10:system:3:2005/03/12:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/05/04:sysv_signal:3:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/11:tan:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/11:tanf:3:tan:3: -○:LDP man-pages:3.39:2010/09/20:tanh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:tanhf:3:tanh:3: -ï¼ :LDP man-pages:3.39:2010/09/20:tanhl:3:tanh:3: -ï¼ :LDP man-pages:3.39:2010/09/11:tanl:3:tan:3: -ï¼ :LDP man-pages:3.39:2011/09/08:tcdrain:3:termios:3: -ï¼ :LDP man-pages:3.39:2011/09/08:tcflow:3:termios:3: -ï¼ :LDP man-pages:3.39:2011/09/08:tcflush:3:termios:3: -ï¼ :LDP man-pages:3.39:2011/09/08:tcgetattr:3:termios:3: -○:LDP man-pages:3.39:2003/01/28:tcgetpgrp:3:2003/08/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/10:tcgetsid:3:2003/08/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/08:tcsendbreak:3:termios:3: -ï¼ :LDP man-pages:3.39:2011/09/08:tcsetattr:3:termios:3: -ï¼ :LDP man-pages:3.39:2003/01/28:tcsetpgrp:3:tcgetpgrp:3: -ï¼ :LDP man-pages:3.39:2008/09/23:tdelete:3:tsearch:3: -ï¼ :LDP man-pages:3.39:2008/09/23:tdestroy:3:tsearch:3: -○:LDP man-pages:3.39:2009/03/11:telldir:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/07/26:tempnam:3:2006/07/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/08:termios:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/09/23:tfind:3:tsearch:3: -○:LDP man-pages:3.39:2010/09/20:tgamma:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:tgammaf:3:tgamma:3: -ï¼ :LDP man-pages:3.39:2010/09/20:tgammal:3:tgamma:3: -○:LDP man-pages:3.39:2007/07/26:timegm:3:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: -ï¼ :LDP man-pages:3.39:2007/07/26:timelocal:3:timegm:3: -○:LDP man-pages:3.39:2010/02/25:timeradd:3:2007/10/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/02/25:timerclear:3:timeradd:3: -ï¼ :LDP man-pages:3.39:2010/02/25:timercmp:3:timeradd:3: -ï¼ :LDP man-pages:3.39:2010/02/25:timerisset:3:timeradd:3: -ï¼ :LDP man-pages:3.39:2010/02/25:timersub:3:timeradd:3: -ï¼ :LDP man-pages:3.39:2012/03/25:timezone:3:tzset:3: -○:LDP man-pages:3.39:2008/07/14:tmpfile:3:2001/12/14:o:ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.39:2010/09/10:tmpnam:3:2006/07/26:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/10:tmpnam_r:3:tmpnam:3: -○:LDP man-pages:3.39:2009/03/15:toascii:3:1997/12/16::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -ï¼ :LDP man-pages:3.39:1993/04/04:tolower:3:toupper:3: -○:LDP man-pages:3.39:1993/04/04:toupper:3:1997/04/29::rui@linux.or.jp:Ueyama Rui: -○:LDP man-pages:3.39:1999/07/25:towctrans:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:1999/07/25:towlower:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:1999/07/25:towupper:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2010/09/20:trunc:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:truncf:3:trunc:3: -ï¼ :LDP man-pages:3.39:2010/09/20:truncl:3:trunc:3: -○:LDP man-pages:3.39:2008/09/23:tsearch:3:2002/02/14::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.39:2008/07/14:ttyname:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2008/07/14:ttyname_r:3:ttyname:3: -○:LDP man-pages:3.39:2010/09/20:ttyslot:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2008/09/23:twalk:3:tsearch:3: -ï¼ :LDP man-pages:3.39:2012/03/25:tzname:3:tzset:3: -○:LDP man-pages:3.39:2012/03/25:tzset:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:ualarm:3:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/02/25:ulckpwdf:3:getspnam:3: -○:LDP man-pages:3.39:2008/08/06:ulimit:3:1998/12/06::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2010/02/10:undocumented:3:2005/02/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/01/18:ungetc:3:gets:3: -○:LDP man-pages:3.39:1999/09/19:ungetwc:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2008/08/29:unlocked_stdio:3:2001/11/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/06/14:unlockpt:3:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2009/09/20:unsetenv:3:setenv:3: -○:LDP man-pages:3.39:2008/07/02:updwtmp:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2008/07/02:updwtmpx:3:updwtmp:3: -○:LDP man-pages:3.39:2010/12/03:usleep:3:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/06/29:utmpname:3:getutent:3: -ï¼ :LDP man-pages:3.39:2008/06/29:utmpxname:3:getutent:3: -ï¼ :LDP man-pages:3.39:2001/10/14:va_arg:3:stdarg:3: -ï¼ :LDP man-pages:3.39:2001/10/14:va_copy:3:stdarg:3: -ï¼ :LDP man-pages:3.39:2001/10/14:va_end:3:stdarg:3: -ï¼ :LDP man-pages:3.39:2001/10/14:va_start:3:stdarg:3: -ï¼ :LDP man-pages:3.39:2012/03/23:valloc:3:posix_memalign:3: -ï¼ :LDP man-pages:3.39:2001/12/18:vasprintf:3:asprintf:3: -ï¼ :LDP man-pages:3.39:2010/09/15:vdprintf:3:dprintf:3: -ï¼ :LDP man-pages:3.39:2012/03/15:verr:3:err:3: -ï¼ :LDP man-pages:3.39:2012/03/15:verrx:3:err:3: -ï¼ :LDP man-pages:3.39:2012/03/20:versionsort:3:scandir:3: -ï¼ :LDP man-pages:3.39:2011/09/28:vfprintf:3:printf:3: -ï¼ :LDP man-pages:3.39:2011/09/28:vfscanf:3:scanf:3: -ï¼ :LDP man-pages:3.39:2011/09/17:vfwprintf:3:wprintf:3: -ï¼ :LDP man-pages:3.39:2011/09/10:vlimit:3:getrlimit:2: -ï¼ :LDP man-pages:3.39:2011/09/28:vprintf:3:printf:3: -ï¼ :LDP man-pages:3.39:2011/09/28:vscanf:3:scanf:3: -ï¼ :LDP man-pages:3.39:2011/09/28:vsnprintf:3:printf:3: -ï¼ :LDP man-pages:3.39:2011/09/28:vsprintf:3:printf:3: -ï¼ :LDP man-pages:3.39:2011/09/28:vsscanf:3:scanf:3: -ï¼ :LDP man-pages:3.39:2011/09/17:vswprintf:3:wprintf:3: -ï¼ :LDP man-pages:3.39:2008/11/12:vsyslog:3:syslog:3: -ï¼ :LDP man-pages:3.39:2010/09/26:vtimes:3:getrusage:2: -ï¼ :LDP man-pages:3.39:2012/03/15:vwarn:3:err:3: -ï¼ :LDP man-pages:3.39:2012/03/15:vwarnx:3:err:3: -ï¼ :LDP man-pages:3.39:2011/09/17:vwprintf:3:wprintf:3: -ï¼ :LDP man-pages:3.39:2012/03/15:warn:3:err:3: -ï¼ :LDP man-pages:3.39:2012/03/15:warnx:3:err:3: -○:LDP man-pages:3.39:2011/10/01:wcpcpy:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/10/01:wcpncpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2011/09/28:wcrtomb:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/15:wcscasecmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2011/09/28:wcscat:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:1999/07/25:wcschr:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:1999/07/25:wcscmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2011/09/28:wcscpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:1999/07/25:wcscspn:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2010/09/15:wcsdup:3:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2011/09/28:wcslen:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/15:wcsncasecmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2011/09/28:wcsncat:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2011/09/28:wcsncmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2011/09/28:wcsncpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2011/10/01:wcsnlen:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2011/10/16:wcsnrtombs:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:1999/07/25:wcspbrk:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:1999/07/25:wcsrchr:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2011/10/16:wcsrtombs:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:1999/07/25:wcsspn:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2011/09/28:wcsstr:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2003/11/01:wcstoimax:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2011/09/28:wcstok:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2011/10/16:wcstombs:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2003/11/01:wcstoumax:3:wcstoimax:3: -○:LDP man-pages:3.39:2010/09/10:wcswidth:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2011/09/22:wctob:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:1999/07/25:wctomb:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:1999/07/25:wctrans:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:1999/07/25:wctype:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2011/09/28:wcwidth:3:2002/08/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:1999/07/25:wmemchr:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:1999/07/25:wmemcmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:1999/07/25:wmemcpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:1999/07/25:wmemmove:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -ï¼ :LDP man-pages:3.39:2008/08/12:wmempcpy:3:mempcpy:3: -○:LDP man-pages:3.39:1999/07/25:wmemset:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.39:2008/07/14:wordexp:3:2004/09/29::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2008/07/14:wordfree:3:wordexp:3: -○:LDP man-pages:3.39:2011/09/17:wprintf:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2003/04/04:xcrypt:3:2004/10/16::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2003/04/04:xdecrypt:3:xcrypt:3: -○:LDP man-pages:3.39:2007/12/30:xdr:3:2000/01/14::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -ï¼ :LDP man-pages:3.39:2008/07/17:xdr_accepted_reply:3:rpc:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_array:3:xdr:3: -ï¼ :LDP man-pages:3.39:2008/07/17:xdr_authunix_parms:3:rpc:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_bool:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_bytes:3:xdr:3: -ï¼ :LDP man-pages:3.39:2008/07/17:xdr_callhdr:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:xdr_callmsg:3:rpc:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_char:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_destroy:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_double:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_enum:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_float:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_free:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_getpos:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_inline:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_int:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_long:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_opaque:3:xdr:3: -ï¼ :LDP man-pages:3.39:2008/07/17:xdr_opaque_auth:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:xdr_pmap:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:xdr_pmaplist:3:rpc:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_pointer:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_reference:3:xdr:3: -ï¼ :LDP man-pages:3.39:2008/07/17:xdr_rejected_reply:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:xdr_replymsg:3:rpc:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_setpos:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_short:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_string:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_u_char:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_u_int:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_u_long:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_u_short:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_union:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_vector:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_void:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdr_wrapstring:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdrmem_create:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdrrec_create:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdrrec_endofrecord:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdrrec_eof:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdrrec_skiprecord:3:xdr:3: -ï¼ :LDP man-pages:3.39:2007/12/30:xdrstdio_create:3:xdr:3: -ï¼ :LDP man-pages:3.39:2003/04/04:xencrypt:3:xcrypt:3: -ï¼ :LDP man-pages:3.39:2008/07/17:xprt_register:3:rpc:3: -ï¼ :LDP man-pages:3.39:2008/07/17:xprt_unregister:3:rpc:3: -○:LDP man-pages:3.39:2008/08/10:y0:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/10:y0f:3:y0:3: -ï¼ :LDP man-pages:3.39:2008/08/10:y0l:3:y0:3: -ï¼ :LDP man-pages:3.39:2008/08/10:y1:3:y0:3: -ï¼ :LDP man-pages:3.39:2008/08/10:y1f:3:y0:3: -ï¼ :LDP man-pages:3.39:2008/08/10:y1l:3:y0:3: -ï¼ :LDP man-pages:3.39:2008/08/10:yn:3:y0:3: -ï¼ :LDP man-pages:3.39:2008/08/10:ynf:3:y0:3: -ï¼ :LDP man-pages:3.39:2008/08/10:ynl:3:y0:3: -×:LDP man-pages:3.39:2011/09/21:cciss:4::::: -○:LDP man-pages:3.39:1994/10/31:console:4:2002/01/14:o:argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2011/09/15:console_codes:4:2008/10/08::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2009/02/28:console_ioctl:4:2008/07/22::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2009/03/31:cpuid:4:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2000/03/01:dsp56k:4:2000/07/11::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2012/04/17:epoll:4:epoll:7: -○:LDP man-pages:3.39:2010/08/29:fd:4:1998/01/12:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -ï¼ :LDP man-pages:3.39:2008/12/03:fifo:4:fifo:7: -○:LDP man-pages:3.39:1997/08/02:full:4:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2002/12/31:futex:4:futex:7: -○:LDP man-pages:3.39:1992/12/17:hd:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -×:LDP man-pages:3.39:2011/09/21:hpsa:4::::: -○:LDP man-pages:3.39:2010/09/04:initrd:4:2005/10/09:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/10/23:intro:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -ï¼ :LDP man-pages:3.39:1992/11/21:kmem:4:mem:4: -○:LDP man-pages:3.39:1995/01/15:lp:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.39:1992/11/21:mem:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.39:1996/02/10:mouse:4:1999/03/24:o:ss236rx@ymg.urban.ne.jp:Shouichi Saito: -○:LDP man-pages:3.39:2009/03/31:msr:4:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/02/23:null:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -ï¼ :LDP man-pages:3.39:1992/11/21:port:4:mem:4: -ï¼ :LDP man-pages:3.39:2002/10/09:ptmx:4:pts:4: -○:LDP man-pages:3.39:2002/10/09:pts:4:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:1992/11/21:ram:4:1997/01/12:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.39:2010/08/29:random:4:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/02/25:rtc:4:2007/02/08::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:1992/12/17:sd:4:1998/02/05::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.39:2007/11/25:sk98lin:4:2007/06/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/04:st:4:2005/06/12::nakano@st.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2003/04/07:tty:4:2003/09/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:1992/12/19:ttyS:4:1998/02/05::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.39:2008/10/29:tty_ioctl:4:2004/11/16::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2010/08/29:urandom:4:random:4: -○:LDP man-pages:3.39:2007/12/17:vcs:4:2001/02/11::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2007/12/17:vcsa:4:vcs:4: -○:LDP man-pages:3.39:1996/10/22:wavelan:4:1998/02/10::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -ï¼ :LDP man-pages:3.39:2009/02/23:zero:4:null:4: -○:LDP man-pages:3.39:2008/06/15:acct:5:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:1994/11/28:charmap:5:2008/07/22::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2011/09/16:complex:5:complex:7: -○:LDP man-pages:3.39:2012/01/17:core:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2001/12/26:dir_colors:5:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.39:2010/06/19:elf:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2009/07/25:environ:5:environ:7: -○:LDP man-pages:3.39:2010/05/24:filesystems:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/05/24:fs:5:filesystems:5: -○:LDP man-pages:3.39:2000/08/27:ftpusers:5:2001/03/12::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2010/10/21:group:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2003/08/23:host.conf:5:2003/10/15::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2002/06/16:hosts:5:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2003/08/24:hosts.equiv:5:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/10/23:intro:5:1998/10/13::nakano@apm.seikei.ac.jp:NAKANO Takeo: -ï¼ :LDP man-pages:3.39:2009/01/26:ipc:5:svipc:7: -○:LDP man-pages:3.39:1993/07/24:issue:5:1998/07/25::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2008/06/17:locale:5:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:1992/12/29:motd:5:1998/2/4::nagoya@cc.hit-u.ac.jp:Hiroaki Nagoya: -○:LDP man-pages:3.39:2008/09/04:networks:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2012/04/16:nologin:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:1999/10/01:nscd.conf:5:2006/07/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -☆:LDP man-pages:3.38=>3.39:2012/04/14:nsswitch.conf:5:2001/10/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2008/08/15:numa_maps:5:numa:7: -○:LDP man-pages:3.39:2012/02/14:passwd:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -☆:LDP man-pages:3.24=>3.39:2012/02/08:proc:5:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/09/23:protocols:5:2008/07/22::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2012/02/08:resolv.conf:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/02/08:resolver:5:resolv.conf:5: -○:LDP man-pages:3.39:1985/09/26:rpc:5:2008/07/22::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:1992/12/29:securetty:5:2003/01/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/05/22:services:5:2002/08/14::amotoki@dd.iij4u.or.jp:Akihiro Motoki: -○:LDP man-pages:3.39:1993/11/21:shells:5:2000/12/11::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2001/06/19:slabinfo:5:2001/09/10::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:1996/10/21:termcap:5:2000/10/12::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:1993/07/24:ttytype:5:1998/02/10::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2010/08/31:tzfile:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/28:utmp:5:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2011/09/28:utmpx:5:utmp:5: -ï¼ :LDP man-pages:3.39:2011/09/28:wtmp:5:utmp:5: -○:LDP man-pages:3.39:2007/10/23:intro:6:1997/11/15::pessi@kmc.kyoto-u.ac.jp:II Ryouta: -×:LDP man-pages:3.39:2010/10/02:aio:7::::: -○:LDP man-pages:3.39:2010/09/20:armscii-8:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/11/25:arp:7:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/02/12:ascii:7:2006/04/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/19:boot:7:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/12/16:bootparam:7:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -☆:LDP man-pages:3.32=>3.39:2012/04/15:capabilities:7:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/06/03:charsets:7:2008/07/22::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2011/09/16:complex:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:cp1251:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/11/12:cpuset:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/06/03:credentials:7:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/11/20:ddp:7:1999/12/06::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2009/07/25:environ:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2012/04/17:epoll:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2012/01/18:feature_test_macros:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/12/03:fifo:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2002/12/31:futex:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -※:LDP man-pages:3.39:2009/01/13:glibc:7:libc:7: -○:LDP man-pages:3.39:2003/08/24:glob:7:2003/09/28::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2009/03/30:hier:7:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2010/11/07:hostname:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/02/25:icmp:7:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/12/07:inotify:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:1993/04/23:intro:7:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/22:ip:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/08:ipv6:7:2006/01/14::ysato444@yahoo.co.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:1999/05/31:iso-8859-1:7:iso_8859-1:7: -ï¼ :LDP man-pages:3.39:2010/09/20:iso-8859-10:7:iso_8859-10:7: -ï¼ :LDP man-pages:3.39:2010/09/20:iso-8859-11:7:iso_8859-11:7: -ï¼ :LDP man-pages:3.39:2010/09/20:iso-8859-13:7:iso_8859-13:7: -ï¼ :LDP man-pages:3.39:2010/09/20:iso-8859-14:7:iso_8859-14:7: -ï¼ :LDP man-pages:3.39:1999/05/31:iso-8859-15:7:iso_8859-15:7: -ï¼ :LDP man-pages:3.39:2003/03/05:iso-8859-16:7:iso_8859-16:7: -ï¼ :LDP man-pages:3.39:2007/11/25:iso-8859-2:7:iso_8859-2:7: -ï¼ :LDP man-pages:3.39:2010/09/20:iso-8859-3:7:iso_8859-3:7: -ï¼ :LDP man-pages:3.39:2009/01/24:iso-8859-4:7:iso_8859-4:7: -ï¼ :LDP man-pages:3.39:2010/09/20:iso-8859-5:7:iso_8859-5:7: -ï¼ :LDP man-pages:3.39:2010/09/20:iso-8859-6:7:iso_8859-6:7: -ï¼ :LDP man-pages:3.39:2008/10/30:iso-8859-7:7:iso_8859-7:7: -ï¼ :LDP man-pages:3.39:2010/09/20:iso-8859-8:7:iso_8859-8:7: -ï¼ :LDP man-pages:3.39:2002/09/24:iso-8859-9:7:iso_8859-9:7: -○:LDP man-pages:3.39:1999/05/31:iso_8859-1:7:2002/09/14::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2010/09/20:iso_8859-10:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:iso_8859-11:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:iso_8859-13:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:iso_8859-14:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:1999/05/31:iso_8859-15:7:2002/09/28::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2003/03/05:iso_8859-16:7:2003/09/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/11/25:iso_8859-2:7:2002/09/28::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2010/09/20:iso_8859-3:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/01/24:iso_8859-4:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:iso_8859-5:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/20:iso_8859-6:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/10/30:iso_8859-7:7:2002/09/28::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.39:2010/09/20:iso_8859-8:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2002/09/24:iso_8859-9:7:2003/01/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:1999/05/31:iso_8859_1:7:iso_8859-1:7: -ï¼ :LDP man-pages:3.39:2010/09/20:iso_8859_10:7:iso_8859-10:7: -ï¼ :LDP man-pages:3.39:2010/09/20:iso_8859_11:7:iso_8859-11:7: -ï¼ :LDP man-pages:3.39:2010/09/20:iso_8859_13:7:iso_8859-13:7: -ï¼ :LDP man-pages:3.39:2010/09/20:iso_8859_14:7:iso_8859-14:7: -ï¼ :LDP man-pages:3.39:1999/05/31:iso_8859_15:7:iso_8859-15:7: -ï¼ :LDP man-pages:3.39:2003/03/05:iso_8859_16:7:iso_8859-16:7: -ï¼ :LDP man-pages:3.39:2007/11/25:iso_8859_2:7:iso_8859-2:7: -ï¼ :LDP man-pages:3.39:2010/09/20:iso_8859_3:7:iso_8859-3:7: -ï¼ :LDP man-pages:3.39:2009/01/24:iso_8859_4:7:iso_8859-4:7: -ï¼ :LDP man-pages:3.39:2010/09/20:iso_8859_5:7:iso_8859-5:7: -ï¼ :LDP man-pages:3.39:2010/09/20:iso_8859_6:7:iso_8859-6:7: -ï¼ :LDP man-pages:3.39:2008/10/30:iso_8859_7:7:iso_8859-7:7: -ï¼ :LDP man-pages:3.39:2010/09/20:iso_8859_8:7:iso_8859-8:7: -ï¼ :LDP man-pages:3.39:2002/09/24:iso_8859_9:7:iso_8859-9:7: -○:LDP man-pages:3.39:2010/10/24:koi8-r:7:2001/07/14::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.39:2010/09/20:koi8-u:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:1999/05/31:latin1:7:iso_8859-1:7: -ï¼ :LDP man-pages:3.39:2003/03/05:latin10:7:iso_8859-16:7: -ï¼ :LDP man-pages:3.39:2007/11/25:latin2:7:iso_8859-2:7: -ï¼ :LDP man-pages:3.39:2010/09/20:latin3:7:iso_8859-3:7: -ï¼ :LDP man-pages:3.39:2009/01/24:latin4:7:iso_8859-4:7: -ï¼ :LDP man-pages:3.39:2002/09/24:latin5:7:iso_8859-9:7: -ï¼ :LDP man-pages:3.39:2010/09/20:latin6:7:iso_8859-10:7: -ï¼ :LDP man-pages:3.39:2010/09/20:latin7:7:iso_8859-13:7: -ï¼ :LDP man-pages:3.39:2010/09/20:latin8:7:iso_8859-14:7: -ï¼ :LDP man-pages:3.39:1999/05/31:latin9:7:iso_8859-15:7: -×:LDP man-pages:3.39:2009/01/13:libc:7::::: -○:LDP man-pages:3.39:2008/12/05:locale:7:2006/02/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2004/09/15:mailaddr:7:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/10/05:man:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/10/28:man-pages:7:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/08/11:math_error:7:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:0000/00/00:mdoc:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -c:LDP man-pages:3.32=>3.39:0000/00/00:mdoc.samples:7:1999/01/21::man-jp@freebsd.org:FreeBSD jpman project:http://www.jp.freebsd.org/man-jp/ -○:LDP man-pages:3.39:2009/09/27:mq_overview:7:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/01/14:netdevice:7:2009/03/05::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2012/04/14:netlink:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/08/15:numa:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/09:operator:7:2004/11/16::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2012/03/25:packet:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/12/05:path_resolution:7:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2005/12/08:pipe:7:2005/12/27::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2007/12/21:posixoptions:7:2005/01/14::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.39:2010/11/14:pthreads:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2005/10/10:pty:7:2005/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/11/20:raw:7:2007/01/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/01/12:regex:7:1998/07/08::nakano@apm.seikei.ac.jp:NAKANO Takeo: -×:LDP man-pages:3.39:2010/09/10:rtld-audit:7::::: -○:LDP man-pages:3.39:2008/08/08:rtnetlink:7:2001/03/11::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:2010/05/22:sem_overview:7:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/09/10:shm_overview:7:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/09:sigevent:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2011/09/18:signal:7:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/06/13:socket:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -☆:LDP man-pages:2.67=>3.39:2007/12/20:spufs:7:2007/10/23::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/06/01:standards:7:2006/08/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2000/11/16:suffixes:7:2001/04/24::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.39:2009/01/26:svipc:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/06/18:symlink:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2012/03/20:tcp:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2006/12/28:termio:7:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2010/02/25:time:7:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2010/09/20:tis-620:7:iso_8859-11:7: -○:LDP man-pages:3.39:2010/06/13:udp:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2008/12/03:udplite:7:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.39:2001/05/11:unicode:7:2001/07/14::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.39:2001/12/22:units:7:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2102/04/16:unix:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2000/03/14:uri:7:2008/07/22::argrath@ub32.org:Kentaro Shirakata: -ï¼ :LDP man-pages:3.39:2000/03/14:url:7:uri:7: -ï¼ :LDP man-pages:3.39:2000/03/14:urn:7:uri:7: -○:LDP man-pages:3.39:2001/05/11:utf-8:7:2001/07/14::ysato@h4.dion.ne.jp:Yuichi SATO: -ï¼ :LDP man-pages:3.39:2001/05/11:utf8:7:utf-8:7: -○:LDP man-pages:3.39:2008/08/08:x25:7:1999/12/06::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2007/10/23:intro:8:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -ï¼ :LDP man-pages:3.39:2012/04/17:ld-linux:8:ld.so:8: -ï¼ :LDP man-pages:3.39:2012/04/17:ld-linux.so:8:ld.so:8: -○:LDP man-pages:3.39:2012/04/17:ld.so:8:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.39:2009/04/15:ldconfig:8:2002/08/20::ysato@h4.dion.ne.jp:Yuichi SATO:The ancestor is in ld.so. -○:LDP man-pages:3.39:2008/12/05:nscd:8:2009/03/14::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.39:1998/11/01:sync:8:2000/06/13::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: -○:LDP man-pages:3.39:2007/05/18:tzselect:8:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.39:0000/00/00:zdump:8:1999/09/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.39:2010/02/25:zic:8:2001/04/04::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +×:LDP man-pages:3.40:2011/10/31:getent:1::::: +○:LDP man-pages:3.40:2007/11/15:intro:1:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2000/10/30:ldd:1:2002/02/14::ysato@h4.dion.ne.jp:Yuichi SATO: +○:LDP man-pages:3.40:2008/11/14:time:1:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:_Exit:2:_exit:2: +ï¼ :LDP man-pages:3.40:2011/09/08:__clone2:2:clone:2: +○:LDP man-pages:3.40:2010/09/20:_exit:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:1995/06/10:_llseek:2:llseek:2: +ï¼ :LDP man-pages:3.40:2010/08/31:_newselect:2:select:2: +○:LDP man-pages:3.40:2007/12/19:_syscall:2:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/11/20:_sysctl:2:sysctl:2: +○:LDP man-pages:3.40:2010/09/10:accept:2:2008/12/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/10:accept4:2:accept:2: +○:LDP man-pages:3.40:2010/10/24:access:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/06/16:acct:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: +×:LDP man-pages:3.40:2010/02/25:add_key:2::::: +○:LDP man-pages:3.40:2004/05/27:adjtimex:2:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/07/05:afs_syscall:2:unimplemented:2: +○:LDP man-pages:3.40:2008/06/12:alarm:2:1997/02/22::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2007/05/31:alloc_hugepages:2:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/12/26:arch_prctl:2:2005/11/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/10/09:arm_fadvise:2:posix_fadvise:2: +ï¼ :LDP man-pages:3.40:2010/10/09:arm_fadvise64_64:2:posix_fadvise:2: +ï¼ :LDP man-pages:3.40:2010/10/09:arm_sync_file_range:2:sync_file_range:2: +○:LDP man-pages:3.40:2012/03/05:bdflush:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2007/12/28:bind:2:2007/06/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/07/05:break:2:unimplemented:2: +○:LDP man-pages:3.40:2010/09/20:brk:2:2007/02/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/05/26:cacheflush:2:2005/10/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:capget:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:capset:2:capget:2: +○:LDP man-pages:3.40:2010/11/25:chdir:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/26:chmod:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/11/22:chown:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/22:chown32:2:chown:2: +○:LDP man-pages:3.40:2010/09/20:chroot:2:2005/01/14::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.39=>3.40:2012/04/25:clock_getres:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2012/04/25:clock_gettime:2:clock_getres:2: +○:LDP man-pages:3.40:2010/12/03:clock_nanosleep:2:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/25:clock_settime:2:clock_getres:2: +☆:LDP man-pages:3.32=>3.40:2011/09/08:clone:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/08:clone2:2:clone:2: +○:LDP man-pages:3.40:2007/12/28:close:2:2007/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/12/03:connect:2:2005/10/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/02/27:creat:2:open:2: +○:LDP man-pages:3.40:2007/06/03:create_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:0000/00/00:delete_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2012/02/14:dup:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/02/14:dup2:2:dup:2: +ï¼ :LDP man-pages:3.40:2012/02/14:dup3:2:dup:2: +○:LDP man-pages:3.40:2012/04/15:epoll_create:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/15:epoll_create1:2:epoll_create:2: +○:LDP man-pages:3.40:2012/04/15:epoll_ctl:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/17:epoll_pwait:2:epoll_wait:2: +○:LDP man-pages:3.40:2012/04/17:epoll_wait:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.25=>3.40:2010/08/30:eventfd:2:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/08/30:eventfd2:2:eventfd:2: +○:LDP man-pages:3.40:2011/09/14:execve:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:exit:2:_exit:2: +○:LDP man-pages:3.40:2008/11/27:exit_group:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2010/10/24:faccessat:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/10/09:fadvise64:2:posix_fadvise:2: +ï¼ :LDP man-pages:3.40:2010/10/09:fadvise64_64:2:posix_fadvise:2: +☆:LDP man-pages:3.32=>3.40:2012/04/23:fallocate:2:2007/10/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/25:fchdir:2:chdir:2: +ï¼ :LDP man-pages:3.40:2010/09/26:fchmod:2:chmod:2: +☆:LDP man-pages:3.39=>3.40:2012/04/22:fchmodat:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/22:fchown:2:chown:2: +ï¼ :LDP man-pages:3.40:2010/11/22:fchown32:2:fchown:2: +○:LDP man-pages:3.40:2009/12/13:fchownat:2:2006/12/28::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.24=>3.40:2012/04/15:fcntl:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/15:fcntl64:2:fcntl:2: +ï¼ :LDP man-pages:3.40:2012/02/27:fdatasync:2:fsync:2: +ï¼ :LDP man-pages:3.40:2001/12/01:fgetxattr:2:getxattr:2: +ï¼ :LDP man-pages:3.40:2001/12/01:flistxattr:2:listxattr:2: +○:LDP man-pages:3.40:2009/07/25:flock:2:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2012/02/27:fork:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/05/31:free_hugepages:2:alloc_hugepages:2: +ï¼ :LDP man-pages:3.40:2001/12/01:fremovexattr:2:removexattr:2: +ï¼ :LDP man-pages:3.40:2001/12/31:fsetxattr:2:setxattr:2: +ï¼ :LDP man-pages:3.40:2011/10/04:fstat:2:stat:2: +ï¼ :LDP man-pages:3.40:2011/10/04:fstat64:2:fstat:2: +☆:LDP man-pages:3.31=>3.40:2011/09/19:fstatat:2:2006/12/28::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2011/09/19:fstatat64:2:fstatat:2: +ï¼ :LDP man-pages:3.40:2010/11/21:fstatfs:2:statfs:2: +ï¼ :LDP man-pages:3.40:2010/11/21:fstatfs64:2:fstatfs:2: +ï¼ :LDP man-pages:3.40:2003/08/22:fstatvfs:2:statvfs:3: +○:LDP man-pages:3.40:2012/02/27:fsync:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/08:ftruncate:2:truncate:2: +ï¼ :LDP man-pages:3.40:2011/09/08:ftruncate64:2:ftruncate:2: +○:LDP man-pages:3.40:2010/08/29:futex:2:2007/02/08::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2012/03/25:futimesat:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:0000/00/00:get_kernel_syms:2:2006/07/31::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/08/15:get_mempolicy:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/11/27:get_thread_area:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/03/15:getcontext:2:2001/12/15::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2008/06/03:getcpu:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:getcwd:2:getcwd:3: +○:LDP man-pages:3.40:2010/11/21:getdents:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/21:getdents64:2:getdents:2: +○:LDP man-pages:3.40:2009/09/27:getdomainname:2:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:getdtablesize:2:2007/01/14::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2010/11/22:getegid:2:getgid:2: +ï¼ :LDP man-pages:3.40:2010/11/22:getegid32:2:getegid:2: +ï¼ :LDP man-pages:3.40:2010/11/22:geteuid:2:getuid:2: +ï¼ :LDP man-pages:3.40:2010/11/22:geteuid32:2:geteuid:2: +○:LDP man-pages:3.40:2010/11/22:getgid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/22:getgid32:2:getgid:2: +○:LDP man-pages:3.40:2010/11/22:getgroups:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/22:getgroups32:2:getgroups:2: +ï¼ :LDP man-pages:3.40:2010/09/20:gethostid:2:gethostid:3: +○:LDP man-pages:3.40:2010/09/26:gethostname:2:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/03/15:getitimer:2:2007/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/11/16:getpagesize:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/12/03:getpeername:2:2005/02/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/26:getpgid:2:setpgid:2: +ï¼ :LDP man-pages:3.40:2010/09/26:getpgrp:2:setpgid:2: +○:LDP man-pages:3.40:2008/09/23:getpid:2:1997/06/27::suto@av.crl.sony.co.jp:SUTO, Mitsuaki: +ï¼ :LDP man-pages:3.40:2007/07/05:getpmsg:2:unimplemented:2: +ï¼ :LDP man-pages:3.40:2008/09/23:getppid:2:getpid:2: +○:LDP man-pages:3.40:2008/05/29:getpriority:2:2005/10/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/22:getresgid:2:getresuid:2: +ï¼ :LDP man-pages:3.40:2010/11/22:getresgid32:2:getresgid:2: +○:LDP man-pages:3.40:2010/11/22:getresuid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/22:getresuid32:2:getresuid:2: +☆:LDP man-pages:3.30=>3.40:2011/09/10:getrlimit:2:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.24=>3.40:2010/09/26:getrusage:2:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/26:getsid:2:2002/02/03::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2008/12/03:getsockname:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2008/12/03:getsockopt:2:2008/07/24::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2008/04/14:gettid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2012/04/26:gettimeofday:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/11/22:getuid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/22:getuid32:2:getuid:2: +○:LDP man-pages:3.40:2001/12/01:getxattr:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/07/05:gtty:2:unimplemented:2: +○:LDP man-pages:3.40:1994/08/21:idle:2:2000/01/14::argrath@yo.rim.or.jp:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:1995/11/29:inb:2:outb:2: +ï¼ :LDP man-pages:3.40:1995/11/29:inb_p:2:outb:2: +○:LDP man-pages:3.40:0000/00/00:init_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:1995/11/29:inl:2:outb:2: +ï¼ :LDP man-pages:3.40:1995/11/29:inl_p:2:outb:2: +○:LDP man-pages:3.40:2010/10/20:inotify_add_watch:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/10/10:inotify_init:2:2006/08/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/10/10:inotify_init1:2:inotify_init:2: +○:LDP man-pages:3.40:2010/10/15:inotify_rm_watch:2:2006/08/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:1995/11/29:insb:2:outb:2: +ï¼ :LDP man-pages:3.40:1995/11/29:insl:2:outb:2: +ï¼ :LDP man-pages:3.40:1995/11/29:insw:2:outb:2: +○:LDP man-pages:3.40:2010/11/11:intro:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:1995/11/29:inw:2:outb:2: +ï¼ :LDP man-pages:3.40:1995/11/29:inw_p:2:outb:2: +○:LDP man-pages:3.40:2008/06/18:io_cancel:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/06/18:io_destroy:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/07/04:io_getevents:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/06/18:io_setup:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/06/18:io_submit:2:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2000/09/21:ioctl:2:2011/09/15::tati@kc5.so-net.ne.jp:TACHIBANA Akira: +○:LDP man-pages:3.40:2007/12/29:ioctl_list:2:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2007/06/15:ioperm:2:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2004/12/26:iopl:2:2005/02/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/07/09:ioprio_get:2:ioprio_set:2: +○:LDP man-pages:3.40:2008/07/09:ioprio_set:2:2007/01/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/06/28:ipc:2:1997/02/23::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2010/11/04:kexec_load:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.40:2010/02/25:keyctl:2::::: +○:LDP man-pages:3.40:2009/09/15:kill:2:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:killpg:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2010/11/22:lchown:2:chown:2: +ï¼ :LDP man-pages:3.40:2010/11/22:lchown32:2:lchown:2: +ï¼ :LDP man-pages:3.40:2001/12/01:lgetxattr:2:getxattr:2: +○:LDP man-pages:3.40:2008/08/21:link:2:2005/05/12::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2009/12/13:linkat:2:2007/01/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/11/20:listen:2:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2001/12/01:listxattr:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2001/12/01:llistxattr:2:listxattr:2: +○:LDP man-pages:3.40:1995/06/10:llseek:2:2005/01/14::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2007/07/05:lock:2:unimplemented:2: +○:LDP man-pages:3.40:2004/06/17:lookup_dcookie:2:2005/02/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2001/12/01:lremovexattr:2:removexattr:2: +☆:LDP man-pages:3.32=>3.40:2011/09/25:lseek:2:2006/03/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2001/12/31:lsetxattr:2:setxattr:2: +ï¼ :LDP man-pages:3.40:2011/10/04:lstat:2:stat:2: +ï¼ :LDP man-pages:3.40:2011/10/04:lstat64:2:lstat:2: +☆:LDP man-pages:3.24=>3.40:2011/09/18:madvise:2:2007/01/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/07/05:madvise1:2:unimplemented:2: +○:LDP man-pages:3.40:2008/08/15:mbind:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/11/01:migrate_pages:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/04/22:mincore:2:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.25=>3.40:2010/06/26:mkdir:2:2008/10/08::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2009/12/13:mkdirat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2010/09/20:mknod:2:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:mknodat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2011/09/14:mlock:2:2012/05/01::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/14:mlockall:2:mlock:2: +○:LDP man-pages:3.40:2012/04/16:mmap:2:2012/05/01::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2012/04/16:mmap2:2:2012/05/01::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/06/01:modify_ldt:2:2007/06/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2012/01/18:mount:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/06/11:move_pages:2:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/09/08:mprotect:2:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/07/05:mpx:2:unimplemented:2: +○:LDP man-pages:3.40:2010/08/29:mq_getsetattr:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/10/04:mq_notify:2:mq_notify:3: +ï¼ :LDP man-pages:3.40:2009/02/20:mq_open:2:mq_open:3: +ï¼ :LDP man-pages:3.40:2010/09/20:mq_timedreceive:2:mq_receive:3: +ï¼ :LDP man-pages:3.40:2010/09/20:mq_timedsend:2:mq_send:3: +ï¼ :LDP man-pages:3.40:2010/08/29:mq_unlink:2:mq_unlink:3: +○:LDP man-pages:3.40:2010/06/10:mremap:2:2012/05/01::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/08/06:msgctl:2:2005/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2004/05/27:msgget:2:2005/03/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/04/23:msgop:2:2006/03/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/04/23:msgrcv:2:msgop:2: +ï¼ :LDP man-pages:3.40:2008/04/23:msgsnd:2:msgop:2: +○:LDP man-pages:3.40:2008/04/22:msync:2:2008/07/24::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2011/09/14:munlock:2:mlock:2: +ï¼ :LDP man-pages:3.40:2011/09/14:munlockall:2:mlock:2: +ï¼ :LDP man-pages:3.40:2012/04/16:munmap:2:mmap:2: +○:LDP man-pages:3.40:2009/01/19:nanosleep:2:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2012/03/05:nfsservctl:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/07/26:nice:2:2005/10/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/10/04:oldfstat:2:stat:2: +ï¼ :LDP man-pages:3.40:2011/10/04:oldlstat:2:stat:2: +ï¼ :LDP man-pages:3.40:2008/12/03:oldolduname:2:uname:2: +ï¼ :LDP man-pages:3.40:2011/10/04:oldstat:2:stat:2: +ï¼ :LDP man-pages:3.40:2008/12/03:olduname:2:uname:2: +☆:LDP man-pages:3.31=>3.40:2012/02/27:open:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/12/13:openat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:1995/11/29:outb:2:2005/10/30::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:1995/11/29:outb_p:2:outb:2: +ï¼ :LDP man-pages:3.40:1995/11/29:outl:2:outb:2: +ï¼ :LDP man-pages:3.40:1995/11/29:outl_p:2:outb:2: +ï¼ :LDP man-pages:3.40:1995/11/29:outsb:2:outb:2: +ï¼ :LDP man-pages:3.40:1995/11/29:outsl:2:outb:2: +ï¼ :LDP man-pages:3.40:1995/11/29:outsw:2:outb:2: +ï¼ :LDP man-pages:3.40:1995/11/29:outw:2:outb:2: +ï¼ :LDP man-pages:3.40:1995/11/29:outw_p:2:outb:2: +ï¼ :LDP man-pages:3.40:2009/12/05:path_resolution:2:path_resolution:7: +○:LDP man-pages:3.40:2008/10/06:pause:2:1997/06/27::suto@av.crl.sony.co.jp:SUTO, Mitsuaki: +ï¼ :LDP man-pages:3.40:2003/07/14:pciconfig_iobase:2:pciconfig_read:2: +○:LDP man-pages:3.40:2003/07/14:pciconfig_read:2:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2003/07/14:pciconfig_write:2:pciconfig_read:2: +○:LDP man-pages:3.40:2003/01/01:personality:2:2003/09/14::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2012/02/14:pipe:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/02/14:pipe2:2:pipe:2: +○:LDP man-pages:3.40:2007/06/01:pivot_root:2:2000/06/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2012/04/15:poll:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.24=>3.40:2010/10/09:posix_fadvise:2:2007/02/08::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2012/04/15:ppoll:2:poll:2: +☆:LDP man-pages:3.24=>3.40:2012/04/23:prctl:2:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/11/21:pread:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/21:pread64:2:pread:2: +ï¼ :LDP man-pages:3.40:2010/11/17:preadv:2:readv:2: +ï¼ :LDP man-pages:3.40:2011/09/10:prlimit:2:getrlimit:2: +×:LDP man-pages:3.40:2012/04/25:process_vm_readv:2::::: +※:LDP man-pages:3.40:2012/04/25:process_vm_writev:2:process_vm_readv:2: +ï¼ :LDP man-pages:3.40:2007/07/05:prof:2:unimplemented:2: +ï¼ :LDP man-pages:3.40:2010/08/31:pselect:2:select:2: +ï¼ :LDP man-pages:3.40:2010/08/31:pselect6:2:select:2: +☆:LDP man-pages:3.35=>3.40:2012/04/26:ptrace:2:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/07/05:putpmsg:2:unimplemented:2: +ï¼ :LDP man-pages:3.40:2010/11/21:pwrite:2:pread:2: +ï¼ :LDP man-pages:3.40:2010/11/21:pwrite64:2:pwrite:2: +ï¼ :LDP man-pages:3.40:2010/11/17:pwritev:2:readv:2: +○:LDP man-pages:3.40:0000/00/00:query_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.24=>3.40:2010/06/16:quotactl:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2009/02/23:read:2:2005/10/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/10:readahead:2:2005/02/27::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/10/02:readdir:2:1997/02/23::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.32=>3.40:2011/09/20:readlink:2:2006/07/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/12/13:readlinkat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.31=>3.40:2010/11/17:readv:2:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/10/31:reboot:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/09/16:recv:2:2008/12/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/16:recvfrom:2:recv:2: +×:LDP man-pages:3.40:2011/10/04:recvmmsg:2::::: +ï¼ :LDP man-pages:3.40:2011/09/16:recvmsg:2:recv:2: +○:LDP man-pages:3.40:2008/04/22:remap_file_pages:2:2005/10/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2001/12/01:removexattr:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/03/30:rename:2:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/12/13:renameat:2:2006/10/13::ysato444@yahoo.co.jp:Yuichi SATO: +×:LDP man-pages:3.40:2010/02/25:request_key:2::::: +○:LDP man-pages:3.40:2008/05/08:rmdir:2:2006/07/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/26:rt_sigaction:2:sigaction:2: +ï¼ :LDP man-pages:3.40:2008/10/04:rt_sigpending:2:sigpending:2: +ï¼ :LDP man-pages:3.40:2012/04/15:rt_sigprocmask:2:sigprocmask:2: +×:LDP man-pages:3.40:2011/09/18:rt_sigqueueinfo:2::::: +ï¼ :LDP man-pages:3.40:2008/06/26:rt_sigreturn:2:sigreturn:2: +ï¼ :LDP man-pages:3.40:2005/09/15:rt_sigsuspend:2:sigsuspend:2: +ï¼ :LDP man-pages:3.40:2011/10/03:rt_sigtimedwait:2:sigtimedwait:2: +※:LDP man-pages:3.40:2011/09/18:rt_tgsigqueueinfo:2:rt_sigqueueinfo:2: +ï¼ :LDP man-pages:3.40:2010/09/20:sbrk:2:brk:2: +○:LDP man-pages:3.40:2006/03/23:sched_get_priority_max:2:2006/04/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2006/03/23:sched_get_priority_min:2:sched_get_priority_max:2: +ï¼ :LDP man-pages:3.40:2010/11/06:sched_getaffinity:2:sched_setaffinity:2: +ï¼ :LDP man-pages:3.40:2006/03/23:sched_getparam:2:sched_setparam:2: +ï¼ :LDP man-pages:3.40:2011/09/19:sched_getscheduler:2:sched_setscheduler:2: +☆:LDP man-pages:3.35=>3.40:2011/10/16:sched_rr_get_interval:2:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/11/06:sched_setaffinity:2:2008/12/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2006/03/23:sched_setparam:2:2006/04/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.24=>3.40:2011/09/19:sched_setscheduler:2:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/10/18:sched_yield:2:1997/02/23::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +ï¼ :LDP man-pages:3.40:2007/07/05:security:2:unimplemented:2: +○:LDP man-pages:3.40:2010/08/31:select:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/06/10:select_tut:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/09/27:semctl:2:2005/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2004/05/27:semget:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/10/04:semop:2:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/10/04:semtimedop:2:semop:2: +☆:LDP man-pages:3.39=>3.40:2012/04/23:send:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/09/14:sendfile:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/14:sendfile64:2:sendfile:2: +×:LDP man-pages:3.40:2012/02/27:sendmmsg:2::::: +ï¼ :LDP man-pages:3.40:2012/04/23:sendmsg:2:send:2: +ï¼ :LDP man-pages:3.40:2012/04/23:sendto:2:send:2: +○:LDP man-pages:3.40:2008/08/15:set_mempolicy:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/11/27:set_thread_area:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2004/09/10:set_tid_address:2:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2009/03/15:setcontext:2:getcontext:2: +ï¼ :LDP man-pages:3.40:2009/09/27:setdomainname:2:getdomainname:2: +ï¼ :LDP man-pages:3.40:2009/10/17:setegid:2:seteuid:2: +○:LDP man-pages:3.40:2009/10/17:seteuid:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/11/22:setfsgid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/22:setfsgid32:2:setfsgid:2: +○:LDP man-pages:3.40:2010/11/22:setfsuid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/22:setfsuid32:2:setfsuid:2: +○:LDP man-pages:3.40:2010/11/22:setgid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/22:setgid32:2:setgid:2: +ï¼ :LDP man-pages:3.40:2010/11/22:setgroups:2:getgroups:2: +ï¼ :LDP man-pages:3.40:2010/11/22:setgroups32:2:setgroups:2: +ï¼ :LDP man-pages:3.40:2010/09/20:sethostid:2:gethostid:3: +ï¼ :LDP man-pages:3.40:2010/09/26:sethostname:2:gethostname:2: +ï¼ :LDP man-pages:3.40:2009/03/15:setitimer:2:getitimer:2: +○:LDP man-pages:3.40:2011/10/04:setns:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/26:setpgid:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/26:setpgrp:2:setpgid:2: +ï¼ :LDP man-pages:3.40:2008/05/29:setpriority:2:getpriority:2: +ï¼ :LDP man-pages:3.40:2010/11/22:setregid:2:setreuid:2: +ï¼ :LDP man-pages:3.40:2010/11/22:setregid32:2:setregid:2: +ï¼ :LDP man-pages:3.40:2010/11/22:setresgid:2:setresuid:2: +ï¼ :LDP man-pages:3.40:2010/11/22:setresgid32:2:setresgid:2: +○:LDP man-pages:3.40:2010/11/22:setresuid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/22:setresuid32:2:setresuid:2: +○:LDP man-pages:3.40:2010/11/22:setreuid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/22:setreuid32:2:setreuid:2: +ï¼ :LDP man-pages:3.40:2011/09/10:setrlimit:2:getrlimit:2: +○:LDP man-pages:3.40:2008/12/03:setsid:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2008/12/03:setsockopt:2:getsockopt:2: +ï¼ :LDP man-pages:3.40:2012/04/26:settimeofday:2:gettimeofday:2: +○:LDP man-pages:3.40:2010/11/22:setuid:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/22:setuid32:2:setuid:2: +○:LDP man-pages:3.40:2008/12/03:setup:2:2008/07/24::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2001/12/31:setxattr:2:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/07/05:sgetmask:2:2007/10/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/06/03:shmat:2:shmop:2: +○:LDP man-pages:3.40:2008/08/07:shmctl:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/06/03:shmdt:2:shmop:2: +○:LDP man-pages:3.40:2006/05/02:shmget:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/06/03:shmop:2:2006/04/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/12/03:shutdown:2:2001/11/09::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.24=>3.40:2012/04/26:sigaction:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/26:sigaltstack:2:2006/01/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/07/11:signal:2:2007/06/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/01/13:signalfd:2:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2009/01/13:signalfd4:2:signalfd:2: +○:LDP man-pages:3.40:2008/10/04:sigpending:2:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.38=>3.40:2012/04/15:sigprocmask:2:2005/10/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/03/25:sigqueue:2:sigqueue:3: +○:LDP man-pages:3.40:2008/06/26:sigreturn:2:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2005/09/15:sigsuspend:2:2005/10/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/10/03:sigtimedwait:2:sigwaitinfo:2: +○:LDP man-pages:3.40:2011/10/03:sigwaitinfo:2:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/01/19:socket:2:2008/11/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/06/28:socketcall:2:1997/03/03::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2008/10/11:socketpair:2:2002/09/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/09/15:splice:2:2007/02/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:2.67=>3.40:2007/12/20:spu_create:2:2007/10/23::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/11/25:spu_run:2:2007/10/23::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/07/05:ssetmask:2:sgetmask:2: +○:LDP man-pages:3.40:2011/10/04:stat:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/10/04:stat64:2:stat:2: +○:LDP man-pages:3.40:2010/11/21:statfs:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/21:statfs64:2:statfs:2: +ï¼ :LDP man-pages:3.40:2003/08/22:statvfs:2:statvfs:3: +○:LDP man-pages:3.40:2010/02/25:stime:2:2003/09/14::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2007/07/05:stty:2:unimplemented:2: +○:LDP man-pages:3.40:2010/10/30:subpage_prot:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/15:swapoff:2:swapon:2: +○:LDP man-pages:3.40:2010/11/15:swapon:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:symlink:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2012/03/25:symlinkat:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2012/02/12:sync:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.24=>3.40:2010/10/09:sync_file_range:2:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/10/09:sync_file_range2:2:sync_file_range:2: +ï¼ :LDP man-pages:3.40:2012/02/12:syncfs:2:sync:2: +○:LDP man-pages:3.40:2007/07/26:syscall:2:2002/08/20::ysato@h4.dion.ne.jp:Yuichi SATO: +○:LDP man-pages:3.40:2012/03/23:syscalls:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/11/20:sysctl:2:1999/12/03::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2010/06/27:sysfs:2:2001/06/02::ysato@h4.dion.ne.jp:Yuichi SATO: +○:LDP man-pages:3.40:2007/11/15:sysinfo:2:2000/09/23::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2011/09/07:syslog:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/09/15:tee:2:2007/02/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/18:tgkill:2:tkill:2: +○:LDP man-pages:3.40:2011/09/09:time:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/27:timer_create:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/02/20:timer_delete:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/02/20:timer_getoverrun:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2009/02/20:timer_gettime:2:timer_settime:2: +○:LDP man-pages:3.40:2009/02/20:timer_settime:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.32=>3.40:2011/09/14:timerfd_create:2:2008/11/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/14:timerfd_gettime:2:timerfd_create:2: +ï¼ :LDP man-pages:3.40:2011/09/14:timerfd_settime:2:timerfd_create:2: +○:LDP man-pages:3.40:2012/04/16:times:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/09/18:tkill:2:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/09/08:truncate:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/08:truncate64:2:truncate:2: +ï¼ :LDP man-pages:3.40:2007/07/05:tuxcall:2:unimplemented:2: +ï¼ :LDP man-pages:3.40:2011/09/10:ugetrlimit:2:getrlimit:2: +○:LDP man-pages:3.40:2008/01/09:umask:2:2008/02/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/06/19:umount:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/06/19:umount2:2:umount:2: +○:LDP man-pages:3.40:2008/12/03:uname:2:2002/02/14::ysato@h4.dion.ne.jp:Yuichi SATO: +○:LDP man-pages:3.40:2007/07/05:unimplemented:2:2003/03/06::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.32=>3.40:2011/09/15:unlink:2:2006/04/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2012/03/25:unlinkat:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.29=>3.40:2010/10/30:unshare:2:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2005/01/09:uselib:2:2005/04/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2003/08/04:ustat:2:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2008/08/06:utime:2:2006/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +×:LDP man-pages:3.40:2012/03/25:utimensat:2::::: +ï¼ :LDP man-pages:3.40:2008/08/06:utimes:2:utime:2: +○:LDP man-pages:3.40:2012/02/08:vfork:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/07/26:vhangup:2:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2009/02/20:vm86:2:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2009/02/20:vm86old:2:vm86:2: +○:LDP man-pages:3.40:2009/09/15:vmsplice:2:2007/02/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/07/05:vserver:2:unimplemented:2: +○:LDP man-pages:3.40:2010/09/26:wait:2:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:wait3:2:wait4:2: +○:LDP man-pages:3.40:2010/09/20:wait4:2:2005/03/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/26:waitid:2:wait:2: +ï¼ :LDP man-pages:3.40:2010/09/26:waitpid:2:wait:2: +○:LDP man-pages:3.40:2010/08/29:write:2:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/17:writev:2:readv:2: +ï¼ :LDP man-pages:3.40:2008/11/20:CMSG_ALIGN:3:cmsg:3: +ï¼ :LDP man-pages:3.40:2008/11/20:CMSG_FIRSTHDR:3:cmsg:3: +ï¼ :LDP man-pages:3.40:2008/11/20:CMSG_NXTHDR:3:cmsg:3: +ï¼ :LDP man-pages:3.40:2008/11/20:CMSG_SPACE:3:cmsg:3: +※:LDP man-pages:3.40:2012/03/15:CPU_ALLOC:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_ALLOC_SIZE:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_AND:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_AND_S:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_CLR:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_CLR_S:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_COUNT:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_COUNT_S:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_EQUAL:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_EQUAL_S:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_FREE:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_ISSET:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_ISSET_S:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_OR:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_OR_S:3:CPU_SET:3: +×:LDP man-pages:3.40:2012/03/15:CPU_SET:3::::: +※:LDP man-pages:3.40:2012/03/15:CPU_SET_S:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_XOR:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_XOR_S:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_ZERO:3:CPU_SET:3: +※:LDP man-pages:3.40:2012/03/15:CPU_ZERO_S:3:CPU_SET:3: +ï¼ :LDP man-pages:3.40:2010/08/31:FD_CLR:3:select:2: +ï¼ :LDP man-pages:3.40:2010/08/31:FD_ISSET:3:select:2: +ï¼ :LDP man-pages:3.40:2010/08/31:FD_SET:3:select:2: +ï¼ :LDP man-pages:3.40:2010/08/31:FD_ZERO:3:select:2: +ï¼ :LDP man-pages:3.40:2007/07/26:HUGE_VAL:3:INFINITY:3: +ï¼ :LDP man-pages:3.40:2007/07/26:HUGE_VALF:3:INFINITY:3: +ï¼ :LDP man-pages:3.40:2007/07/26:HUGE_VALL:3:INFINITY:3: +○:LDP man-pages:3.40:2007/07/26:INFINITY:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:1999/07/04:MB_CUR_MAX:3:1999/09/11::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi: +○:LDP man-pages:3.40:1999/07/04:MB_LEN_MAX:3:1999/09/11::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi: +ï¼ :LDP man-pages:3.40:2007/07/26:NAN:3:INFINITY:3: +ï¼ :LDP man-pages:3.40:2001/12/16:__fbufsize:3:stdio_ext:3: +ï¼ :LDP man-pages:3.40:2001/12/16:__flbf:3:stdio_ext:3: +ï¼ :LDP man-pages:3.40:2001/12/16:__fpending:3:stdio_ext:3: +ï¼ :LDP man-pages:3.40:2001/12/15:__fpurge:3:fpurge:3: +ï¼ :LDP man-pages:3.40:2001/12/16:__freadable:3:stdio_ext:3: +ï¼ :LDP man-pages:3.40:2001/12/16:__freading:3:stdio_ext:3: +ï¼ :LDP man-pages:3.40:2001/12/16:__fsetlocking:3:stdio_ext:3: +ï¼ :LDP man-pages:3.40:2001/12/16:__fwritable:3:stdio_ext:3: +ï¼ :LDP man-pages:3.40:2001/12/16:__fwriting:3:stdio_ext:3: +ï¼ :LDP man-pages:3.40:2010/10/13:__malloc_hook:3:malloc_hook:3: +○:LDP man-pages:3.40:1997/03/08:__setfpucw:3:2000/09/20::nakano@apm.seikei.ac.jp:NAKANO Takeo: +ï¼ :LDP man-pages:3.40:2001/12/16:_flushlbf:3:stdio_ext:3: +○:LDP man-pages:3.40:2010/09/20:a64l:3:2004/01/17::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2007/12/15:abort:3:1998/02/18::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +○:LDP man-pages:3.40:2010/09/20:abs:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:acos:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:acosf:3:acos:3: +○:LDP man-pages:3.40:2010/09/20:acosh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:acoshf:3:acosh:3: +ï¼ :LDP man-pages:3.40:2010/09/20:acoshl:3:acosh:3: +ï¼ :LDP man-pages:3.40:2010/09/20:acosl:3:acos:3: +ï¼ :LDP man-pages:3.40:2009/09/15:addmntent:3:getmntent:3: +○:LDP man-pages:3.40:2008/06/14:addseverity:3:2004/07/18::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2008/06/22:adjtime:3:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2012/04/18:aio_cancel:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/10/03:aio_error:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/10/02:aio_fsync:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2012/04/26:aio_init:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/10/03:aio_read:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/10/03:aio_return:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/10/02:aio_suspend:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/10/02:aio_write:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/03/23:aligned_alloc:3:posix_memalign:3: +○:LDP man-pages:3.40:2008/01/24:alloca:3:2002/09/19::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2012/04/26:alphasort:3:scandir:3: +ï¼ :LDP man-pages:3.40:2007/05/18:argz:3:argz_add:3: +○:LDP man-pages:3.40:2007/05/18:argz_add:3:2003/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/05/18:argz_add_sep:3:argz_add:3: +ï¼ :LDP man-pages:3.40:2007/05/18:argz_append:3:argz_add:3: +ï¼ :LDP man-pages:3.40:2007/05/18:argz_count:3:argz_add:3: +ï¼ :LDP man-pages:3.40:2007/05/18:argz_create:3:argz_add:3: +ï¼ :LDP man-pages:3.40:2007/05/18:argz_create_sep:3:argz_add:3: +ï¼ :LDP man-pages:3.40:2007/05/18:argz_delete:3:argz_add:3: +ï¼ :LDP man-pages:3.40:2007/05/18:argz_extract:3:argz_add:3: +ï¼ :LDP man-pages:3.40:2007/05/18:argz_insert:3:argz_add:3: +ï¼ :LDP man-pages:3.40:2007/05/18:argz_next:3:argz_add:3: +ï¼ :LDP man-pages:3.40:2007/05/18:argz_replace:3:argz_add:3: +ï¼ :LDP man-pages:3.40:2007/05/18:argz_stringify:3:argz_add:3: +ï¼ :LDP man-pages:3.40:2010/02/25:asctime:3:ctime:3: +ï¼ :LDP man-pages:3.40:2010/02/25:asctime_r:3:ctime:3: +○:LDP man-pages:3.40:2010/09/20:asin:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:asinf:3:asin:3: +○:LDP man-pages:3.40:2010/09/20:asinh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:asinhf:3:asinh:3: +ï¼ :LDP man-pages:3.40:2010/09/20:asinhl:3:asinh:3: +ï¼ :LDP man-pages:3.40:2010/09/20:asinl:3:asin:3: +○:LDP man-pages:3.40:2001/12/18:asprintf:3:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2002/08/25:assert:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2002/08/25:assert_perror:3:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:atan:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:atan2:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:atan2f:3:atan2:3: +ï¼ :LDP man-pages:3.40:2010/09/20:atan2l:3:atan2:3: +ï¼ :LDP man-pages:3.40:2010/09/20:atanf:3:atan:3: +○:LDP man-pages:3.40:2010/09/11:atanh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/11:atanhf:3:atanh:3: +ï¼ :LDP man-pages:3.40:2010/09/11:atanhl:3:atanh:3: +ï¼ :LDP man-pages:3.40:2010/09/20:atanl:3:atan:3: +○:LDP man-pages:3.40:2008/12/05:atexit:3:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:1993/03/29:atof:3:1998/02/18::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +○:LDP man-pages:3.40:2010/09/20:atoi:3:2001/02/09::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2010/09/20:atol:3:atoi:3: +ï¼ :LDP man-pages:3.40:2010/09/20:atoll:3:atoi:3: +ï¼ :LDP man-pages:3.40:2010/09/20:atoq:3:atoi:3: +ï¼ :LDP man-pages:3.40:2008/07/17:auth_destroy:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:authnone_create:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:authunix_create:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:authunix_create_default:3:rpc:3: +○:LDP man-pages:3.40:2008/06/14:backtrace:3:2007/10/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/06/14:backtrace_symbols:3:backtrace:3: +ï¼ :LDP man-pages:3.40:2008/06/14:backtrace_symbols_fd:3:backtrace:3: +○:LDP man-pages:3.40:2009/03/30:basename:3:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/08/06:bcmp:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2009/03/15:bcopy:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2010/09/10:be16toh:3:endian:3: +ï¼ :LDP man-pages:3.40:2010/09/10:be32toh:3:endian:3: +ï¼ :LDP man-pages:3.40:2010/09/10:be64toh:3:endian:3: +○:LDP man-pages:3.40:2008/12/03:bindresvport:3:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/03/15:bsd_signal:3:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2003/11/01:bsearch:3:2005/02/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2004/12/26:bstring:3:2003/11/13::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2011/09/22:btowc:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2012/04/23:btree:3:1999/08/16::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2009/01/15:byteorder:3:2005/11/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/08/06:bzero:3:2003/03/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/12/26:cabs:3:2003/07/23::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/12/26:cabsf:3:cabs:3: +ï¼ :LDP man-pages:3.40:2007/12/26:cabsl:3:cabs:3: +○:LDP man-pages:3.40:2011/09/15:cacos:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/15:cacosf:3:cacos:3: +○:LDP man-pages:3.40:2011/09/15:cacosh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/15:cacoshf:3:cacosh:3: +ï¼ :LDP man-pages:3.40:2011/09/15:cacoshl:3:cacosh:3: +ï¼ :LDP man-pages:3.40:2011/09/15:cacosl:3:cacos:3: +ï¼ :LDP man-pages:3.40:2012/04/18:calloc:3:malloc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:callrpc:3:rpc:3: +○:LDP man-pages:3.40:2005/07/14:canonicalize_file_name:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/08/11:carg:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/11:cargf:3:carg:3: +ï¼ :LDP man-pages:3.40:2008/08/11:cargl:3:carg:3: +○:LDP man-pages:3.40:2008/08/11:casin:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/11:casinf:3:casin:3: +○:LDP man-pages:3.40:2008/08/11:casinh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/11:casinhf:3:casinh:3: +ï¼ :LDP man-pages:3.40:2008/08/11:casinhl:3:casinh:3: +ï¼ :LDP man-pages:3.40:2008/08/11:casinl:3:casin:3: +○:LDP man-pages:3.40:2011/09/15:catan:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/15:catanf:3:catan:3: +○:LDP man-pages:3.40:2011/09/15:catanh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/15:catanhf:3:catanh:3: +ï¼ :LDP man-pages:3.40:2011/09/15:catanhl:3:catanh:3: +ï¼ :LDP man-pages:3.40:2011/09/15:catanl:3:catan:3: +ï¼ :LDP man-pages:3.40:2001/12/14:catclose:3:catopen:3: +○:LDP man-pages:3.40:1998/08/09:catgets:3:1999/03/01::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2001/12/14:catopen:3:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2007/05/18:cbc_crypt:3:des_crypt:3: +○:LDP man-pages:3.40:2010/09/20:cbrt:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:cbrtf:3:cbrt:3: +ï¼ :LDP man-pages:3.40:2010/09/20:cbrtl:3:cbrt:3: +○:LDP man-pages:3.40:2008/08/11:ccos:3:2003/07/28::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/11:ccosf:3:ccos:3: +○:LDP man-pages:3.40:2008/08/11:ccosh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/11:ccoshf:3:ccosh:3: +ï¼ :LDP man-pages:3.40:2008/08/11:ccoshl:3:ccosh:3: +ï¼ :LDP man-pages:3.40:2008/08/11:ccosl:3:ccos:3: +○:LDP man-pages:3.40:2010/09/20:ceil:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:ceilf:3:ceil:3: +ï¼ :LDP man-pages:3.40:2010/09/20:ceill:3:ceil:3: +○:LDP man-pages:3.40:2010/09/12:cerf:3:2005/02/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/12:cerfc:3:cerf:3: +ï¼ :LDP man-pages:3.40:2010/09/12:cerfcf:3:cerf:3: +ï¼ :LDP man-pages:3.40:2010/09/12:cerfcl:3:cerf:3: +ï¼ :LDP man-pages:3.40:2010/09/12:cerff:3:cerf:3: +ï¼ :LDP man-pages:3.40:2010/09/12:cerfl:3:cerf:3: +○:LDP man-pages:3.40:2008/08/11:cexp:3:2003/08/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2002/07/28:cexp2:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2002/07/28:cexp2f:3:cexp2:3: +ï¼ :LDP man-pages:3.40:2002/07/28:cexp2l:3:cexp2:3: +ï¼ :LDP man-pages:3.40:2008/08/11:cexpf:3:cexp:3: +ï¼ :LDP man-pages:3.40:2008/08/11:cexpl:3:cexp:3: +ï¼ :LDP man-pages:3.40:2011/09/08:cfgetispeed:3:termios:3: +ï¼ :LDP man-pages:3.40:2011/09/08:cfgetospeed:3:termios:3: +ï¼ :LDP man-pages:3.40:2011/09/08:cfmakeraw:3:termios:3: +○:LDP man-pages:3.40:2007/07/26:cfree:3:2004/08/14::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2011/09/08:cfsetispeed:3:termios:3: +ï¼ :LDP man-pages:3.40:2011/09/08:cfsetospeed:3:termios:3: +ï¼ :LDP man-pages:3.40:2011/09/08:cfsetspeed:3:termios:3: +○:LDP man-pages:3.40:2007/12/23:cimag:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/12/23:cimagf:3:cimag:3: +ï¼ :LDP man-pages:3.40:2007/12/23:cimagl:3:cimag:3: +○:LDP man-pages:3.40:2010/10/04:clearenv:3:2002/08/20::ysato@h4.dion.ne.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2008/08/29:clearerr:3:ferror:3: +ï¼ :LDP man-pages:3.40:2008/08/29:clearerr_unlocked:3:unlocked_stdio:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clnt_broadcast:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clnt_call:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clnt_control:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clnt_create:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clnt_destroy:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clnt_freeres:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clnt_geterr:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clnt_pcreateerror:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clnt_perrno:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clnt_perror:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clnt_spcreateerror:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clnt_sperrno:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clnt_sperror:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clntraw_create:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clnttcp_create:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clntudp_bufcreate:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:clntudp_create:3:rpc:3: +○:LDP man-pages:3.40:2008/08/28:clock:3:2007/06/01::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/10:clock_getcpuclockid:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/25:clock_getres:3:clock_getres:2: +ï¼ :LDP man-pages:3.40:2012/04/25:clock_gettime:3:clock_getres:2: +ï¼ :LDP man-pages:3.40:2012/04/25:clock_settime:3:clock_getres:2: +○:LDP man-pages:3.40:2008/08/11:clog:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/08/11:clog10:3:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/11:clog10f:3:clog10:3: +ï¼ :LDP man-pages:3.40:2008/08/11:clog10l:3:clog10:3: +○:LDP man-pages:3.40:2002/07/28:clog2:3:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2002/07/28:clog2f:3:clog2:3: +ï¼ :LDP man-pages:3.40:2002/07/28:clog2l:3:clog2:3: +ï¼ :LDP man-pages:3.40:2008/08/11:clogf:3:clog:3: +ï¼ :LDP man-pages:3.40:2008/08/11:clogl:3:clog:3: +○:LDP man-pages:3.40:2008/09/23:closedir:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2008/11/12:closelog:3:syslog:3: +○:LDP man-pages:3.40:2008/11/20:cmsg:3:1999/08/17::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2010/02/03:confstr:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/08/11:conj:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/11:conjf:3:conj:3: +ï¼ :LDP man-pages:3.40:2008/08/11:conjl:3:conj:3: +○:LDP man-pages:3.40:2012/03/25:copysign:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/03/25:copysignf:3:copysign:3: +ï¼ :LDP man-pages:3.40:2012/03/25:copysignl:3:copysign:3: +○:LDP man-pages:3.40:2010/09/11:cos:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/11:cosf:3:cos:3: +○:LDP man-pages:3.40:2010/09/20:cosh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:coshf:3:cosh:3: +ï¼ :LDP man-pages:3.40:2010/09/20:coshl:3:cosh:3: +ï¼ :LDP man-pages:3.40:2010/09/11:cosl:3:cos:3: +○:LDP man-pages:3.40:2002/07/28:cpow:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2002/07/28:cpowf:3:cpow:3: +ï¼ :LDP man-pages:3.40:2002/07/28:cpowl:3:cpow:3: +○:LDP man-pages:3.40:2010/06/10:cproj:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/06/10:cprojf:3:cproj:3: +ï¼ :LDP man-pages:3.40:2010/06/10:cprojl:3:cproj:3: +○:LDP man-pages:3.40:2007/12/26:creal:3:2003/07/28::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/12/26:crealf:3:creal:3: +ï¼ :LDP man-pages:3.40:2007/12/26:creall:3:creal:3: +○:LDP man-pages:3.40:2011/09/15:crypt:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2011/09/15:crypt_r:3:crypt:3: +○:LDP man-pages:3.40:2008/08/11:csin:3:2003/07/28::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/11:csinf:3:csin:3: +○:LDP man-pages:3.40:2008/08/11:csinh:3:2003/09/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/11:csinhf:3:csinh:3: +ï¼ :LDP man-pages:3.40:2008/08/11:csinhl:3:csinh:3: +ï¼ :LDP man-pages:3.40:2008/08/11:csinl:3:csin:3: +○:LDP man-pages:3.40:2008/08/11:csqrt:3:2003/08/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/11:csqrtf:3:csqrt:3: +ï¼ :LDP man-pages:3.40:2008/08/11:csqrtl:3:csqrt:3: +○:LDP man-pages:3.40:2008/08/11:ctan:3:2005/02/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/11:ctanf:3:ctan:3: +○:LDP man-pages:3.40:2008/08/11:ctanh:3:2005/02/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/11:ctanhf:3:ctanh:3: +ï¼ :LDP man-pages:3.40:2008/08/11:ctanhl:3:ctanh:3: +ï¼ :LDP man-pages:3.40:2008/08/11:ctanl:3:ctan:3: +○:LDP man-pages:3.40:2007/07/26:ctermid:3:1997/2/10::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki: +○:LDP man-pages:3.40:2010/02/25:ctime:3:2008/11/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/02/25:ctime_r:3:ctime:3: +ï¼ :LDP man-pages:3.40:2008/06/29:cuserid:3:getlogin:3: +○:LDP man-pages:3.40:2009/12/05:daemon:3:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2012/03/25:daylight:3:tzset:3: +ï¼ :LDP man-pages:3.40:2012/04/23:db:3:dbopen:3: +☆:LDP man-pages:3.39=>3.40:2012/04/23:dbopen:3:1999/08/19::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2007/05/18:des_crypt:3:2004/08/14::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2007/05/18:des_setparity:3:des_crypt:3: +○:LDP man-pages:3.40:2010/02/25:difftime:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/26:dirfd:3:2003/10/15::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2009/03/30:dirname:3:basename:3: +○:LDP man-pages:3.40:2012/04/17:div:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/05/18:dl_iterate_phdr:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2008/12/06:dladdr:3:dlopen:3: +ï¼ :LDP man-pages:3.40:2008/12/06:dlclose:3:dlopen:3: +ï¼ :LDP man-pages:3.40:2008/12/06:dlerror:3:dlopen:3: +○:LDP man-pages:3.40:2008/12/06:dlopen:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/12/06:dlsym:3:dlopen:3: +ï¼ :LDP man-pages:3.40:2008/12/06:dlvsym:3:dlopen:3: +ï¼ :LDP man-pages:3.40:2012/04/23:dn_comp:3:resolver:3: +ï¼ :LDP man-pages:3.40:2012/04/23:dn_expand:3:resolver:3: +○:LDP man-pages:3.40:2010/09/15:dprintf:3:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2007/07/26:drand48:3:1997/01/20::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: +○:LDP man-pages:3.40:2007/07/26:drand48_r:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2010/09/20:drem:3:remainder:3: +ï¼ :LDP man-pages:3.40:2010/09/20:dremf:3:remainder:3: +ï¼ :LDP man-pages:3.40:2010/09/20:dreml:3:remainder:3: +○:LDP man-pages:3.40:2010/09/22:dysize:3:2002/01/06::nakano@apm.seikei.ac.jp:NAKANO Takeo: +ï¼ :LDP man-pages:3.40:2010/11/01:eaccess:3:euidaccess:3: +ï¼ :LDP man-pages:3.40:2007/05/18:ecb_crypt:3:des_crypt:3: +○:LDP man-pages:3.40:2010/09/20:ecvt:3:2009/05/14::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2007/07/26:ecvt_r:3:2002/09/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/07/17:edata:3:end:3: +○:LDP man-pages:3.40:2003/04/04:encrypt:3:2004/02/06::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2003/04/04:encrypt_r:3:encrypt:3: +○:LDP man-pages:3.40:2008/07/17:end:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2003/09/09:endaliasent:3:setaliasent:3: +ï¼ :LDP man-pages:3.40:2002/02/28:endfsent:3:getfsent:3: +ï¼ :LDP man-pages:3.40:2010/10/21:endgrent:3:getgrent:3: +ï¼ :LDP man-pages:3.40:2010/10/04:endhostent:3:gethostbyname:3: +○:LDP man-pages:3.40:2010/09/10:endian:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2009/09/15:endmntent:3:getmntent:3: +ï¼ :LDP man-pages:3.40:2008/08/19:endnetent:3:getnetent:3: +ï¼ :LDP man-pages:3.40:2007/07/26:endnetgrent:3:setnetgrent:3: +ï¼ :LDP man-pages:3.40:2008/08/19:endprotoent:3:getprotoent:3: +ï¼ :LDP man-pages:3.40:2010/10/21:endpwent:3:getpwent:3: +ï¼ :LDP man-pages:3.40:2008/08/19:endrpcent:3:getrpcent:3: +ï¼ :LDP man-pages:3.40:2008/08/19:endservent:3:getservent:3: +ï¼ :LDP man-pages:3.40:2010/02/25:endspent:3:getspnam:3: +ï¼ :LDP man-pages:3.40:2002/07/18:endttyent:3:getttyent:3: +ï¼ :LDP man-pages:3.40:2007/07/26:endusershell:3:getusershell:3: +ï¼ :LDP man-pages:3.40:2008/06/29:endutent:3:getutent:3: +ï¼ :LDP man-pages:3.40:2008/06/29:endutxent:3:getutent:3: +ï¼ :LDP man-pages:3.40:2007/05/18:envz:3:envz_add:3: +○:LDP man-pages:3.40:2007/05/18:envz_add:3:2003/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/05/18:envz_entry:3:envz_add:3: +ï¼ :LDP man-pages:3.40:2007/05/18:envz_get:3:envz_add:3: +ï¼ :LDP man-pages:3.40:2007/05/18:envz_merge:3:envz_add:3: +ï¼ :LDP man-pages:3.40:2007/05/18:envz_remove:3:envz_add:3: +ï¼ :LDP man-pages:3.40:2007/05/18:envz_strip:3:envz_add:3: +ï¼ :LDP man-pages:3.40:2007/07/26:erand48:3:drand48:3: +ï¼ :LDP man-pages:3.40:2007/07/26:erand48_r:3:drand48_r:3: +○:LDP man-pages:3.40:2010/09/20:erf:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:erfc:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:erfcf:3:erfc:3: +ï¼ :LDP man-pages:3.40:2010/09/20:erfcl:3:erfc:3: +ï¼ :LDP man-pages:3.40:2010/09/20:erff:3:erf:3: +ï¼ :LDP man-pages:3.40:2010/09/20:erfl:3:erf:3: +○:LDP man-pages:3.40:2012/03/15:err:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/07/09:errno:3:2006/07/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/08/29:error:3:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2010/08/29:error_at_line:3:error:3: +ï¼ :LDP man-pages:3.40:2010/08/29:error_message_count:3:error:3: +ï¼ :LDP man-pages:3.40:2010/08/29:error_one_per_line:3:error:3: +ï¼ :LDP man-pages:3.40:2010/08/29:error_print_progname:3:error:3: +ï¼ :LDP man-pages:3.40:2012/03/15:errx:3:err:3: +ï¼ :LDP man-pages:3.40:2008/07/17:etext:3:end:3: +○:LDP man-pages:3.40:2002/07/20:ether_aton:3:2002/09/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2002/07/20:ether_aton_r:3:ether_aton:3: +ï¼ :LDP man-pages:3.40:2002/07/20:ether_hostton:3:ether_aton:3: +ï¼ :LDP man-pages:3.40:2002/07/20:ether_line:3:ether_aton:3: +ï¼ :LDP man-pages:3.40:2002/07/20:ether_ntoa:3:ether_aton:3: +ï¼ :LDP man-pages:3.40:2002/07/20:ether_ntoa_r:3:ether_aton:3: +ï¼ :LDP man-pages:3.40:2002/07/20:ether_ntohost:3:ether_aton:3: +○:LDP man-pages:3.40:2010/11/01:euidaccess:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/08/30:eventfd_read:3:eventfd:2: +ï¼ :LDP man-pages:3.40:2010/08/30:eventfd_write:3:eventfd:2: +○:LDP man-pages:3.40:2010/09/25:exec:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/25:execl:3:exec:3: +ï¼ :LDP man-pages:3.40:2010/09/25:execle:3:exec:3: +ï¼ :LDP man-pages:3.40:2010/09/25:execlp:3:exec:3: +ï¼ :LDP man-pages:3.40:2010/09/25:execv:3:exec:3: +ï¼ :LDP man-pages:3.40:2010/09/25:execvp:3:exec:3: +ï¼ :LDP man-pages:3.40:2010/09/25:execvpe:3:exec:3: +○:LDP man-pages:3.40:2009/09/20:exit:3:2007/06/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:exp:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/08/11:exp10:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/11:exp10f:3:exp10:3: +ï¼ :LDP man-pages:3.40:2008/08/11:exp10l:3:exp10:3: +○:LDP man-pages:3.40:2010/09/20:exp2:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:exp2f:3:exp2:3: +ï¼ :LDP man-pages:3.40:2010/09/20:exp2l:3:exp2:3: +ï¼ :LDP man-pages:3.40:2010/09/20:expf:3:exp:3: +ï¼ :LDP man-pages:3.40:2010/09/20:expl:3:exp:3: +○:LDP man-pages:3.40:2010/09/12:expm1:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/12:expm1f:3:expm1:3: +ï¼ :LDP man-pages:3.40:2010/09/12:expm1l:3:expm1:3: +○:LDP man-pages:3.40:2010/09/20:fabs:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:fabsf:3:fabs:3: +ï¼ :LDP man-pages:3.40:2010/09/20:fabsl:3:fabs:3: +○:LDP man-pages:3.40:2009/02/23:fclose:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2006/12/27:fcloseall:3:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:fcvt:3:ecvt:3: +ï¼ :LDP man-pages:3.40:2007/07/26:fcvt_r:3:ecvt_r:3: +○:LDP man-pages:3.40:2010/09/20:fdim:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:fdimf:3:fdim:3: +ï¼ :LDP man-pages:3.40:2010/09/20:fdiml:3:fdim:3: +ï¼ :LDP man-pages:3.40:2012/04/22:fdopen:3:fopen:3: +ï¼ :LDP man-pages:3.40:2010/06/20:fdopendir:3:opendir:3: +ï¼ :LDP man-pages:3.40:2010/10/31:feclearexcept:3:fenv:3: +ï¼ :LDP man-pages:3.40:2010/10/31:fedisableexcept:3:fenv:3: +ï¼ :LDP man-pages:3.40:2010/10/31:feenableexcept:3:fenv:3: +ï¼ :LDP man-pages:3.40:2010/10/31:fegetenv:3:fenv:3: +ï¼ :LDP man-pages:3.40:2010/10/31:fegetexcept:3:fenv:3: +ï¼ :LDP man-pages:3.40:2010/10/31:fegetexceptflag:3:fenv:3: +ï¼ :LDP man-pages:3.40:2010/10/31:fegetround:3:fenv:3: +ï¼ :LDP man-pages:3.40:2010/10/31:feholdexcept:3:fenv:3: +○:LDP man-pages:3.40:2010/10/31:fenv:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/29:feof:3:ferror:3: +ï¼ :LDP man-pages:3.40:2008/08/29:feof_unlocked:3:unlocked_stdio:3: +ï¼ :LDP man-pages:3.40:2010/10/31:feraiseexcept:3:fenv:3: +○:LDP man-pages:3.40:2008/08/29:ferror:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2008/08/29:ferror_unlocked:3:unlocked_stdio:3: +ï¼ :LDP man-pages:3.40:2010/10/31:fesetenv:3:fenv:3: +ï¼ :LDP man-pages:3.40:2010/10/31:fesetexceptflag:3:fenv:3: +ï¼ :LDP man-pages:3.40:2010/10/31:fesetround:3:fenv:3: +ï¼ :LDP man-pages:3.40:2010/10/31:fetestexcept:3:fenv:3: +ï¼ :LDP man-pages:3.40:2010/10/31:feupdateenv:3:fenv:3: +○:LDP man-pages:3.40:2010/09/15:fexecve:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/09/06:fflush:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2008/08/29:fflush_unlocked:3:unlocked_stdio:3: +○:LDP man-pages:3.40:2010/09/20:ffs:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2010/09/20:ffsl:3:ffs:3: +ï¼ :LDP man-pages:3.40:2010/09/20:ffsll:3:ffs:3: +ï¼ :LDP man-pages:3.40:2012/01/18:fgetc:3:gets:3: +ï¼ :LDP man-pages:3.40:2008/08/29:fgetc_unlocked:3:unlocked_stdio:3: +○:LDP man-pages:3.40:2008/07/10:fgetgrent:3:1997/12/19::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +ï¼ :LDP man-pages:3.40:2010/10/21:fgetgrent_r:3:getgrent_r:3: +ï¼ :LDP man-pages:3.40:1993/11/29:fgetpos:3:fseek:3: +○:LDP man-pages:3.40:2008/07/10:fgetpwent:3:1997/12/18::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +ï¼ :LDP man-pages:3.40:2010/10/21:fgetpwent_r:3:getpwent_r:3: +ï¼ :LDP man-pages:3.40:2012/01/18:fgets:3:gets:3: +ï¼ :LDP man-pages:3.40:2008/08/29:fgets_unlocked:3:unlocked_stdio:3: +ï¼ :LDP man-pages:3.40:2010/02/25:fgetspent:3:getspnam:3: +ï¼ :LDP man-pages:3.40:2010/02/25:fgetspent_r:3:getspnam:3: +○:LDP man-pages:3.40:1999/07/25:fgetwc:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2008/08/29:fgetwc_unlocked:3:unlocked_stdio:3: +○:LDP man-pages:3.40:2011/09/28:fgetws:3:2001/11/09::ysato@h4.dion.ne.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2008/08/29:fgetws_unlocked:3:unlocked_stdio:3: +ï¼ :LDP man-pages:3.40:2008/08/29:fileno:3:ferror:3: +ï¼ :LDP man-pages:3.40:2008/08/29:fileno_unlocked:3:unlocked_stdio:3: +○:LDP man-pages:3.40:2008/08/05:finite:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/05:finitef:3:finite:3: +ï¼ :LDP man-pages:3.40:2008/08/05:finitel:3:finite:3: +○:LDP man-pages:3.40:2008/08/29:flockfile:3:2001/11/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:floor:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:floorf:3:floor:3: +ï¼ :LDP man-pages:3.40:2010/09/20:floorl:3:floor:3: +○:LDP man-pages:3.40:2010/09/20:fma:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:fmaf:3:fma:3: +ï¼ :LDP man-pages:3.40:2010/09/20:fmal:3:fma:3: +○:LDP man-pages:3.40:2010/09/20:fmax:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:fmaxf:3:fmax:3: +ï¼ :LDP man-pages:3.40:2010/09/20:fmaxl:3:fmax:3: +○:LDP man-pages:3.40:2010/09/15:fmemopen:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:fmin:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:fminf:3:fmin:3: +ï¼ :LDP man-pages:3.40:2010/09/20:fminl:3:fmin:3: +○:LDP man-pages:3.40:2012/03/15:fmod:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/03/15:fmodf:3:fmod:3: +ï¼ :LDP man-pages:3.40:2012/03/15:fmodl:3:fmod:3: +○:LDP man-pages:3.40:2008/06/14:fmtmsg:3:2004/08/14::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2000/10/15:fnmatch:3:2006/03/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2012/04/22:fopen:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/12/05:fopencookie:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/06/13:forkpty:3:openpty:3: +○:LDP man-pages:3.40:1993/04/04:fpathconf:3:1998/03/20::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2010/09/20:fpclassify:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/28:fprintf:3:printf:3: +○:LDP man-pages:3.40:2001/12/15:fpurge:3:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: +ï¼ :LDP man-pages:3.40:2011/09/28:fputc:3:puts:3: +ï¼ :LDP man-pages:3.40:2008/08/29:fputc_unlocked:3:unlocked_stdio:3: +ï¼ :LDP man-pages:3.40:2011/09/28:fputs:3:puts:3: +ï¼ :LDP man-pages:3.40:2008/08/29:fputs_unlocked:3:unlocked_stdio:3: +○:LDP man-pages:3.40:1999/07/25:fputwc:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2008/08/29:fputwc_unlocked:3:unlocked_stdio:3: +○:LDP man-pages:3.40:2011/09/28:fputws:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2008/08/29:fputws_unlocked:3:unlocked_stdio:3: +○:LDP man-pages:3.40:2012/03/30:fread:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/29:fread_unlocked:3:unlocked_stdio:3: +ï¼ :LDP man-pages:3.40:2012/04/18:free:3:malloc:3: +ï¼ :LDP man-pages:3.40:2012/04/14:freeaddrinfo:3:getaddrinfo:3: +ï¼ :LDP man-pages:3.40:2010/09/04:freehostent:3:getipnodebyname:3: +※:LDP man-pages:3.40:2010/10/06:freeifaddrs:3:getifaddrs:3: +ï¼ :LDP man-pages:3.40:2012/04/22:freopen:3:fopen:3: +○:LDP man-pages:3.40:2010/09/20:frexp:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:frexpf:3:frexp:3: +ï¼ :LDP man-pages:3.40:2010/09/20:frexpl:3:frexp:3: +ï¼ :LDP man-pages:3.40:2011/09/28:fscanf:3:scanf:3: +○:LDP man-pages:3.40:1993/11/29:fseek:3:1998/04/27::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2001/11/05:fseeko:3:2006/01/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:1993/11/29:fsetpos:3:fseek:3: +ï¼ :LDP man-pages:3.40:2003/08/22:fstatvfs:3:statvfs:3: +ï¼ :LDP man-pages:3.40:1993/11/29:ftell:3:fseek:3: +ï¼ :LDP man-pages:3.40:2001/11/05:ftello:3:fseeko:3: +○:LDP man-pages:3.40:2010/02/25:ftime:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2001/11/28:ftok:3:2002/01/06::nakano@apm.seikei.ac.jp:NAKANO Takeo: +ï¼ :LDP man-pages:3.40:2008/08/29:ftrylockfile:3:flockfile:3: +○:LDP man-pages:3.40:2007/12/28:fts:3:2000/09/05::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2007/12/28:fts_children:3:fts:3: +ï¼ :LDP man-pages:3.40:2007/12/28:fts_close:3:fts:3: +ï¼ :LDP man-pages:3.40:2007/12/28:fts_open:3:fts:3: +ï¼ :LDP man-pages:3.40:2007/12/28:fts_read:3:fts:3: +ï¼ :LDP man-pages:3.40:2007/12/28:fts_set:3:fts:3: +○:LDP man-pages:3.40:2010/09/20:ftw:3:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/29:funlockfile:3:flockfile:3: +※:LDP man-pages:3.40:2012/03/25:futimens:3:utimensat:2: +○:LDP man-pages:3.40:2008/04/07:futimes:3:2006/07/31::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/09/17:fwide:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +ï¼ :LDP man-pages:3.40:2011/09/17:fwprintf:3:wprintf:3: +ï¼ :LDP man-pages:3.40:2012/03/30:fwrite:3:fread:3: +ï¼ :LDP man-pages:3.40:2008/08/29:fwrite_unlocked:3:unlocked_stdio:3: +※:LDP man-pages:3.40:2010/09/27:gai_cancel:3:getaddrinfo_a:3: +※:LDP man-pages:3.40:2010/09/27:gai_error:3:getaddrinfo_a:3: +ï¼ :LDP man-pages:3.40:2012/04/14:gai_strerror:3:getaddrinfo:3: +※:LDP man-pages:3.40:2010/09/27:gai_suspend:3:getaddrinfo_a:3: +○:LDP man-pages:3.40:2008/08/05:gamma:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/05:gammaf:3:gamma:3: +ï¼ :LDP man-pages:3.40:2008/08/05:gammal:3:gamma:3: +○:LDP man-pages:3.40:2010/09/20:gcvt:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:get_current_dir_name:3:getcwd:3: +ï¼ :LDP man-pages:3.40:2008/07/17:get_myaddress:3:rpc:3: +※:LDP man-pages:3.40:2012/03/20:get_nprocs:3:get_nprocs_conf:3: +×:LDP man-pages:3.40:2012/03/20:get_nprocs_conf:3::::: +○:LDP man-pages:3.40:2012/04/14:getaddrinfo:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.40:2010/09/27:getaddrinfo_a:3::::: +ï¼ :LDP man-pages:3.40:2003/09/09:getaliasbyname:3:setaliasent:3: +ï¼ :LDP man-pages:3.40:2003/09/09:getaliasbyname_r:3:setaliasent:3: +ï¼ :LDP man-pages:3.40:2003/09/09:getaliasent:3:setaliasent:3: +ï¼ :LDP man-pages:3.40:2003/09/09:getaliasent_r:3:setaliasent:3: +ï¼ :LDP man-pages:3.40:2012/01/18:getc:3:gets:3: +ï¼ :LDP man-pages:3.40:2008/08/29:getc_unlocked:3:unlocked_stdio:3: +ï¼ :LDP man-pages:3.40:2012/01/18:getchar:3:gets:3: +ï¼ :LDP man-pages:3.40:2008/08/29:getchar_unlocked:3:unlocked_stdio:3: +○:LDP man-pages:3.40:2010/09/20:getcwd:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2010/09/20:getdate:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:getdate_err:3:getdate:3: +ï¼ :LDP man-pages:3.40:2010/09/20:getdate_r:3:getdate:3: +ï¼ :LDP man-pages:3.40:2010/06/12:getdelim:3:getline:3: +○:LDP man-pages:3.40:2007/07/26:getdirentries:3:1998/04/30::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2008/03/17:getenv:3:2003/09/28::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2002/02/28:getfsent:3:2002/08/07::nakano@apm.seikei.ac.jp:NAKANO Takeo: +ï¼ :LDP man-pages:3.40:2002/02/28:getfsfile:3:getfsent:3: +ï¼ :LDP man-pages:3.40:2002/02/28:getfsspec:3:getfsent:3: +○:LDP man-pages:3.40:2010/10/21:getgrent:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/10/21:getgrent_r:3:2004/08/14::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2012/04/23:getgrgid:3:getgrnam:3: +ï¼ :LDP man-pages:3.40:2012/04/23:getgrgid_r:3:getgrnam:3: +☆:LDP man-pages:3.39=>3.40:2012/04/23:getgrnam:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/23:getgrnam_r:3:getgrnam:3: +○:LDP man-pages:3.40:2008/07/03:getgrouplist:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/10/04:gethostbyaddr:3:gethostbyname:3: +ï¼ :LDP man-pages:3.40:2010/10/04:gethostbyaddr_r:3:gethostbyname:3: +○:LDP man-pages:3.40:2010/10/04:gethostbyname:3:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/10/04:gethostbyname2:3:gethostbyname:3: +ï¼ :LDP man-pages:3.40:2010/10/04:gethostbyname2_r:3:gethostbyname:3: +ï¼ :LDP man-pages:3.40:2010/10/04:gethostbyname_r:3:gethostbyname:3: +ï¼ :LDP man-pages:3.40:2010/10/04:gethostent:3:gethostbyname:3: +ï¼ :LDP man-pages:3.40:2010/10/04:gethostent_r:3:gethostbyname:3: +○:LDP man-pages:3.40:2010/09/20:gethostid:3:2009/01/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +×:LDP man-pages:3.40:2010/10/06:getifaddrs:3::::: +ï¼ :LDP man-pages:3.40:2010/09/04:getipnodebyaddr:3:getipnodebyname:3: +○:LDP man-pages:3.40:2010/09/04:getipnodebyname:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2010/06/12:getline:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/12/08:getloadavg:3:2002/01/21::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2008/06/29:getlogin:3:2005/03/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/06/29:getlogin_r:3:getlogin:3: +○:LDP man-pages:3.40:2009/09/15:getmntent:3:2005/03/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2009/09/15:getmntent_r:3:getmntent:3: +○:LDP man-pages:3.40:2009/12/03:getnameinfo:3:2007/01/07::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/19:getnetbyaddr:3:getnetent:3: +ï¼ :LDP man-pages:3.40:2010/09/10:getnetbyaddr_r:3:getnetent_r:3: +ï¼ :LDP man-pages:3.40:2008/08/19:getnetbyname:3:getnetent:3: +ï¼ :LDP man-pages:3.40:2010/09/10:getnetbyname_r:3:getnetent_r:3: +○:LDP man-pages:3.40:2008/08/19:getnetent:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/10:getnetent_r:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/07/26:getnetgrent:3:setnetgrent:3: +ï¼ :LDP man-pages:3.40:2007/07/26:getnetgrent_r:3:setnetgrent:3: +○:LDP man-pages:3.40:2010/11/01:getopt:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/01:getopt_long:3:getopt:3: +ï¼ :LDP man-pages:3.40:2010/11/01:getopt_long_only:3:getopt:3: +○:LDP man-pages:3.40:2010/09/20:getpass:3:2001/02/14::nakano@apm.seikei.ac.jp:NAKANO Takeo:Older ver. is in obsolete/ +ï¼ :LDP man-pages:3.40:2008/08/19:getprotobyname:3:getprotoent:3: +ï¼ :LDP man-pages:3.40:2010/09/10:getprotobyname_r:3:getprotoent_r:3: +ï¼ :LDP man-pages:3.40:2008/08/19:getprotobynumber:3:getprotoent:3: +ï¼ :LDP man-pages:3.40:2010/09/10:getprotobynumber_r:3:getprotoent_r:3: +○:LDP man-pages:3.40:2008/08/19:getprotoent:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/10:getprotoent_r:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/10:getpt:3:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/10/21:getpw:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2010/10/21:getpwent:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/10/21:getpwent_r:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2012/04/23:getpwnam:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/23:getpwnam_r:3:getpwnam:3: +ï¼ :LDP man-pages:3.40:2012/04/23:getpwuid:3:getpwnam:3: +ï¼ :LDP man-pages:3.40:2012/04/23:getpwuid_r:3:getpwnam:3: +ï¼ :LDP man-pages:3.40:2008/08/19:getrpcbyname:3:getrpcent:3: +ï¼ :LDP man-pages:3.40:2010/09/10:getrpcbyname_r:3:getrpcent_r:3: +ï¼ :LDP man-pages:3.40:2008/08/19:getrpcbynumber:3:getrpcent:3: +ï¼ :LDP man-pages:3.40:2010/09/10:getrpcbynumber_r:3:getrpcent_r:3: +○:LDP man-pages:3.40:2008/08/19:getrpcent:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/10:getrpcent_r:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:1987/10/06:getrpcport:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2012/01/18:gets:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/19:getservbyname:3:getservent:3: +ï¼ :LDP man-pages:3.40:2010/09/10:getservbyname_r:3:getservent_r:3: +ï¼ :LDP man-pages:3.40:2008/08/19:getservbyport:3:getservent:3: +ï¼ :LDP man-pages:3.40:2010/09/10:getservbyport_r:3:getservent_r:3: +○:LDP man-pages:3.40:2008/08/19:getservent:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/10:getservent_r:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/02/25:getspent:3:getspnam:3: +ï¼ :LDP man-pages:3.40:2010/02/25:getspent_r:3:getspnam:3: +○:LDP man-pages:3.40:2010/02/25:getspnam:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/02/25:getspnam_r:3:getspnam:3: +○:LDP man-pages:3.40:2010/09/26:getsubopt:3:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2002/07/18:getttyent:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2002/07/18:getttynam:3:getttyent:3: +○:LDP man-pages:3.40:2010/09/10:getumask:3:2003/02/02::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/07/26:getusershell:3:1998/02/05::ishioka@dad.eec.toshiba.co.jp:ISHIOKA Takashi: +○:LDP man-pages:3.40:2008/06/29:getutent:3:2005/03/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/06/29:getutent_r:3:getutent:3: +ï¼ :LDP man-pages:3.40:2008/06/29:getutid:3:getutent:3: +ï¼ :LDP man-pages:3.40:2008/06/29:getutid_r:3:getutent:3: +ï¼ :LDP man-pages:3.40:2008/06/29:getutline:3:getutent:3: +ï¼ :LDP man-pages:3.40:2008/06/29:getutline_r:3:getutent:3: +○:LDP man-pages:3.40:2010/09/10:getutmp:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/10:getutmpx:3:getutmp:3: +ï¼ :LDP man-pages:3.40:2008/06/29:getutxent:3:getutent:3: +ï¼ :LDP man-pages:3.40:2008/06/29:getutxid:3:getutent:3: +ï¼ :LDP man-pages:3.40:2008/06/29:getutxline:3:getutent:3: +○:LDP man-pages:3.40:2010/09/26:getw:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:1999/07/25:getwc:3:fgetwc:3: +ï¼ :LDP man-pages:3.40:2008/08/29:getwc_unlocked:3:unlocked_stdio:3: +○:LDP man-pages:3.40:1999/07/25:getwchar:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2008/08/29:getwchar_unlocked:3:unlocked_stdio:3: +ï¼ :LDP man-pages:3.40:2010/09/20:getwd:3:getcwd:3: +○:LDP man-pages:3.40:2007/10/10:glob:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2007/10/10:globfree:3:glob:3: +ï¼ :LDP man-pages:3.40:2010/02/25:gmtime:3:ctime:3: +ï¼ :LDP man-pages:3.40:2010/02/25:gmtime_r:3:ctime:3: +ï¼ :LDP man-pages:3.40:2010/09/10:gnu_dev_major:3:makedev:3: +ï¼ :LDP man-pages:3.40:2010/09/10:gnu_dev_makedev:3:makedev:3: +ï¼ :LDP man-pages:3.40:2010/09/10:gnu_dev_minor:3:makedev:3: +ï¼ :LDP man-pages:3.40:2010/09/10:gnu_get_libc_release:3:gnu_get_libc_version:3: +○:LDP man-pages:3.40:2010/09/10:gnu_get_libc_version:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/06/14:grantpt:3:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2007/07/26:gsignal:3:2003/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/10/04:h_errno:3:gethostbyname:3: +☆:LDP man-pages:3.39=>3.40:2012/04/23:hash:3:1999/08/17::nakano@apm.seikei.ac.jp:NAKANO Takeo: +ï¼ :LDP man-pages:3.40:2009/09/15:hasmntopt:3:getmntent:3: +ï¼ :LDP man-pages:3.40:2011/09/10:hcreate:3:hsearch:3: +ï¼ :LDP man-pages:3.40:2011/09/10:hcreate_r:3:hsearch:3: +ï¼ :LDP man-pages:3.40:2011/09/10:hdestroy:3:hsearch:3: +ï¼ :LDP man-pages:3.40:2011/09/10:hdestroy_r:3:hsearch:3: +ï¼ :LDP man-pages:3.40:2010/10/04:herror:3:gethostbyname:3: +○:LDP man-pages:3.40:2011/09/10:hsearch:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/10:hsearch_r:3:hsearch:3: +ï¼ :LDP man-pages:3.40:2010/10/04:hstrerror:3:gethostbyname:3: +ï¼ :LDP man-pages:3.40:2010/09/10:htobe16:3:endian:3: +ï¼ :LDP man-pages:3.40:2010/09/10:htobe32:3:endian:3: +ï¼ :LDP man-pages:3.40:2010/09/10:htobe64:3:endian:3: +ï¼ :LDP man-pages:3.40:2010/09/10:htole16:3:endian:3: +ï¼ :LDP man-pages:3.40:2010/09/10:htole32:3:endian:3: +ï¼ :LDP man-pages:3.40:2010/09/10:htole64:3:endian:3: +ï¼ :LDP man-pages:3.40:2009/01/15:htonl:3:byteorder:3: +ï¼ :LDP man-pages:3.40:2009/01/15:htons:3:byteorder:3: +○:LDP man-pages:3.40:2010/09/20:hypot:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:hypotf:3:hypot:3: +ï¼ :LDP man-pages:3.40:2010/09/20:hypotl:3:hypot:3: +○:LDP man-pages:3.40:2008/09/08:iconv:3:2000/07/11::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +○:LDP man-pages:3.40:2008/08/11:iconv_close:3:2000/07/11::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +○:LDP man-pages:3.40:2008/08/11:iconv_open:3:2007/06/01::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:ilogb:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:ilogbf:3:ilogb:3: +ï¼ :LDP man-pages:3.40:2010/09/20:ilogbl:3:ilogb:3: +ï¼ :LDP man-pages:3.40:2010/09/20:imaxabs:3:abs:3: +ï¼ :LDP man-pages:3.40:2012/04/17:imaxdiv:3:div:3: +○:LDP man-pages:3.40:2011/09/21:index:3:1997/12/12::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +○:LDP man-pages:3.40:2008/06/19:inet:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/06/19:inet_addr:3:inet:3: +ï¼ :LDP man-pages:3.40:2008/06/19:inet_aton:3:inet:3: +ï¼ :LDP man-pages:3.40:2008/06/19:inet_lnaof:3:inet:3: +ï¼ :LDP man-pages:3.40:2008/06/19:inet_makeaddr:3:inet_addr:3: +ï¼ :LDP man-pages:3.40:2008/06/19:inet_netof:3:inet:3: +ï¼ :LDP man-pages:3.40:2008/06/19:inet_network:3:inet:3: +ï¼ :LDP man-pages:3.40:2008/06/19:inet_ntoa:3:inet:3: +○:LDP man-pages:3.40:2008/11/11:inet_ntop:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/06/18:inet_pton:3:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:1993/06/02:infnan:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2007/07/26:initgroups:3:2005/02/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:initstate:3:random:3: +ï¼ :LDP man-pages:3.40:2008/03/07:initstate_r:3:random_r:3: +ï¼ :LDP man-pages:3.40:2007/07/26:innetgr:3:setnetgrent:3: +○:LDP man-pages:3.40:2010/09/09:insque:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/11/11:intro:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/23:iruserok:3:rcmd:3: +ï¼ :LDP man-pages:3.40:2012/04/23:iruserok_af:3:rcmd:3: +ï¼ :LDP man-pages:3.40:2010/09/20:isalnum:3:isalpha:3: +○:LDP man-pages:3.40:2010/09/20:isalpha:3:2007/05/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:isascii:3:isalpha:3: +○:LDP man-pages:3.40:2008/12/03:isatty:3:1997/2/10::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki: +ï¼ :LDP man-pages:3.40:2010/09/20:isblank:3:isalpha:3: +ï¼ :LDP man-pages:3.40:2010/09/20:iscntrl:3:isalpha:3: +ï¼ :LDP man-pages:3.40:2010/09/20:isdigit:3:isalpha:3: +ï¼ :LDP man-pages:3.40:2010/09/20:isfinite:3:fpclassify:3: +ï¼ :LDP man-pages:3.40:2010/09/20:isgraph:3:isalpha:3: +○:LDP man-pages:3.40:2010/09/20:isgreater:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:isgreaterequal:3:isgreater:3: +ï¼ :LDP man-pages:3.40:2010/09/20:isinf:3:fpclassify:3: +ï¼ :LDP man-pages:3.40:2008/08/05:isinff:3:finite:3: +ï¼ :LDP man-pages:3.40:2008/08/05:isinfl:3:finite:3: +ï¼ :LDP man-pages:3.40:2010/09/20:isless:3:isgreater:3: +ï¼ :LDP man-pages:3.40:2010/09/20:islessequal:3:isgreater:3: +ï¼ :LDP man-pages:3.40:2010/09/20:islessgreater:3:isgreater:3: +ï¼ :LDP man-pages:3.40:2010/09/20:islower:3:isalpha:3: +ï¼ :LDP man-pages:3.40:2010/09/20:isnan:3:fpclassify:3: +ï¼ :LDP man-pages:3.40:2008/08/05:isnanf:3:finite:3: +ï¼ :LDP man-pages:3.40:2008/08/05:isnanl:3:finite:3: +ï¼ :LDP man-pages:3.40:2010/09/20:isnormal:3:fpclassify:3: +ï¼ :LDP man-pages:3.40:2010/09/20:isprint:3:isalpha:3: +ï¼ :LDP man-pages:3.40:2010/09/20:ispunct:3:isalpha:3: +ï¼ :LDP man-pages:3.40:2010/09/20:isspace:3:isalpha:3: +ï¼ :LDP man-pages:3.40:2010/09/20:isunordered:3:isgreater:3: +ï¼ :LDP man-pages:3.40:2010/09/20:isupper:3:isalpha:3: +○:LDP man-pages:3.40:1999/07/25:iswalnum:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:1999/07/25:iswalpha:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2010/09/20:iswblank:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:1999/07/25:iswcntrl:3:1999/09/12::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:1999/07/25:iswctype:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:1999/07/25:iswdigit:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:1999/07/25:iswgraph:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:1999/07/25:iswlower:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:1999/07/25:iswprint:3:1999/09/12::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:1999/07/25:iswpunct:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:1999/07/25:iswspace:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:1999/07/25:iswupper:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:1999/07/25:iswxdigit:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2010/09/20:isxdigit:3:isalpha:3: +○:LDP man-pages:3.40:2010/09/20:j0:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:j0f:3:j0:3: +ï¼ :LDP man-pages:3.40:2010/09/20:j0l:3:j0:3: +ï¼ :LDP man-pages:3.40:2010/09/20:j1:3:j0:3: +ï¼ :LDP man-pages:3.40:2010/09/20:j1f:3:j0:3: +ï¼ :LDP man-pages:3.40:2010/09/20:j1l:3:j0:3: +ï¼ :LDP man-pages:3.40:2010/09/20:jn:3:j0:3: +ï¼ :LDP man-pages:3.40:2010/09/20:jnf:3:j0:3: +ï¼ :LDP man-pages:3.40:2010/09/20:jnl:3:j0:3: +ï¼ :LDP man-pages:3.40:2007/07/26:jrand48:3:drand48:3: +ï¼ :LDP man-pages:3.40:2007/07/26:jrand48_r:3:drand48_r:3: +ï¼ :LDP man-pages:3.40:2002/07/18:key_decryptsession:3:key_setsecret:3: +ï¼ :LDP man-pages:3.40:2002/07/18:key_encryptsession:3:key_setsecret:3: +ï¼ :LDP man-pages:3.40:2002/07/18:key_gendes:3:key_setsecret:3: +ï¼ :LDP man-pages:3.40:2002/07/18:key_secretkey_is_set:3:key_setsecret:3: +○:LDP man-pages:3.40:2002/07/18:key_setsecret:3:2003/02/01::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/07:klogctl:3:syslog:2: +ï¼ :LDP man-pages:3.40:2010/09/20:l64a:3:a64l:3: +ï¼ :LDP man-pages:3.40:2010/09/20:labs:3:abs:3: +ï¼ :LDP man-pages:3.40:2010/02/25:lckpwdf:3:getspnam:3: +ï¼ :LDP man-pages:3.40:2007/07/26:lcong48:3:drand48:3: +ï¼ :LDP man-pages:3.40:2007/07/26:lcong48_r:3:drand48_r:3: +○:LDP man-pages:3.40:2010/09/20:ldexp:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:ldexpf:3:ldexp:3: +ï¼ :LDP man-pages:3.40:2010/09/20:ldexpl:3:ldexp:3: +ï¼ :LDP man-pages:3.40:2012/04/17:ldiv:3:div:3: +ï¼ :LDP man-pages:3.40:2010/09/10:le16toh:3:endian:3: +ï¼ :LDP man-pages:3.40:2010/09/10:le32toh:3:endian:3: +ï¼ :LDP man-pages:3.40:2010/09/10:le64toh:3:endian:3: +ï¼ :LDP man-pages:3.40:1999/09/27:lfind:3:lsearch:3: +○:LDP man-pages:3.40:2010/09/11:lgamma:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/11:lgamma_r:3:lgamma:3: +ï¼ :LDP man-pages:3.40:2010/09/11:lgammaf:3:lgamma:3: +ï¼ :LDP man-pages:3.40:2010/09/11:lgammaf_r:3:lgamma:3: +ï¼ :LDP man-pages:3.40:2010/09/11:lgammal:3:lgamma:3: +ï¼ :LDP man-pages:3.40:2010/09/11:lgammal_r:3:lgamma:3: +×:LDP man-pages:3.40:2010/10/20:lio_listio:3::::: +ï¼ :LDP man-pages:3.40:2010/09/20:llabs:3:abs:3: +ï¼ :LDP man-pages:3.40:2012/04/17:lldiv:3:div:3: +ï¼ :LDP man-pages:3.40:2010/09/20:llrint:3:lrint:3: +ï¼ :LDP man-pages:3.40:2010/09/20:llrintf:3:lrint:3: +ï¼ :LDP man-pages:3.40:2010/09/20:llrintl:3:lrint:3: +ï¼ :LDP man-pages:3.40:2010/09/20:llround:3:lround:3: +ï¼ :LDP man-pages:3.40:2010/09/20:llroundf:3:lround:3: +ï¼ :LDP man-pages:3.40:2010/09/20:llroundl:3:lround:3: +○:LDP man-pages:3.40:1993/04/25:localeconv:3:1998/05/25::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +ï¼ :LDP man-pages:3.40:2010/02/25:localtime:3:ctime:3: +ï¼ :LDP man-pages:3.40:2010/02/25:localtime_r:3:ctime:3: +○:LDP man-pages:3.40:2011/09/11:lockf:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:log:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:log10:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:log10f:3:log10:3: +ï¼ :LDP man-pages:3.40:2010/09/20:log10l:3:log10:3: +○:LDP man-pages:3.40:2010/09/20:log1p:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:log1pf:3:log1p:3: +ï¼ :LDP man-pages:3.40:2010/09/20:log1pl:3:log1p:3: +○:LDP man-pages:3.40:2010/09/12:log2:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/12:log2f:3:log2:3: +ï¼ :LDP man-pages:3.40:2010/09/12:log2l:3:log2:3: +○:LDP man-pages:3.40:2010/09/20:logb:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:logbf:3:logb:3: +ï¼ :LDP man-pages:3.40:2010/09/20:logbl:3:logb:3: +ï¼ :LDP man-pages:3.40:2010/09/20:logf:3:log:3: +○:LDP man-pages:3.40:2004/05/06:login:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2010/06/13:login_tty:3:openpty:3: +ï¼ :LDP man-pages:3.40:2010/09/20:logl:3:log:3: +ï¼ :LDP man-pages:3.40:2004/05/06:logout:3:login:3: +ï¼ :LDP man-pages:3.40:2008/07/02:logwtmp:3:updwtmp:3: +○:LDP man-pages:3.40:2009/01/13:longjmp:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/07/26:lrand48:3:drand48:3: +ï¼ :LDP man-pages:3.40:2007/07/26:lrand48_r:3:drand48_r:3: +○:LDP man-pages:3.40:2010/09/20:lrint:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:lrintf:3:lrint:3: +ï¼ :LDP man-pages:3.40:2010/09/20:lrintl:3:lrint:3: +○:LDP man-pages:3.40:2010/09/20:lround:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:lroundf:3:lround:3: +ï¼ :LDP man-pages:3.40:2010/09/20:lroundl:3:lround:3: +○:LDP man-pages:3.40:1999/09/27:lsearch:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2004/12/11:lseek64:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2008/04/07:lutimes:3:futimes:3: +ï¼ :LDP man-pages:3.40:2010/09/10:major:3:makedev:3: +○:LDP man-pages:3.40:2009/03/31:makecontext:3:2008/12/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/10:makedev:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2012/04/18:malloc:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.40:2012/03/26:malloc_get_state:3::::: +☆:LDP man-pages:3.25=>3.40:2010/10/13:malloc_hook:3:2003/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +※:LDP man-pages:3.40:2012/03/26:malloc_set_state:3:malloc_get_state:3: +×:LDP man-pages:3.40:2012/03/29:malloc_trim:3::::: +×:LDP man-pages:3.40:2012/03/29:malloc_usable_size:3::::: +×:LDP man-pages:3.40:2012/04/18:mallopt:3::::: +○:LDP man-pages:3.40:2010/09/10:matherr:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:1999/07/25:mblen:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:1999/07/25:mbrlen:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2011/09/28:mbrtowc:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2000/11/20:mbsinit:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2011/10/01:mbsnrtowcs:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2011/09/28:mbsrtowcs:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2011/09/28:mbstowcs:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2011/09/28:mbtowc:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +×:LDP man-pages:3.40:2012/04/18:mcheck:3::::: +※:LDP man-pages:3.40:2012/04/18:mcheck_check_all:3:mcheck:3: +※:LDP man-pages:3.40:2012/04/18:mcheck_pedantic:3:mcheck:3: +ï¼ :LDP man-pages:3.40:2012/03/23:memalign:3:posix_memalign:3: +○:LDP man-pages:3.40:2009/01/13:memccpy:3:1997/07/26::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +☆:LDP man-pages:3.39=>3.40:2012/04/23:memchr:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/09/14:memcmp:3:1997/12/17::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +○:LDP man-pages:3.40:2010/11/15:memcpy:3:1997/02/21::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +○:LDP man-pages:3.40:2010/09/10:memfrob:3:1998/05/34::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +○:LDP man-pages:3.40:2008/12/05:memmem:3:1997/12/17::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +○:LDP man-pages:3.40:1993/04/10:memmove:3:2007/06/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/08/12:mempcpy:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2012/04/23:memrchr:3:memchr:3: +○:LDP man-pages:3.40:1993/04/11:memset:3:1997/02/21::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +ï¼ :LDP man-pages:3.40:2010/09/10:minor:3:makedev:3: +○:LDP man-pages:3.40:2010/09/26:mkdtemp:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/06/12:mkfifo:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2009/12/13:mkfifoat:3:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2012/04/21:mkostemp:3:mkstemp:3: +ï¼ :LDP man-pages:3.40:2012/04/21:mkostemps:3:mkstemp:3: +☆:LDP man-pages:3.39=>3.40:2012/04/21:mkstemp:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/21:mkstemps:3:mkstemp:3: +○:LDP man-pages:3.40:2010/09/20:mktemp:3:1999/04/10::tanisako@osa.dec.com:Kazuyuki Tanisako: +ï¼ :LDP man-pages:3.40:2010/02/25:mktime:3:ctime:3: +ï¼ :LDP man-pages:3.40:2012/04/16:mmap64:3:mmap2:2: +○:LDP man-pages:3.40:2010/09/20:modf:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:modff:3:modf:3: +ï¼ :LDP man-pages:3.40:2010/09/20:modfl:3:modf:3: +☆:LDP man-pages:3.39=>3.40:2012/04/26:mpool:3:1999/08/19::nakano@apm.seikei.ac.jp:NAKANO Takeo: +※:LDP man-pages:3.40:2012/04/18:mprobe:3:mcheck:3: +○:LDP man-pages:3.40:2010/08/29:mq_close:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/08/29:mq_getattr:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/10/04:mq_notify:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/02/20:mq_open:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:mq_receive:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:mq_send:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/08/29:mq_setattr:3:mq_getattr:3: +ï¼ :LDP man-pages:3.40:2010/09/20:mq_timedreceive:3:mq_receive:3: +ï¼ :LDP man-pages:3.40:2010/09/20:mq_timedsend:3:mq_send:3: +○:LDP man-pages:3.40:2010/08/29:mq_unlink:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/07/26:mrand48:3:drand48:3: +ï¼ :LDP man-pages:3.40:2007/07/26:mrand48_r:3:drand48_r:3: +☆:LDP man-pages:3.37=>3.40:2012/04/18:mtrace:3:2003/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/18:muntrace:3:mtrace:3: +○:LDP man-pages:3.40:2010/09/20:nan:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:nanf:3:nan:3: +ï¼ :LDP man-pages:3.40:2010/09/20:nanl:3:nan:3: +ï¼ :LDP man-pages:3.40:2010/09/20:nearbyint:3:rint:3: +ï¼ :LDP man-pages:3.40:2010/09/20:nearbyintf:3:rint:3: +ï¼ :LDP man-pages:3.40:2010/09/20:nearbyintl:3:rint:3: +○:LDP man-pages:3.40:1999/05/14:netlink:3:1999/08/20::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2010/09/20:nextafter:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:nextafterf:3:nextafter:3: +ï¼ :LDP man-pages:3.40:2010/09/20:nextafterl:3:nextafter:3: +ï¼ :LDP man-pages:3.40:2010/09/20:nexttoward:3:nextafter:3: +ï¼ :LDP man-pages:3.40:2010/09/20:nexttowardf:3:nextafter:3: +ï¼ :LDP man-pages:3.40:2010/09/20:nexttowardl:3:nextafter:3: +ï¼ :LDP man-pages:3.40:2010/09/20:nftw:3:ftw:3: +○:LDP man-pages:3.40:2010/10/03:nl_langinfo:3:2001/07/15::KY4N-UCD@asahi-net.or.jp:UCHIDA Norihiro: +ï¼ :LDP man-pages:3.40:2007/07/26:nrand48:3:drand48:3: +ï¼ :LDP man-pages:3.40:2007/07/26:nrand48_r:3:drand48_r:3: +ï¼ :LDP man-pages:3.40:2009/01/15:ntohl:3:byteorder:3: +ï¼ :LDP man-pages:3.40:2009/01/15:ntohs:3:byteorder:3: +○:LDP man-pages:3.40:2008/07/12:offsetof:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/12/05:on_exit:3:2009/01/15:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/15:open_memstream:3:fmemopen:3: +ï¼ :LDP man-pages:3.40:2010/09/15:open_wmemstream:3:fmemopen:3: +○:LDP man-pages:3.40:2010/06/20:opendir:3:2007/10/14:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/11/12:openlog:3:syslog:3: +○:LDP man-pages:3.40:2010/06/13:openpty:3:2006/02/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/11/01:optarg:3:getopt:3: +ï¼ :LDP man-pages:3.40:2010/11/01:opterr:3:getopt:3: +ï¼ :LDP man-pages:3.40:2010/11/01:optind:3:getopt:3: +ï¼ :LDP man-pages:3.40:2010/11/01:optopt:3:getopt:3: +ï¼ :LDP man-pages:3.40:2003/04/04:passwd2des:3:xcrypt:3: +ï¼ :LDP man-pages:3.40:1993/04/04:pathconf:3:fpathconf:3: +ï¼ :LDP man-pages:3.40:2010/02/03:pclose:3:popen:3: +○:LDP man-pages:3.40:2012/04/17:perror:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/07/17:pmap_getmaps:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:pmap_getport:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:pmap_rmtcall:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:pmap_set:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:pmap_unset:3:rpc:3: +○:LDP man-pages:3.40:2010/02/03:popen:3:2008/11/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:posix_fallocate:3:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.39=>3.40:2012/03/23:posix_memalign:3:2012/05/01::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2012/04/20:posix_openpt:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2010/09/12:pow:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/08/11:pow10:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2008/08/11:pow10f:3:pow10:3: +ï¼ :LDP man-pages:3.40:2008/08/11:pow10l:3:pow10:3: +ï¼ :LDP man-pages:3.40:2010/09/12:powf:3:pow:3: +ï¼ :LDP man-pages:3.40:2010/09/12:powl:3:pow:3: +○:LDP man-pages:3.40:2011/09/28:printf:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/07/26:profil:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2006/04/29:program_invocation_name:3:2006/07/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2006/04/29:program_invocation_short_name:3:program_invocation_name:3: +ï¼ :LDP man-pages:3.40:2010/10/06:psiginfo:3:psignal:3: +☆:LDP man-pages:3.25=>3.40:2010/10/06:psignal:3:1997/12/26::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +※:LDP man-pages:3.40:2008/11/11:pthread_attr_destroy:3:pthread_attr_init:3: +※:LDP man-pages:3.40:2010/09/10:pthread_attr_getaffinity_np:3:pthread_attr_setaffinity_np:3: +※:LDP man-pages:3.40:2010/02/03:pthread_attr_getdetachstate:3:pthread_attr_setdetachstate:3: +※:LDP man-pages:3.40:2008/10/24:pthread_attr_getguardsize:3:pthread_attr_setguardsize:3: +※:LDP man-pages:3.40:2012/03/15:pthread_attr_getinheritsched:3:pthread_attr_setinheritsched:3: +※:LDP man-pages:3.40:2012/03/15:pthread_attr_getschedparam:3:pthread_attr_setschedparam:3: +※:LDP man-pages:3.40:2010/02/03:pthread_attr_getschedpolicy:3:pthread_attr_setschedpolicy:3: +※:LDP man-pages:3.40:2008/10/24:pthread_attr_getscope:3:pthread_attr_setscope:3: +※:LDP man-pages:3.40:2008/10/24:pthread_attr_getstack:3:pthread_attr_setstack:3: +※:LDP man-pages:3.40:2008/10/24:pthread_attr_getstackaddr:3:pthread_attr_setstackaddr:3: +※:LDP man-pages:3.40:2012/03/15:pthread_attr_getstacksize:3:pthread_attr_setstacksize:3: +×:LDP man-pages:3.40:2008/11/11:pthread_attr_init:3::::: +×:LDP man-pages:3.40:2010/09/10:pthread_attr_setaffinity_np:3::::: +×:LDP man-pages:3.40:2010/02/03:pthread_attr_setdetachstate:3::::: +×:LDP man-pages:3.40:2008/10/24:pthread_attr_setguardsize:3::::: +×:LDP man-pages:3.40:2012/03/15:pthread_attr_setinheritsched:3::::: +×:LDP man-pages:3.40:2012/03/15:pthread_attr_setschedparam:3::::: +×:LDP man-pages:3.40:2010/02/03:pthread_attr_setschedpolicy:3::::: +×:LDP man-pages:3.40:2008/10/24:pthread_attr_setscope:3::::: +×:LDP man-pages:3.40:2008/10/24:pthread_attr_setstack:3::::: +×:LDP man-pages:3.40:2008/10/24:pthread_attr_setstackaddr:3::::: +×:LDP man-pages:3.40:2012/03/15:pthread_attr_setstacksize:3::::: +○:LDP man-pages:3.40:2008/11/17:pthread_cancel:3:2012/05/01::amotoki@gmail.com:Akihiro MOTOKI: +※:LDP man-pages:3.40:2008/11/24:pthread_cleanup_pop:3:pthread_cleanup_push:3: +※:LDP man-pages:3.40:2008/12/04:pthread_cleanup_pop_restore_np:3:pthread_cleanup_push_defer_np:3: +×:LDP man-pages:3.40:2008/11/24:pthread_cleanup_push:3::::: +×:LDP man-pages:3.40:2008/12/04:pthread_cleanup_push_defer_np:3::::: +×:LDP man-pages:3.40:2012/03/15:pthread_create:3::::: +×:LDP man-pages:3.40:2008/11/27:pthread_detach:3::::: +×:LDP man-pages:3.40:2009/03/30:pthread_equal:3::::: +×:LDP man-pages:3.40:2009/03/30:pthread_exit:3::::: +※:LDP man-pages:3.40:2010/09/10:pthread_getaffinity_np:3:pthread_setaffinity_np:3: +×:LDP man-pages:3.40:2010/09/10:pthread_getattr_np:3::::: +※:LDP man-pages:3.40:2009/04/10:pthread_getconcurrency:3:pthread_setconcurrency:3: +×:LDP man-pages:3.40:2009/02/08:pthread_getcpuclockid:3::::: +※:LDP man-pages:3.40:2008/11/17:pthread_getschedparam:3:pthread_setschedparam:3: +×:LDP man-pages:3.40:2008/11/27:pthread_join:3::::: +×:LDP man-pages:3.40:2009/01/28:pthread_kill:3::::: +×:LDP man-pages:3.40:2010/09/09:pthread_kill_other_threads_np:3::::: +×:LDP man-pages:3.40:2008/10/24:pthread_self:3::::: +×:LDP man-pages:3.40:2010/09/10:pthread_setaffinity_np:3::::: +×:LDP man-pages:3.40:2008/11/24:pthread_setcancelstate:3::::: +※:LDP man-pages:3.40:2008/11/24:pthread_setcanceltype:3:pthread_setcancelstate:3: +×:LDP man-pages:3.40:2009/04/10:pthread_setconcurrency:3::::: +×:LDP man-pages:3.40:2008/11/17:pthread_setschedparam:3::::: +×:LDP man-pages:3.40:2008/11/06:pthread_setschedprio:3::::: +×:LDP man-pages:3.40:2011/10/16:pthread_sigmask:3::::: +×:LDP man-pages:3.40:2011/09/23:pthread_sigqueue:3::::: +×:LDP man-pages:3.40:2012/04/14:pthread_testcancel:3::::: +※:LDP man-pages:3.40:2010/09/10:pthread_timedjoin_np:3:pthread_tryjoin_np:3: +×:LDP man-pages:3.40:2010/09/10:pthread_tryjoin_np:3::::: +×:LDP man-pages:3.40:2009/04/10:pthread_yield:3::::: +○:LDP man-pages:3.40:2008/09/03:ptsname:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/09/03:ptsname_r:3:ptsname:3: +ï¼ :LDP man-pages:3.40:2011/09/28:putc:3:puts:3: +ï¼ :LDP man-pages:3.40:2008/08/29:putc_unlocked:3:unlocked_stdio:3: +ï¼ :LDP man-pages:3.40:2011/09/28:putchar:3:puts:3: +ï¼ :LDP man-pages:3.40:2008/08/29:putchar_unlocked:3:unlocked_stdio:3: +○:LDP man-pages:3.40:2007/07/26:putenv:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2003/09/09:putgrent:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2007/07/26:putpwent:3:1997/12/18::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +○:LDP man-pages:3.40:2011/09/28:puts:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2010/02/25:putspent:3:getspnam:3: +ï¼ :LDP man-pages:3.40:2008/06/29:pututline:3:getutent:3: +ï¼ :LDP man-pages:3.40:2008/06/29:pututxline:3:getutent:3: +ï¼ :LDP man-pages:3.40:2010/09/26:putw:3:getw:3: +ï¼ :LDP man-pages:3.40:1999/07/25:putwc:3:fputwc:3: +ï¼ :LDP man-pages:3.40:2008/08/29:putwc_unlocked:3:unlocked_stdio:3: +○:LDP man-pages:3.40:1999/07/25:putwchar:3:2001/11/09::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2008/08/29:putwchar_unlocked:3:unlocked_stdio:3: +ï¼ :LDP man-pages:3.40:2012/03/23:pvalloc:3:posix_memalign:3: +○:LDP man-pages:3.40:2010/09/20:qecvt:3:2002/09/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/07/26:qecvt_r:3:ecvt_r:3: +ï¼ :LDP man-pages:3.40:2010/09/20:qfcvt:3:qecvt:3: +ï¼ :LDP man-pages:3.40:2007/07/26:qfcvt_r:3:ecvt_r:3: +ï¼ :LDP man-pages:3.40:2010/09/20:qgcvt:3:qecvt:3: +○:LDP man-pages:3.40:2012/03/08:qsort:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/12/28:queue:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2012/04/20:raise:3:1997/12/25::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +○:LDP man-pages:3.40:2010/10/01:rand:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/10/01:rand_r:3:rand:3: +○:LDP man-pages:3.40:2010/09/20:random:3:1997/01/21::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: +○:LDP man-pages:3.40:2008/03/07:random_r:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/23:rawmemchr:3:memchr:3: +☆:LDP man-pages:3.39=>3.40:2012/04/23:rcmd:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/23:rcmd_af:3:rcmd:3: +○:LDP man-pages:3.40:1995/07/14:re_comp:3:1997/12/18::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +ï¼ :LDP man-pages:3.40:1995/07/14:re_exec:3:re_comp:3: +○:LDP man-pages:3.40:2010/09/10:readdir:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/10:readdir_r:3:readdir:3: +ï¼ :LDP man-pages:3.40:2012/04/18:realloc:3:malloc:3: +○:LDP man-pages:3.40:2011/09/10:realpath:3:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2012/04/23:recno:3:1999/08/19::nakano@apm.seikei.ac.jp:NAKANO Takeo: +ï¼ :LDP man-pages:3.40:2011/09/27:regcomp:3:regex:3: +ï¼ :LDP man-pages:3.40:2011/09/27:regerror:3:regex:3: +○:LDP man-pages:3.40:2011/09/27:regex:3:2005/03/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/27:regexec:3:regex:3: +ï¼ :LDP man-pages:3.40:2011/09/27:regfree:3:regex:3: +ï¼ :LDP man-pages:3.40:2008/07/17:registerrpc:3:rpc:3: +○:LDP man-pages:3.40:2010/09/20:remainder:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:remainderf:3:remainder:3: +ï¼ :LDP man-pages:3.40:2010/09/20:remainderl:3:remainder:3: +○:LDP man-pages:3.40:2008/12/03:remove:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2010/09/09:remque:3:insque:3: +○:LDP man-pages:3.40:2010/09/20:remquo:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:remquof:3:remquo:3: +ï¼ :LDP man-pages:3.40:2010/09/20:remquol:3:remquo:3: +ï¼ :LDP man-pages:3.40:2012/04/23:res_init:3:resolver:3: +ï¼ :LDP man-pages:3.40:2012/04/23:res_mkquery:3:resolver:3: +ï¼ :LDP man-pages:3.40:2012/04/23:res_query:3:resolver:3: +ï¼ :LDP man-pages:3.40:2012/04/23:res_querydomain:3:resolver:3: +ï¼ :LDP man-pages:3.40:2012/04/23:res_search:3:resolver:3: +ï¼ :LDP man-pages:3.40:2012/04/23:res_send:3:resolver:3: +☆:LDP man-pages:3.39=>3.40:2012/04/23:resolver:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:1993/11/29:rewind:3:fseek:3: +○:LDP man-pages:3.40:1995/06/11:rewinddir:3:1997/12/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +☆:LDP man-pages:3.39=>3.40:2012/04/23:rexec:3:2005/12/28::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/23:rexec_af:3:rexec:3: +ï¼ :LDP man-pages:3.40:2011/09/21:rindex:3:index:3: +○:LDP man-pages:3.40:2010/09/20:rint:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:rintf:3:rint:3: +ï¼ :LDP man-pages:3.40:2010/09/20:rintl:3:rint:3: +○:LDP man-pages:3.40:2010/09/20:round:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:roundf:3:round:3: +ï¼ :LDP man-pages:3.40:2010/09/20:roundl:3:round:3: +○:LDP man-pages:3.40:2008/07/17:rpc:3:2001/11/09::ysato@h4.dion.ne.jp:Yuichi SATO: +○:LDP man-pages:3.40:2007/07/26:rpmatch:3:2006/07/31::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/23:rresvport:3:rcmd:3: +ï¼ :LDP man-pages:3.40:2012/04/23:rresvport_af:3:rcmd:3: +○:LDP man-pages:3.40:2010/02/25:rtime:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2012/03/24:rtnetlink:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/23:ruserok:3:rcmd:3: +ï¼ :LDP man-pages:3.40:2012/04/23:ruserok_af:3:rcmd:3: +○:LDP man-pages:3.40:2010/09/20:scalb:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:scalbf:3:scalb:3: +ï¼ :LDP man-pages:3.40:2010/09/20:scalbl:3:scalb:3: +○:LDP man-pages:3.40:2010/09/20:scalbln:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:scalblnf:3:scalbln:3: +ï¼ :LDP man-pages:3.40:2010/09/20:scalblnl:3:scalbln:3: +ï¼ :LDP man-pages:3.40:2010/09/20:scalbn:3:scalbln:3: +ï¼ :LDP man-pages:3.40:2010/09/20:scalbnf:3:scalbln:3: +ï¼ :LDP man-pages:3.40:2010/09/20:scalbnl:3:scalbln:3: +☆:LDP man-pages:3.39=>3.40:2012/04/26:scandir:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2012/03/17:scandirat:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/09/28:scanf:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/10/31:sched_getcpu:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2007/07/26:seed48:3:drand48:3: +ï¼ :LDP man-pages:3.40:2007/07/26:seed48_r:3:drand48_r:3: +○:LDP man-pages:3.40:2009/03/11:seekdir:3:1997/12/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +○:LDP man-pages:3.40:2006/03/25:sem_close:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2006/03/25:sem_destroy:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2006/03/25:sem_getvalue:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/07/27:sem_init:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/02/20:sem_open:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/03/30:sem_post:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/02/12:sem_timedwait:3:sem_wait:3: +ï¼ :LDP man-pages:3.40:2012/02/12:sem_trywait:3:sem_wait:3: +○:LDP man-pages:3.40:2006/03/25:sem_unlink:3:2006/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2012/02/12:sem_wait:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2003/09/09:setaliasent:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2008/06/26:setbuf:3:2001/07/14::ysato@h4.dion.ne.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2008/06/26:setbuffer:3:setbuf:3: +○:LDP man-pages:3.40:2009/09/20:setenv:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2002/02/28:setfsent:3:getfsent:3: +ï¼ :LDP man-pages:3.40:2010/10/21:setgrent:3:getgrent:3: +ï¼ :LDP man-pages:3.40:2010/10/04:sethostent:3:gethostbyname:3: +ï¼ :LDP man-pages:3.40:2010/09/20:sethostid:3:gethostid:3: +○:LDP man-pages:3.40:2009/06/26:setjmp:3:2009/03/05::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2003/04/04:setkey:3:encrypt:3: +ï¼ :LDP man-pages:3.40:2003/04/04:setkey_r:3:encrypt:3: +ï¼ :LDP man-pages:3.40:2008/06/26:setlinebuf:3:setbuf:3: +○:LDP man-pages:3.40:2008/12/05:setlocale:3:2002/10/12::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2001/10/05:setlogmask:3:2001/11/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2009/09/15:setmntent:3:getmntent:3: +ï¼ :LDP man-pages:3.40:2008/08/19:setnetent:3:getnetent:3: +○:LDP man-pages:3.40:2007/07/26:setnetgrent:3:2005/03/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/19:setprotoent:3:getprotoent:3: +ï¼ :LDP man-pages:3.40:2010/10/21:setpwent:3:getpwent:3: +ï¼ :LDP man-pages:3.40:2008/08/19:setrpcent:3:getrpcent:3: +ï¼ :LDP man-pages:3.40:2008/08/19:setservent:3:getservent:3: +ï¼ :LDP man-pages:3.40:2010/02/25:setspent:3:getspnam:3: +ï¼ :LDP man-pages:3.40:2010/09/20:setstate:3:random:3: +ï¼ :LDP man-pages:3.40:2008/03/07:setstate_r:3:random_r:3: +ï¼ :LDP man-pages:3.40:2002/07/18:setttyent:3:getttyent:3: +ï¼ :LDP man-pages:3.40:2007/07/26:setusershell:3:getusershell:3: +ï¼ :LDP man-pages:3.40:2008/06/29:setutent:3:getutent:3: +ï¼ :LDP man-pages:3.40:2008/06/29:setutxent:3:getutent:3: +ï¼ :LDP man-pages:3.40:2008/06/26:setvbuf:3:setbuf:3: +ï¼ :LDP man-pages:3.40:2010/02/25:sgetspent:3:getspnam:3: +ï¼ :LDP man-pages:3.40:2010/02/25:sgetspent_r:3:getspnam:3: +○:LDP man-pages:3.40:2009/02/25:shm_open:3:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2009/02/25:shm_unlink:3:shm_open:3: +ï¼ :LDP man-pages:3.40:2008/09/01:sigaddset:3:sigsetops:3: +ï¼ :LDP man-pages:3.40:2008/09/01:sigandset:3:sigsetops:3: +ï¼ :LDP man-pages:3.40:2007/07/26:sigblock:3:sigvec:3: +ï¼ :LDP man-pages:3.40:2008/09/01:sigdelset:3:sigsetops:3: +ï¼ :LDP man-pages:3.40:2008/09/01:sigemptyset:3:sigsetops:3: +ï¼ :LDP man-pages:3.40:2008/09/01:sigfillset:3:sigsetops:3: +ï¼ :LDP man-pages:3.40:2007/07/26:siggetmask:3:sigvec:3: +ï¼ :LDP man-pages:3.40:2010/09/20:sighold:3:sigset:3: +ï¼ :LDP man-pages:3.40:2010/09/20:sigignore:3:sigset:3: +○:LDP man-pages:3.40:2011/09/09:siginterrupt:3:1998/05/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +ï¼ :LDP man-pages:3.40:2008/09/01:sigisemptyset:3:sigsetops:3: +ï¼ :LDP man-pages:3.40:2008/09/01:sigismember:3:sigsetops:3: +ï¼ :LDP man-pages:3.40:2009/01/13:siglongjmp:3:longjmp:3: +ï¼ :LDP man-pages:3.40:2007/07/26:sigmask:3:sigvec:3: +○:LDP man-pages:3.40:2010/09/20:signbit:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/11:signgam:3:lgamma:3: +○:LDP man-pages:3.40:2009/02/04:significand:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2009/02/04:significandf:3:significand:3: +ï¼ :LDP man-pages:3.40:2009/02/04:significandl:3:significand:3: +ï¼ :LDP man-pages:3.40:2008/09/01:sigorset:3:sigsetops:3: +○:LDP man-pages:3.40:2010/09/12:sigpause:3:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.37=>3.40:2012/03/25:sigqueue:3:2007/10/11::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:sigrelse:3:sigset:3: +○:LDP man-pages:3.40:2010/09/20:sigset:3:2005/12/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2009/06/26:sigsetjmp:3:setjmp:3: +ï¼ :LDP man-pages:3.40:2007/07/26:sigsetmask:3:sigvec:3: +○:LDP man-pages:3.40:2008/09/01:sigsetops:3:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/26:sigstack:3:sigaltstack:2: +○:LDP man-pages:3.40:2007/07/26:sigvec:3:2005/12/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/10:sigwait:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/11:sin:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/08/11:sincos:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/11:sincosf:3:sincos:3: +ï¼ :LDP man-pages:3.40:2008/08/11:sincosl:3:sincos:3: +ï¼ :LDP man-pages:3.40:2010/09/11:sinf:3:sin:3: +○:LDP man-pages:3.40:2010/09/20:sinh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:sinhf:3:sinh:3: +ï¼ :LDP man-pages:3.40:2010/09/20:sinhl:3:sinh:3: +ï¼ :LDP man-pages:3.40:2010/09/11:sinl:3:sin:3: +○:LDP man-pages:3.40:2010/02/03:sleep:3:1997/01/21::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: +ï¼ :LDP man-pages:3.40:2011/09/28:snprintf:3:printf:3: +○:LDP man-pages:3.40:2008/12/03:sockatmark:3:2006/08/19::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2011/09/28:sprintf:3:printf:3: +○:LDP man-pages:3.40:2010/09/20:sqrt:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:sqrtf:3:sqrt:3: +ï¼ :LDP man-pages:3.40:2010/09/20:sqrtl:3:sqrt:3: +ï¼ :LDP man-pages:3.40:2010/10/01:srand:3:rand:3: +ï¼ :LDP man-pages:3.40:2007/07/26:srand48:3:drand48:3: +ï¼ :LDP man-pages:3.40:2007/07/26:srand48_r:3:drand48_r:3: +ï¼ :LDP man-pages:3.40:2010/09/20:srandom:3:random:3: +ï¼ :LDP man-pages:3.40:2008/03/07:srandom_r:3:random_r:3: +ï¼ :LDP man-pages:3.40:2011/09/28:sscanf:3:scanf:3: +ï¼ :LDP man-pages:3.40:2007/07/26:ssignal:3:gsignal:3: +○:LDP man-pages:3.40:2003/08/22:statvfs:3:2005/02/14::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2001/10/14:stdarg:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2008/07/14:stderr:3:stdin:3: +○:LDP man-pages:3.40:2008/07/14:stdin:3:2005/09/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2001/12/26:stdio:3:2004/02/06::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2001/12/16:stdio_ext:3:2002/08/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/07/14:stdout:3:stdin:3: +○:LDP man-pages:3.40:2012/03/15:stpcpy:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/09/28:stpncpy:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2010/09/20:strcasecmp:3:1997/12/25::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +ï¼ :LDP man-pages:3.40:2011/09/28:strcasestr:3:strstr:3: +○:LDP man-pages:3.40:2011/09/28:strcat:3:2005/03/15::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.39=>3.40:2012/04/24:strchr:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/24:strchrnul:3:strchr:3: +○:LDP man-pages:3.40:2010/09/20:strcmp:3:2001/10/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:strcoll:3:2007/06/01::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:strcpy:3:2008/07/23::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2010/09/20:strcspn:3:strspn:3: +○:LDP man-pages:3.40:2011/10/01:strdup:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2011/10/01:strdupa:3:strdup:3: +☆:LDP man-pages:3.39=>3.40:2012/04/22:strerror:3:2005/12/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/22:strerror_r:3:strerror:3: +○:LDP man-pages:3.40:2000/12/05:strfmon:3:2001/02/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2010/09/20:strfry:3:1998/05/25::motoki@hal.t.u-tokyo.ac.jp:Akihiro Motoki: +○:LDP man-pages:3.40:2010/01/17:strftime:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/02/25:string:3:1997/01/20::yoshino@civil.jcn.nihon-u.ac.jp:YOSHINO Takashi: +○:LDP man-pages:3.40:2011/09/28:strlen:3:1997/01/20::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: +ï¼ :LDP man-pages:3.40:2010/09/20:strncasecmp:3:strcasecmp:3: +ï¼ :LDP man-pages:3.40:2011/09/28:strncat:3:strcat:3: +ï¼ :LDP man-pages:3.40:2010/09/20:strncmp:3:strcmp:3: +ï¼ :LDP man-pages:3.40:2010/09/20:strncpy:3:strcpy:3: +ï¼ :LDP man-pages:3.40:2011/10/01:strndup:3:strdup:3: +ï¼ :LDP man-pages:3.40:2011/10/01:strndupa:3:strdup:3: +○:LDP man-pages:3.40:2011/09/28:strnlen:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2010/09/20:strpbrk:3:1999/12/25::argrath@yo.rim.or.jp:Kentaro Shirakata: +○:LDP man-pages:3.40:2009/12/05:strptime:3:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2012/04/24:strrchr:3:strchr:3: +○:LDP man-pages:3.40:2011/09/28:strsep:3:2009/03/05::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2010/09/15:strsignal:3:1999/12/25::argrath@yo.rim.or.jp:Kentaro Shirakata: +○:LDP man-pages:3.40:2010/09/20:strspn:3:1997/12/16::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +○:LDP man-pages:3.40:2011/09/28:strstr:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2010/09/20:strtod:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:strtof:3:strtod:3: +○:LDP man-pages:3.40:2003/11/28:strtoimax:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2010/09/27:strtok:3:2005/11/19:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/27:strtok_r:3:strtok:3: +○:LDP man-pages:3.40:2010/09/20:strtol:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:strtold:3:strtod:3: +ï¼ :LDP man-pages:3.40:2010/09/20:strtoll:3:strtol:3: +ï¼ :LDP man-pages:3.40:2010/09/20:strtoq:3:strtol:3: +○:LDP man-pages:3.40:2011/09/15:strtoul:3:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/15:strtoull:3:strtoul:3: +ï¼ :LDP man-pages:3.40:2003/11/28:strtoumax:3:strtoimax:3: +ï¼ :LDP man-pages:3.40:2011/09/15:strtouq:3:strtoul:3: +○:LDP man-pages:3.40:2001/12/19:strverscmp:3:2002/09/22::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/09/28:strxfrm:3:1999/03/24::ss236rx@ymg.urban.ne.jp:Shouichi Saito: +ï¼ :LDP man-pages:3.40:2008/07/17:svc_destroy:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svc_freeargs:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svc_getargs:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svc_getcaller:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svc_getreq:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svc_getreqset:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svc_register:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svc_run:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svc_sendreply:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svc_unregister:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svcerr_auth:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svcerr_decode:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svcerr_noproc:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svcerr_noprog:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svcerr_progvers:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svcerr_systemerr:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svcerr_weakauth:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svcfd_create:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svcraw_create:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svctcp_create:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svcudp_bufcreate:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:svcudp_create:3:rpc:3: +○:LDP man-pages:3.40:2001/12/15:swab:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2009/03/31:swapcontext:3:makecontext:3: +ï¼ :LDP man-pages:3.40:2011/09/17:swprintf:3:wprintf:3: +ï¼ :LDP man-pages:3.40:2012/04/17:sys_errlist:3:perror:3: +ï¼ :LDP man-pages:3.40:2012/04/17:sys_nerr:3:perror:3: +○:LDP man-pages:3.40:2012/04/15:sysconf:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/11/12:syslog:3:2008/07/24:o:argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2010/09/10:system:3:2005/03/12:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/05/04:sysv_signal:3:2007/06/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/11:tan:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/11:tanf:3:tan:3: +○:LDP man-pages:3.40:2010/09/20:tanh:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:tanhf:3:tanh:3: +ï¼ :LDP man-pages:3.40:2010/09/20:tanhl:3:tanh:3: +ï¼ :LDP man-pages:3.40:2010/09/11:tanl:3:tan:3: +ï¼ :LDP man-pages:3.40:2011/09/08:tcdrain:3:termios:3: +ï¼ :LDP man-pages:3.40:2011/09/08:tcflow:3:termios:3: +ï¼ :LDP man-pages:3.40:2011/09/08:tcflush:3:termios:3: +ï¼ :LDP man-pages:3.40:2011/09/08:tcgetattr:3:termios:3: +○:LDP man-pages:3.40:2003/01/28:tcgetpgrp:3:2003/08/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/10:tcgetsid:3:2003/08/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/08:tcsendbreak:3:termios:3: +ï¼ :LDP man-pages:3.40:2011/09/08:tcsetattr:3:termios:3: +ï¼ :LDP man-pages:3.40:2003/01/28:tcsetpgrp:3:tcgetpgrp:3: +ï¼ :LDP man-pages:3.40:2008/09/23:tdelete:3:tsearch:3: +ï¼ :LDP man-pages:3.40:2008/09/23:tdestroy:3:tsearch:3: +○:LDP man-pages:3.40:2009/03/11:telldir:3:2010/04/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/07/26:tempnam:3:2006/07/26::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2011/09/08:termios:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/09/23:tfind:3:tsearch:3: +○:LDP man-pages:3.40:2010/09/20:tgamma:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:tgammaf:3:tgamma:3: +ï¼ :LDP man-pages:3.40:2010/09/20:tgammal:3:tgamma:3: +○:LDP man-pages:3.40:2007/07/26:timegm:3:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: +ï¼ :LDP man-pages:3.40:2007/07/26:timelocal:3:timegm:3: +○:LDP man-pages:3.40:2010/02/25:timeradd:3:2007/10/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/02/25:timerclear:3:timeradd:3: +ï¼ :LDP man-pages:3.40:2010/02/25:timercmp:3:timeradd:3: +ï¼ :LDP man-pages:3.40:2010/02/25:timerisset:3:timeradd:3: +ï¼ :LDP man-pages:3.40:2010/02/25:timersub:3:timeradd:3: +ï¼ :LDP man-pages:3.40:2012/03/25:timezone:3:tzset:3: +○:LDP man-pages:3.40:2008/07/14:tmpfile:3:2001/12/14:o:ysato@h4.dion.ne.jp:Yuichi SATO: +○:LDP man-pages:3.40:2010/09/10:tmpnam:3:2006/07/26:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/10:tmpnam_r:3:tmpnam:3: +○:LDP man-pages:3.40:2009/03/15:toascii:3:1997/12/16::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +ï¼ :LDP man-pages:3.40:1993/04/04:tolower:3:toupper:3: +○:LDP man-pages:3.40:1993/04/04:toupper:3:1997/04/29::rui@linux.or.jp:Ueyama Rui: +○:LDP man-pages:3.40:1999/07/25:towctrans:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:1999/07/25:towlower:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:1999/07/25:towupper:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2010/09/20:trunc:3:2008/09/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:truncf:3:trunc:3: +ï¼ :LDP man-pages:3.40:2010/09/20:truncl:3:trunc:3: +○:LDP man-pages:3.40:2008/09/23:tsearch:3:2002/02/14::ysato@h4.dion.ne.jp:Yuichi SATO: +○:LDP man-pages:3.40:2008/07/14:ttyname:3:2008/07/24::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2008/07/14:ttyname_r:3:ttyname:3: +○:LDP man-pages:3.40:2010/09/20:ttyslot:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2008/09/23:twalk:3:tsearch:3: +ï¼ :LDP man-pages:3.40:2012/03/25:tzname:3:tzset:3: +○:LDP man-pages:3.40:2012/03/25:tzset:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:ualarm:3:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/02/25:ulckpwdf:3:getspnam:3: +○:LDP man-pages:3.40:2008/08/06:ulimit:3:1998/12/06::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2010/02/10:undocumented:3:2005/02/21::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/01/18:ungetc:3:gets:3: +○:LDP man-pages:3.40:1999/09/19:ungetwc:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2008/08/29:unlocked_stdio:3:2001/11/03::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/06/14:unlockpt:3:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2009/09/20:unsetenv:3:setenv:3: +○:LDP man-pages:3.40:2008/07/02:updwtmp:3:2008/10/08::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2008/07/02:updwtmpx:3:updwtmp:3: +○:LDP man-pages:3.40:2010/12/03:usleep:3:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/06/29:utmpname:3:getutent:3: +ï¼ :LDP man-pages:3.40:2008/06/29:utmpxname:3:getutent:3: +ï¼ :LDP man-pages:3.40:2001/10/14:va_arg:3:stdarg:3: +ï¼ :LDP man-pages:3.40:2001/10/14:va_copy:3:stdarg:3: +ï¼ :LDP man-pages:3.40:2001/10/14:va_end:3:stdarg:3: +ï¼ :LDP man-pages:3.40:2001/10/14:va_start:3:stdarg:3: +ï¼ :LDP man-pages:3.40:2012/03/23:valloc:3:posix_memalign:3: +ï¼ :LDP man-pages:3.40:2001/12/18:vasprintf:3:asprintf:3: +ï¼ :LDP man-pages:3.40:2010/09/15:vdprintf:3:dprintf:3: +ï¼ :LDP man-pages:3.40:2012/03/15:verr:3:err:3: +ï¼ :LDP man-pages:3.40:2012/03/15:verrx:3:err:3: +ï¼ :LDP man-pages:3.40:2012/04/26:versionsort:3:scandir:3: +ï¼ :LDP man-pages:3.40:2011/09/28:vfprintf:3:printf:3: +ï¼ :LDP man-pages:3.40:2011/09/28:vfscanf:3:scanf:3: +ï¼ :LDP man-pages:3.40:2011/09/17:vfwprintf:3:wprintf:3: +ï¼ :LDP man-pages:3.40:2011/09/10:vlimit:3:getrlimit:2: +ï¼ :LDP man-pages:3.40:2011/09/28:vprintf:3:printf:3: +ï¼ :LDP man-pages:3.40:2011/09/28:vscanf:3:scanf:3: +ï¼ :LDP man-pages:3.40:2011/09/28:vsnprintf:3:printf:3: +ï¼ :LDP man-pages:3.40:2011/09/28:vsprintf:3:printf:3: +ï¼ :LDP man-pages:3.40:2011/09/28:vsscanf:3:scanf:3: +ï¼ :LDP man-pages:3.40:2011/09/17:vswprintf:3:wprintf:3: +ï¼ :LDP man-pages:3.40:2008/11/12:vsyslog:3:syslog:3: +ï¼ :LDP man-pages:3.40:2010/09/26:vtimes:3:getrusage:2: +ï¼ :LDP man-pages:3.40:2012/03/15:vwarn:3:err:3: +ï¼ :LDP man-pages:3.40:2012/03/15:vwarnx:3:err:3: +ï¼ :LDP man-pages:3.40:2011/09/17:vwprintf:3:wprintf:3: +ï¼ :LDP man-pages:3.40:2012/03/15:warn:3:err:3: +ï¼ :LDP man-pages:3.40:2012/03/15:warnx:3:err:3: +○:LDP man-pages:3.40:2011/10/01:wcpcpy:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/10/01:wcpncpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2011/09/28:wcrtomb:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/15:wcscasecmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2011/09/28:wcscat:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:1999/07/25:wcschr:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:1999/07/25:wcscmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2011/09/28:wcscpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:1999/07/25:wcscspn:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2010/09/15:wcsdup:3:2004/06/13::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2011/09/28:wcslen:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/15:wcsncasecmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2011/09/28:wcsncat:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2011/09/28:wcsncmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2011/09/28:wcsncpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2011/10/01:wcsnlen:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2011/10/16:wcsnrtombs:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:1999/07/25:wcspbrk:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:1999/07/25:wcsrchr:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2011/10/16:wcsrtombs:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:1999/07/25:wcsspn:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2011/09/28:wcsstr:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2003/11/01:wcstoimax:3:2004/09/14::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2011/09/28:wcstok:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2011/10/16:wcstombs:3:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2003/11/01:wcstoumax:3:wcstoimax:3: +○:LDP man-pages:3.40:2010/09/10:wcswidth:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2011/09/22:wctob:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:1999/07/25:wctomb:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:1999/07/25:wctrans:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:1999/07/25:wctype:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2011/09/28:wcwidth:3:2002/08/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:1999/07/25:wmemchr:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:1999/07/25:wmemcmp:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:1999/07/25:wmemcpy:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:1999/07/25:wmemmove:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +ï¼ :LDP man-pages:3.40:2008/08/12:wmempcpy:3:mempcpy:3: +○:LDP man-pages:3.40:1999/07/25:wmemset:3:1999/10/29::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +○:LDP man-pages:3.40:2008/07/14:wordexp:3:2004/09/29::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2008/07/14:wordfree:3:wordexp:3: +○:LDP man-pages:3.40:2011/09/17:wprintf:3:2000/01/11::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2003/04/04:xcrypt:3:2004/10/16::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2003/04/04:xdecrypt:3:xcrypt:3: +○:LDP man-pages:3.40:2007/12/30:xdr:3:2000/01/14::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +ï¼ :LDP man-pages:3.40:2008/07/17:xdr_accepted_reply:3:rpc:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_array:3:xdr:3: +ï¼ :LDP man-pages:3.40:2008/07/17:xdr_authunix_parms:3:rpc:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_bool:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_bytes:3:xdr:3: +ï¼ :LDP man-pages:3.40:2008/07/17:xdr_callhdr:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:xdr_callmsg:3:rpc:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_char:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_destroy:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_double:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_enum:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_float:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_free:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_getpos:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_inline:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_int:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_long:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_opaque:3:xdr:3: +ï¼ :LDP man-pages:3.40:2008/07/17:xdr_opaque_auth:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:xdr_pmap:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:xdr_pmaplist:3:rpc:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_pointer:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_reference:3:xdr:3: +ï¼ :LDP man-pages:3.40:2008/07/17:xdr_rejected_reply:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:xdr_replymsg:3:rpc:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_setpos:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_short:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_string:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_u_char:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_u_int:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_u_long:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_u_short:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_union:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_vector:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_void:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdr_wrapstring:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdrmem_create:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdrrec_create:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdrrec_endofrecord:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdrrec_eof:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdrrec_skiprecord:3:xdr:3: +ï¼ :LDP man-pages:3.40:2007/12/30:xdrstdio_create:3:xdr:3: +ï¼ :LDP man-pages:3.40:2003/04/04:xencrypt:3:xcrypt:3: +ï¼ :LDP man-pages:3.40:2008/07/17:xprt_register:3:rpc:3: +ï¼ :LDP man-pages:3.40:2008/07/17:xprt_unregister:3:rpc:3: +○:LDP man-pages:3.40:2008/08/10:y0:3:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/10:y0f:3:y0:3: +ï¼ :LDP man-pages:3.40:2008/08/10:y0l:3:y0:3: +ï¼ :LDP man-pages:3.40:2008/08/10:y1:3:y0:3: +ï¼ :LDP man-pages:3.40:2008/08/10:y1f:3:y0:3: +ï¼ :LDP man-pages:3.40:2008/08/10:y1l:3:y0:3: +ï¼ :LDP man-pages:3.40:2008/08/10:yn:3:y0:3: +ï¼ :LDP man-pages:3.40:2008/08/10:ynf:3:y0:3: +ï¼ :LDP man-pages:3.40:2008/08/10:ynl:3:y0:3: +×:LDP man-pages:3.40:2011/09/21:cciss:4::::: +○:LDP man-pages:3.40:1994/10/31:console:4:2002/01/14:o:argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2011/09/15:console_codes:4:2008/10/08::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2009/02/28:console_ioctl:4:2008/07/22::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2009/03/31:cpuid:4:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2000/03/01:dsp56k:4:2000/07/11::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2012/04/17:epoll:4:epoll:7: +○:LDP man-pages:3.40:2010/08/29:fd:4:1998/01/12:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +ï¼ :LDP man-pages:3.40:2008/12/03:fifo:4:fifo:7: +○:LDP man-pages:3.40:1997/08/02:full:4:2006/07/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2002/12/31:futex:4:futex:7: +○:LDP man-pages:3.40:1992/12/17:hd:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +×:LDP man-pages:3.40:2011/09/21:hpsa:4::::: +○:LDP man-pages:3.40:2010/09/04:initrd:4:2005/10/09:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/10/23:intro:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +ï¼ :LDP man-pages:3.40:1992/11/21:kmem:4:mem:4: +○:LDP man-pages:3.40:1995/01/15:lp:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +○:LDP man-pages:3.40:1992/11/21:mem:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +○:LDP man-pages:3.40:1996/02/10:mouse:4:1999/03/24:o:ss236rx@ymg.urban.ne.jp:Shouichi Saito: +○:LDP man-pages:3.40:2009/03/31:msr:4:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/02/23:null:4:1998/02/05:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +ï¼ :LDP man-pages:3.40:1992/11/21:port:4:mem:4: +ï¼ :LDP man-pages:3.40:2002/10/09:ptmx:4:pts:4: +○:LDP man-pages:3.40:2002/10/09:pts:4:2003/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:1992/11/21:ram:4:1997/01/12:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +○:LDP man-pages:3.40:2010/08/29:random:4:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/02/25:rtc:4:2007/02/08::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:1992/12/17:sd:4:1998/02/05::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +○:LDP man-pages:3.40:2007/11/25:sk98lin:4:2007/06/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/04:st:4:2005/06/12::nakano@st.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2003/04/07:tty:4:2003/09/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:1992/12/19:ttyS:4:1998/02/05::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +○:LDP man-pages:3.40:2008/10/29:tty_ioctl:4:2004/11/16::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2010/08/29:urandom:4:random:4: +○:LDP man-pages:3.40:2007/12/17:vcs:4:2001/02/11::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2007/12/17:vcsa:4:vcs:4: +○:LDP man-pages:3.40:1996/10/22:wavelan:4:1998/02/10::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +ï¼ :LDP man-pages:3.40:2009/02/23:zero:4:null:4: +○:LDP man-pages:3.40:2008/06/15:acct:5:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:1994/11/28:charmap:5:2008/07/22::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2011/09/16:complex:5:complex:7: +○:LDP man-pages:3.40:2012/01/17:core:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2001/12/26:dir_colors:5:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO: +○:LDP man-pages:3.40:2010/06/19:elf:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2009/07/25:environ:5:environ:7: +○:LDP man-pages:3.40:2010/05/24:filesystems:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/05/24:fs:5:filesystems:5: +○:LDP man-pages:3.40:2000/08/27:ftpusers:5:2001/03/12::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2010/10/21:group:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2003/08/23:host.conf:5:2003/10/15::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2002/06/16:hosts:5:2005/09/06::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2003/08/24:hosts.equiv:5:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/10/23:intro:5:1998/10/13::nakano@apm.seikei.ac.jp:NAKANO Takeo: +ï¼ :LDP man-pages:3.40:2009/01/26:ipc:5:svipc:7: +○:LDP man-pages:3.40:1993/07/24:issue:5:1998/07/25::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2008/06/17:locale:5:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:1992/12/29:motd:5:1998/2/4::nagoya@cc.hit-u.ac.jp:Hiroaki Nagoya: +○:LDP man-pages:3.40:2008/09/04:networks:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2012/04/16:nologin:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:1999/10/01:nscd.conf:5:2006/07/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.38=>3.40:2012/04/14:nsswitch.conf:5:2001/10/18::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2008/08/15:numa_maps:5:numa:7: +○:LDP man-pages:3.40:2012/02/14:passwd:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.24=>3.40:2012/02/08:proc:5:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/09/23:protocols:5:2008/07/22::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.39=>3.40:2012/04/23:resolv.conf:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/23:resolver:5:resolv.conf:5: +○:LDP man-pages:3.40:1985/09/26:rpc:5:2008/07/22::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:1992/12/29:securetty:5:2003/01/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/05/22:services:5:2002/08/14::amotoki@dd.iij4u.or.jp:Akihiro Motoki: +○:LDP man-pages:3.40:1993/11/21:shells:5:2000/12/11::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2001/06/19:slabinfo:5:2001/09/10::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:1996/10/21:termcap:5:2000/10/12::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:1993/07/24:ttytype:5:1998/02/10::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2010/08/31:tzfile:5:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/09/28:utmp:5:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2011/09/28:utmpx:5:utmp:5: +ï¼ :LDP man-pages:3.40:2011/09/28:wtmp:5:utmp:5: +○:LDP man-pages:3.40:2007/10/23:intro:6:1997/11/15::pessi@kmc.kyoto-u.ac.jp:II Ryouta: +×:LDP man-pages:3.40:2010/10/02:aio:7::::: +○:LDP man-pages:3.40:2010/09/20:armscii-8:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/11/25:arp:7:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/02/12:ascii:7:2006/04/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/19:boot:7:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/12/16:bootparam:7:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.32=>3.40:2012/04/15:capabilities:7:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/06/03:charsets:7:2008/07/22::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2011/09/16:complex:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:cp1251:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/11/12:cpuset:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/06/03:credentials:7:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/11/20:ddp:7:1999/12/06::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2009/07/25:environ:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2012/04/17:epoll:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2012/01/18:feature_test_macros:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/12/03:fifo:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2002/12/31:futex:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +※:LDP man-pages:3.40:2009/01/13:glibc:7:libc:7: +○:LDP man-pages:3.40:2003/08/24:glob:7:2003/09/28::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2009/03/30:hier:7:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2010/11/07:hostname:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/02/25:icmp:7:2009/01/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2012/04/26:inotify:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:1993/04/23:intro:7:2005/12/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/09/22:ip:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/09/08:ipv6:7:2006/01/14::ysato444@yahoo.co.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2012/04/22:iso-8859-1:7:iso_8859-1:7: +ï¼ :LDP man-pages:3.40:2010/09/20:iso-8859-10:7:iso_8859-10:7: +ï¼ :LDP man-pages:3.40:2010/09/20:iso-8859-11:7:iso_8859-11:7: +ï¼ :LDP man-pages:3.40:2010/09/20:iso-8859-13:7:iso_8859-13:7: +ï¼ :LDP man-pages:3.40:2010/09/20:iso-8859-14:7:iso_8859-14:7: +ï¼ :LDP man-pages:3.40:1999/05/31:iso-8859-15:7:iso_8859-15:7: +ï¼ :LDP man-pages:3.40:2003/03/05:iso-8859-16:7:iso_8859-16:7: +ï¼ :LDP man-pages:3.40:2007/11/25:iso-8859-2:7:iso_8859-2:7: +ï¼ :LDP man-pages:3.40:2010/09/20:iso-8859-3:7:iso_8859-3:7: +ï¼ :LDP man-pages:3.40:2009/01/24:iso-8859-4:7:iso_8859-4:7: +ï¼ :LDP man-pages:3.40:2010/09/20:iso-8859-5:7:iso_8859-5:7: +ï¼ :LDP man-pages:3.40:2010/09/20:iso-8859-6:7:iso_8859-6:7: +ï¼ :LDP man-pages:3.40:2008/10/30:iso-8859-7:7:iso_8859-7:7: +ï¼ :LDP man-pages:3.40:2010/09/20:iso-8859-8:7:iso_8859-8:7: +ï¼ :LDP man-pages:3.40:2002/09/24:iso-8859-9:7:iso_8859-9:7: +☆:LDP man-pages:3.39=>3.40:2012/04/22:iso_8859-1:7:2002/09/14::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2010/09/20:iso_8859-10:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:iso_8859-11:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:iso_8859-13:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:iso_8859-14:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:1999/05/31:iso_8859-15:7:2002/09/28::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2003/03/05:iso_8859-16:7:2003/09/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/11/25:iso_8859-2:7:2002/09/28::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2010/09/20:iso_8859-3:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/01/24:iso_8859-4:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:iso_8859-5:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/20:iso_8859-6:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/10/30:iso_8859-7:7:2002/09/28::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +○:LDP man-pages:3.40:2010/09/20:iso_8859-8:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2002/09/24:iso_8859-9:7:2003/01/20::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/22:iso_8859_1:7:iso_8859-1:7: +ï¼ :LDP man-pages:3.40:2010/09/20:iso_8859_10:7:iso_8859-10:7: +ï¼ :LDP man-pages:3.40:2010/09/20:iso_8859_11:7:iso_8859-11:7: +ï¼ :LDP man-pages:3.40:2010/09/20:iso_8859_13:7:iso_8859-13:7: +ï¼ :LDP man-pages:3.40:2010/09/20:iso_8859_14:7:iso_8859-14:7: +ï¼ :LDP man-pages:3.40:1999/05/31:iso_8859_15:7:iso_8859-15:7: +ï¼ :LDP man-pages:3.40:2003/03/05:iso_8859_16:7:iso_8859-16:7: +ï¼ :LDP man-pages:3.40:2007/11/25:iso_8859_2:7:iso_8859-2:7: +ï¼ :LDP man-pages:3.40:2010/09/20:iso_8859_3:7:iso_8859-3:7: +ï¼ :LDP man-pages:3.40:2009/01/24:iso_8859_4:7:iso_8859-4:7: +ï¼ :LDP man-pages:3.40:2010/09/20:iso_8859_5:7:iso_8859-5:7: +ï¼ :LDP man-pages:3.40:2010/09/20:iso_8859_6:7:iso_8859-6:7: +ï¼ :LDP man-pages:3.40:2008/10/30:iso_8859_7:7:iso_8859-7:7: +ï¼ :LDP man-pages:3.40:2010/09/20:iso_8859_8:7:iso_8859-8:7: +ï¼ :LDP man-pages:3.40:2002/09/24:iso_8859_9:7:iso_8859-9:7: +○:LDP man-pages:3.40:2010/10/24:koi8-r:7:2001/07/14::ysato@h4.dion.ne.jp:Yuichi SATO: +○:LDP man-pages:3.40:2010/09/20:koi8-u:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/22:latin1:7:iso_8859-1:7: +ï¼ :LDP man-pages:3.40:2003/03/05:latin10:7:iso_8859-16:7: +ï¼ :LDP man-pages:3.40:2007/11/25:latin2:7:iso_8859-2:7: +ï¼ :LDP man-pages:3.40:2010/09/20:latin3:7:iso_8859-3:7: +ï¼ :LDP man-pages:3.40:2009/01/24:latin4:7:iso_8859-4:7: +ï¼ :LDP man-pages:3.40:2002/09/24:latin5:7:iso_8859-9:7: +ï¼ :LDP man-pages:3.40:2010/09/20:latin6:7:iso_8859-10:7: +ï¼ :LDP man-pages:3.40:2010/09/20:latin7:7:iso_8859-13:7: +ï¼ :LDP man-pages:3.40:2010/09/20:latin8:7:iso_8859-14:7: +ï¼ :LDP man-pages:3.40:1999/05/31:latin9:7:iso_8859-15:7: +×:LDP man-pages:3.40:2009/01/13:libc:7::::: +☆:LDP man-pages:3.39=>3.40:2008/12/05:locale:7:2006/02/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2004/09/15:mailaddr:7:2005/03/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/10/05:man:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/10/28:man-pages:7:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/08/11:math_error:7:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:0000/00/00:mdoc:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +c:LDP man-pages:3.32=>3.40:0000/00/00:mdoc.samples:7:1999/01/21::man-jp@freebsd.org:FreeBSD jpman project:http://www.jp.freebsd.org/man-jp/ +○:LDP man-pages:3.40:2009/09/27:mq_overview:7:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2012/04/26:netdevice:7:2009/03/05::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2012/04/14:netlink:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/08/15:numa:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/09/09:operator:7:2004/11/16::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2012/03/25:packet:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/12/05:path_resolution:7:2007/06/13::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2005/12/08:pipe:7:2005/12/27::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2007/12/21:posixoptions:7:2005/01/14::ysato444@yahoo.co.jp:Yuichi SATO: +○:LDP man-pages:3.40:2010/11/14:pthreads:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2005/10/10:pty:7:2005/10/14::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/11/20:raw:7:2007/01/05::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/01/12:regex:7:1998/07/08::nakano@apm.seikei.ac.jp:NAKANO Takeo: +×:LDP man-pages:3.40:2010/09/10:rtld-audit:7::::: +○:LDP man-pages:3.40:2008/08/08:rtnetlink:7:2001/03/11::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:2010/05/22:sem_overview:7:2009/03/09::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/09/10:shm_overview:7:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/09/09:sigevent:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2011/09/18:signal:7:2008/08/19::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2012/04/23:socket:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:2.67=>3.40:2007/12/20:spufs:7:2007/10/23::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/06/01:standards:7:2006/08/15::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2000/11/16:suffixes:7:2001/04/24::ysato@h4.dion.ne.jp:Yuichi SATO: +○:LDP man-pages:3.40:2009/01/26:svipc:7:2006/07/16::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/06/18:symlink:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.39=>3.40:2012/04/23:tcp:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2006/12/28:termio:7:2007/05/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2010/02/25:time:7:2008/08/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2010/09/20:tis-620:7:iso_8859-11:7: +○:LDP man-pages:3.40:2010/06/13:udp:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2008/12/03:udplite:7:2008/10/12::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.40:2001/05/11:unicode:7:2001/07/14::ysato@h4.dion.ne.jp:Yuichi SATO: +○:LDP man-pages:3.40:2001/12/22:units:7:2002/01/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2102/04/16:unix:7:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2000/03/14:uri:7:2008/07/22::argrath@ub32.org:Kentaro Shirakata: +ï¼ :LDP man-pages:3.40:2000/03/14:url:7:uri:7: +ï¼ :LDP man-pages:3.40:2000/03/14:urn:7:uri:7: +○:LDP man-pages:3.40:2001/05/11:utf-8:7:2001/07/14::ysato@h4.dion.ne.jp:Yuichi SATO: +ï¼ :LDP man-pages:3.40:2001/05/11:utf8:7:utf-8:7: +○:LDP man-pages:3.40:2008/08/08:x25:7:1999/12/06::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2007/10/23:intro:8:2008/02/10::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +ï¼ :LDP man-pages:3.40:2012/04/17:ld-linux:8:ld.so:8: +ï¼ :LDP man-pages:3.40:2012/04/17:ld-linux.so:8:ld.so:8: +○:LDP man-pages:3.40:2012/04/17:ld.so:8:2012/04/30::amotoki@gmail.com:Akihiro MOTOKI: +○:LDP man-pages:3.40:2009/04/15:ldconfig:8:2002/08/20::ysato@h4.dion.ne.jp:Yuichi SATO:The ancestor is in ld.so. +○:LDP man-pages:3.40:2008/12/05:nscd:8:2009/03/14::argrath@ub32.org:Kentaro Shirakata: +○:LDP man-pages:3.40:1998/11/01:sync:8:2000/06/13::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +○:LDP man-pages:3.40:2007/05/18:tzselect:8:2002/01/14::ysato@h4.dion.ne.jp:Yuichi SATO: +○:LDP man-pages:3.40:0000/00/00:zdump:8:1999/09/14::nakano@apm.seikei.ac.jp:NAKANO Takeo: +○:LDP man-pages:3.40:2010/02/25:zic:8:2001/04/04::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: -- 2.11.0