From: Akihiro MOTOKI Date: Wed, 4 Feb 2015 14:34:06 +0000 (+0900) Subject: LDP: Update original to LDP v3.79 X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=commitdiff_plain;h=4ea6bb24817f6f049d6bbc90ecd77a869876f9b0;hp=a6686279a86c4f75d0818999b941fb9d643cc222 LDP: Update original to LDP v3.79 --- diff --git a/original/Changes b/original/Changes index 0c4f4897..ab3ee7f8 100644 --- a/original/Changes +++ b/original/Changes @@ -1,6 +1,6 @@ -==================== Changes in man-pages-3.78 ==================== +==================== Changes in man-pages-3.79 ==================== -Released: 2015-01-22, Munich +Released: 2015-02-01, Munich Contributors @@ -11,20 +11,15 @@ in the changelog below) reports, notes, and ideas that have been incorporated in changes in this release: Akihiro Motoki -Alexey Ishchuk -Carlos O'Donell -Christian Seiler -Daniel J Blueman -David Drysdale -David Herrmann -Elie De Brauwer -Elliot Hughes -Jessica McKellar -Kees Cook -Michael Hayes +Heinrich Schuchardt +J William Piggott +Masanari Iida Michael Kerrisk -Rich Felker +Scot Doyle +Sergey V. Zubkov +Stephan Mueller Vince Weaver +Vivek Goyal Apologies if I missed anyone! @@ -32,232 +27,116 @@ Apologies if I missed anyone! New and rewritten pages ----------------------- -execveat.2 - David Drysdale, Michael Kerrisk [Rich Felker] - New page for execveat(2) +getrandom.2 + Heinrich Schuchardt, Theodore T'so, Michael Kerrisk + New page documenting getrandom(2) + Kernel 3.17 introduces a new system call getrandom(2). -memfd_create.2 - Michael Kerrisk, David Herrmann - New page for memfd_create() system call - Including notes about file sealing - -s390_pci_mmio_write.2 - Alexey Ishchuk - New page for s390 s390_pci_mmio_write() and s390_pci_mmio_read() - New manual page for the new PCI MMIO memory access system - calls, s390_pci_mmio_write() and s390_pci_mmio_read(), - added for the s390 platform. - - -Newly documented interfaces in existing pages ---------------------------------------------- - -fcntl.2 - David Herrmann [Michael Kerrisk] - Document F_ADD_SEALS and F_GET_SEALS commands - -proc.5 - Elie De Brauwer - Document /proc/sys/vm/compact_memory - Michael Kerrisk - Document /proc/sys/fs/nr_open +kexec_load.2 + Vivek Goyal, Michael Kerrisk + Add documentation of kexec_file_load(2) + Michael Kerrisk, Vivke Goyal + Rewrite and extend documentation of kexec_load(). New and changed links --------------------- -s390_pci_mmio_read.2 +kexec_file_load.2 Michael Kerrisk - New link to new s390_pci_mmio_write(2) page - + New link to kexec_load.2 Changes to individual pages --------------------------- -dup.2 - Michael Kerrisk - Add reference to RLIMIT_NOFILE for EMFILE error +personality.2 Michael Kerrisk - Add reference to RLIMIT_NOFILE for EBADF error on 'newfd'. + SEE ALSO: add setarch(8) -execve.2 -fexecve.3 +prctl.2 Michael Kerrisk - SEE ALSO: add execveat(2) + Unused arguments of PR_MPX_(EN,DIS}ABLE_MANAGEMENT must be zero -fallocate.2 -mmap.2 -open.2 -truncate.2 -write.2 +reboot.2 Michael Kerrisk - ERRORS: add EPERM for operation denied by file seal + SEE ALSO: add kexec_load(2) -fcntl.2 - Michael Kerrisk - ERRORS: add EBUSY case for F_SETPIPE_SZ - Michael Kerrisk - Add reference to RLIMIT_NOFILE for F_DUPFD EINVAL error on 'arg'. - Michael Kerrisk - ERRORS: add open file description lock error cases +socket.2 + Stephan Mueller + document AF_ALG + Add a reference to the AF_ALG protocol accessible via socket(2). -getrlimit.2 - Michael Kerrisk - Update text on RLIMIT_NOFILE ceiling to refer to /proc/sys/fs/file-max - -mbind.2 - Michael Kerrisk [Daniel J Blueman] - Clarify EFAULT text +fflush.3 + Michael Kerrisk [Sergey V. Zubkov] + Clarify that flushing of input streams occurs only for seekable files + See https://bugzilla.kernel.org/show_bug.cgi?id=91931 + Michael Kerrisk [Sergey V. Zubkov] + POSIX.1-2008 specifies the behavior when flushing input streams + POSIX.1-2001 did not have a specification for input streams, + but POSIX.1-2008 added one. -mmap.2 -shmget.2 -shm_open.3 +getopt.3 Michael Kerrisk - SEE ALSO: add memfd_create(2) + SEE ALSO: add getopt(1) -open.2 - Michael Kerrisk - Refer to RLIMIT_NOFILE for explanation of EMFILE error - Michael Kerrisk - Add execveat(2) in system call list under "Rationale for openat()" +random.3 + Heinrich Schuchardt + SEE ALSO: add getrandom(2) -perf_event_open.2 - Vince Weaver - Clarify description of overflow events - Update the perf_event_open manpage to be more consistent when - discussing overflow events. It merges the discussion of - poll-type notifications with those generated by SIGIO - signal handlers. - This addresses the remaining FIXMEs is the document. - Vince Weaver - Remove inaccurate paragraph describing attr.config - Remove an inaccurate paragraph about values in the attr.config - field. This information was never true in any released kernel; - it somehow snuck into the manpage because it is still described - this way in tools/perf/design.txt in the kernel source tree. - Michael Kerrisk - Correct the kernel version number for PERF_COUNT_HW_CACHE_NODE +termios.3 Michael Kerrisk - Add some kernel version numbers to various fields and constants + SEE ALSO: add reset(1), setterm(1), tput(1) -ptrace.2 -sigaction.2 -seccomp.2 - Kees Cook - Ptrace and siginfo details - While writing some additional seccomp tests, I realized - PTRACE_EVENT_SECCOMP wasn't documented yet. Fixed this, and added - additional notes related to ptrace events SIGTRAP details. +tzset.3 + J William Piggott + Document behavior when TZ filespec omits the colon + If the TZ filespec omits the leading colon, glibc will parse + it for any valid format, i.e., it will still work. + J William Piggott + Add description for posixrules file + J William Piggott + Correct system timezone file path + J William Piggott + There are only two TZ formats + tzset(3) currently states that there are three TZ formats. The + first two it lists are actually variations of the POSIX-style + TZ format, of which there are at least five variations. -readv.2 - Michael Kerrisk - Update details on glibc readv()/writev() wrapper behavior - And add a historical detail about Linux 2.0. + This patch corrects this to match the POSIX specification of + TZ having only two formats. + J William Piggott + Filespec omitted incorrect + Paragraph three of the DESCRIPTION section says + that when TZ is set, but empty, then UTC is used. -select.2 - Michael Kerrisk - Mention RLIMIT_NOFILE as a possible cause of EINVAL error + Later it says if the TZ filespec is omitted then the file + /usr/share/zoneinfo/localtime is used. This is incorrect, + it will use UTC in that case as well. + J William Piggott + Fix incorrect TZ string representation + The TZ string representation indicates that the start/end + rules are required; this is incorrect. + J William Piggott + Add ENVIRONMENT section + other rearrangements + FILES section was overly verbose and included + environment variables. Added ENVIRONMENT section, + removing ENV VARS from the FILES section. -syscall.2 - Kees Cook - Add arm64 and mips - Add mips an d arm64 to tables, along with some further - details on these architectures, +random.4 + Heinrich Schuchardt + SEE ALSO: add getrandom(2) -syscalls.2 - Michael Kerrisk - Add s390_pci_mmio_read(2) and s390_pci_mmio_write(2) +passwd.5 Michael Kerrisk - Note kernel() version that introduced get_kernel_syms() - Note kernel version that introduced ppc_rtas() - Note kernel version that introduced create_module() - Note kernel version that added setup() - Michael Kerrisk - Remove some details for sync_file_range2() - Make the table a bit simpler. The details can anyway be - found in the system call man page. - -utimensat.2 - Michael Kerrisk [Elliot Hughes] - If both tv_sec fields are UTIME_OMIT, the file need not exist - As noted by Elliot, if both tv_sec fields are UTIME_OMIT, - utimensat() will return success even if the file does not exist. + SEE ALSO: add chfn(1), chsh(1) -errno.3 +capabilities.7 Michael Kerrisk - The RLIMIT_NOFILE resource limit is a common cause of EMFILE + SEE ALSO: add setpriv(1) -exec.3 +signal.7 Michael Kerrisk - SEE ALSO: add execveat(2) - -fclose.3 - Carlos O'Donell - Consistency fix: use "stream" as name for "FILE *" argument - Harmonize all the manual pages to use "stream" for FILE* - instead of randomly using "fp" or "stream." Choosing something - and being consistent helps users scan the man pages quickly - and understand what they are looking at. - -fexecve.3 - Michael Kerrisk - Rewrite the script+close-on-exec problem as a BUG - Also, add one or two details about this scenario. - Michael Kerrisk - The natural idiom when using fexecve() is to use the close-on-exec flag - -fmemopen.3 - Michael Kerrisk - Consistency fix: use "stream" as name for "FILE *" argument - -fopencookie.3 - Michael Kerrisk - Consistency fix: use "stream" as name for "FILE *" argument - -getgrent_r.3 - Carlos O'Donell - Consistency fix: use "stream" as name for "FILE *" argument - -getline.3 + Add getrandom(2) to list of restartable system calls Michael Kerrisk - Consistency fix: use "stream" as name for "FILE *" argument + Add F_OFD_SETLKW to list of restartable operations -getmntent.3 - Carlos O'Donell - Consistency fix: use "stream" as name for "FILE *" argument - -getpw.3 - Michael Kerrisk [Carlos O'Donell] - Describe return value when 'uid' is not found - -getpwent_r.3 - Carlos O'Donell - Consistency fix: use "stream" as name for "FILE *" argument - -getspnam.3 - Carlos O'Donell - Consistency fix: use "stream" as name for "FILE *" argument - -malloc_info.3 - Carlos O'Donell - Consistency fix: use "stream" as name for "FILE *" argument - -posix_fallocate.3 - Michael Kerrisk - Note that posix_fallocate() is implemented using fallocate(2) - -putgrent.3 - Carlos O'Donell - Consistency fix: use "stream" as name for "FILE *" argument - Harmonize all the manual pages to use "stream" for FILE* - instead of randomly using "fp" or "stream." Choosing something - and being consistent helps users scan the man pages quickly - and understand what they are looking at. - -locale.5 - Akihiro Motoki - Correct variable name - -proc.5 - Michael Kerrisk - Remove bogus statement about NR_OPEN being a ceiling for file-max diff --git a/original/Changes.old b/original/Changes.old index 658a13dd..4afe7c72 100644 --- a/original/Changes.old +++ b/original/Changes.old @@ -34794,3 +34794,268 @@ tcp.7 Clarify that tcp_tw_recycle will break communication with many general-purpose remote Internet hosts (namely, remote NAT devices) even when the Linux device itself is not behind NAT. + + +==================== Changes in man-pages-3.78 ==================== + +Released: 2015-01-22, Munich + + +Contributors +------------ + +The following people contributed patches/fixes or (noted in brackets +in the changelog below) reports, notes, and ideas that have been +incorporated in changes in this release: + +Akihiro Motoki +Alexey Ishchuk +Carlos O'Donell +Christian Seiler +Daniel J Blueman +David Drysdale +David Herrmann +Elie De Brauwer +Elliot Hughes +Jessica McKellar +Kees Cook +Michael Hayes +Michael Kerrisk +Rich Felker +Vince Weaver + +Apologies if I missed anyone! + + +New and rewritten pages +----------------------- + +execveat.2 + David Drysdale, Michael Kerrisk [Rich Felker] + New page for execveat(2) + +memfd_create.2 + Michael Kerrisk, David Herrmann + New page for memfd_create() system call + Including notes about file sealing + +s390_pci_mmio_write.2 + Alexey Ishchuk + New page for s390 s390_pci_mmio_write() and s390_pci_mmio_read() + New manual page for the new PCI MMIO memory access system + calls, s390_pci_mmio_write() and s390_pci_mmio_read(), + added for the s390 platform. + + +Newly documented interfaces in existing pages +--------------------------------------------- + +fcntl.2 + David Herrmann [Michael Kerrisk] + Document F_ADD_SEALS and F_GET_SEALS commands + +proc.5 + Elie De Brauwer + Document /proc/sys/vm/compact_memory + Michael Kerrisk + Document /proc/sys/fs/nr_open + + +New and changed links +--------------------- + +s390_pci_mmio_read.2 + Michael Kerrisk + New link to new s390_pci_mmio_write(2) page + + +Changes to individual pages +--------------------------- + +dup.2 + Michael Kerrisk + Add reference to RLIMIT_NOFILE for EMFILE error + Michael Kerrisk + Add reference to RLIMIT_NOFILE for EBADF error on 'newfd'. + +execve.2 +fexecve.3 + Michael Kerrisk + SEE ALSO: add execveat(2) + +fallocate.2 +mmap.2 +open.2 +truncate.2 +write.2 + Michael Kerrisk + ERRORS: add EPERM for operation denied by file seal + +fcntl.2 + Michael Kerrisk + ERRORS: add EBUSY case for F_SETPIPE_SZ + Michael Kerrisk + Add reference to RLIMIT_NOFILE for F_DUPFD EINVAL error on 'arg'. + Michael Kerrisk + ERRORS: add open file description lock error cases + +getrlimit.2 + Michael Kerrisk + Update text on RLIMIT_NOFILE ceiling to refer to /proc/sys/fs/file-max + +mbind.2 + Michael Kerrisk [Daniel J Blueman] + Clarify EFAULT text + +mmap.2 +shmget.2 +shm_open.3 + Michael Kerrisk + SEE ALSO: add memfd_create(2) + +open.2 + Michael Kerrisk + Refer to RLIMIT_NOFILE for explanation of EMFILE error + Michael Kerrisk + Add execveat(2) in system call list under "Rationale for openat()" + +perf_event_open.2 + Vince Weaver + Clarify description of overflow events + Update the perf_event_open manpage to be more consistent when + discussing overflow events. It merges the discussion of + poll-type notifications with those generated by SIGIO + signal handlers. + This addresses the remaining FIXMEs is the document. + Vince Weaver + Remove inaccurate paragraph describing attr.config + Remove an inaccurate paragraph about values in the attr.config + field. This information was never true in any released kernel; + it somehow snuck into the manpage because it is still described + this way in tools/perf/design.txt in the kernel source tree. + Michael Kerrisk + Correct the kernel version number for PERF_COUNT_HW_CACHE_NODE + Michael Kerrisk + Add some kernel version numbers to various fields and constants + +ptrace.2 +sigaction.2 +seccomp.2 + Kees Cook + Ptrace and siginfo details + While writing some additional seccomp tests, I realized + PTRACE_EVENT_SECCOMP wasn't documented yet. Fixed this, and added + additional notes related to ptrace events SIGTRAP details. + +readv.2 + Michael Kerrisk + Update details on glibc readv()/writev() wrapper behavior + And add a historical detail about Linux 2.0. + +select.2 + Michael Kerrisk + Mention RLIMIT_NOFILE as a possible cause of EINVAL error + +syscall.2 + Kees Cook + Add arm64 and mips + Add mips and arm64 to tables, along with some further + details on these architectures, + +syscalls.2 + Michael Kerrisk + Add s390_pci_mmio_read(2) and s390_pci_mmio_write(2) + Michael Kerrisk + Note kernel() version that introduced get_kernel_syms() + Note kernel version that introduced ppc_rtas() + Note kernel version that introduced create_module() + Note kernel version that added setup() + Michael Kerrisk + Remove some details for sync_file_range2() + Make the table a bit simpler. The details can anyway be + found in the system call man page. + +utimensat.2 + Michael Kerrisk [Elliot Hughes] + If both tv_sec fields are UTIME_OMIT, the file need not exist + As noted by Elliot, if both tv_sec fields are UTIME_OMIT, + utimensat() will return success even if the file does not exist. + +errno.3 + Michael Kerrisk + The RLIMIT_NOFILE resource limit is a common cause of EMFILE + +exec.3 + Michael Kerrisk + SEE ALSO: add execveat(2) + +fclose.3 + Carlos O'Donell + Consistency fix: use "stream" as name for "FILE *" argument + Harmonize all the manual pages to use "stream" for FILE* + instead of randomly using "fp" or "stream." Choosing something + and being consistent helps users scan the man pages quickly + and understand what they are looking at. + +fexecve.3 + Michael Kerrisk + Rewrite the script+close-on-exec problem as a BUG + Also, add one or two details about this scenario. + Michael Kerrisk + The natural idiom when using fexecve() is to use the close-on-exec flag + +fmemopen.3 + Michael Kerrisk + Consistency fix: use "stream" as name for "FILE *" argument + +fopencookie.3 + Michael Kerrisk + Consistency fix: use "stream" as name for "FILE *" argument + +getgrent_r.3 + Carlos O'Donell + Consistency fix: use "stream" as name for "FILE *" argument + +getline.3 + Michael Kerrisk + Consistency fix: use "stream" as name for "FILE *" argument + +getmntent.3 + Carlos O'Donell + Consistency fix: use "stream" as name for "FILE *" argument + +getpw.3 + Michael Kerrisk [Carlos O'Donell] + Describe return value when 'uid' is not found + +getpwent_r.3 + Carlos O'Donell + Consistency fix: use "stream" as name for "FILE *" argument + +getspnam.3 + Carlos O'Donell + Consistency fix: use "stream" as name for "FILE *" argument + +malloc_info.3 + Carlos O'Donell + Consistency fix: use "stream" as name for "FILE *" argument + +posix_fallocate.3 + Michael Kerrisk + Note that posix_fallocate() is implemented using fallocate(2) + +putgrent.3 + Carlos O'Donell + Consistency fix: use "stream" as name for "FILE *" argument + Harmonize all the manual pages to use "stream" for FILE* + instead of randomly using "fp" or "stream." Choosing something + and being consistent helps users scan the man pages quickly + and understand what they are looking at. + +locale.5 + Akihiro Motoki + Correct variable name + +proc.5 + Michael Kerrisk + Remove bogus statement about NR_OPEN being a ceiling for file-max diff --git a/original/man-pages-3.78.Announce b/original/man-pages-3.79.Announce similarity index 98% rename from original/man-pages-3.78.Announce rename to original/man-pages-3.79.Announce index dd73c8ac..d2787541 100644 --- a/original/man-pages-3.78.Announce +++ b/original/man-pages-3.79.Announce @@ -1,7 +1,7 @@ RELEASE The Linux man page maintainer proudly announces. . . - man-pages-3.78.tar.gz - man pages for Linux + man-pages-3.79.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.78.lsm b/original/man-pages-3.79.lsm similarity index 82% rename from original/man-pages-3.78.lsm rename to original/man-pages-3.79.lsm index b4f1b707..e5b70e96 100644 --- a/original/man-pages-3.78.lsm +++ b/original/man-pages-3.79.lsm @@ -1,13 +1,13 @@ Begin3 Title: Section 2, 3, 4, 5 and 7 man pages for Linux -Version: 3.78 -Entered-date: 2015-01-22 +Version: 3.79 +Entered-date: 2015-02-01 Description: Linux manual pages Keywords: man pages Author: several Maintained-by: Michael Kerrisk Primary-site: ftp://ftp.kernel.org/pub/linux/docs/man-pages - 2093k man-pages-3.78.tar.gz + 2101k man-pages-3.79.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/man1/getent.1 b/original/man1/getent.1 index 7b1c46cd..1d878481 100644 --- a/original/man1/getent.1 +++ b/original/man1/getent.1 @@ -368,7 +368,7 @@ Enumeration not supported on this .SH SEE ALSO .BR nsswitch.conf (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man1/iconv.1 b/original/man1/iconv.1 index 8b1453c3..ba1acb4d 100644 --- a/original/man1/iconv.1 +++ b/original/man1/iconv.1 @@ -203,7 +203,7 @@ abc ss ? EUR abc .BR charsets (7), .BR iconvconfig (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man1/intro.1 b/original/man1/intro.1 index 13413823..bc7ab2b0 100644 --- a/original/man1/intro.1 +++ b/original/man1/intro.1 @@ -302,7 +302,7 @@ and use a browser if you find HTML files there. .SH SEE ALSO .BR standards (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man1/ldd.1 b/original/man1/ldd.1 index b8091051..d308a315 100644 --- a/original/man1/ldd.1 +++ b/original/man1/ldd.1 @@ -111,7 +111,7 @@ on one of these programs, the program will attempt to run with .BR ld.so (8), .BR ldconfig (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man1/locale.1 b/original/man1/locale.1 index ef240be6..4623c442 100644 --- a/original/man1/locale.1 +++ b/original/man1/locale.1 @@ -65,7 +65,7 @@ metadata about each locale to be included in the output. Display the available charmaps (character set description files). .PP The -.I locale +.B locale command can also be provided with one or more arguments, which are the names of locale keywords (for example, .IR date_fmt , @@ -108,7 +108,7 @@ so that the output has the format: \fIkeyword\fP="\fIvalue\fP" .PP The -.I locale +.B locale command also knows about the following options: .TP .BR \-v ", " \-\-verbose @@ -203,7 +203,7 @@ $ \fBecho "export LANG=fi_SE.UTF-8" >> $HOME/.bashrc\fP .BR locale (5), .BR locale (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man1/localedef.1 b/original/man1/localedef.1 index b9f8294d..0e31ac00 100644 --- a/original/man1/localedef.1 +++ b/original/man1/localedef.1 @@ -80,7 +80,7 @@ argument is interpreted as follows: If .I outputpath contains a slash character ('/'), it is interpreted as the name of the -directory where the output defintions are to be stored. +directory where the output definitions are to be stored. In this case, there is a separate output file for each locale category .RI ( LC_CTIME , .IR LC_NUMERIC , @@ -369,7 +369,7 @@ localedef \-f UTF\-8 \-i fi_FI ./fi_FI.UTF\-8 .BR repertoiremap (5), .BR locale (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man1/memusage.1 b/original/man1/memusage.1 index 566815ad..47f03de0 100644 --- a/original/man1/memusage.1 +++ b/original/man1/memusage.1 @@ -174,7 +174,7 @@ Print a short usage message and exit. .BI \-V\fR,\ \fB\-\-version Print version information and exit. .TP -The following options only apply when generating graphical output: +The following options apply only when generating graphical output: .TP .BI \-t\fR,\ \fB\-\-time\-based Use time (rather than number of function calls) as the scale for the X axis. @@ -273,7 +273,7 @@ To report bugs, see .BR mtrace (1) .BR ld.so (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man1/memusagestat.1 b/original/man1/memusagestat.1 index eff14ad9..af1dd3a3 100644 --- a/original/man1/memusagestat.1 +++ b/original/man1/memusagestat.1 @@ -89,7 +89,7 @@ To report bugs, see .BR memusage (1), .BR mtrace (1) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man1/mtrace.1 b/original/man1/mtrace.1 index fad76390..a5e28c62 100644 --- a/original/man1/mtrace.1 +++ b/original/man1/mtrace.1 @@ -62,7 +62,7 @@ For bug reporting instructions, please see: .BR memusage (1), .BR mtrace (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man1/pldd.1 b/original/man1/pldd.1 index 6d504b63..eb0105fa 100644 --- a/original/man1/pldd.1 +++ b/original/man1/pldd.1 @@ -94,7 +94,7 @@ that are linked into a process. .BR dlopen (3), .BR ld.so (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man1/sprof.1 b/original/man1/sprof.1 index 1f75c93f..1e62f92d 100644 --- a/original/man1/sprof.1 +++ b/original/man1/sprof.1 @@ -301,7 +301,7 @@ x2 consumeCpu2 1000 .BR ldd (1), .BR ld.so (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man1/time.1 b/original/man1/time.1 index 49e5ca30..06b06843 100644 --- a/original/man1/time.1 +++ b/original/man1/time.1 @@ -308,7 +308,7 @@ and C compiler you used. .BR times (2), .BR wait3 (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/_exit.2 b/original/man2/_exit.2 index 06aea7eb..e908610d 100644 --- a/original/man2/_exit.2 +++ b/original/man2/_exit.2 @@ -134,7 +134,7 @@ in order to terminate all of the threads in a process. .BR on_exit (3), .BR termios (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/_syscall.2 b/original/man2/_syscall.2 index 4acbbddb..0f573871 100644 --- a/original/man2/_syscall.2 +++ b/original/man2/_syscall.2 @@ -186,7 +186,7 @@ Number of processes = 40 .BR syscall (2), .BR errno (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/accept.2 b/original/man2/accept.2 index 02f8bea2..172cd2ca 100644 --- a/original/man2/accept.2 +++ b/original/man2/accept.2 @@ -386,7 +386,7 @@ See .BR socket (2), .BR socket (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/access.2 b/original/man2/access.2 index 443b805d..bae29507 100644 --- a/original/man2/access.2 +++ b/original/man2/access.2 @@ -399,7 +399,7 @@ is honored .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/acct.2 b/original/man2/acct.2 index 13c2d868..8c7f3ccd 100644 --- a/original/man2/acct.2 +++ b/original/man2/acct.2 @@ -143,7 +143,7 @@ The structure of the records written to the accounting file is described in .SH SEE ALSO .BR acct (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/add_key.2 b/original/man2/add_key.2 index cd826ebe..68911a74 100644 --- a/original/man2/add_key.2 +++ b/original/man2/add_key.2 @@ -128,7 +128,7 @@ should be specified to the linker. .BR keyctl (2), .BR request_key (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/adjtimex.2 b/original/man2/adjtimex.2 index df5a4eb9..ce63cd44 100644 --- a/original/man2/adjtimex.2 +++ b/original/man2/adjtimex.2 @@ -373,7 +373,7 @@ method of adjusting the system clock. .BR time (7), .BR adjtimex (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/alarm.2 b/original/man2/alarm.2 index 8dd31725..e2a297ed 100644 --- a/original/man2/alarm.2 +++ b/original/man2/alarm.2 @@ -93,7 +93,7 @@ be delayed by an arbitrary amount of time. .BR sleep (3), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/alloc_hugepages.2 b/original/man2/alloc_hugepages.2 index a7bf3850..a26d896d 100644 --- a/original/man2/alloc_hugepages.2 +++ b/original/man2/alloc_hugepages.2 @@ -148,7 +148,7 @@ boot parameter. .\" mount -t hugetlbfs hugetlbfs /huge .\" SHM_HUGETLB .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/arch_prctl.2 b/original/man2/arch_prctl.2 index cbc0cbc8..736ee4f0 100644 --- a/original/man2/arch_prctl.2 +++ b/original/man2/arch_prctl.2 @@ -143,7 +143,7 @@ may be already used by the threading library. AMD X86-64 Programmer's manual .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/bdflush.2 b/original/man2/bdflush.2 index c5116839..cc84cd2e 100644 --- a/original/man2/bdflush.2 +++ b/original/man2/bdflush.2 @@ -121,7 +121,7 @@ intended to be portable. .BR sync (2), .BR sync (1) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/bind.2 b/original/man2/bind.2 index 0b12f81a..134da2df 100644 --- a/original/man2/bind.2 +++ b/original/man2/bind.2 @@ -340,7 +340,7 @@ main(int argc, char *argv[]) .BR socket (7), .BR unix (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/brk.2 b/original/man2/brk.2 index c9b5332e..b0fa241f 100644 --- a/original/man2/brk.2 +++ b/original/man2/brk.2 @@ -166,7 +166,7 @@ return the old break value. .BR end (3), .BR malloc (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/cacheflush.2 b/original/man2/cacheflush.2 index 5b993dd5..f8395b92 100644 --- a/original/man2/cacheflush.2 +++ b/original/man2/cacheflush.2 @@ -87,7 +87,7 @@ and arguments. Therefore, the whole cache is always flushed. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/capget.2 b/original/man2/capget.2 index 85c6e43b..455a8ebc 100644 --- a/original/man2/capget.2 +++ b/original/man2/capget.2 @@ -230,7 +230,7 @@ library and is available here: .BR gettid (2), .BR capabilities (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/chdir.2 b/original/man2/chdir.2 index c2e48bfc..06449f27 100644 --- a/original/man2/chdir.2 +++ b/original/man2/chdir.2 @@ -138,7 +138,7 @@ The current working directory is left unchanged by .BR getcwd (3), .BR path_resolution (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/chmod.2 b/original/man2/chmod.2 index 6e702220..5f015b70 100644 --- a/original/man2/chmod.2 +++ b/original/man2/chmod.2 @@ -366,7 +366,7 @@ argument. .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/chown.2 b/original/man2/chown.2 index 2ea34346..98aa961a 100644 --- a/original/man2/chown.2 +++ b/original/man2/chown.2 @@ -493,7 +493,7 @@ main(int argc, char *argv[]) .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/chroot.2 b/original/man2/chroot.2 index 34eb8f22..ee9ee552 100644 --- a/original/man2/chroot.2 +++ b/original/man2/chroot.2 @@ -152,7 +152,7 @@ system call. .BR chdir (2), .BR path_resolution (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/clock_getres.2 b/original/man2/clock_getres.2 index 87a9e633..9c9c45a7 100644 --- a/original/man2/clock_getres.2 +++ b/original/man2/clock_getres.2 @@ -286,7 +286,7 @@ On Linux, these clocks are not settable .BR sysconf (3), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/clock_nanosleep.2 b/original/man2/clock_nanosleep.2 index fa29194f..e24c7eeb 100644 --- a/original/man2/clock_nanosleep.2 +++ b/original/man2/clock_nanosleep.2 @@ -259,7 +259,7 @@ shall have no effect on a thread that is blocked on a relative .BR usleep (3), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/clone.2 b/original/man2/clone.2 index d9766495..b10f4289 100644 --- a/original/man2/clone.2 +++ b/original/man2/clone.2 @@ -1219,7 +1219,7 @@ main(int argc, char *argv[]) .BR namespaces (7), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/close.2 b/original/man2/close.2 index b355559c..e6802547 100644 --- a/original/man2/close.2 +++ b/original/man2/close.2 @@ -98,7 +98,7 @@ Not checking the return value when closing the file may lead to silent loss of data. This can especially be observed with NFS and with disk quota. -Note that the return value should only be used for diagnostics. +Note that the return value should be used only for diagnostics. In particular .BR close () should not be retried after an @@ -136,7 +136,7 @@ that may cause unintended side effects. .BR unlink (2), .BR fclose (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/connect.2 b/original/man2/connect.2 index 485a31df..4be1f95a 100644 --- a/original/man2/connect.2 +++ b/original/man2/connect.2 @@ -286,7 +286,7 @@ is shown in .BR socket (2), .BR path_resolution (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/create_module.2 b/original/man2/create_module.2 index dff76bf6..3fb84b15 100644 --- a/original/man2/create_module.2 +++ b/original/man2/create_module.2 @@ -80,7 +80,7 @@ alternatively, you can invoke the system call using .BR init_module (2), .BR query_module (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/delete_module.2 b/original/man2/delete_module.2 index ac835bb9..6055c75a 100644 --- a/original/man2/delete_module.2 +++ b/original/man2/delete_module.2 @@ -214,7 +214,7 @@ currently explained in this manual page. .BR modprobe (8), .BR rmmod (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/dup.2 b/original/man2/dup.2 index f2659e60..e344b72f 100644 --- a/original/man2/dup.2 +++ b/original/man2/dup.2 @@ -276,7 +276,7 @@ Instead, code something like the following could be used: .BR fcntl (2), .BR open (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/epoll_create.2 b/original/man2/epoll_create.2 index 52d1290f..8b9da215 100644 --- a/original/man2/epoll_create.2 +++ b/original/man2/epoll_create.2 @@ -147,7 +147,7 @@ applications are run on older kernels. .BR epoll_wait (2), .BR epoll (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/epoll_ctl.2 b/original/man2/epoll_ctl.2 index c40fb8f6..184f1d77 100644 --- a/original/man2/epoll_ctl.2 +++ b/original/man2/epoll_ctl.2 @@ -314,7 +314,7 @@ flag. .BR poll (2), .BR epoll (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/epoll_wait.2 b/original/man2/epoll_wait.2 index 6fd95dac..7819e002 100644 --- a/original/man2/epoll_wait.2 +++ b/original/man2/epoll_wait.2 @@ -244,7 +244,7 @@ wrapper function specifies this argument as a fixed value .BR epoll_ctl (2), .BR epoll (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/eventfd.2 b/original/man2/eventfd.2 index 1f3331ed..50de358b 100644 --- a/original/man2/eventfd.2 +++ b/original/man2/eventfd.2 @@ -426,7 +426,7 @@ main(int argc, char *argv[]) .BR epoll (7), .BR sem_overview (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/execve.2 b/original/man2/execve.2 index b4d7d95e..90488cf1 100644 --- a/original/man2/execve.2 +++ b/original/man2/execve.2 @@ -702,7 +702,7 @@ main(int argc, char *argv[]) newargv[0] = argv[1]; execve(argv[1], newargv, newenviron); - perror("execve"); /* execve() only returns on error */ + perror("execve"); /* execve() returns only on error */ exit(EXIT_FAILURE); } .fi @@ -761,7 +761,7 @@ argv[4]: world .BR path_resolution (7), .BR ld.so (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/execveat.2 b/original/man2/execveat.2 index 35970ff5..1d83b27e 100644 --- a/original/man2/execveat.2 +++ b/original/man2/execveat.2 @@ -231,7 +231,7 @@ where scripts recursively employ .BR openat (2), .BR fexecve (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/exit_group.2 b/original/man2/exit_group.2 index 57f43c46..493aa91a 100644 --- a/original/man2/exit_group.2 +++ b/original/man2/exit_group.2 @@ -49,7 +49,7 @@ wrapper function is called. .SH SEE ALSO .BR exit (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/fallocate.2 b/original/man2/fallocate.2 index 1ae21fcd..3e497b62 100644 --- a/original/man2/fallocate.2 +++ b/original/man2/fallocate.2 @@ -381,7 +381,7 @@ is Linux-specific. .BR posix_fadvise (3), .BR posix_fallocate (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/fanotify_init.2 b/original/man2/fanotify_init.2 index c88ee46e..56c658ad 100644 --- a/original/man2/fanotify_init.2 +++ b/original/man2/fanotify_init.2 @@ -261,7 +261,7 @@ returned when reading from the fanotify file descriptor. .BR fanotify_mark (2), .BR fanotify (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/fanotify_mark.2 b/original/man2/fanotify_mark.2 index 47eeb29f..5eea1a07 100644 --- a/original/man2/fanotify_mark.2 +++ b/original/man2/fanotify_mark.2 @@ -332,7 +332,7 @@ is not checked for invalid values. .BR fanotify_init (2), .BR fanotify (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/fcntl.2 b/original/man2/fcntl.2 index fdc7cd1d..08817a58 100644 --- a/original/man2/fcntl.2 +++ b/original/man2/fcntl.2 @@ -1935,7 +1935,7 @@ directory, and is called .IR mandatory.txt ) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/flock.2 b/original/man2/flock.2 index 15890d03..c2937988 100644 --- a/original/man2/flock.2 +++ b/original/man2/flock.2 @@ -246,7 +246,7 @@ in the Linux kernel source tree .RI ( Documentation/locks.txt in older kernels) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/fork.2 b/original/man2/fork.2 index 2bd0701a..c0d2a998 100644 --- a/original/man2/fork.2 +++ b/original/man2/fork.2 @@ -273,7 +273,7 @@ and .BR capabilities (7), .BR credentials (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/fsync.2 b/original/man2/fsync.2 index 9c1b6e01..716c8e8e 100644 --- a/original/man2/fsync.2 +++ b/original/man2/fsync.2 @@ -168,7 +168,7 @@ to guarantee safe operation. .BR mount (8), .BR sync (1) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/futex.2 b/original/man2/futex.2 index 5b986c5d..2fb667a7 100644 --- a/original/man2/futex.2 +++ b/original/man2/futex.2 @@ -331,7 +331,7 @@ Futex example library, futex-*.tar.bz2 at .UR ftp://ftp.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/ .UE .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/futimesat.2 b/original/man2/futimesat.2 index 613b3b30..f6282640 100644 --- a/original/man2/futimesat.2 +++ b/original/man2/futimesat.2 @@ -132,7 +132,7 @@ wrapper function updates the times for the file referred to by .BR futimes (3), .BR path_resolution (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/get_kernel_syms.2 b/original/man2/get_kernel_syms.2 index d7fb2fcd..b51efb5e 100644 --- a/original/man2/get_kernel_syms.2 +++ b/original/man2/get_kernel_syms.2 @@ -83,7 +83,7 @@ in favor of other interfaces described on its manual page). .BR init_module (2), .BR query_module (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/get_mempolicy.2 b/original/man2/get_mempolicy.2 index 3833290d..43a1fc17 100644 --- a/original/man2/get_mempolicy.2 +++ b/original/man2/get_mempolicy.2 @@ -245,7 +245,7 @@ For information on library support, see .BR numa (7), .BR numactl (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/get_robust_list.2 b/original/man2/get_robust_list.2 index 72bd0b22..e87592db 100644 --- a/original/man2/get_robust_list.2 +++ b/original/man2/get_robust_list.2 @@ -134,7 +134,7 @@ and in the Linux kernel source tree .\" http://lwn.net/Articles/172149/ .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/get_thread_area.2 b/original/man2/get_thread_area.2 index a95b8f97..ff9d6e58 100644 --- a/original/man2/get_thread_area.2 +++ b/original/man2/get_thread_area.2 @@ -56,7 +56,7 @@ In the unlikely event that you want to call it directly, use .BR modify_ldt (2), .BR set_thread_area (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getcpu.2 b/original/man2/getcpu.2 index 406e4335..a9b4fb43 100644 --- a/original/man2/getcpu.2 +++ b/original/man2/getcpu.2 @@ -143,7 +143,7 @@ migrating threads between CPUs, and so the argument is now ignored. .BR sched_getcpu (3), .BR cpuset (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getdents.2 b/original/man2/getdents.2 index 98547d2b..3d97679c 100644 --- a/original/man2/getdents.2 +++ b/original/man2/getdents.2 @@ -283,7 +283,7 @@ main(int argc, char *argv[]) .BR readdir (2), .BR readdir (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getdomainname.2 b/original/man2/getdomainname.2 index 57c3db13..c05e84f8 100644 --- a/original/man2/getdomainname.2 +++ b/original/man2/getdomainname.2 @@ -129,7 +129,7 @@ field returned from a call to .BR sethostname (2), .BR uname (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getgid.2 b/original/man2/getgid.2 index 7820852b..6a85fae0 100644 --- a/original/man2/getgid.2 +++ b/original/man2/getgid.2 @@ -65,7 +65,7 @@ wrapper functions transparently deal with the variations across kernel versions. .BR setregid (2), .BR credentials (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getgroups.2 b/original/man2/getgroups.2 index d9d66a28..92fa9410 100644 --- a/original/man2/getgroups.2 +++ b/original/man2/getgroups.2 @@ -184,7 +184,7 @@ wrapper function transparently deals with the variation across kernel versions. .BR capabilities (7), .BR credentials (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/gethostname.2 b/original/man2/gethostname.2 index 2e1c01e2..e85bcc43 100644 --- a/original/man2/gethostname.2 +++ b/original/man2/gethostname.2 @@ -178,7 +178,7 @@ set to .BR setdomainname (2), .BR uname (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getitimer.2 b/original/man2/getitimer.2 index e40544c9..7d687efc 100644 --- a/original/man2/getitimer.2 +++ b/original/man2/getitimer.2 @@ -251,7 +251,7 @@ error. .BR timerfd_create (2), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getpagesize.2 b/original/man2/getpagesize.2 index d55f59aa..19e52105 100644 --- a/original/man2/getpagesize.2 +++ b/original/man2/getpagesize.2 @@ -109,7 +109,7 @@ Things are OK in glibc 2.1. .BR mmap (2), .BR sysconf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getpeername.2 b/original/man2/getpeername.2 index 1bf0003d..1bd87b5e 100644 --- a/original/man2/getpeername.2 +++ b/original/man2/getpeername.2 @@ -148,7 +148,7 @@ the address of the sender when using .BR socket (7), .BR unix (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getpid.2 b/original/man2/getpid.2 index 43345176..35bb3696 100644 --- a/original/man2/getpid.2 +++ b/original/man2/getpid.2 @@ -109,7 +109,7 @@ via the glibc wrapper function. .BR credentials (7), .BR pid_namespaces (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getpriority.2 b/original/man2/getpriority.2 index 73e550bd..5189c373 100644 --- a/original/man2/getpriority.2 +++ b/original/man2/getpriority.2 @@ -239,7 +239,7 @@ which may be made standards conformant in the future. .I Documentation/scheduler/sched-nice-design.txt in the Linux kernel source tree (since Linux 2.6.23) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getrandom.2 b/original/man2/getrandom.2 new file mode 100644 index 00000000..e1e6cceb --- /dev/null +++ b/original/man2/getrandom.2 @@ -0,0 +1,338 @@ +.\" Copyright (C) 2014, Theodore Ts'o +.\" Copyright (C) 2014,2015 Heinrich Schuchardt +.\" Copyright (C) 2015, Michael Kerrisk +.\" +.\" %%%LICENSE_START(VERBATIM) +.\" Permission is granted to make and distribute verbatim copies of this +.\" manual provided the copyright notice and this permission notice are +.\" preserved on all copies. +.\" +.\" Permission is granted to copy and distribute modified versions of +.\" this manual under the conditions for verbatim copying, provided that +.\" the entire resulting derived work is distributed under the terms of +.\" a permission notice identical to this one. +.\" +.\" Since the Linux kernel and libraries are constantly changing, this +.\" manual page may be incorrect or out-of-date. The author(s) assume. +.\" no responsibility for errors or omissions, or for damages resulting. +.\" from the use of the information contained herein. The author(s) may. +.\" not have taken the same level of care in the production of this. +.\" manual, which is licensed free of charge, as they might when working. +.\" professionally. +.\" +.\" Formatted or processed versions of this manual, if unaccompanied by +.\" the source, must acknowledge the copyright and authors of this work. +.\" %%%LICENSE_END + +.TH GETRANDOM 2 2015-01-22 "Linux" "Linux Programmer's Manual" +.SH NAME +getrandom \- obtain a series of random bytes +.SH SYNOPSIS +.B #include +.sp +.BI "int getrandom(void *"buf ", size_t " buflen ", unsigned int " flags ); +.SH DESCRIPTION +The +.BR getrandom () +system call fills the buffer pointed to by +.I buf +with up to +.I buflen +random bytes. +These bytes can be used to seed user-space random number generators +or for cryptographic purposes. +.PP +.BR getrandom () +relies on entropy gathered from device drivers and other sources of +environmental noise. +Unnecessarily reading large quantities of data will have a negative impact +on other users of the +.I /dev/random +and +.I /dev/urandom +devices. +Therefore, +.BR getrandom () +should not be used for Monte Carlo simulations or other +programs/algorithms which are doing probabilistic sampling. + +By default, +.BR getrandom () +draws entropy from the +.IR /dev/urandom +pool. +This behavior can be changed via the +.I flags +argument. +If the +.IR /dev/urandom +pool has been initialized, +reads of up to 256 bytes will always return as many bytes as +requested and will not be interrupted by signals. +No such guarantees apply for larger buffer sizes. +For example, if the call is interrupted by a signal handler, +it may return a partially filled buffer, or fail with the error +.BR EINTR . +If the pool has not yet been initialized, then the call blocks, unless +.B GRND_RANDOM +is specified in +.IR flags . + +The +.I flags +argument is a bit mask that can contain zero or more of the following values +ORed together: +.TP +.B GRND_RANDOM +If this bit is set, then random bytes are drawn from the +.I /dev/random +pool instead of the +.I /dev/urandom +pool. +The +.I /dev/random +pool is limited based on the entropy that can be obtained from environmental +noise. +If the number of available bytes in +.I /dev/random +is less than requested in +.IR buflen , +the call returns just the available random bytes. +If no random bytes are available, the behavior depends on the presence of +.B GRND_NONBLOCK +in the +.I flags +argument. +.TP +.B GRND_NONBLOCK +By default, when reading from +.IR /dev/random , +.BR getrandom () +blocks if no random bytes are available, +and when reading from +.IR /dev/urandom , +it blocks if the entropy pool has not yet been initialized. +If the +.B GRND_NONBLOCK +flag is set, then +.BR getrandom () +does not block in these cases, but instead immediately returns \-1 with +.I errno +set to +.BR EAGAIN . +.SH RETURN VALUE +On success, +.BR getrandom () +returns the number of bytes that were copied to the buffer +.IR buf . +This may be less than the number of bytes requested via +.I buflen +if +.BR GRND_RANDOM +was specified in +.IR flags +and insufficient entropy was present in the +.IR /dev/random +pool, or if the system call was interrupted by a signal. +.PP +On error, \-1 is returned, and +.I errno +is set appropriately. +.SH ERRORS +.TP +.B EINVAL +An invalid flag was specified in +.IR flags . +.TP +.B EFAULT +The address referred to by +.I buf +is outside the accessible address space. +.TP +.B EAGAIN +The requested entropy was not available, and +.BR getrandom () +would have blocked if the +.B GRND_NONBLOCK +flag was not set. +.TP +.B EINTR +The call was interrupted by a signal +handler; see the description of how interrupted +.BR read (2) +calls on "slow" devices are handled with and without the +.B SA_RESTART +flag in the +.BR signal (7) +man page. +.SH VERSIONS +.BR getrandom () +was introduced in version 3.17 of the Linux kernel. +.SH CONFORMING TO +This system call is Linux-specific. +.SH NOTES +.SS Maximum number of bytes returned +As of Linux 3.19 the following limits apply: +.IP * 3 +When reading from +.IR /dev/urandom , +a maximum of 33554431 bytes is returned by a single call to +.BR getrandom () +on a system where +.I int +has a size of 32 bits. +.IP * +When reading from +.IR /dev/random , +a maximum of 512 bytes is returned. +.SS Initialization of the entropy pool +The kernel collects bits of entropy from environment. +When a sufficient number of random bits has been collected, the +.I /dev/urandom +entropy pool is considered to be initialized. +This state is normally reached early in the system bootstrap phase. +.SS Interruption by a signal handler +When reading from +.I /dev/urandom +.RB ( GRND_RANDOM +is not set), +.BR getrandom () +will block until the entropy pool has been initialized +(unless the +.BR GRND_NONBLOCK +flag was specified). +If a request is made to read a large number (more than 256) of bytes, +.BR getrandom () +will block until those bytes have been generated and transferred +from kernel memory to +.IR buf . +When reading from +.I /dev/random +.RB ( GRND_RANDOM +is set), +.BR getrandom () +will block until some random bytes become available +(unless the +.BR GRND_NONBLOCK +flag was specified). + +The behavior when a call to +.BR getrandom () +that is blocked while reading from +.I /dev/urandom +is interrupted by a signal handler +depends on the initialization state of the entropy buffer +and on the request size, +.IR buflen . +If the entropy is not yet initialized, then the call will fail with the +.B EINTR +error. +If the entropy pool has been initialized +and the request size is large +.RI ( buflen "\ >\ 256)," +the call either succeeds, returning a partially filled buffer, +or fails with the error +.BR EINTR. +If the entropy pool has been initialized and the request size is small +.RI ( buflen "\ <=\ 256)," +then +.BR getrandom () +will not fail with +.BR EINTR . +Instead, it will return all of the bytes that have been requested. + +When reading from +.IR /dev/random , +blocking requests of any size can be interrupted by a signal +(the call fails with the error +.BR EINTR ). + +Calling +.BR getrandom () +to read +.I /dev/urandom +for small values (<=\ 256) of +.I buflen +is the preferred mode of usage. +.PP +The special treatment of small values of +.I buflen +was designed for compatibility with +OpenBSD's +.BR getentropy () +system call. +.PP +The user of +.BR getrandom () +.I must +always check the return value, +to determine whether either an error occurred +or fewer bytes than requested were returned. +In the case where +.B GRND_RANDOM +is not specified and +.I buflen +is less than or equal to 256, +a return of fewer bytes than requested should never happen, +but the careful programmer will check for this anyway! +.SS Choice of random device +Unless you are doing long-term key generation (and perhaps not even +then), you probably shouldn't be using +.B GRND_RANDOM. +The cryptographic algorithms used for +.I /dev/urandom +are quite conservative, and so should be sufficient for all purposes. +The disadvantage of +.B GRND_RANDOM +is that it can block. +Furthermore, dealing with the partially fulfilled +.BR getrandom () +requests that can occur when using +.B GRND_RANDOM +increases code complexity. +.SS Emulating OpenBSD's getentropy() +The +.BR getentropy () +system call in OpenBSD can be emulated using the following +function: + +.in +4n +.nf +int +getentropy(void *buf, size_t buflen) +{ + int ret; + + if (buflen > 256) + goto failure; + ret = getrandom(buf, buflen, 0); + if (ret < 0) + return ret; + if (ret == buflen) + return 0; +failure: + errno = EIO; + return \-1; +} +.fi +.in +.SH BUGS +As of Linux 3.19, the following bug exists: +.\" FIXME patch proposed https://lkml.org/lkml/2014/11/29/16 +.IP * 3 +Depending on CPU load, +.BR getrandom () +does not react to interrupts before reading all bytes requested. +.SH SEE ALSO +.BR random (4), +.BR urandom (4), +.BR signal (7) +.SH COLOPHON +This page is part of release 3.79 of the Linux +.I man-pages +project. +A description of the project, +information about reporting bugs, +and the latest version of this page, +can be found at +\%http://www.kernel.org/doc/man\-pages/. diff --git a/original/man2/getresuid.2 b/original/man2/getresuid.2 index b326c41b..4661c364 100644 --- a/original/man2/getresuid.2 +++ b/original/man2/getresuid.2 @@ -90,7 +90,7 @@ wrapper functions transparently deal with the variations across kernel versions. .BR setuid (2), .BR credentials (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getrlimit.2 b/original/man2/getrlimit.2 index ef5b56cc..b12ec14c 100644 --- a/original/man2/getrlimit.2 +++ b/original/man2/getrlimit.2 @@ -782,7 +782,7 @@ main(int argc, char *argv[]) .BR capabilities (7), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getrusage.2 b/original/man2/getrusage.2 index 10932c7b..25c0920b 100644 --- a/original/man2/getrusage.2 +++ b/original/man2/getrusage.2 @@ -258,7 +258,7 @@ in .BR wait4 (2), .BR clock (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getsid.2 b/original/man2/getsid.2 index a6fd8284..5cfdfd98 100644 --- a/original/man2/getsid.2 +++ b/original/man2/getsid.2 @@ -86,7 +86,7 @@ Linux does not return .BR setsid (2), .BR credentials (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getsockname.2 b/original/man2/getsockname.2 index 1ccf4df6..e88a0d4d 100644 --- a/original/man2/getsockname.2 +++ b/original/man2/getsockname.2 @@ -119,7 +119,7 @@ See also .BR socket (7), .BR unix (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getsockopt.2 b/original/man2/getsockopt.2 index 3a7f1412..e321b191 100644 --- a/original/man2/getsockopt.2 +++ b/original/man2/getsockopt.2 @@ -211,7 +211,7 @@ system. .BR udp (7), .BR unix (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/gettid.2 b/original/man2/gettid.2 index 2611bc86..a6167135 100644 --- a/original/man2/gettid.2 +++ b/original/man2/gettid.2 @@ -88,7 +88,7 @@ POSIX thread ID (i.e., the opaque value returned by .BR tgkill (2), .BR timer_create (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/gettimeofday.2 b/original/man2/gettimeofday.2 index 7f0dfb2b..41dcd3e3 100644 --- a/original/man2/gettimeofday.2 +++ b/original/man2/gettimeofday.2 @@ -254,7 +254,7 @@ has been abandoned. .BR capabilities (7), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getuid.2 b/original/man2/getuid.2 index 143e2324..337a886c 100644 --- a/original/man2/getuid.2 +++ b/original/man2/getuid.2 @@ -76,7 +76,7 @@ wrapper functions transparently deal with the variations across kernel versions. .BR setuid (2), .BR credentials (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getunwind.2 b/original/man2/getunwind.2 index 712c953a..f8515e48 100644 --- a/original/man2/getunwind.2 +++ b/original/man2/getunwind.2 @@ -111,7 +111,7 @@ in the unlikely event that you want to call it, use .SH SEE ALSO .BR getauxval (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getxattr.2 b/original/man2/getxattr.2 index 6595ac57..570b9f1f 100644 --- a/original/man2/getxattr.2 +++ b/original/man2/getxattr.2 @@ -149,7 +149,7 @@ These system calls are Linux-specific. .BR attr (5), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/idle.2 b/original/man2/idle.2 index c9624ba8..d164fb41 100644 --- a/original/man2/idle.2 +++ b/original/man2/idle.2 @@ -62,7 +62,7 @@ Since Linux 2.3.13, this system call does not exist anymore. This function is Linux-specific, and should not be used in programs intended to be portable. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/init_module.2 b/original/man2/init_module.2 index 4186a0c8..be2a2906 100644 --- a/original/man2/init_module.2 +++ b/original/man2/init_module.2 @@ -357,7 +357,7 @@ the rest of the module. .BR lsmod (8), .BR modprobe (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/inotify_add_watch.2 b/original/man2/inotify_add_watch.2 index 44e7b13d..6d91ffa1 100644 --- a/original/man2/inotify_add_watch.2 +++ b/original/man2/inotify_add_watch.2 @@ -122,7 +122,7 @@ This system call is Linux-specific. .BR inotify_rm_watch (2), .BR inotify (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/inotify_init.2 b/original/man2/inotify_init.2 index 7db3132c..795f4af4 100644 --- a/original/man2/inotify_init.2 +++ b/original/man2/inotify_init.2 @@ -105,7 +105,7 @@ These system calls are Linux-specific. .BR inotify_rm_watch (2), .BR inotify (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/inotify_rm_watch.2 b/original/man2/inotify_rm_watch.2 index 07db5769..bf5c4e07 100644 --- a/original/man2/inotify_rm_watch.2 +++ b/original/man2/inotify_rm_watch.2 @@ -73,7 +73,7 @@ This system call is Linux-specific. .BR inotify_init (2), .BR inotify (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/intro.2 b/original/man2/intro.2 index 9dd95cd6..246eca29 100644 --- a/original/man2/intro.2 +++ b/original/man2/intro.2 @@ -133,7 +133,7 @@ Note that these can be different from page to page! .BR symlink (7), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/io_cancel.2 b/original/man2/io_cancel.2 index 85fe92c0..7b97a08c 100644 --- a/original/man2/io_cancel.2 +++ b/original/man2/io_cancel.2 @@ -100,7 +100,7 @@ set to a (positive) value that indicates the error. .\" .SH AUTHOR .\" Kent Yoder. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/io_destroy.2 b/original/man2/io_destroy.2 index 8766186a..e7ac2519 100644 --- a/original/man2/io_destroy.2 +++ b/original/man2/io_destroy.2 @@ -89,7 +89,7 @@ set to a (positive) value that indicates the error. .\" .SH AUTHOR .\" Kent Yoder. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/io_getevents.2 b/original/man2/io_getevents.2 index cc323a5f..379a92f6 100644 --- a/original/man2/io_getevents.2 +++ b/original/man2/io_getevents.2 @@ -108,7 +108,7 @@ may cause a segmentation fault instead of generating the error .\" .SH AUTHOR .\" Kent Yoder. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/io_setup.2 b/original/man2/io_setup.2 index 27793671..431f3f41 100644 --- a/original/man2/io_setup.2 +++ b/original/man2/io_setup.2 @@ -102,7 +102,7 @@ set to a (positive) value that indicates the error. .\" .SH AUTHOR .\" Kent Yoder. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/io_submit.2 b/original/man2/io_submit.2 index bc20bbac..2b2e862a 100644 --- a/original/man2/io_submit.2 +++ b/original/man2/io_submit.2 @@ -104,7 +104,7 @@ set to a (positive) value that indicates the error. .\" .SH AUTHOR .\" Kent Yoder. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/ioctl.2 b/original/man2/ioctl.2 index 4649013c..5856c122 100644 --- a/original/man2/ioctl.2 +++ b/original/man2/ioctl.2 @@ -148,7 +148,7 @@ flag. .BR sd (4), .BR tty (4) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/ioctl_list.2 b/original/man2/ioctl_list.2 index 52a4e7dd..c454a369 100644 --- a/original/man2/ioctl_list.2 +++ b/original/man2/ioctl_list.2 @@ -963,7 +963,7 @@ l l l. .SH SEE ALSO .BR ioctl (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/ioperm.2 b/original/man2/ioperm.2 index f2d56e50..c7920344 100644 --- a/original/man2/ioperm.2 +++ b/original/man2/ioperm.2 @@ -119,7 +119,7 @@ Avoid the latter, it is available on i386 only. .BR outb (2), .BR capabilities (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/iopl.2 b/original/man2/iopl.2 index 6a28952d..83697c7e 100644 --- a/original/man2/iopl.2 +++ b/original/man2/iopl.2 @@ -102,7 +102,7 @@ Avoid the latter, it is available on i386 only. .BR outb (2), .BR capabilities (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/ioprio_set.2 b/original/man2/ioprio_set.2 index ff8879b5..b8c2d944 100644 --- a/original/man2/ioprio_set.2 +++ b/original/man2/ioprio_set.2 @@ -296,8 +296,8 @@ Priority levels range from 0 (highest) to 7 (lowest). .TP .BR IOPRIO_CLASS_IDLE " (3)" This is the idle scheduling class. -Processes running at this level only get I/O -time when no-one else needs the disk. +Processes running at this level get I/O +time only when no-one else needs the disk. The idle class has no class data. Attention is required when assigning this priority class to a process, since it may become starved if higher priority processes are @@ -352,7 +352,7 @@ Suitable definitions can be found in .I Documentation/block/ioprio.txt in the Linux kernel source tree .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/ipc.2 b/original/man2/ipc.2 index 6499d1e5..6bbd4d74 100644 --- a/original/man2/ipc.2 +++ b/original/man2/ipc.2 @@ -68,7 +68,7 @@ and so on really are implemented as separate system calls. .BR shmdt (2), .BR shmget (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/kcmp.2 b/original/man2/kcmp.2 index 3ba3bdc5..bd9810c4 100644 --- a/original/man2/kcmp.2 +++ b/original/man2/kcmp.2 @@ -223,7 +223,7 @@ referred to on this page. .BR clone (2), .BR unshare (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/kexec_file_load.2 b/original/man2/kexec_file_load.2 new file mode 100644 index 00000000..6c20331d --- /dev/null +++ b/original/man2/kexec_file_load.2 @@ -0,0 +1 @@ +.so man2/kexec_load.2 diff --git a/original/man2/kexec_load.2 b/original/man2/kexec_load.2 index a4c0cc46..9089f2ff 100644 --- a/original/man2/kexec_load.2 +++ b/original/man2/kexec_load.2 @@ -1,5 +1,6 @@ -.\" Copyright (C) 2010 Intel Corporation -.\" Author: Andi Kleen +.\" Copyright (C) 2010 Intel Corporation, Author: Andi Kleen +.\" and Copyright 2014, Vivek Goyal +.\" and Copyright (c) 2015, Michael Kerrisk .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this @@ -23,19 +24,26 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH KEXEC_LOAD 2 2014-08-19 "Linux" "Linux Programmer's Manual" +.TH KEXEC_LOAD 2 2015-02-01 "Linux" "Linux Programmer's Manual" .SH NAME -kexec_load \- load a new kernel for later execution +kexec_load, kexec_file_load \- load a new kernel for later execution .SH SYNOPSIS +.nf .B #include -.br + .BI "long kexec_load(unsigned long " entry ", unsigned long " nr_segments "," -.br .BI " struct kexec_segment *" segments \ ", unsigned long " flags ");" +.BI "long kexec_file_load(int " kernel_fd ", int " initrd_fd "," +.br +.BI " unsigned long " cmdline_len \ +", const char *" cmdline "," +.BI " unsigned long " flags ");" + +.fi .IR Note : -There is no glibc wrapper for this system call; see NOTES. +There are no glibc wrappers for these system calls; see NOTES. .SH DESCRIPTION The .BR kexec_load () @@ -50,7 +58,19 @@ The following values can be specified in .TP .BR KEXEC_ON_CRASH " (since Linux 2.6.13)" Execute the new kernel automatically on a system crash. -.\" FIXME Explain in more detail how KEXEC_ON_CRASH is actually used +This "crash kernel" is loaded into an area of reserved memory that +is determined at boot time using the +.I craskkernel +kernel command-line parameter. +The location of this reserved memory is exported to user space via the +.I /proc/iomem +file, in an entry labeled "Crash kernel". +A user-space application can parse this file and prepare a list of +segments (see below) that specify this reserved memory as destination. +If this flag is specified, the kernel checks that the +target segments specified in +.I segments +fall within the reserved region. .TP .BR KEXEC_PRESERVE_CONTEXT " (since Linux 2.6.27)" Preserve the system hardware and @@ -109,30 +129,197 @@ struct kexec_segment { .fi .in .PP -.\" FIXME Explain the details of how the kernel image defined by segments -.\" is copied from the calling process into previously reserved memory. The kernel image defined by .I segments -is copied from the calling process into previously reserved memory. -.SH RETURN VALUE -On success, +is copied from the calling process into +the kernel either in regular +memory or in reserved memory (if +.BR KEXEC_ON_CRASH +is set). +The kernel first performs various sanity checks on the +information passed in +.IR segments . +If these checks pass, the kernel copies the segment data to kernel memory. +Each segment specified in +.I segments +is copied as follows: +.IP * 3 +.I buf +and +.I bufsz +identify a memory region in the caller's virtual address space +that is the source of the copy. +The value in +.I bufsz +may not exceed the value in the +.I memsz +field. +.IP * +.I mem +and +.I memsz +specify a physical address range that is the target of the copy. +The values specified in both fields must be multiples of +the system page size. +.IP * +.I bufsz +bytes are copied from the source buffer to the target kernel buffer. +If +.I bufsz +is less than +.IR memsz , +then the excess bytes in the kernel buffer are zeroed out. +.PP +In case of a normal kexec (i.e., the +.BR KEXEC_ON_CRASH +flag is not set), the segment data is loaded in any available memory +and is moved to the final destination at kexec reboot time (e.g., when the +.BR kexec (8) +command is executed with the +.I \-e +option). + +In case of kexec on panic (i.e., the +.BR KEXEC_ON_CRASH +flag is set), the segment data is +loaded to reserved memory at the time of the call, and, after a crash, +the kexec mechanism simply passes control to that kernel. + +The .BR kexec_load () -returns 0. +system call is available only if the kernel was configured with +.BR CONFIG_KEXEC . +.SS kexec_file_load() +The +.BR kexec_file_load () +system call is similar to +.BR kexec_load (), +but it takes a different set of arguments. +It reads the kernel to be loaded from the file referred to by the descriptor +.IR kernel_fd , +and the initrd (initial RAM disk) +to be loaded from file referred to by the descriptor +.IR initrd_fd . +The +.IR cmdline +argument is a pointer to a buffer containing the command line +for the new kernel. +The +.IR cmdline_len +argument specifies size of the buffer. +The last byte in the buffer must be a null byte (\(aq\\0\(aq). + +The +.IR flags +argument is a bit mask which modifies the behavior of the call. +The following values can be specified in +.IR flags : +.TP +.BR KEXEC_FILE_UNLOAD +Unload the currently loaded kernel. +.TP +.BR KEXEC_FILE_ON_CRASH +Load the new kernel in the memory region reserved for the crash kernel +(as for +.BR KEXEC_ON_CRASH). +This kernel is booted if the currently running kernel crashes. +.TP +.BR KEXEC_FILE_NO_INITRAMFS +Loading initrd/initramfs is optional. +Specify this flag if no initramfs is being loaded. +If this flag is set, the value passed in +.IR initrd_fd +is ignored. +.PP +The +.BR kexec_file_load () +.\" See also http://lwn.net/Articles/603116/ +system call was added to provide support for systems +where "kexec" loading should be restricted to +only kernels that are signed. +This system call is available only if the kernel was configured with +.BR CONFIG_KEXEC_FILE . +.SH RETURN VALUE +On success, these system calls returns 0. On error, \-1 is returned and .I errno is set to indicate the error. .SH ERRORS .TP +.B EADDRNOTAVAIL +.\" See kernel/kexec.::sanity_check_segment_list in the 3.19 kernel source +The +.B KEXEC_ON_CRASH +flags was specified, but the region specified by the +.I mem +and +.I memsz +fields of one of the +.I segments +entries lies outside the range of memory reserved for the crash kernel. +.TP +.B EADDRNOTAVAIL +The value in a +.I mem +or +.I memsz +field in one of the +.I segments +entries is not a multiple of the system page size. +.TP +.B EBADF +.I kernel_fd +or +.I initrd_fd +is not a valid file descriptor. +.TP .B EBUSY Another crash kernel is already being loaded or a crash kernel is already in use. .TP .B EINVAL .I flags -is invalid; or +is invalid. +.TP +.B EINVAL +The value of a +.I bufsz +field in one of the +.I segments +entries exceeds the value in the corresponding +.I memsz +field. +.TP +.B EINVAL .IR nr_segments -is too large -.\" KEXEC_SEGMENT_MAX == 16 +exceeds +.BR KEXEC_SEGMENT_MAX +(16). +.TP +.B EINVAL +Two or more of the kernel target buffers overlap. +.TP +.B EINVAL +The value in +.I cmdline[cmdline_len-1] +is not \(aq\\0\(aq. +.TP +.B EINVAL +The file referred to by +.I kernel_fd +or +.I initrd_fd +is empty (length zero). +.TP +.B ENOMEM +Could not allocate memory. +.TP +.B ENOEXEC +.I kernel_fd +does not refer to an open file, or the kernel can't load this file. +Currently, the file must be a bzImage and contain an x86 kernel that +is loadable above 4GiB in memory (see the kernel source file +.IR Documentation/x86/boot.txt ). .TP .B EPERM The caller does not have the @@ -142,28 +329,26 @@ capability. The .BR kexec_load () system call first appeared in Linux 2.6.13. +The +.BR kexec_file_load () +system call first appeared in Linux 3.17. .SH CONFORMING TO -This system call is Linux-specific. +These system calls are Linux-specific. .SH NOTES -Currently, there is no glibc support for -.BR kexec_load (). -Call it using +Currently, there is no glibc support for these system calls. +Call them using .BR syscall (2). -.PP -The required constants are in the Linux kernel source file -.IR linux/kexec.h , -which is not currently exported to glibc. -.\" FIXME . Andi submitted a patch for this. -.\" Check if it got accepted later. -Therefore, these constants must be defined manually. - -This system call is available only if the kernel was configured with -.BR CONFIG_KEXEC . .SH SEE ALSO .BR reboot (2), -.BR syscall (2) +.BR syscall (2), +.BR kexec (8) + +The kernel source files +.IR Documentation/kdump/kdump.txt +and +.IR Documentation/kernel-parameters.txt . .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/keyctl.2 b/original/man2/keyctl.2 index acdec01d..a3c1d0c3 100644 --- a/original/man2/keyctl.2 +++ b/original/man2/keyctl.2 @@ -158,7 +158,7 @@ should be specified to the linker. The kernel source file .IR Documentation/security/keys.txt . .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/kill.2 b/original/man2/kill.2 index e4917033..aa13fe45 100644 --- a/original/man2/kill.2 +++ b/original/man2/kill.2 @@ -179,7 +179,7 @@ to all of the processes for which the caller had permission to signal. .BR credentials (7), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/killpg.2 b/original/man2/killpg.2 index f9e4ca9c..ed1397e2 100644 --- a/original/man2/killpg.2 +++ b/original/man2/killpg.2 @@ -138,7 +138,7 @@ is implemented as a library function that makes the call .BR capabilities (7), .BR credentials (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/link.2 b/original/man2/link.2 index 4c88e7d8..a4c7add1 100644 --- a/original/man2/link.2 +++ b/original/man2/link.2 @@ -418,7 +418,7 @@ to find out if the link got created. .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/listen.2 b/original/man2/listen.2 index 40668ff8..72265387 100644 --- a/original/man2/listen.2 +++ b/original/man2/listen.2 @@ -186,7 +186,7 @@ See .BR socket (2), .BR socket (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/listxattr.2 b/original/man2/listxattr.2 index 7420ae7a..5438eae7 100644 --- a/original/man2/listxattr.2 +++ b/original/man2/listxattr.2 @@ -161,7 +161,7 @@ These system calls are Linux-specific. .BR attr (5), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/llseek.2 b/original/man2/llseek.2 index 7aa94ab5..deb10e64 100644 --- a/original/man2/llseek.2 +++ b/original/man2/llseek.2 @@ -88,7 +88,7 @@ Glibc does not provide a wrapper for this system call; call it using .BR lseek (2), .BR lseek64 (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/lookup_dcookie.2 b/original/man2/lookup_dcookie.2 index 56f0bfc9..3ff20f0b 100644 --- a/original/man2/lookup_dcookie.2 +++ b/original/man2/lookup_dcookie.2 @@ -86,7 +86,7 @@ It relies on a kernel driver to register cookies for directory entries. The path returned may be suffixed by the string " (deleted)" if the directory entry has been removed. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/lseek.2 b/original/man2/lseek.2 index 6033a4f6..eb83e376 100644 --- a/original/man2/lseek.2 +++ b/original/man2/lseek.2 @@ -272,7 +272,7 @@ subject to race conditions. .BR lseek64 (3), .BR posix_fallocate (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/madvise.2 b/original/man2/madvise.2 index 8846b179..f70415ab 100644 --- a/original/man2/madvise.2 +++ b/original/man2/madvise.2 @@ -386,7 +386,7 @@ from the system call, as it should). .BR prctl (2), .BR core (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/mbind.2 b/original/man2/mbind.2 index 734188be..d0dc863a 100644 --- a/original/man2/mbind.2 +++ b/original/man2/mbind.2 @@ -469,7 +469,7 @@ are available only on Linux 2.6.16 and later. .BR numa (7), .BR numactl (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/memfd_create.2 b/original/man2/memfd_create.2 index de424a2e..0d0d51b7 100644 --- a/original/man2/memfd_create.2 +++ b/original/man2/memfd_create.2 @@ -491,7 +491,7 @@ main(int argc, char *argv[]) .BR shmget (2), .BR shm_open (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/migrate_pages.2 b/original/man2/migrate_pages.2 index 250f6a9e..9729ea77 100644 --- a/original/man2/migrate_pages.2 +++ b/original/man2/migrate_pages.2 @@ -159,7 +159,7 @@ or a similar package. .IR Documentation/vm/page_migration in the Linux kernel source tree .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/mincore.2 b/original/man2/mincore.2 index 57ef2b58..02cf03ea 100644 --- a/original/man2/mincore.2 +++ b/original/man2/mincore.2 @@ -167,7 +167,7 @@ mappings, or for nonlinear mappings (established using .BR mlock (2), .BR mmap (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/mkdir.2 b/original/man2/mkdir.2 index 03ac042d..ea49552a 100644 --- a/original/man2/mkdir.2 +++ b/original/man2/mkdir.2 @@ -245,7 +245,7 @@ argument. .BR unlink (2), .BR path_resolution (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/mknod.2 b/original/man2/mknod.2 index 8cc0eb4e..45630e0f 100644 --- a/original/man2/mknod.2 +++ b/original/man2/mknod.2 @@ -295,7 +295,7 @@ and .BR mkfifo (3), .BR path_resolution (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/mlock.2 b/original/man2/mlock.2 index 993d56f3..ef734582 100644 --- a/original/man2/mlock.2 +++ b/original/man2/mlock.2 @@ -341,7 +341,7 @@ resource limit is encountered. .BR proc (5), .BR capabilities (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/mmap.2 b/original/man2/mmap.2 index 9456f57f..dbda22b9 100644 --- a/original/man2/mmap.2 +++ b/original/man2/mmap.2 @@ -739,7 +739,7 @@ B.O. Gallmeister, POSIX.4, O'Reilly, pp. 128-129 and 389-391. .\" Repeat after me: private read-only mappings are 100% equivalent to .\" shared read-only mappings. No ifs, buts, or maybes. -- Linus .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/mmap2.2 b/original/man2/mmap2.2 index 2c59c1b8..96c2d61f 100644 --- a/original/man2/mmap2.2 +++ b/original/man2/mmap2.2 @@ -99,7 +99,7 @@ is actually the system page size, rather than 4096 bytes. .BR msync (2), .BR shm_open (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/modify_ldt.2 b/original/man2/modify_ldt.2 index f4799c3b..c445ce2f 100644 --- a/original/man2/modify_ldt.2 +++ b/original/man2/modify_ldt.2 @@ -136,7 +136,7 @@ Glibc does not provide a wrapper for this system call; call it using .SH SEE ALSO .BR vm86 (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/mount.2 b/original/man2/mount.2 index 5ac5c2e6..a8100590 100644 --- a/original/man2/mount.2 +++ b/original/man2/mount.2 @@ -493,7 +493,7 @@ for details. .BR mount (8), .BR umount (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/move_pages.2 b/original/man2/move_pages.2 index 18ae89c9..349a2797 100644 --- a/original/man2/move_pages.2 +++ b/original/man2/move_pages.2 @@ -235,7 +235,7 @@ or a similar package. .BR migratepages (8), .BR numastat (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/mprotect.2 b/original/man2/mprotect.2 index b13367ce..dbd536df 100644 --- a/original/man2/mprotect.2 +++ b/original/man2/mprotect.2 @@ -226,7 +226,7 @@ main(int argc, char *argv[]) .BR mmap (2), .BR sysconf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/mq_getsetattr.2 b/original/man2/mq_getsetattr.2 index 528f352d..5519d190 100644 --- a/original/man2/mq_getsetattr.2 +++ b/original/man2/mq_getsetattr.2 @@ -57,7 +57,7 @@ Glibc does not provide a wrapper for this system call; call it using .BR mq_getattr (3), .BR mq_overview (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/mremap.2 b/original/man2/mremap.2 index 7cc7c0cd..00bc0953 100644 --- a/original/man2/mremap.2 +++ b/original/man2/mremap.2 @@ -212,7 +212,7 @@ for more information on paged memory \fIInside Linux\fP by Randolf Bentson, \fIThe Design of the UNIX Operating System\fP by Maurice J. Bach) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/msgctl.2 b/original/man2/msgctl.2 index 265469a7..c75756f5 100644 --- a/original/man2/msgctl.2 +++ b/original/man2/msgctl.2 @@ -372,7 +372,7 @@ flag in .BR mq_overview (7), .BR svipc (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/msgget.2 b/original/man2/msgget.2 index 24ea210c..e52cdbe5 100644 --- a/original/man2/msgget.2 +++ b/original/man2/msgget.2 @@ -235,7 +235,7 @@ would more clearly show its function. .BR mq_overview (7), .BR svipc (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/msgop.2 b/original/man2/msgop.2 index 250bc9b5..f137b523 100644 --- a/original/man2/msgop.2 +++ b/original/man2/msgop.2 @@ -583,7 +583,7 @@ in Linux 3.14. .BR mq_overview (7), .BR svipc (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/msync.2 b/original/man2/msync.2 index c79e186d..4de012e4 100644 --- a/original/man2/msync.2 +++ b/original/man2/msync.2 @@ -149,7 +149,7 @@ in B.O. Gallmeister, POSIX.4, O'Reilly, pp. 128-129 and 389-391. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/nanosleep.2 b/original/man2/nanosleep.2 index 9a788d1f..c7888699 100644 --- a/original/man2/nanosleep.2 +++ b/original/man2/nanosleep.2 @@ -216,7 +216,7 @@ counted against the sleep interval. .BR usleep (3), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/nfsservctl.2 b/original/man2/nfsservctl.2 index 86266582..aa597e3e 100644 --- a/original/man2/nfsservctl.2 +++ b/original/man2/nfsservctl.2 @@ -58,7 +58,7 @@ is set appropriately. .SH CONFORMING TO This call is Linux-specific. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/nice.2 b/original/man2/nice.2 index 9e940e44..8ff4cf5c 100644 --- a/original/man2/nice.2 +++ b/original/man2/nice.2 @@ -111,7 +111,7 @@ returns \-1. .BR capabilities (7), .BR sched (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/open.2 b/original/man2/open.2 index 43f4e037..91aff836 100644 --- a/original/man2/open.2 +++ b/original/man2/open.2 @@ -1523,7 +1523,7 @@ functionality. .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/open_by_handle_at.2 b/original/man2/open_by_handle_at.2 index 8e4a6c43..1df341d4 100644 --- a/original/man2/open_by_handle_at.2 +++ b/original/man2/open_by_handle_at.2 @@ -734,7 +734,7 @@ release at .UR https://www.kernel.org/pub/linux/utils/util-linux/ .UE .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/outb.2 b/original/man2/outb.2 index ac22ebb1..b5b0adf2 100644 --- a/original/man2/outb.2 +++ b/original/man2/outb.2 @@ -97,7 +97,7 @@ which is the opposite order from most DOS implementations. .BR ioperm (2), .BR iopl (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/pause.2 b/original/man2/pause.2 index ac9edc7c..ba9bda37 100644 --- a/original/man2/pause.2 +++ b/original/man2/pause.2 @@ -62,7 +62,7 @@ SVr4, 4.3BSD, POSIX.1-2001. .BR signal (2), .BR sigsuspend (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/pciconfig_read.2 b/original/man2/pciconfig_read.2 index 23679dde..a0ef0c3d 100644 --- a/original/man2/pciconfig_read.2 +++ b/original/man2/pciconfig_read.2 @@ -114,7 +114,7 @@ These calls are Linux-specific, available since Linux 2.0.26/2.1.11. .SH SEE ALSO .BR capabilities (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/perf_event_open.2 b/original/man2/perf_event_open.2 index fa74d6a1..708880c0 100644 --- a/original/man2/perf_event_open.2 +++ b/original/man2/perf_event_open.2 @@ -158,6 +158,7 @@ using the flag. .TP .BR PERF_FLAG_FD_OUTPUT " (broken since Linux 2.6.35)" +.\" commit ac9721f3f54b27a16c7e1afb2481e7ee95a70318 This flag re-routes the event's sampled output to instead be included in the mmap buffer of the event specified by .IR group_fd . @@ -301,7 +302,8 @@ Breakpoints can be read/write accesses to an address as well as execution of an instruction address. .TP .RB "dynamic PMU" -Since Linux 2.6.39, +Since Linux 2.6.38, +.\" commit 2e80a82a49c4c7eca4e35734380f28298ba5db19 .BR perf_event_open () can support multiple PMUs. To enable this, a value exported by the kernel can be used in the @@ -334,8 +336,12 @@ The related define is set to 64; this was the size of the first published struct. .B PERF_ATTR_SIZE_VER1 is 72, corresponding to the addition of breakpoints in Linux 2.6.33. +.\" commit cb5d76999029ae7a517cb07dfa732c1b5a934fc2 +.\" this was added much later when PERF_ATTR_SIZE_VER2 happened +.\" but the actual attr_size had increased in 2.6.33 .B PERF_ATTR_SIZE_VER2 is 80 corresponding to the addition of branch sampling in Linux 3.4. +.\" commit cb5d76999029ae7a517cb07dfa732c1b5a934fc2 .B PERF_ATTR_SIZE_VER3 is 96 corresponding to the addition of @@ -343,6 +349,7 @@ of and .I sample_stack_user in Linux 3.7. +.\" commit 1659d129ed014b715b0b2120e6fd929bdd33ed03 .TP .I "config" This specifies which event you want, in conjunction with @@ -402,8 +409,9 @@ event to calculate cache miss rates. .TP .B PERF_COUNT_HW_BRANCH_INSTRUCTIONS Retired branch instructions. -Prior to Linux 2.6.34, this used +Prior to Linux 2.6.35, this used the wrong event on AMD processors. +.\" commit f287d332ce835f77a4f5077d2c0ef1e3f9ea42d2 .TP .B PERF_COUNT_HW_BRANCH_MISSES Mispredicted branch instructions. @@ -412,9 +420,11 @@ Mispredicted branch instructions. Bus cycles, which can be different from total cycles. .TP .BR PERF_COUNT_HW_STALLED_CYCLES_FRONTEND " (since Linux 3.0)" +.\" commit 8f62242246351b5a4bc0c1f00c0c7003edea128a Stalled cycles during issue. .TP .BR PERF_COUNT_HW_STALLED_CYCLES_BACKEND " (since Linux 3.0)" +.\" commit 8f62242246351b5a4bc0c1f00c0c7003edea128a Stalled cycles during retirement. .TP .BR PERF_COUNT_HW_REF_CPU_CYCLES " (since Linux 3.3)" @@ -445,6 +455,7 @@ This reports the number of page faults. This counts context switches. Until Linux 2.6.34, these were all reported as user-space events, after that they are reported as happening in the kernel. +.\" commit e49a5bd38159dfb1928fd25b173bc9de4bbadb21 .TP .B PERF_COUNT_SW_CPU_MIGRATIONS This reports the number of times the process @@ -696,7 +707,7 @@ a profile. .\" commit d6be9ad6c960f43800a6f118932bc8a5a4eadcd1 Records the data source: where in the memory hierarchy the data associated with the sampled instruction came from. -This is only available if the underlying hardware +This is available only if the underlying hardware supports this feature. .TP .BR PERF_SAMPLE_IDENTIFIER " (since Linux 3.12)" @@ -879,6 +890,7 @@ system calls as well as writing to If the .I comm_exec flag is also successfully set (possible since Linux 3.16), +.\" commit 82b897782d10fcc4930c9d4a15b175348fdd2871 then the misc flag .B PERF_RECORD_MISC_COMM_EXEC can be used to differentiate the @@ -917,6 +929,7 @@ Otherwise, overflow notifications happen after samples. .TP .IR "precise_ip" " (since Linux 2.6.35)" +.\" commit ab608344bcbde4f55ec4cd911b686b0ce3eae076 This controls the amount of skid. Skid is how many instructions execute between an event of interest happening and the kernel @@ -949,6 +962,7 @@ See also .RE .TP .IR "mmap_data" " (since Linux 2.6.36)" +.\" commit 3af9e859281bda7eb7c20b51879cf43aa788ac2e The counterpart of the .I mmap field. @@ -961,6 +975,7 @@ calls that do not have set (for example data and SysV shared memory). .TP .IR "sample_id_all" " (since Linux 2.6.38)" +.\" commit c980d1091810df13f21aabbce545fd98f545bbf7 If set, then TID, TIME, ID, STREAM_ID, and CPU can additionally be included in .RB non- PERF_RECORD_SAMPLE s @@ -990,18 +1005,28 @@ struct sample_id { .fi .TP .IR "exclude_host" " (since Linux 3.2)" +.\" commit a240f76165e6255384d4bdb8139895fac7988799 Do not measure time spent in VM host. .TP .IR "exclude_guest" " (since Linux 3.2)" +.\" commit a240f76165e6255384d4bdb8139895fac7988799 Do not measure time spent in VM guest. .TP .IR "exclude_callchain_kernel" " (since Linux 3.7)" +.\" commit d077526485d5c9b12fe85d0b2b3b7041e6bc5f91 Do not include kernel callchains. .TP .IR "exclude_callchain_user" " (since Linux 3.7)" +.\" commit d077526485d5c9b12fe85d0b2b3b7041e6bc5f91 Do not include user callchains. .TP .IR "mmap2" " (since Linux 3.16)" +.\" commit 13d7a2410fa637f450a29ecb515ac318ee40c741 +.\" This is tricky; was committed during 3.12 development +.\" but right before release was disabled. +.\" So while you could select mmap2 starting with 3.12 +.\" it did not work until 3.16 +.\" commit a5a5ba72843dd05f991184d6cb9a4471acce1005 Generate an extended executable mmap record that contains enough additional information to uniquely identify shared mappings. The @@ -1009,6 +1034,7 @@ The flag must also be set for this to work. .TP .IR "comm_exec" " (since Linux 3.16)" +.\" commit 82b897782d10fcc4930c9d4a15b175348fdd2871 This is purely a feature-detection flag, it does not change kernel behavior. If this flag can successfully be set, then, when @@ -1034,7 +1060,7 @@ Which one is used is selected by the bit flag. .I wakeup_events -only counts +counts only .B PERF_RECORD_SAMPLE record types. To receive overflow notification for all @@ -1044,11 +1070,13 @@ types choose watermark and set to 1. Prior to Linux 3.0 setting +.\" commit f506b3dc0ec454a16d40cab9ee5d75435b39dc50 .I wakeup_events to 0 resulted in no overflow notifications; more recent kernels treat 0 the same as 1. .TP .IR "bp_type" " (since Linux 2.6.33)" +.\" commit 24f1e32c60c45c89a997c73395b69c8af6f0a84e This chooses the breakpoint type. It is one of: .RS @@ -1079,6 +1107,7 @@ is not allowed. .RE .TP .IR "bp_addr" " (since Linux 2.6.33)" +.\" commit 24f1e32c60c45c89a997c73395b69c8af6f0a84e .I bp_addr address of the breakpoint. For execution breakpoints this is the memory address of the instruction @@ -1086,6 +1115,7 @@ of interest; for read and write breakpoints it is the memory address of the memory location of interest. .TP .IR "config1" " (since Linux 2.6.39)" +.\" commit a7e3ed1e470116c9d12c2f778431a481a6be8ab6 .I config1 is used for setting events that need an extra register or otherwise do not fit in the regular config field. @@ -1093,6 +1123,7 @@ Raw OFFCORE_EVENTS on Nehalem/Westmere/SandyBridge use this field on 3.3 and later kernels. .TP .IR "bp_len" " (since Linux 2.6.33)" +.\" commit 24f1e32c60c45c89a997c73395b69c8af6f0a84e .I bp_len is the length of the breakpoint being measured if .I type @@ -1107,6 +1138,7 @@ For an execution breakpoint, set this to .IR sizeof(long) . .TP .IR "config2" " (since Linux 2.6.39)" +.\" commit a7e3ed1e470116c9d12c2f778431a481a6be8ab6 .I config2 is a further extension of the @@ -1114,6 +1146,7 @@ is a further extension of the field. .TP .IR "branch_sample_type" " (since Linux 3.4)" +.\" commit bce38cd53e5ddba9cb6d708c4ef3d04a4016ec7e If .B PERF_SAMPLE_BRANCH_STACK is enabled, then this specifies what branches to include @@ -1174,12 +1207,14 @@ Branch not in transactional memory transaction. .TP .IR "sample_regs_user" " (since Linux 3.7)" +.\" commit 4018994f3d8785275ef0e7391b75c3462c029e56 This bit mask defines the set of user CPU registers to dump on samples. The layout of the register mask is architecture-specific and described in the kernel header .IR arch/ARCH/include/uapi/asm/perf_regs.h . .TP .IR "sample_stack_user" " (since Linux 3.7)" +.\" commit c5ebcedb566ef17bda7b02686e0d658a7bb42ee7 This defines the size of the user stack to dump if .B PERF_SAMPLE_STACK_USER is specified. @@ -1260,7 +1295,7 @@ values can be used to scale an estimated value for the count. An unsigned 64-bit value containing the counter result. .TP .I id -A globally unique value for this particular event, only there if +A globally unique value for this particular event, only present if .B PERF_FORMAT_ID was specified in .IR read_format . @@ -1345,6 +1380,7 @@ Time the event was active. Time the event was running. .TP .IR cap_usr_time " / " cap_usr_rdpmc " / " cap_bit0 " (since Linux 3.4)" +.\" commit c7206205d00ab375839bd6c7ddb247d600693c09 There was a bug in the definition of .I cap_usr_time and @@ -1358,6 +1394,7 @@ or were actually set. Starting with Linux 3.12, these are renamed to +.\" commit fa7315871046b9a4c48627905691dbde57e51033 .I cap_bit0 and you should use the .I cap_user_time @@ -1367,6 +1404,7 @@ fields instead. .TP .IR cap_bit0_is_deprecated " (since Linux 3.12)" +.\" commit fa7315871046b9a4c48627905691dbde57e51033 If set, this bit indicates that the kernel supports the properly separated .I cap_user_time @@ -1383,6 +1421,7 @@ be used with caution. .TP .IR cap_user_rdpmc " (since Linux 3.12)" +.\" commit fa7315871046b9a4c48627905691dbde57e51033 If the hardware supports user-space read of performance counters without syscall (this is the "rdpmc" instruction on x86), then the following code can be used to do a read: @@ -1420,10 +1459,12 @@ do { .in .TP .IR cap_user_time " (since Linux 3.12)" +.\" commit fa7315871046b9a4c48627905691dbde57e51033 This bit indicates the hardware has a constant, nonstop timestamp counter (TSC on x86). .TP .IR cap_user_time_zero " (since Linux 3.12)" +.\" commit fa7315871046b9a4c48627905691dbde57e51033 Indicates the presence of .I time_zero which allows mapping timestamp values to @@ -1481,6 +1522,7 @@ enabled and possible running (if idx), improving the scaling: .fi .TP .IR time_zero " (since Linux 3.12)" +.\" commit fa7315871046b9a4c48627905691dbde57e51033 If .I cap_usr_time_zero @@ -1583,11 +1625,11 @@ Sample happened in user code. .B PERF_RECORD_MISC_HYPERVISOR Sample happened in the hypervisor. .TP -.BR PERF_RECORD_MISC_GUEST_KERNEL " (since Linux2.6.35)" +.BR PERF_RECORD_MISC_GUEST_KERNEL " (since Linux 2.6.35)" .\" commit 39447b386c846bbf1c56f6403c5282837486200f Sample happened in the guest kernel. .TP -.B PERF_RECORD_MISC_GUEST_USER " (since Linux2.6.35)" +.B PERF_RECORD_MISC_GUEST_USER " (since Linux 2.6.35)" .\" commit 39447b386c846bbf1c56f6403c5282837486200f Sample happened in guest user code. .RE @@ -1939,9 +1981,11 @@ The branch target was mispredicted. The branch target was predicted. .TP .IR in_tx " (since Linux 3.11)" +.\" commit 135c5612c460f89657c4698fe2ea753f6f667963 The branch was in a transactional memory transaction. .TP .IR abort " (since Linux 3.11)" +.\" commit 135c5612c460f89657c4698fe2ea753f6f667963 The branch was in an aborted transactional memory transaction. .P @@ -2281,7 +2325,7 @@ the event configured with .BR fcntl (2) to generate SIGIO signals. -Overflows are only generated by sampling events +Overflows are generated only by sampling events .RI ( sample_period must have a nonzero value). @@ -2310,11 +2354,13 @@ is indicated and the underlying event is disabled. Starting with Linux 3.18, +.\" commit 179033b3e064d2cd3f5f9945e76b0a0f0fbf4883 .B POLL_HUP is indicated if the event being monitored is attached to a different process and that process exits. .SS rdpmc instruction Starting with Linux 3.4 on x86, you can use the +.\" commit c7206205d00ab375839bd6c7ddb247d600693c09 .I rdpmc instruction to get low-latency reads without having to enter the kernel. Note that using @@ -2391,7 +2437,10 @@ reset, even if the event specified is not the group leader .B PERF_EVENT_IOC_PERIOD This updates the overflow period for the event. -Since Linux 3.7 (on ARM) and Linux 3.14 (all other architectures), +Since Linux 3.7 (on ARM) +.\" commit 3581fe0ef37ce12ac7a4f74831168352ae848edc +and Linux 3.14 (all other architectures), +.\" commit bad7192b842c83e580747ca57104dd51fe08c223 the new period takes effect immediately. On older kernels, the new period did not take effect until after the next overflow. @@ -2399,7 +2448,9 @@ after the next overflow. The argument is a pointer to a 64-bit value containing the desired new period. -Prior to Linux 2.6.36 this ioctl always failed due to a bug +Prior to Linux 2.6.36 +.\" commit ad0cf3478de8677f720ee06393b3147819568d6a +this ioctl always failed due to a bug in the kernel. .TP @@ -2448,7 +2499,7 @@ The file can be set to restrict access to the performance counters. .RS .IP 2 4 -only allow user-space measurements. +allow only user-space measurements. .IP 1 allow both kernel and user measurements (default). .IP 0 @@ -2488,6 +2539,7 @@ Information on how to program these PMUs can be found under Each subdirectory corresponds to a different PMU. .TP .IR /sys/bus/event_source/devices/*/type " (since Linux 2.6.38)" +.\" commit abe43400579d5de0078c2d3a760e6598e183f871 This contains an integer that can be used in the .I type field of @@ -2495,11 +2547,13 @@ field of to indicate that you wish to use this PMU. .TP .IR /sys/bus/event_source/devices/*/rdpmc " (since Linux 3.4)" +.\" commit 0c9d42ed4cee2aa1dfc3a260b741baae8615744f If this file is 1, then direct user-space access to the performance counter registers is allowed via the rdpmc instruction. This can be disabled by echoing 0 to the file. .TP .IR /sys/bus/event_source/devices/*/format/ " (since Linux 3.4)" +.\" commit 641cc938815dfd09f8fa1ec72deb814f0938ac33 This subdirectory contains information on the architecture-specific subfields available for programming the various .I config @@ -2519,6 +2573,7 @@ of .IR perf_event_attr::config1 . .TP .IR /sys/bus/event_source/devices/*/events/ " (since Linux 3.4)" +.\" commit 641cc938815dfd09f8fa1ec72deb814f0938ac33 This subdirectory contains files with predefined events. The contents are strings describing the event settings expressed in terms of the fields found in the previously mentioned @@ -2540,6 +2595,7 @@ This file is the standard kernel device interface for injecting hotplug events. .TP .IR /sys/bus/event_source/devices/*/cpumask " (since Linux 3.7)" +.\" commit 314d9f63f385096580e9e2a06eaa0745d92fe4ac The .I cpumask file contains a comma-separated list of integers that @@ -2651,6 +2707,7 @@ some unsupported generic events. .TP .B ENOSPC Prior to Linux 3.3, if there was not enough room for the event, +.\" commit aa2bc1ade59003a379ffc485d6da2d92ea3370a6 .B ENOSPC was returned. In Linux 3.3, this was changed to @@ -2685,14 +2742,17 @@ when the requested event requires permissions (or a more permissive perf_event paranoid setting). This includes setting a breakpoint on a kernel address, and (since Linux 3.13) setting a kernel function-trace tracepoint. +.\" commit a4e95fc2cbb31d70a65beffeaf8773f881328c34 .TP .B ESRCH Returned if attempting to attach to a process that does not exist. .SH VERSION .BR perf_event_open () was introduced in Linux 2.6.31 but was called +.\" commit 0793a61d4df8daeac6492dbf8d2f3e5713caae5e .BR perf_counter_open (). It was renamed in Linux 2.6.32. +.\" commit cdd6c482c9ff9c55475ee7392ec8f672eddb7be6 .SH CONFORMING TO This .BR perf_event_open () @@ -2715,8 +2775,11 @@ option to .BR fcntl (2) is needed to properly get overflow signals in threads. This was introduced in Linux 2.6.32. +.\" commit ba0a6c9f6fceed11c6a99e8326f0477fe383e6b5 -Prior to Linux 2.6.33 (at least for x86), the kernel did not check +Prior to Linux 2.6.33 (at least for x86), +.\" commit b690081d4d3f6a23541493f1682835c3cd5c54a1 +the kernel did not check if events could be scheduled together until read time. The same happens on all known kernels if the NMI watchdog is enabled. This means to see if a given set of events works you have to @@ -2727,14 +2790,18 @@ can get valid measurements. Prior to Linux 2.6.34, event constraints were not enforced by the kernel. In that case, some events would silently return "0" if the kernel scheduled them in an improper counter slot. +.\" FIXME: cannot find a kernel commit for this one Prior to Linux 2.6.34, there was a bug when multiplexing where the wrong results could be returned. +.\" commit 45e16a6834b6af098702e5ea6c9a40de42ff77d8 Kernels from Linux 2.6.35 to Linux 2.6.39 can quickly crash the kernel if "inherit" is enabled and many threads are started. +.\" commit 38b435b16c36b0d863efcf3f07b34a6fac9873fd Prior to Linux 2.6.35, +.\" commit 050735b08ca8a016bbace4445fa025b88fee770b .B PERF_FORMAT_GROUP did not work with attached processes. @@ -2748,14 +2815,17 @@ Linux 2.6.36 and Linux 3.0 that ignores the "watermark" field and acts as if a wakeup_event was chosen if the union has a nonzero value in it. +.\" commit 4ec8363dfc1451f8c8f86825731fe712798ada02 From Linux 2.6.31 to Linux 3.4, the .B PERF_IOC_FLAG_GROUP ioctl argument was broken and would repeatedly operate on the event specified rather than iterating across all sibling events in a group. +.\" commit 724b6daa13e100067c30cfc4d1ad06629609dc4e From Linux 3.4 to Linux 3.11, the mmap +.\" commit fa7315871046b9a4c48627905691dbde57e51033 .I cap_usr_rdpmc and .I cap_usr_time @@ -2770,6 +2840,7 @@ Always double-check your results! Various generalized events have had wrong values. For example, retired branches measured the wrong thing on AMD machines until Linux 2.6.35. +.\" commit f287d332ce835f77a4f5077d2c0ef1e3f9ea42d2 .SH EXAMPLE The following is a short example that measures the total instruction count of a call to @@ -2836,7 +2907,7 @@ main(int argc, char **argv) .BR prctl (2), .BR read (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/perfmonctl.2 b/original/man2/perfmonctl.2 index 1ca98f73..cba626cd 100644 --- a/original/man2/perfmonctl.2 +++ b/original/man2/perfmonctl.2 @@ -207,7 +207,7 @@ Glibc does not provide a wrapper for this system call; call it using The perfmon2 interface specification .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/personality.2 b/original/man2/personality.2 index 12f5b341..d27cbe97 100644 --- a/original/man2/personality.2 +++ b/original/man2/personality.2 @@ -29,7 +29,7 @@ .\" changed prototype, documented 0xffffffff, aeb, 030101 .\" Modified 2004-11-03 patch from Martin Schulze .\" -.TH PERSONALITY 2 2014-04-15 "Linux" "Linux Programmer's Manual" +.TH PERSONALITY 2 2015-02-01 "Linux" "Linux Programmer's Manual" .SH NAME personality \- set the process execution domain .SH SYNOPSIS @@ -74,8 +74,10 @@ The kernel was unable to change the personality. .BR personality () is Linux-specific and should not be used in programs intended to be portable. +.SH SEE ALSO +.BR setarch (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/pipe.2 b/original/man2/pipe.2 index 312b5a50..06bfcc98 100644 --- a/original/man2/pipe.2 +++ b/original/man2/pipe.2 @@ -237,7 +237,7 @@ main(int argc, char *argv[]) .BR popen (3), .BR pipe (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/pivot_root.2 b/original/man2/pivot_root.2 index a2968a5b..df147890 100644 --- a/original/man2/pivot_root.2 +++ b/original/man2/pivot_root.2 @@ -147,7 +147,7 @@ insanity. .BR initrd (4), .BR pivot_root (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/poll.2 b/original/man2/poll.2 index 81d119db..1e7c0b23 100644 --- a/original/man2/poll.2 +++ b/original/man2/poll.2 @@ -400,7 +400,7 @@ BUGS section of .BR select_tut (2), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/posix_fadvise.2 b/original/man2/posix_fadvise.2 index b4a60687..0193746c 100644 --- a/original/man2/posix_fadvise.2 +++ b/original/man2/posix_fadvise.2 @@ -213,7 +213,7 @@ rather than as meaning "all bytes through to the end of the file". .BR posix_madvise (3) .\" FIXME . Write a posix_fadvise(3) page. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/prctl.2 b/original/man2/prctl.2 index 73a896a5..2a70e88a 100644 --- a/original/man2/prctl.2 +++ b/original/man2/prctl.2 @@ -51,7 +51,7 @@ .\" 2014-11-10 Dave Hansen, document PR_MPX_{EN,DIS}ABLE_MANAGEMENT .\" .\" -.TH PRCTL 2 2014-12-31 "Linux" "Linux Programmer's Manual" +.TH PRCTL 2 2015-02-01 "Linux" "Linux Programmer's Manual" .SH NAME prctl \- operations on a process .SH SYNOPSIS @@ -824,6 +824,14 @@ symbolic-link transitions over all processes running on a system. .\" See also https://gcc.gnu.org/wiki/Intel%20MPX%20support%20in%20the%20GCC%20compiler Enable or disable kernel management of Memory Protection eXtensions (MPX) bounds tables. +The +.IR arg2 , +.IR arg3 , +.IR arg4 , +and +.IR arg5 +.\" commit e9d1b4f3c60997fe197bf0243cb4a41a44387a88 +arguments must be zero. MPX is a hardware-assisted mechanism for performing bounds checking on pointers. @@ -1197,7 +1205,7 @@ get or set the maximum stack size, and so on. .BR signal (2), .BR core (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/pread.2 b/original/man2/pread.2 index 68298334..ba6e91ed 100644 --- a/original/man2/pread.2 +++ b/original/man2/pread.2 @@ -161,7 +161,7 @@ appends data to the end of the file, regardless of the value of .BR readv (2), .BR write (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/process_vm_readv.2 b/original/man2/process_vm_readv.2 index 5dacc377..c3e45faf 100644 --- a/original/man2/process_vm_readv.2 +++ b/original/man2/process_vm_readv.2 @@ -348,7 +348,7 @@ main(void) .BR readv (2), .BR writev (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/ptrace.2 b/original/man2/ptrace.2 index 555d5826..8ab59b22 100644 --- a/original/man2/ptrace.2 +++ b/original/man2/ptrace.2 @@ -2135,7 +2135,7 @@ attach.) .BR capabilities (7), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/query_module.2 b/original/man2/query_module.2 index 00587340..15e126a7 100644 --- a/original/man2/query_module.2 +++ b/original/man2/query_module.2 @@ -198,7 +198,7 @@ alternatively, you can invoke the system call using .BR lsmod (8), .BR modinfo (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/quotactl.2 b/original/man2/quotactl.2 index 1c7ddf84..fa3bfb30 100644 --- a/original/man2/quotactl.2 +++ b/original/man2/quotactl.2 @@ -510,7 +510,7 @@ Specified quota format was not found. .BR quotacheck (8), .BR quotaon (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/read.2 b/original/man2/read.2 index 9c2313a1..e4dd8aca 100644 --- a/original/man2/read.2 +++ b/original/man2/read.2 @@ -237,7 +237,7 @@ This problem was fixed in Linux 3.14. .BR write (2), .BR fread (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/readahead.2 b/original/man2/readahead.2 index 4f7e7ab7..8899e3c0 100644 --- a/original/man2/readahead.2 +++ b/original/man2/readahead.2 @@ -111,7 +111,7 @@ been read. .BR posix_fadvise (2), .BR read (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/readdir.2 b/original/man2/readdir.2 index a3f00743..cac5437a 100644 --- a/original/man2/readdir.2 +++ b/original/man2/readdir.2 @@ -128,7 +128,7 @@ This system call does not exist on x86-64. .BR getdents (2), .BR readdir (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/readlink.2 b/original/man2/readlink.2 index 4e0bb94a..9566dce1 100644 --- a/original/man2/readlink.2 +++ b/original/man2/readlink.2 @@ -334,7 +334,7 @@ main(int argc, char *argv[]) .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/readv.2 b/original/man2/readv.2 index d0fcac1a..9f8209e2 100644 --- a/original/man2/readv.2 +++ b/original/man2/readv.2 @@ -322,7 +322,7 @@ nwritten = writev(STDOUT_FILENO, iov, 2); .BR read (2), .BR write (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/reboot.2 b/original/man2/reboot.2 index 7fbf7289..4aa784d8 100644 --- a/original/man2/reboot.2 +++ b/original/man2/reboot.2 @@ -25,7 +25,7 @@ .\" Modified, 27 May 2004, Michael Kerrisk .\" Added notes on capability requirements .\" -.TH REBOOT 2 2014-09-21 "Linux" "Linux Programmer's Manual" +.TH REBOOT 2 2015-02-01 "Linux" "Linux Programmer's Manual" .SH NAME reboot \- reboot or enable/disable Ctrl-Alt-Del .SH SYNOPSIS @@ -80,6 +80,7 @@ and since 2.5.71 also are permitted as values for .IR magic2 . (The hexadecimal values of these constants are meaningful.) + The .I cmd argument can have the following values: @@ -216,6 +217,7 @@ capability is required. is Linux-specific, and should not be used in programs intended to be portable. .SH SEE ALSO +.BR kexec_load (2), .BR sync (2), .BR bootparam (7), .BR capabilities (7), @@ -223,7 +225,7 @@ and should not be used in programs intended to be portable. .BR halt (8), .BR reboot (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/recv.2 b/original/man2/recv.2 index cd8edb68..19b6bdcd 100644 --- a/original/man2/recv.2 +++ b/original/man2/recv.2 @@ -525,7 +525,7 @@ is shown in .BR sockatmark (3), .BR socket (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/recvmmsg.2 b/original/man2/recvmmsg.2 index 96c1afc2..f6a35f03 100644 --- a/original/man2/recvmmsg.2 +++ b/original/man2/recvmmsg.2 @@ -283,7 +283,7 @@ but then no further datagrams are received, the call will block forever. .BR socket (2), .BR socket (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/remap_file_pages.2 b/original/man2/remap_file_pages.2 index 20a4b87f..9ab48d51 100644 --- a/original/man2/remap_file_pages.2 +++ b/original/man2/remap_file_pages.2 @@ -181,7 +181,7 @@ to adjust which parts of the file are mapped to which addresses. .BR mremap (2), .BR msync (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/removexattr.2 b/original/man2/removexattr.2 index b2615741..3f7cc275 100644 --- a/original/man2/removexattr.2 +++ b/original/man2/removexattr.2 @@ -118,7 +118,7 @@ These system calls are Linux-specific. .BR attr (5), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/rename.2 b/original/man2/rename.2 index 567b5758..610bbfd9 100644 --- a/original/man2/rename.2 +++ b/original/man2/rename.2 @@ -449,7 +449,7 @@ for a similar problem. .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/request_key.2 b/original/man2/request_key.2 index c08aad30..3820b592 100644 --- a/original/man2/request_key.2 +++ b/original/man2/request_key.2 @@ -137,7 +137,7 @@ should be specified to the linker. .BR keyctl (2), .BR request-key (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/restart_syscall.2 b/original/man2/restart_syscall.2 index a71b618d..f27555a1 100644 --- a/original/man2/restart_syscall.2 +++ b/original/man2/restart_syscall.2 @@ -142,7 +142,7 @@ returned in the usual fashion. .\" spent suspended is *not* deducted when the select() is restarted. .\" FIXME . check whether recvmmsg() handles stop-sig+SIGCONT properly. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/rmdir.2 b/original/man2/rmdir.2 index fa7a4625..1cb34829 100644 --- a/original/man2/rmdir.2 +++ b/original/man2/rmdir.2 @@ -139,7 +139,7 @@ disappearance of directories which are still being used. .BR unlink (2), .BR unlinkat (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/rt_sigqueueinfo.2 b/original/man2/rt_sigqueueinfo.2 index bbb5a44f..8d09c069 100644 --- a/original/man2/rt_sigqueueinfo.2 +++ b/original/man2/rt_sigqueueinfo.2 @@ -194,7 +194,7 @@ or thread exists. .BR sigqueue (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/s390_pci_mmio_write.2 b/original/man2/s390_pci_mmio_write.2 index 46033f8b..1b9087af 100644 --- a/original/man2/s390_pci_mmio_write.2 +++ b/original/man2/s390_pci_mmio_write.2 @@ -107,7 +107,7 @@ to call it. .SH SEE ALSO .BR syscall (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/s390_runtime_instr.2 b/original/man2/s390_runtime_instr.2 index d6d9c9f5..18ea7bd3 100644 --- a/original/man2/s390_runtime_instr.2 +++ b/original/man2/s390_runtime_instr.2 @@ -89,7 +89,7 @@ to call it. .BR syscall (2), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sched_get_priority_max.2 b/original/man2/sched_get_priority_max.2 index 0eb3e97c..d25c0768 100644 --- a/original/man2/sched_get_priority_max.2 +++ b/original/man2/sched_get_priority_max.2 @@ -123,7 +123,7 @@ POSIX.1-2001. .BR sched_setscheduler (2), .BR sched (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sched_rr_get_interval.2 b/original/man2/sched_rr_get_interval.2 index b3109e19..4892c94f 100644 --- a/original/man2/sched_rr_get_interval.2 +++ b/original/man2/sched_rr_get_interval.2 @@ -132,7 +132,7 @@ Writing 0 to this file resets the quantum to the default value. .SH SEE ALSO .BR sched (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sched_setaffinity.2 b/original/man2/sched_setaffinity.2 index 2a325776..0f2192c8 100644 --- a/original/man2/sched_setaffinity.2 +++ b/original/man2/sched_setaffinity.2 @@ -246,7 +246,7 @@ represent the CPU set bit mask. .BR cpuset (7), .BR sched (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sched_setattr.2 b/original/man2/sched_setattr.2 index 5fd16706..e5844fe1 100644 --- a/original/man2/sched_setattr.2 +++ b/original/man2/sched_setattr.2 @@ -406,7 +406,7 @@ for the case described in ERRORS. .BR sched (7) .ad .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sched_setparam.2 b/original/man2/sched_setparam.2 index c2208ca9..6ab0ef18 100644 --- a/original/man2/sched_setparam.2 +++ b/original/man2/sched_setparam.2 @@ -140,7 +140,7 @@ see .BR capabilities (7), .BR sched (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sched_setscheduler.2 b/original/man2/sched_setscheduler.2 index e793c00f..783efcda 100644 --- a/original/man2/sched_setscheduler.2 +++ b/original/man2/sched_setscheduler.2 @@ -240,7 +240,7 @@ since it always returns 0 on success. .BR sched (7) .ad .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sched_yield.2 b/original/man2/sched_yield.2 index d6af06d4..dcbda437 100644 --- a/original/man2/sched_yield.2 +++ b/original/man2/sched_yield.2 @@ -79,7 +79,7 @@ which will degrade system performance. .SH SEE ALSO .BR sched (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/seccomp.2 b/original/man2/seccomp.2 index 04ca47d4..b59ec902 100644 --- a/original/man2/seccomp.2 +++ b/original/man2/seccomp.2 @@ -677,7 +677,7 @@ Proceedings of the USENIX Winter 1993 Conference .UR http://www.tcpdump.org/papers/bpf-usenix93.pdf .UE .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/select.2 b/original/man2/select.2 index 3cceef0d..d4e546e1 100644 --- a/original/man2/select.2 +++ b/original/man2/select.2 @@ -605,7 +605,7 @@ main(void) For a tutorial with discussion and examples, see .BR select_tut (2). .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/select_tut.2 b/original/man2/select_tut.2 index babc4e6c..6141daf9 100644 --- a/original/man2/select_tut.2 +++ b/original/man2/select_tut.2 @@ -240,7 +240,7 @@ This race condition is solved by the .BR pselect () call. This call can be used to set the signal mask to a set of signals -that are only to be received within the +that are to be received only within the .BR pselect () call. For instance, let us say that the event in question @@ -838,7 +838,7 @@ connections cause the current connection to be dropped. .\" .SH AUTHORS .\" This man page was written by Paul Sheer. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/semctl.2 b/original/man2/semctl.2 index 845bc8bc..7e5bf867 100644 --- a/original/man2/semctl.2 +++ b/original/man2/semctl.2 @@ -541,7 +541,7 @@ with four arguments. .BR sem_overview (7), .BR svipc (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/semget.2 b/original/man2/semget.2 index a0f19563..4ec99ef4 100644 --- a/original/man2/semget.2 +++ b/original/man2/semget.2 @@ -282,7 +282,8 @@ Maximum number of semaphores per semaphore ID: implementation dependent System-wide limit on the number of semaphores: policy dependent (on Linux, this limit can be read and modified via the second field of .IR /proc/sys/kernel/sem ). -Note that number of semaphores system-wide is also limited by the product of +Note that the number of semaphores system-wide +is also limited by the product of .B SEMMSL and .BR SEMMNI . @@ -300,7 +301,7 @@ would more clearly show its function. .BR sem_overview (7), .BR svipc (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/semop.2 b/original/man2/semop.2 index 4fbed63c..9b110e07 100644 --- a/original/man2/semop.2 +++ b/original/man2/semop.2 @@ -540,7 +540,7 @@ and then increment the semaphore value by one. .BR svipc (7), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/send.2 b/original/man2/send.2 index d99e3003..108c046e 100644 --- a/original/man2/send.2 +++ b/original/man2/send.2 @@ -456,7 +456,7 @@ is shown in .BR tcp (7), .BR udp (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sendfile.2 b/original/man2/sendfile.2 index 9eada47d..8064d3f8 100644 --- a/original/man2/sendfile.2 +++ b/original/man2/sendfile.2 @@ -201,7 +201,7 @@ call supports transferring data between arbitrary files .BR splice (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sendmmsg.2 b/original/man2/sendmmsg.2 index 2a34427c..cdc81aa4 100644 --- a/original/man2/sendmmsg.2 +++ b/original/man2/sendmmsg.2 @@ -239,7 +239,7 @@ main(void) .BR socket (2), .BR socket (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/set_mempolicy.2 b/original/man2/set_mempolicy.2 index 7739d724..f0012249 100644 --- a/original/man2/set_mempolicy.2 +++ b/original/man2/set_mempolicy.2 @@ -296,7 +296,7 @@ For information on library support, see .BR numa (7), .BR numactl (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/set_thread_area.2 b/original/man2/set_thread_area.2 index c2063df9..61e3ba8b 100644 --- a/original/man2/set_thread_area.2 +++ b/original/man2/set_thread_area.2 @@ -72,7 +72,7 @@ In the unlikely event that you want to call it directly, use .SH SEE ALSO .BR get_thread_area (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/set_tid_address.2 b/original/man2/set_tid_address.2 index c12fdcce..0a1da1ee 100644 --- a/original/man2/set_tid_address.2 +++ b/original/man2/set_tid_address.2 @@ -101,7 +101,7 @@ This system call is Linux-specific. .BR futex (2), .BR gettid (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/seteuid.2 b/original/man2/seteuid.2 index df2b68d2..ee11a2f9 100644 --- a/original/man2/seteuid.2 +++ b/original/man2/seteuid.2 @@ -147,7 +147,7 @@ and .BR credentials (7), .BR user_namespaces (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/setfsgid.2 b/original/man2/setfsgid.2 index a86da820..a7a9f125 100644 --- a/original/man2/setfsgid.2 +++ b/original/man2/setfsgid.2 @@ -126,7 +126,7 @@ capability). .BR capabilities (7), .BR credentials (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/setfsuid.2 b/original/man2/setfsuid.2 index 6adee721..801f9120 100644 --- a/original/man2/setfsuid.2 +++ b/original/man2/setfsuid.2 @@ -134,7 +134,7 @@ capability). .BR capabilities (7), .BR credentials (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/setgid.2 b/original/man2/setgid.2 index e2b4f797..644b3f16 100644 --- a/original/man2/setgid.2 +++ b/original/man2/setgid.2 @@ -88,7 +88,7 @@ wrapper function transparently deals with the variation across kernel versions. .BR credentials (7), .BR user_namespaces (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/setns.2 b/original/man2/setns.2 index 66bdf835..2012e6fa 100644 --- a/original/man2/setns.2 +++ b/original/man2/setns.2 @@ -84,10 +84,10 @@ passed to the caller via a UNIX domain socket.) behaves somewhat differently from the other .I nstype values: -reassociating the calling thread with a PID namespace only changes +reassociating the calling thread with a PID namespace changes only the PID namespace that child processes of the caller will be created in; it does not change the PID namespace of the caller itself. -Reassociating with a PID namespace is only allowed if the +Reassociating with a PID namespace is allowed only if the PID namespace specified by .IR fd is a descendant (child, grandchild, etc.) @@ -293,7 +293,7 @@ main(int argc, char *argv[]) .BR namespaces (7), .BR unix (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/setpgid.2 b/original/man2/setpgid.2 index 00b03a77..c72a1a07 100644 --- a/original/man2/setpgid.2 +++ b/original/man2/setpgid.2 @@ -345,7 +345,7 @@ in a different session (see also .BR termios (3), .BR credentials (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/setresuid.2 b/original/man2/setresuid.2 index 464bdc7e..97bff638 100644 --- a/original/man2/setresuid.2 +++ b/original/man2/setresuid.2 @@ -140,7 +140,7 @@ wrapper functions transparently deal with the variations across kernel versions. .BR credentials (7), .BR user_namespaces (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/setreuid.2 b/original/man2/setreuid.2 index 24b08728..af305f9f 100644 --- a/original/man2/setreuid.2 +++ b/original/man2/setreuid.2 @@ -201,7 +201,7 @@ wrapper functions transparently deal with the variations across kernel versions. .BR capabilities (7), .BR user_namespaces (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/setsid.2 b/original/man2/setsid.2 index 636108f5..1d979cae 100644 --- a/original/man2/setsid.2 +++ b/original/man2/setsid.2 @@ -98,7 +98,7 @@ and have the child do .BR tcgetsid (3), .BR credentials (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/setuid.2 b/original/man2/setuid.2 index 804754f1..5f4fde84 100644 --- a/original/man2/setuid.2 +++ b/original/man2/setuid.2 @@ -151,7 +151,7 @@ wrapper function transparently deals with the variation across kernel versions. .BR credentials (7), .BR user_namespaces (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/setup.2 b/original/man2/setup.2 index 556c2311..b1610f4c 100644 --- a/original/man2/setup.2 +++ b/original/man2/setup.2 @@ -70,7 +70,7 @@ has had a single argument and at other times a single argument .IR "int magic" . .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/setxattr.2 b/original/man2/setxattr.2 index d8660e05..f7f06395 100644 --- a/original/man2/setxattr.2 +++ b/original/man2/setxattr.2 @@ -160,7 +160,7 @@ These system calls are Linux-specific. .BR attr (5), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sgetmask.2 b/original/man2/sgetmask.2 index 7b3ce5cf..d403f35d 100644 --- a/original/man2/sgetmask.2 +++ b/original/man2/sgetmask.2 @@ -90,7 +90,7 @@ or .BR sigprocmask (2), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/shmctl.2 b/original/man2/shmctl.2 index 0b8a2762..58f67146 100644 --- a/original/man2/shmctl.2 +++ b/original/man2/shmctl.2 @@ -136,8 +136,8 @@ of the shared memory segment, or the caller must be privileged. .TP .B IPC_RMID Mark the segment to be destroyed. -The segment will only actually be destroyed -after the last process detaches it (i.e., when the +The segment will actually be destroyed +only after the last process detaches it (i.e., when the .I shm_nattch member of the associated structure .I shmid_ds @@ -433,7 +433,7 @@ flag in .BR capabilities (7), .BR svipc (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/shmget.2 b/original/man2/shmget.2 index 1dd3a564..3c0dfbb1 100644 --- a/original/man2/shmget.2 +++ b/original/man2/shmget.2 @@ -389,7 +389,7 @@ would more clearly show its function. .BR shm_overview (7), .BR svipc (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/shmop.2 b/original/man2/shmop.2 index 827077fa..33ce8bd9 100644 --- a/original/man2/shmop.2 +++ b/original/man2/shmop.2 @@ -299,7 +299,7 @@ number of shared memory segments .BR shm_overview (7), .BR svipc (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/shutdown.2 b/original/man2/shutdown.2 index b0d2e494..51c3ea19 100644 --- a/original/man2/shutdown.2 +++ b/original/man2/shutdown.2 @@ -115,7 +115,7 @@ this may change in the future. .BR socket (2), .BR socket (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sigaction.2 b/original/man2/sigaction.2 index 58e12845..74ef301b 100644 --- a/original/man2/sigaction.2 +++ b/original/man2/sigaction.2 @@ -881,7 +881,7 @@ See .BR core (5), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sigaltstack.2 b/original/man2/sigaltstack.2 index 3975e9e7..49911ec5 100644 --- a/original/man2/sigaltstack.2 +++ b/original/man2/sigaltstack.2 @@ -239,7 +239,7 @@ if (sigaltstack(&ss, NULL) == \-1) .BR sigsetjmp (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/signal.2 b/original/man2/signal.2 index 9d0a4faa..d6f5b7e7 100644 --- a/original/man2/signal.2 +++ b/original/man2/signal.2 @@ -295,7 +295,7 @@ see .BR sysv_signal (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/signalfd.2 b/original/man2/signalfd.2 index 03e7d68d..cf9d35c4 100644 --- a/original/man2/signalfd.2 +++ b/original/man2/signalfd.2 @@ -444,7 +444,7 @@ main(int argc, char *argv[]) .BR epoll (7), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sigpending.2 b/original/man2/sigpending.2 index b1afa11f..93a530c7 100644 --- a/original/man2/sigpending.2 +++ b/original/man2/sigpending.2 @@ -97,7 +97,7 @@ is not correctly returned. .BR sigsetops (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sigprocmask.2 b/original/man2/sigprocmask.2 index 7c04d420..1c0e29a1 100644 --- a/original/man2/sigprocmask.2 +++ b/original/man2/sigprocmask.2 @@ -153,7 +153,7 @@ for details on manipulating signal sets. .BR sigsetops (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sigreturn.2 b/original/man2/sigreturn.2 index 4d3454b5..7c329b68 100644 --- a/original/man2/sigreturn.2 +++ b/original/man2/sigreturn.2 @@ -128,7 +128,7 @@ once the handler returns). .BR getcontext (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sigsuspend.2 b/original/man2/sigsuspend.2 index 1265c9e1..07d13ee6 100644 --- a/original/man2/sigsuspend.2 +++ b/original/man2/sigsuspend.2 @@ -116,7 +116,7 @@ for details on manipulating signal sets. .BR sigwait (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sigwaitinfo.2 b/original/man2/sigwaitinfo.2 index ed8dc3d0..7c287d18 100644 --- a/original/man2/sigwaitinfo.2 +++ b/original/man2/sigwaitinfo.2 @@ -211,7 +211,7 @@ wrapper function specifies this argument as a fixed value .BR signal (7), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/socket.2 b/original/man2/socket.2 index 9dffdaa0..8d61436b 100644 --- a/original/man2/socket.2 +++ b/original/man2/socket.2 @@ -40,7 +40,7 @@ .\" Modified 2002-07-17 by Michael Kerrisk .\" Modified 2004-06-17 by Michael Kerrisk .\" -.TH SOCKET 2 2013-12-31 "Linux" "Linux Programmer's Manual" +.TH SOCKET 2 2015-02-01 "Linux" "Linux Programmer's Manual" .SH NAME socket \- create an endpoint for communication .SH SYNOPSIS @@ -116,6 +116,11 @@ Low level packet interface T}:T{ .BR packet (7) T} +T{ +.B AF_ALG +T}:T{ +Interface to kernel crypto API +T} .TE .PP The socket has the indicated @@ -378,6 +383,12 @@ families. However, already the BSD man page promises: "The protocol family generally is the same as the address family", and subsequent standards use AF_* everywhere. + +The +.B AF_ALG +protocol type was added in Linux 2.6.38. +More information on this interface is provided in the kernel source file, +.IR Documentation/crypto/crypto-API-userspace.txt . .SH EXAMPLE An example of the use of .BR socket () @@ -413,7 +424,7 @@ and reprinted in .I UNIX Programmer's Supplementary Documents Volume 1. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/socketcall.2 b/original/man2/socketcall.2 index 5cd95ea6..1bc20254 100644 --- a/original/man2/socketcall.2 +++ b/original/man2/socketcall.2 @@ -69,7 +69,7 @@ and so on really are implemented as separate system calls. .BR socket (2), .BR socketpair (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/socketpair.2 b/original/man2/socketpair.2 index 4d3289ac..41f04b78 100644 --- a/original/man2/socketpair.2 +++ b/original/man2/socketpair.2 @@ -129,7 +129,7 @@ file, and portable applications are probably wise to include it. .BR socket (7), .BR unix (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/splice.2 b/original/man2/splice.2 index 1317951b..36996700 100644 --- a/original/man2/splice.2 +++ b/original/man2/splice.2 @@ -242,7 +242,7 @@ See .BR tee (2), .BR vmsplice (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/spu_create.2 b/original/man2/spu_create.2 index a9c5fe99..9c4e3fdf 100644 --- a/original/man2/spu_create.2 +++ b/original/man2/spu_create.2 @@ -273,7 +273,7 @@ for an example of the use of .BR capabilities (7), .BR spufs (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/spu_run.2 b/original/man2/spu_run.2 index 4b14c692..87cef469 100644 --- a/original/man2/spu_run.2 +++ b/original/man2/spu_run.2 @@ -267,7 +267,7 @@ int main(void) .BR capabilities (7), .BR spufs (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/stat.2 b/original/man2/stat.2 index edcd8ffc..1e4df26b 100644 --- a/original/man2/stat.2 +++ b/original/man2/stat.2 @@ -928,7 +928,7 @@ main(int argc, char *argv[]) .BR capabilities (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/statfs.2 b/original/man2/statfs.2 index 57e3d315..a6e8ae60 100644 --- a/original/man2/statfs.2 +++ b/original/man2/statfs.2 @@ -244,7 +244,7 @@ and .BR fstatfs () wrapper functions transparently deal with the kernel differences. -Some systems only have \fI\fP, other systems also have +Some systems have only \fI\fP, other systems also have \fI\fP, where the former includes the latter. So it seems including the former is the best choice. @@ -316,7 +316,7 @@ for file descriptors created by .BR statvfs (2), .BR path_resolution (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/stime.2 b/original/man2/stime.2 index f16872a1..05e9c4da 100644 --- a/original/man2/stime.2 +++ b/original/man2/stime.2 @@ -72,7 +72,7 @@ SVr4. .BR settimeofday (2), .BR capabilities (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/subpage_prot.2 b/original/man2/subpage_prot.2 index d29f8c34..288fcd50 100644 --- a/original/man2/subpage_prot.2 +++ b/original/man2/subpage_prot.2 @@ -132,7 +132,7 @@ hardware pages (on machines with hardware 64-kB page support). .IR Documentation/vm/hugetlbpage.txt in the Linux kernel source tree .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/swapon.2 b/original/man2/swapon.2 index fab0fd9e..aafc7fb7 100644 --- a/original/man2/swapon.2 +++ b/original/man2/swapon.2 @@ -204,7 +204,7 @@ is called, even if that flag bit is not set. .BR swapoff (8), .BR swapon (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/symlink.2 b/original/man2/symlink.2 index df3da989..3e999800 100644 --- a/original/man2/symlink.2 +++ b/original/man2/symlink.2 @@ -269,7 +269,7 @@ argument. .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sync.2 b/original/man2/sync.2 index 17519378..1bdef636 100644 --- a/original/man2/sync.2 +++ b/original/man2/sync.2 @@ -122,7 +122,7 @@ large caches.) .BR fsync (2), .BR sync (1) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sync_file_range.2 b/original/man2/sync_file_range.2 index bd4b60bd..8a24c878 100644 --- a/original/man2/sync_file_range.2 +++ b/original/man2/sync_file_range.2 @@ -225,7 +225,7 @@ under the name .BR msync (2), .BR sync (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/syscall.2 b/original/man2/syscall.2 index 70dfcc24..044f9876 100644 --- a/original/man2/syscall.2 +++ b/original/man2/syscall.2 @@ -245,7 +245,7 @@ main(int argc, char *argv[]) .BR errno (3), .BR vdso (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/syscalls.2 b/original/man2/syscalls.2 index 82fd1d7e..85c9997b 100644 --- a/original/man2/syscalls.2 +++ b/original/man2/syscalls.2 @@ -849,7 +849,7 @@ and similarly .BR libc (7), .BR vdso (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sysctl.2 b/original/man2/sysctl.2 index 7eec9322..d5e4c504 100644 --- a/original/man2/sysctl.2 +++ b/original/man2/sysctl.2 @@ -181,7 +181,7 @@ main(void) .SH SEE ALSO .BR proc (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sysfs.2 b/original/man2/sysfs.2 index 2f615c8c..cfb74a75 100644 --- a/original/man2/sysfs.2 +++ b/original/man2/sysfs.2 @@ -102,7 +102,7 @@ use that interface instead. There is no libc or glibc support. There is no way to guess how large \fIbuf\fP should be. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/sysinfo.2 b/original/man2/sysinfo.2 index 361e09bd..df05b687 100644 --- a/original/man2/sysinfo.2 +++ b/original/man2/sysinfo.2 @@ -90,7 +90,7 @@ intended to be portable. .SH SEE ALSO .BR proc (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/syslog.2 b/original/man2/syslog.2 index 446127ca..b0fbf417 100644 --- a/original/man2/syslog.2 +++ b/original/man2/syslog.2 @@ -389,7 +389,7 @@ different animals. .BR syslog (3), .BR capabilities (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/tee.2 b/original/man2/tee.2 index e44760cb..ac7f3861 100644 --- a/original/man2/tee.2 +++ b/original/man2/tee.2 @@ -215,7 +215,7 @@ main(int argc, char *argv[]) .BR splice (2), .BR vmsplice (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/time.2 b/original/man2/time.2 index a878da1b..62203fb1 100644 --- a/original/man2/time.2 +++ b/original/man2/time.2 @@ -80,7 +80,7 @@ consistent; see POSIX.1-2008 Rationale A.4.15 for further rationale. .BR ftime (3), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/timer_create.2 b/original/man2/timer_create.2 index 43307b65..edb08509 100644 --- a/original/man2/timer_create.2 +++ b/original/man2/timer_create.2 @@ -423,7 +423,7 @@ main(int argc, char *argv[]) .BR signal (7), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/timer_delete.2 b/original/man2/timer_delete.2 index f8eae768..1e28e0d5 100644 --- a/original/man2/timer_delete.2 +++ b/original/man2/timer_delete.2 @@ -73,7 +73,7 @@ POSIX.1-2001. .BR timer_settime (2), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/timer_getoverrun.2 b/original/man2/timer_getoverrun.2 index 625f560d..efb5018f 100644 --- a/original/man2/timer_getoverrun.2 +++ b/original/man2/timer_getoverrun.2 @@ -139,7 +139,7 @@ See .BR signal (7), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/timer_settime.2 b/original/man2/timer_settime.2 index 36ab6bbc..2db50eaf 100644 --- a/original/man2/timer_settime.2 +++ b/original/man2/timer_settime.2 @@ -214,7 +214,7 @@ See .BR timer_getoverrun (2), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/timerfd_create.2 b/original/man2/timerfd_create.2 index 81251a7a..cd078469 100644 --- a/original/man2/timerfd_create.2 +++ b/original/man2/timerfd_create.2 @@ -558,7 +558,7 @@ main(int argc, char *argv[]) .BR epoll (7), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/times.2 b/original/man2/times.2 index dacdc37b..b7a685d2 100644 --- a/original/man2/times.2 +++ b/original/man2/times.2 @@ -213,7 +213,7 @@ the maximum value that can be stored in .BR sysconf (3), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/tkill.2 b/original/man2/tkill.2 index 0304d606..4aa0f0a0 100644 --- a/original/man2/tkill.2 +++ b/original/man2/tkill.2 @@ -127,7 +127,7 @@ Glibc does not provide wrappers for these system calls; call them using .BR kill (2), .BR rt_sigqueueinfo (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/truncate.2 b/original/man2/truncate.2 index 725e455a..eb3c1cd3 100644 --- a/original/man2/truncate.2 +++ b/original/man2/truncate.2 @@ -263,7 +263,7 @@ This has been fixed in later glibc versions. .BR stat (2), .BR path_resolution (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/umask.2 b/original/man2/umask.2 index cb4226c8..b99a5ccd 100644 --- a/original/man2/umask.2 +++ b/original/man2/umask.2 @@ -122,7 +122,7 @@ to System\ V IPC objects created by the process (using .BR stat (2), .BR acl (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/umount.2 b/original/man2/umount.2 index 93f32ab0..32100adb 100644 --- a/original/man2/umount.2 +++ b/original/man2/umount.2 @@ -179,7 +179,7 @@ in more than one place, so specifying the device does not suffice). .BR mount (8), .BR umount (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/uname.2 b/original/man2/uname.2 index 3a526f1a..858944af 100644 --- a/original/man2/uname.2 +++ b/original/man2/uname.2 @@ -170,7 +170,7 @@ invoking the most recent version of the system call provided by the kernel. .BR gethostname (2), .BR namespaces (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/unimplemented.2 b/original/man2/unimplemented.2 index dac0592d..4a0342c1 100644 --- a/original/man2/unimplemented.2 +++ b/original/man2/unimplemented.2 @@ -64,7 +64,7 @@ exist only when the Linux kernel was built with support for them. .SH SEE ALSO .BR syscalls (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/unlink.2 b/original/man2/unlink.2 index 5f36edad..29d541bd 100644 --- a/original/man2/unlink.2 +++ b/original/man2/unlink.2 @@ -310,7 +310,7 @@ disappearance of files which are still being used. .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/unshare.2 b/original/man2/unshare.2 index 16e86d18..8c0aaede 100644 --- a/original/man2/unshare.2 +++ b/original/man2/unshare.2 @@ -468,7 +468,7 @@ main(int argc, char *argv[]) .I Documentation/unshare.txt in the Linux kernel source tree .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/uselib.2 b/original/man2/uselib.2 index b06016c7..930dea60 100644 --- a/original/man2/uselib.2 +++ b/original/man2/uselib.2 @@ -110,7 +110,7 @@ glibc2 does not use this call. .BR capabilities (7), .BR ld.so (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/ustat.2 b/original/man2/ustat.2 index 8b6cecf5..d98a3407 100644 --- a/original/man2/ustat.2 +++ b/original/man2/ustat.2 @@ -119,7 +119,7 @@ Such filesystems will return the current number of free inodes. .BR stat (2), .BR statfs (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/utime.2 b/original/man2/utime.2 index fa803fef..84b9003e 100644 --- a/original/man2/utime.2 +++ b/original/man2/utime.2 @@ -190,7 +190,7 @@ on an append-only file. .BR futimens (3), .BR futimes (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/utimensat.2 b/original/man2/utimensat.2 index 20f97de6..cc8920d2 100644 --- a/original/man2/utimensat.2 +++ b/original/man2/utimensat.2 @@ -625,7 +625,7 @@ instead checks whether the .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/vfork.2 b/original/man2/vfork.2 index b48d5830..56bbc5f1 100644 --- a/original/man2/vfork.2 +++ b/original/man2/vfork.2 @@ -277,7 +277,7 @@ are allowed and input attempts result in an end-of-file indication." .BR unshare (2), .BR wait (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/vhangup.2 b/original/man2/vhangup.2 index b629e6c0..c7840542 100644 --- a/original/man2/vhangup.2 +++ b/original/man2/vhangup.2 @@ -67,7 +67,7 @@ intended to be portable. .BR capabilities (7), .BR init (1) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/vm86.2 b/original/man2/vm86.2 index 27b44c6d..438caa0d 100644 --- a/original/man2/vm86.2 +++ b/original/man2/vm86.2 @@ -74,7 +74,7 @@ stack should exist only within vm86 mode itself.) This call is specific to Linux on 32-bit Intel processors, and should not be used in programs intended to be portable. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/vmsplice.2 b/original/man2/vmsplice.2 index c3dedfe5..9e2a7650 100644 --- a/original/man2/vmsplice.2 +++ b/original/man2/vmsplice.2 @@ -165,7 +165,7 @@ At the time of this writing, that limit is 1024. .BR splice (2), .BR tee (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/wait.2 b/original/man2/wait.2 index f57a6d24..3943394e 100644 --- a/original/man2/wait.2 +++ b/original/man2/wait.2 @@ -645,7 +645,7 @@ main(int argc, char *argv[]) .BR credentials (7), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/wait4.2 b/original/man2/wait4.2 index 53a2140c..045e6325 100644 --- a/original/man2/wait4.2 +++ b/original/man2/wait4.2 @@ -170,7 +170,7 @@ system call. .BR wait (2), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/write.2 b/original/man2/write.2 index 7c4971f4..81f7df11 100644 --- a/original/man2/write.2 +++ b/original/man2/write.2 @@ -264,7 +264,7 @@ This problem was fixed in Linux 3.14. .BR writev (2), .BR fwrite (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/CPU_SET.3 b/original/man3/CPU_SET.3 index d828f954..b4835ce6 100644 --- a/original/man3/CPU_SET.3 +++ b/original/man3/CPU_SET.3 @@ -359,7 +359,7 @@ main(int argc, char *argv[]) .BR pthread_setaffinity_np (3), .BR cpuset (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/INFINITY.3 b/original/man3/INFINITY.3 index fb844499..9552ca81 100644 --- a/original/man3/INFINITY.3 +++ b/original/man3/INFINITY.3 @@ -102,7 +102,7 @@ and has a value not less than 199901L. .BR fpclassify (3), .BR math_error (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/MB_CUR_MAX.3 b/original/man3/MB_CUR_MAX.3 index c80e53cc..0da938e1 100644 --- a/original/man3/MB_CUR_MAX.3 +++ b/original/man3/MB_CUR_MAX.3 @@ -42,7 +42,7 @@ C99, POSIX.1-2001. .BR wcstombs (3), .BR wctomb (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/MB_LEN_MAX.3 b/original/man3/MB_LEN_MAX.3 index 1b7e8872..88b7b95c 100644 --- a/original/man3/MB_LEN_MAX.3 +++ b/original/man3/MB_LEN_MAX.3 @@ -44,7 +44,7 @@ is 4. .SH SEE ALSO .BR MB_CUR_MAX (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/__setfpucw.3 b/original/man3/__setfpucw.3 index b4e104eb..6b577e40 100644 --- a/original/man3/__setfpucw.3 +++ b/original/man3/__setfpucw.3 @@ -63,7 +63,7 @@ Set FPU control word on the i386 architecture to .br .I .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/a64l.3 b/original/man3/a64l.3 index acc41edf..0691503b 100644 --- a/original/man3/a64l.3 +++ b/original/man3/a64l.3 @@ -95,7 +95,7 @@ This is not the encoding used by .\" .BR itoa (3), .BR strtoul (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/abort.3 b/original/man3/abort.3 index 57133a57..0ecdf300 100644 --- a/original/man3/abort.3 +++ b/original/man3/abort.3 @@ -86,7 +86,7 @@ SVr4, POSIX.1-2001, POSIX.1-2008, 4.3BSD, C89, C99. .BR longjmp (3), .BR raise (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/abs.3 b/original/man3/abs.3 index 337a7280..b301402d 100644 --- a/original/man3/abs.3 +++ b/original/man3/abs.3 @@ -137,7 +137,7 @@ as built-in functions. .BR floor (3), .BR rint (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/acos.3 b/original/man3/acos.3 index 20471446..4145505c 100644 --- a/original/man3/acos.3 +++ b/original/man3/acos.3 @@ -125,7 +125,7 @@ SVr4, 4.3BSD, C89. .BR sin (3), .BR tan (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/acosh.3 b/original/man3/acosh.3 index e34a06c4..f7fac429 100644 --- a/original/man3/acosh.3 +++ b/original/man3/acosh.3 @@ -131,7 +131,7 @@ SVr4, 4.3BSD, C89. .BR sinh (3), .BR tanh (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/addseverity.3 b/original/man3/addseverity.3 index 47e70ea4..a22dfaa1 100644 --- a/original/man3/addseverity.3 +++ b/original/man3/addseverity.3 @@ -31,7 +31,7 @@ which can be addressed by the argument of the .BR fmtmsg (3) function. -By default that latter function only knows how to +By default, that function knows only how to print messages for severity 0-4 (with strings (none), HALT, ERROR, WARNING, INFO). This call attaches the given string @@ -70,7 +70,7 @@ New severity classes can also be added by setting the environment variable .SH SEE ALSO .BR fmtmsg (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/adjtime.3 b/original/man3/adjtime.3 index 86350e10..53ce363a 100644 --- a/original/man3/adjtime.3 +++ b/original/man3/adjtime.3 @@ -151,7 +151,7 @@ Linux kernel 2.6.26 or later. .BR gettimeofday (2), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/aio_cancel.3 b/original/man3/aio_cancel.3 index f9835493..abe0ad55 100644 --- a/original/man3/aio_cancel.3 +++ b/original/man3/aio_cancel.3 @@ -126,7 +126,7 @@ See .BR lio_listio (3), .BR aio (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/aio_error.3 b/original/man3/aio_error.3 index 01656f47..e1f9b855 100644 --- a/original/man3/aio_error.3 +++ b/original/man3/aio_error.3 @@ -99,7 +99,7 @@ See .BR lio_listio (3), .BR aio (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/aio_fsync.3 b/original/man3/aio_fsync.3 index 1ec30bb9..6fb31773 100644 --- a/original/man3/aio_fsync.3 +++ b/original/man3/aio_fsync.3 @@ -113,7 +113,7 @@ POSIX.1-2001, POSIX.1-2008. .BR aio (7), .BR sigevent (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/aio_init.3 b/original/man3/aio_init.3 index f3340155..763ca172 100644 --- a/original/man3/aio_init.3 +++ b/original/man3/aio_init.3 @@ -99,7 +99,7 @@ This function is a GNU extension. .SH SEE ALSO .BR aio (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/aio_read.3 b/original/man3/aio_read.3 index 359ef0b6..c6bd0da7 100644 --- a/original/man3/aio_read.3 +++ b/original/man3/aio_read.3 @@ -156,7 +156,7 @@ See .BR lio_listio (3), .BR aio (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/aio_return.3 b/original/man3/aio_return.3 index 476e4c87..c83099f0 100644 --- a/original/man3/aio_return.3 +++ b/original/man3/aio_return.3 @@ -94,7 +94,7 @@ See .BR lio_listio (3), .BR aio (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/aio_suspend.3 b/original/man3/aio_suspend.3 index 68ac963d..2472172b 100644 --- a/original/man3/aio_suspend.3 +++ b/original/man3/aio_suspend.3 @@ -137,7 +137,7 @@ structures pointed to by .BR aio (7), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/aio_write.3 b/original/man3/aio_write.3 index 555f97f3..e559c5ec 100644 --- a/original/man3/aio_write.3 +++ b/original/man3/aio_write.3 @@ -158,7 +158,7 @@ structure produce undefined results. .BR lio_listio (3), .BR aio (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/alloca.3 b/original/man3/alloca.3 index 1a3f3880..239bd246 100644 --- a/original/man3/alloca.3 +++ b/original/man3/alloca.3 @@ -160,7 +160,7 @@ function arguments. .BR longjmp (3), .BR malloc (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/argz_add.3 b/original/man3/argz_add.3 index eab51ce1..88b03aa6 100644 --- a/original/man3/argz_add.3 +++ b/original/man3/argz_add.3 @@ -204,7 +204,7 @@ Segmentation Faults. .SH SEE ALSO .BR envz_add (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/asin.3 b/original/man3/asin.3 index a0f927b4..c469daec 100644 --- a/original/man3/asin.3 +++ b/original/man3/asin.3 @@ -123,7 +123,7 @@ SVr4, 4.3BSD, C89. .BR sin (3), .BR tan (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/asinh.3 b/original/man3/asinh.3 index 9b50e8c0..2dfca12d 100644 --- a/original/man3/asinh.3 +++ b/original/man3/asinh.3 @@ -124,7 +124,7 @@ SVr4, 4.3BSD, C89. .BR sinh (3), .BR tanh (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/asprintf.3 b/original/man3/asprintf.3 index 523b117f..97e5ae46 100644 --- a/original/man3/asprintf.3 +++ b/original/man3/asprintf.3 @@ -69,7 +69,7 @@ to NULL on error. .BR malloc (3), .BR printf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/assert.3 b/original/man3/assert.3 index ee9ffa5d..91e33e06 100644 --- a/original/man3/assert.3 +++ b/original/man3/assert.3 @@ -78,7 +78,7 @@ is turned on. .BR assert_perror (3), .BR exit (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/assert_perror.3 b/original/man3/assert_perror.3 index a23b5d46..559c8840 100644 --- a/original/man3/assert_perror.3 +++ b/original/man3/assert_perror.3 @@ -74,7 +74,7 @@ Never use this macro. .BR exit (3), .BR strerror (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/atan.3 b/original/man3/atan.3 index 774961bd..cc47baf3 100644 --- a/original/man3/atan.3 +++ b/original/man3/atan.3 @@ -117,7 +117,7 @@ SVr4, 4.3BSD, C89. .BR sin (3), .BR tan (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/atan2.3 b/original/man3/atan2.3 index df8c52fd..251c9449 100644 --- a/original/man3/atan2.3 +++ b/original/man3/atan2.3 @@ -178,7 +178,7 @@ SVr4, 4.3BSD, C89. .BR sin (3), .BR tan (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/atanh.3 b/original/man3/atanh.3 index c7bb34d5..d85d8997 100644 --- a/original/man3/atanh.3 +++ b/original/man3/atanh.3 @@ -161,7 +161,7 @@ Since version 2.10, glibc does the right thing. .BR sinh (3), .BR tanh (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/atexit.3 b/original/man3/atexit.3 index 1c79f83a..8b2e34ac 100644 --- a/original/man3/atexit.3 +++ b/original/man3/atexit.3 @@ -163,7 +163,7 @@ main(void) .BR exit (3), .BR on_exit (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/atof.3 b/original/man3/atof.3 index 6f18527e..e9f1ec35 100644 --- a/original/man3/atof.3 +++ b/original/man3/atof.3 @@ -71,7 +71,7 @@ SVr4, POSIX.1-2001, 4.3BSD, C89, C99. .BR strtol (3), .BR strtoul (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/atoi.3 b/original/man3/atoi.3 index 456f0efa..7851f282 100644 --- a/original/man3/atoi.3 +++ b/original/man3/atoi.3 @@ -122,7 +122,7 @@ is not provided by glibc. .BR strtol (3), .BR strtoul (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/backtrace.3 b/original/man3/backtrace.3 index eb1042a6..a3abeb3d 100644 --- a/original/man3/backtrace.3 +++ b/original/man3/backtrace.3 @@ -254,7 +254,7 @@ main(int argc, char *argv[]) .BR dlopen (3), .BR malloc (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/basename.3 b/original/man3/basename.3 index 608920d8..ed25a373 100644 --- a/original/man3/basename.3 +++ b/original/man3/basename.3 @@ -185,7 +185,7 @@ printf("dirname=%s, basename=%s\\n", dname, bname); .BR basename (1), .BR dirname (1) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/bcmp.3 b/original/man3/bcmp.3 index 33504090..3c3e4699 100644 --- a/original/man3/bcmp.3 +++ b/original/man3/bcmp.3 @@ -78,7 +78,7 @@ POSIX.1-2008 removes the specification of .BR strncasecmp (3), .BR strncmp (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/bcopy.3 b/original/man3/bcopy.3 index eb1f9ce6..ead8ef64 100644 --- a/original/man3/bcopy.3 +++ b/original/man3/bcopy.3 @@ -77,7 +77,7 @@ POSIX.1-2008 removes the specification of .BR strcpy (3), .BR strncpy (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/bindresvport.3 b/original/man3/bindresvport.3 index 8e003726..6acbda69 100644 --- a/original/man3/bindresvport.3 +++ b/original/man3/bindresvport.3 @@ -114,7 +114,7 @@ the glibc implementation ignores any value that the caller supplies in .BR bind (2), .BR getsockname (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/bsd_signal.3 b/original/man3/bsd_signal.3 index ddc8d6a7..b898f056 100644 --- a/original/man3/bsd_signal.3 +++ b/original/man3/bsd_signal.3 @@ -102,7 +102,7 @@ feature test macro is defined. .BR sysv_signal (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/bsearch.3 b/original/man3/bsearch.3 index ccdabc5f..f42ea656 100644 --- a/original/man3/bsearch.3 +++ b/original/man3/bsearch.3 @@ -132,7 +132,7 @@ main(int argc, char **argv) .BR qsort (3), .BR tsearch (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/bstring.3 b/original/man3/bstring.3 index 5a6ca21b..60492359 100644 --- a/original/man3/bstring.3 +++ b/original/man3/bstring.3 @@ -92,7 +92,7 @@ instead. .BR memmove (3), .BR memset (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/btowc.3 b/original/man3/btowc.3 index dfc57c08..4ddb3c27 100644 --- a/original/man3/btowc.3 +++ b/original/man3/btowc.3 @@ -70,7 +70,7 @@ instead. .BR mbtowc (3), .BR wctob (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/btree.3 b/original/man3/btree.3 index dc02563a..8cc79c92 100644 --- a/original/man3/btree.3 +++ b/original/man3/btree.3 @@ -253,7 +253,7 @@ Bayer and Unterauer, ACM Transactions on Database Systems, Vol. 2, 1 .IR "The Art of Computer Programming Vol. 3: Sorting and Searching" , D.E. Knuth, 1968, pp 471-480. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/byteorder.3 b/original/man3/byteorder.3 index 6800212d..efa5939b 100644 --- a/original/man3/byteorder.3 +++ b/original/man3/byteorder.3 @@ -94,7 +94,7 @@ instead of .BR gethostbyname (3), .BR getservent (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/bzero.3 b/original/man3/bzero.3 index 0e65a571..36b3a028 100644 --- a/original/man3/bzero.3 +++ b/original/man3/bzero.3 @@ -63,7 +63,7 @@ POSIX.1-2008 removes the specification of .BR memset (3), .BR swab (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/cabs.3 b/original/man3/cabs.3 index ddbdaf9c..0967c087 100644 --- a/original/man3/cabs.3 +++ b/original/man3/cabs.3 @@ -38,7 +38,7 @@ The function is actually an alias for .BR hypot (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/cacos.3 b/original/man3/cacos.3 index 0cd76967..11ff9cae 100644 --- a/original/man3/cacos.3 +++ b/original/man3/cacos.3 @@ -75,7 +75,7 @@ main(int argc, char *argv[]) .BR clog (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/cacosh.3 b/original/man3/cacosh.3 index 09e705c0..53b449f8 100644 --- a/original/man3/cacosh.3 +++ b/original/man3/cacosh.3 @@ -77,7 +77,7 @@ main(int argc, char *argv[]) .BR cimag (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/canonicalize_file_name.3 b/original/man3/canonicalize_file_name.3 index 38399b3e..fddc0ea3 100644 --- a/original/man3/canonicalize_file_name.3 +++ b/original/man3/canonicalize_file_name.3 @@ -76,7 +76,7 @@ This function is a GNU extension. .BR readlink (2), .BR realpath (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/carg.3 b/original/man3/carg.3 index 69ec7ce0..6fea0f1c 100644 --- a/original/man3/carg.3 +++ b/original/man3/carg.3 @@ -60,7 +60,7 @@ C99. .BR cabs (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/casin.3 b/original/man3/casin.3 index 73fc28a2..559b8423 100644 --- a/original/man3/casin.3 +++ b/original/man3/casin.3 @@ -41,7 +41,7 @@ C99. .BR csin (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/casinh.3 b/original/man3/casinh.3 index f93689c9..b94244cb 100644 --- a/original/man3/casinh.3 +++ b/original/man3/casinh.3 @@ -43,7 +43,7 @@ C99. .BR csinh (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/catan.3 b/original/man3/catan.3 index 4bd950dd..ad16af6a 100644 --- a/original/man3/catan.3 +++ b/original/man3/catan.3 @@ -72,7 +72,7 @@ main(int argc, char *argv[]) .BR ctan (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/catanh.3 b/original/man3/catanh.3 index 5ef91e6c..414eae84 100644 --- a/original/man3/catanh.3 +++ b/original/man3/catanh.3 @@ -74,7 +74,7 @@ main(int argc, char *argv[]) .BR ctanh (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/catgets.3 b/original/man3/catgets.3 index ecefb47d..08450d8e 100644 --- a/original/man3/catgets.3 +++ b/original/man3/catgets.3 @@ -92,7 +92,7 @@ in favor of always returning .BR catopen (3), .BR setlocale (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/catopen.3 b/original/man3/catopen.3 index 0c668830..b72cdbd2 100644 --- a/original/man3/catopen.3 +++ b/original/man3/catopen.3 @@ -192,7 +192,7 @@ The default path varies, but usually looks at a number of places below .BR catgets (3), .BR setlocale (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/cbrt.3 b/original/man3/cbrt.3 index c5b77145..7c2b228b 100644 --- a/original/man3/cbrt.3 +++ b/original/man3/cbrt.3 @@ -103,7 +103,7 @@ C99, POSIX.1-2001. .BR pow (3), .BR sqrt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ccos.3 b/original/man3/ccos.3 index a5295250..0e27a526 100644 --- a/original/man3/ccos.3 +++ b/original/man3/ccos.3 @@ -34,7 +34,7 @@ C99. .BR ctan (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ccosh.3 b/original/man3/ccosh.3 index 543d4d19..365ebe8b 100644 --- a/original/man3/ccosh.3 +++ b/original/man3/ccosh.3 @@ -34,7 +34,7 @@ C99. .BR ctanh (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ceil.3 b/original/man3/ceil.3 index 04d1ad7c..2f13b1c7 100644 --- a/original/man3/ceil.3 +++ b/original/man3/ceil.3 @@ -125,7 +125,7 @@ before assigning it to an integer type. .BR round (3), .BR trunc (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/cerf.3 b/original/man3/cerf.3 index b77c0603..b5cc75a6 100644 --- a/original/man3/cerf.3 +++ b/original/man3/cerf.3 @@ -41,7 +41,7 @@ Not yet in glibc, as at version 2.19. .BR erf (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/cexp.3 b/original/man3/cexp.3 index 294f78dd..d38cc03d 100644 --- a/original/man3/cexp.3 +++ b/original/man3/cexp.3 @@ -38,7 +38,7 @@ C99. .BR cpow (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/cexp2.3 b/original/man3/cexp2.3 index 3188fbb3..4898572a 100644 --- a/original/man3/cexp2.3 +++ b/original/man3/cexp2.3 @@ -31,7 +31,7 @@ Not yet in glibc, as at version 2.19. .BR clog10 (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/cfree.3 b/original/man3/cfree.3 index d7c4122b..e3f29b4a 100644 --- a/original/man3/cfree.3 +++ b/original/man3/cfree.3 @@ -117,7 +117,7 @@ Intel386 Binary Compatibility Specification, Edition 2. .SH SEE ALSO .BR malloc (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/cimag.3 b/original/man3/cimag.3 index efeb38d9..a27502e2 100644 --- a/original/man3/cimag.3 +++ b/original/man3/cimag.3 @@ -48,7 +48,7 @@ That is a GNU extension. .BR creal (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/clearenv.3 b/original/man3/clearenv.3 index a9bf7c1f..f9d0ef35 100644 --- a/original/man3/clearenv.3 +++ b/original/man3/clearenv.3 @@ -100,7 +100,7 @@ will return an error and the process environment will remain unchanged. .BR unsetenv (3), .BR environ (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/clock.3 b/original/man3/clock.3 index aba57921..2af9159a 100644 --- a/original/man3/clock.3 +++ b/original/man3/clock.3 @@ -99,7 +99,7 @@ clock). .BR getrusage (2), .BR times (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/clock_getcpuclockid.3 b/original/man3/clock_getcpuclockid.3 index 1992b521..7b8825f7 100644 --- a/original/man3/clock_getcpuclockid.3 +++ b/original/man3/clock_getcpuclockid.3 @@ -157,7 +157,7 @@ main(int argc, char *argv[]) .BR pthread_getcpuclockid (3), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/clog.3 b/original/man3/clog.3 index af3d0e6c..59aba373 100644 --- a/original/man3/clog.3 +++ b/original/man3/clog.3 @@ -47,7 +47,7 @@ C99. .BR clog2 (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/clog10.3 b/original/man3/clog10.3 index c23e3f5f..344fdb6d 100644 --- a/original/man3/clog10.3 +++ b/original/man3/clog10.3 @@ -44,7 +44,7 @@ It is reserved for future use in C99. .BR clog2 (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/clog2.3 b/original/man3/clog2.3 index dbe38b94..a128e68b 100644 --- a/original/man3/clog2.3 +++ b/original/man3/clog2.3 @@ -43,7 +43,7 @@ Not yet in glibc, as at version 2.19. .BR clog10 (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/closedir.3 b/original/man3/closedir.3 index 366cd1c7..d3d406b2 100644 --- a/original/man3/closedir.3 +++ b/original/man3/closedir.3 @@ -75,7 +75,7 @@ SVr4, POSIX.1-2001, 4.3BSD. .BR seekdir (3), .BR telldir (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/cmsg.3 b/original/man3/cmsg.3 index 84ee596d..279c4494 100644 --- a/original/man3/cmsg.3 +++ b/original/man3/cmsg.3 @@ -225,7 +225,7 @@ msg.msg_controllen = cmsg\->cmsg_len; .PP RFC\ 2292 .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/confstr.3 b/original/man3/confstr.3 index bff2f2dc..c39c1db0 100644 --- a/original/man3/confstr.3 +++ b/original/man3/confstr.3 @@ -153,7 +153,7 @@ confstr(_CS_PATH, pathbuf, n); .BR pathconf (3) .BR system (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/conj.3 b/original/man3/conj.3 index 47e1dfff..047f3972 100644 --- a/original/man3/conj.3 +++ b/original/man3/conj.3 @@ -46,7 +46,7 @@ C99. .BR csqrt (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/copysign.3 b/original/man3/copysign.3 index 196f7822..e3545161 100644 --- a/original/man3/copysign.3 +++ b/original/man3/copysign.3 @@ -112,7 +112,7 @@ functions may treat a negative zero as positive. .SH SEE ALSO .BR signbit (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/cos.3 b/original/man3/cos.3 index 8bdfdac7..ae4763f9 100644 --- a/original/man3/cos.3 +++ b/original/man3/cos.3 @@ -132,7 +132,7 @@ when a domain error occurred. .BR sincos (3), .BR tan (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/cosh.3 b/original/man3/cosh.3 index c0e18d58..59be37a7 100644 --- a/original/man3/cosh.3 +++ b/original/man3/cosh.3 @@ -135,7 +135,7 @@ exception is not raised when an overflow occurs. .BR sinh (3), .BR tanh (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/cpow.3 b/original/man3/cpow.3 index a2043993..60ee2024 100644 --- a/original/man3/cpow.3 +++ b/original/man3/cpow.3 @@ -37,7 +37,7 @@ C99. .BR pow (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/cproj.3 b/original/man3/cproj.3 index 88cc68af..8b6ad1be 100644 --- a/original/man3/cproj.3 +++ b/original/man3/cproj.3 @@ -49,7 +49,7 @@ projection onto a Riemann Sphere). .BR cabs (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/creal.3 b/original/man3/creal.3 index 3b3d11cc..c627957b 100644 --- a/original/man3/creal.3 +++ b/original/man3/creal.3 @@ -48,7 +48,7 @@ That is a GNU extension. .BR cimag (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/crypt.3 b/original/man3/crypt.3 index c81e6560..25cd7340 100644 --- a/original/man3/crypt.3 +++ b/original/man3/crypt.3 @@ -253,7 +253,7 @@ is significant (instead of only the first .BR getpass (3), .BR passwd (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/csin.3 b/original/man3/csin.3 index 6cf14662..b28dd2db 100644 --- a/original/man3/csin.3 +++ b/original/man3/csin.3 @@ -34,7 +34,7 @@ C99. .BR ctan (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/csinh.3 b/original/man3/csinh.3 index 8bb4b737..f0aafdc5 100644 --- a/original/man3/csinh.3 +++ b/original/man3/csinh.3 @@ -34,7 +34,7 @@ C99. .BR ctanh (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/csqrt.3 b/original/man3/csqrt.3 index d5335228..92bec1cf 100644 --- a/original/man3/csqrt.3 +++ b/original/man3/csqrt.3 @@ -33,7 +33,7 @@ C99. .BR cexp (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ctan.3 b/original/man3/ctan.3 index 92ac2e6e..2138d96e 100644 --- a/original/man3/ctan.3 +++ b/original/man3/ctan.3 @@ -34,7 +34,7 @@ C99. .BR csin (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ctanh.3 b/original/man3/ctanh.3 index 57c98d89..b00d4ea5 100644 --- a/original/man3/ctanh.3 +++ b/original/man3/ctanh.3 @@ -35,7 +35,7 @@ C99. .BR csinh (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ctermid.3 b/original/man3/ctermid.3 index 9c17928a..65a5958c 100644 --- a/original/man3/ctermid.3 +++ b/original/man3/ctermid.3 @@ -77,7 +77,7 @@ It is not assured that the program can open the terminal. .SH SEE ALSO .BR ttyname (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ctime.3 b/original/man3/ctime.3 index 9c768846..17a14a72 100644 --- a/original/man3/ctime.3 +++ b/original/man3/ctime.3 @@ -372,7 +372,7 @@ should be called before .BR tzset (3), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/daemon.3 b/original/man3/daemon.3 index 9f2abe79..356cd8fe 100644 --- a/original/man3/daemon.3 +++ b/original/man3/daemon.3 @@ -111,7 +111,7 @@ need not be set. .BR fork (2), .BR setsid (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/dbopen.3 b/original/man3/dbopen.3 index 0454d96b..cdacd2b4 100644 --- a/original/man3/dbopen.3 +++ b/original/man3/dbopen.3 @@ -560,7 +560,7 @@ locking, or transactions. .IR "LIBTP: Portable, Modular Transactions for UNIX" , Margo Seltzer, Michael Olson, USENIX proceedings, Winter 1992. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/des_crypt.3 b/original/man3/des_crypt.3 index dcd914cb..d5ce489d 100644 --- a/original/man3/des_crypt.3 +++ b/original/man3/des_crypt.3 @@ -147,7 +147,7 @@ Not in POSIX.1-2001. .BR crypt (3), .BR xcrypt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/difftime.3 b/original/man3/difftime.3 index 8445ad5e..b75f029c 100644 --- a/original/man3/difftime.3 +++ b/original/man3/difftime.3 @@ -73,7 +73,7 @@ when the possible overflow in the subtraction is not a concern. .BR gmtime (3), .BR localtime (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/dirfd.3 b/original/man3/dirfd.3 index 75b87257..489fd043 100644 --- a/original/man3/dirfd.3 +++ b/original/man3/dirfd.3 @@ -111,7 +111,7 @@ is defined. .BR seekdir (3), .BR telldir (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/div.3 b/original/man3/div.3 index 48501fb9..e7e3f8d9 100644 --- a/original/man3/div.3 +++ b/original/man3/div.3 @@ -116,7 +116,7 @@ the values \fIq.quot\fP and \fIq.rem\fP are \-1 and \-2, respectively. .BR abs (3), .BR remainder (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/dl_iterate_phdr.3 b/original/man3/dl_iterate_phdr.3 index e347c249..2999a89d 100644 --- a/original/man3/dl_iterate_phdr.3 +++ b/original/man3/dl_iterate_phdr.3 @@ -203,7 +203,7 @@ main(int argc, char *argv[]) .IR "Executable and Linking Format Specification" , available at various locations online. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/dlopen.3 b/original/man3/dlopen.3 index 4afd0410..b2be52b6 100644 --- a/original/man3/dlopen.3 +++ b/original/man3/dlopen.3 @@ -529,7 +529,7 @@ as the example name: ld.so info pages, gcc info pages, ld info pages .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/dprintf.3 b/original/man3/dprintf.3 index faae29fa..e223f168 100644 --- a/original/man3/dprintf.3 +++ b/original/man3/dprintf.3 @@ -95,7 +95,7 @@ POSIX.1-2008. .SH SEE ALSO .BR printf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/drand48.3 b/original/man3/drand48.3 index 4beffd91..700805fc 100644 --- a/original/man3/drand48.3 +++ b/original/man3/drand48.3 @@ -263,7 +263,7 @@ SVr4, POSIX.1-2001. .BR rand (3), .BR random (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/drand48_r.3 b/original/man3/drand48_r.3 index 4b0f0693..1da047bf 100644 --- a/original/man3/drand48_r.3 +++ b/original/man3/drand48_r.3 @@ -116,7 +116,7 @@ These functions are GNU extensions and are not portable. .BR rand (3), .BR random (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/duplocale.3 b/original/man3/duplocale.3 index eacb4125..49a8d3f0 100644 --- a/original/man3/duplocale.3 +++ b/original/man3/duplocale.3 @@ -186,7 +186,7 @@ main(int argc, char *argv[]) .BR locale (5), .BR locale (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/dysize.3 b/original/man3/dysize.3 index 3d718697..d739cc4e 100644 --- a/original/man3/dysize.3 +++ b/original/man3/dysize.3 @@ -62,7 +62,7 @@ Don't use it in new programs. .SH SEE ALSO .BR strftime (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ecvt.3 b/original/man3/ecvt.3 index 719ea117..8de06872 100644 --- a/original/man3/ecvt.3 +++ b/original/man3/ecvt.3 @@ -139,7 +139,7 @@ Not all locales use a point as the radix character ("decimal point"). .BR setlocale (3), .BR sprintf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ecvt_r.3 b/original/man3/ecvt_r.3 index c67aebb9..c8e2341c 100644 --- a/original/man3/ecvt_r.3 +++ b/original/man3/ecvt_r.3 @@ -97,7 +97,7 @@ is recommended. .BR qecvt (3), .BR sprintf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/encrypt.3 b/original/man3/encrypt.3 index c32da3a7..5db435b1 100644 --- a/original/man3/encrypt.3 +++ b/original/man3/encrypt.3 @@ -177,7 +177,7 @@ main(void) .BR ecb_crypt (3), .\" .BR fcrypt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/end.3 b/original/man3/end.3 index 62dcdd15..c64feed7 100644 --- a/original/man3/end.3 +++ b/original/man3/end.3 @@ -111,7 +111,7 @@ main(int argc, char *argv[]) .BR sbrk (2), .BR elf (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/endian.3 b/original/man3/endian.3 index 037069c1..7eae379d 100644 --- a/original/man3/endian.3 +++ b/original/man3/endian.3 @@ -151,7 +151,7 @@ main(int argc, char *argv[]) .SH SEE ALSO .BR byteorder (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/envz_add.3 b/original/man3/envz_add.3 index 7e12504b..a6d6a97b 100644 --- a/original/man3/envz_add.3 +++ b/original/man3/envz_add.3 @@ -143,7 +143,7 @@ main(int argc, char *argv[], char *envp[]) .SH SEE ALSO .BR argz_add (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/erf.3 b/original/man3/erf.3 index 3878f753..9c0ff833 100644 --- a/original/man3/erf.3 +++ b/original/man3/erf.3 @@ -142,7 +142,7 @@ SVr4, 4.3BSD. .BR erfc (3), .BR exp (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/erfc.3 b/original/man3/erfc.3 index 1090be56..b56fb041 100644 --- a/original/man3/erfc.3 +++ b/original/man3/erfc.3 @@ -148,7 +148,7 @@ would occur for the calculation 1-erf(x) for large values of .BR erf (3), .BR exp (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/err.3 b/original/man3/err.3 index 249f8b1d..dad8ad21 100644 --- a/original/man3/err.3 +++ b/original/man3/err.3 @@ -160,7 +160,7 @@ if (fd == \-1) .BR printf (3), .BR strerror (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/errno.3 b/original/man3/errno.3 index 6475c3b6..ed053f8f 100644 --- a/original/man3/errno.3 +++ b/original/man3/errno.3 @@ -545,7 +545,7 @@ and the declaration is needed. .BR perror (3), .BR strerror (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/error.3 b/original/man3/error.3 index dbf351eb..42051fc2 100644 --- a/original/man3/error.3 +++ b/original/man3/error.3 @@ -129,7 +129,7 @@ used in programs intended to be portable. .BR program_invocation_name (3), .BR strerror (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ether_aton.3 b/original/man3/ether_aton.3 index 4d70e150..2853c746 100644 --- a/original/man3/ether_aton.3 +++ b/original/man3/ether_aton.3 @@ -157,7 +157,7 @@ is broken. .SH SEE ALSO .BR ethers (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/euidaccess.3 b/original/man3/euidaccess.3 index 6f214f90..7e6c89f1 100644 --- a/original/man3/euidaccess.3 +++ b/original/man3/euidaccess.3 @@ -110,7 +110,7 @@ and .BR credentials (7), .BR path_resolution (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/exec.3 b/original/man3/exec.3 index d97f4a1f..5452bcdb 100644 --- a/original/man3/exec.3 +++ b/original/man3/exec.3 @@ -247,7 +247,7 @@ described above occurs. .BR fexecve (3), .BR environ (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/exit.3 b/original/man3/exit.3 index 23632911..e8dfff80 100644 --- a/original/man3/exit.3 +++ b/original/man3/exit.3 @@ -188,7 +188,7 @@ for an explanation of orphaned process groups. .BR on_exit (3), .BR tmpfile (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/exp.3 b/original/man3/exp.3 index c0f2289e..99b6fa16 100644 --- a/original/man3/exp.3 +++ b/original/man3/exp.3 @@ -138,7 +138,7 @@ SVr4, 4.3BSD, C89. .BR exp2 (3), .BR sqrt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/exp10.3 b/original/man3/exp10.3 index df81cfc8..e5378e48 100644 --- a/original/man3/exp10.3 +++ b/original/man3/exp10.3 @@ -88,7 +88,7 @@ when an underflow error occurred. .BR log10 (3), .BR sqrt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/exp2.3 b/original/man3/exp2.3 index b082dec0..8c1e2c4f 100644 --- a/original/man3/exp2.3 +++ b/original/man3/exp2.3 @@ -101,7 +101,7 @@ SVr4, 4.3BSD, C89. .BR exp10 (3), .BR sqrt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/expm1.3 b/original/man3/expm1.3 index 9de8052f..1408fc62 100644 --- a/original/man3/expm1.3 +++ b/original/man3/expm1.3 @@ -180,7 +180,7 @@ when a range error occurred. .BR log (3), .BR log1p (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fabs.3 b/original/man3/fabs.3 index f3114cc0..550fb4fc 100644 --- a/original/man3/fabs.3 +++ b/original/man3/fabs.3 @@ -104,7 +104,7 @@ SVr4, 4.3BSD, C89. .BR labs (3), .BR rint (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fclose.3 b/original/man3/fclose.3 index 53d1141a..bd584f90 100644 --- a/original/man3/fclose.3 +++ b/original/man3/fclose.3 @@ -92,7 +92,7 @@ C89, C99. .SH NOTES Note that .BR fclose () -only flushes the user-space buffers provided by the +flushes only the user-space buffers provided by the C library. To ensure that the data is physically stored on disk the kernel buffers must be flushed too, for example, with @@ -106,7 +106,7 @@ or .BR fopen (3), .BR setbuf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fcloseall.3 b/original/man3/fcloseall.3 index 020a8c6f..72dae473 100644 --- a/original/man3/fcloseall.3 +++ b/original/man3/fcloseall.3 @@ -66,7 +66,7 @@ This function is a GNU extension. .BR fopen (3), .BR setbuf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fdim.3 b/original/man3/fdim.3 index 8745a072..cdc7d850 100644 --- a/original/man3/fdim.3 +++ b/original/man3/fdim.3 @@ -91,7 +91,7 @@ C99, POSIX.1-2001. .SH SEE ALSO .BR fmax (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fenv.3 b/original/man3/fenv.3 index 7fa161a0..2d581b95 100644 --- a/original/man3/fenv.3 +++ b/original/man3/fenv.3 @@ -342,7 +342,7 @@ always has the value 1. .SH SEE ALSO .BR math_error (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ferror.3 b/original/man3/ferror.3 index a5820141..b61bdfc3 100644 --- a/original/man3/ferror.3 +++ b/original/man3/ferror.3 @@ -129,7 +129,7 @@ conforms to POSIX.1-2001 and POSIX.1-2008. .BR stdio (3), .BR unlocked_stdio (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fexecve.3 b/original/man3/fexecve.3 index f77bf3ab..ca8279d9 100644 --- a/original/man3/fexecve.3 +++ b/original/man3/fexecve.3 @@ -166,7 +166,7 @@ if it refers to a script, leading to the problems described in NOTES. .BR execve (2), .BR execveat (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fflush.3 b/original/man3/fflush.3 index 934fc6d6..f64f7a50 100644 --- a/original/man3/fflush.3 +++ b/original/man3/fflush.3 @@ -42,7 +42,7 @@ .\" Modified 2000-07-22 by Nicolás Lichtmaier .\" Modified 2001-10-16 by John Levon .\" -.TH FFLUSH 3 2013-07-15 "GNU" "Linux Programmer's Manual" +.TH FFLUSH 3 2015-02-01 "GNU" "Linux Programmer's Manual" .SH NAME fflush \- flush a stream .SH SYNOPSIS @@ -55,10 +55,13 @@ For output streams, forces a write of all user-space buffered data for the given output or update .I stream via the stream's underlying write function. -For input streams, + +For input streams associated with seekable files +(e.g., disk files, but not pipes or terminals), .BR fflush () discards any buffered data that has been fetched from the underlying file, but has not been consumed by the application. + The open status of the stream is unaffected. .PP If the @@ -68,6 +71,8 @@ argument is NULL, flushes .I all open output streams. +.\" mtk: POSIX specifies that only output streams are flushed for this case. +.\" Also verified for glibc by experiment. .PP For a nonlocking counterpart, see .BR unlocked_stdio (3). @@ -81,7 +86,7 @@ is set to indicate the error. .SH ERRORS .TP .B EBADF -.I Stream +.I stream is not an open stream, or is not open for writing. .PP The function @@ -98,13 +103,12 @@ function is thread-safe. .SH CONFORMING TO C89, C99, POSIX.1-2001, POSIX.1-2008. -The standards do not specify the behavior for input streams. -Most other implementations behave the same as Linux. -.\" Verified on: Solaris 8. +POSIX.1-2001 did not specify the behavior for flushing of input streams, +but the behavior is specified in POSIX.1-2008. .SH NOTES Note that .BR fflush () -only flushes the user-space buffers provided by the C library. +flushes only the user-space buffers provided by the C library. To ensure that the data is physically stored on disk the kernel buffers must be flushed too, for example, with .BR sync (2) @@ -119,7 +123,7 @@ or .BR setbuf (3), .BR unlocked_stdio (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ffs.3 b/original/man3/ffs.3 index 841ab773..1d491c57 100644 --- a/original/man3/ffs.3 +++ b/original/man3/ffs.3 @@ -111,7 +111,7 @@ BSD systems have a prototype in .SH SEE ALSO .BR memchr (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fgetc.3 b/original/man3/fgetc.3 index 86e68c5b..79e8294a 100644 --- a/original/man3/fgetc.3 +++ b/original/man3/fgetc.3 @@ -148,7 +148,7 @@ will be undefined and very probably not what you want. .BR unlocked_stdio (3), .BR feature_test_macros (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fgetgrent.3 b/original/man3/fgetgrent.3 index 3abe2a3d..11324b7d 100644 --- a/original/man3/fgetgrent.3 +++ b/original/man3/fgetgrent.3 @@ -103,7 +103,7 @@ SVr4. .BR setgrent (3), .BR group (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fgetpwent.3 b/original/man3/fgetpwent.3 index 6126b374..66534ff4 100644 --- a/original/man3/fgetpwent.3 +++ b/original/man3/fgetpwent.3 @@ -112,7 +112,7 @@ SVr4. .BR setpwent (3), .BR passwd (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fgetwc.3 b/original/man3/fgetwc.3 index d7a9a010..82321bef 100644 --- a/original/man3/fgetwc.3 +++ b/original/man3/fgetwc.3 @@ -90,7 +90,7 @@ from the stream and then convert it to a wide character. .BR ungetwc (3), .BR unlocked_stdio (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fgetws.3 b/original/man3/fgetws.3 index 705b07c4..ef8f22d3 100644 --- a/original/man3/fgetws.3 +++ b/original/man3/fgetws.3 @@ -74,7 +74,7 @@ null wide characters that may be present in the input. .BR fgetwc (3), .BR unlocked_stdio (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/finite.3 b/original/man3/finite.3 index 4dcfa66e..962021a0 100644 --- a/original/man3/finite.3 +++ b/original/man3/finite.3 @@ -155,7 +155,7 @@ See .SH SEE ALSO .BR fpclassify (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/flockfile.3 b/original/man3/flockfile.3 index f5ef22b6..81bc7773 100644 --- a/original/man3/flockfile.3 +++ b/original/man3/flockfile.3 @@ -141,7 +141,7 @@ is defined. .SH SEE ALSO .BR unlocked_stdio (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/floor.3 b/original/man3/floor.3 index 260cc9c2..26bc3763 100644 --- a/original/man3/floor.3 +++ b/original/man3/floor.3 @@ -115,7 +115,7 @@ and the number of mantissa bits is 24 (respectively, 53).) .BR round (3), .BR trunc (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fma.3 b/original/man3/fma.3 index 35809d0c..e9e0357b 100644 --- a/original/man3/fma.3 +++ b/original/man3/fma.3 @@ -167,7 +167,7 @@ C99, POSIX.1-2001. .BR remainder (3), .BR remquo (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fmax.3 b/original/man3/fmax.3 index c7d05642..51254f82 100644 --- a/original/man3/fmax.3 +++ b/original/man3/fmax.3 @@ -68,7 +68,7 @@ C99, POSIX.1-2001. .SH SEE ALSO .BR fmin (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fmemopen.3 b/original/man3/fmemopen.3 index 5c636cd9..43137fc0 100644 --- a/original/man3/fmemopen.3 +++ b/original/man3/fmemopen.3 @@ -112,8 +112,8 @@ of the buffer's size, using: In a stream opened for reading, null bytes (\(aq\\0\(aq) in the buffer do not cause read operations to return an end-of-file indication. -A read from the buffer will only indicate end-of-file -when the file pointer advances +A read from the buffer will indicate end-of-file +only when the file pointer advances .I size bytes past the start of the buffer. .PP @@ -346,7 +346,7 @@ main(int argc, char *argv[]) .BR fopen (3), .BR fopencookie (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fmin.3 b/original/man3/fmin.3 index b65f29e5..dec0f550 100644 --- a/original/man3/fmin.3 +++ b/original/man3/fmin.3 @@ -68,7 +68,7 @@ C99, POSIX.1-2001. .SH SEE ALSO .BR fmax (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fmod.3 b/original/man3/fmod.3 index f36c7ef9..bd780f38 100644 --- a/original/man3/fmod.3 +++ b/original/man3/fmod.3 @@ -160,7 +160,7 @@ when a domain error occurred for an infinite .SH SEE ALSO .BR remainder (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fmtmsg.3 b/original/man3/fmtmsg.3 index 30a9441d..45f12ac3 100644 --- a/original/man3/fmtmsg.3 +++ b/original/man3/fmtmsg.3 @@ -310,7 +310,7 @@ the output becomes: .BR addseverity (3), .BR perror (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fnmatch.3 b/original/man3/fnmatch.3 index 806d9b0e..05c21831 100644 --- a/original/man3/fnmatch.3 +++ b/original/man3/fnmatch.3 @@ -105,7 +105,7 @@ flags are GNU extensions. .BR wordexp (3), .BR glob (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fopen.3 b/original/man3/fopen.3 index 87b146b4..620d8ef1 100644 --- a/original/man3/fopen.3 +++ b/original/man3/fopen.3 @@ -352,7 +352,7 @@ parses at most 5 characters in .BR fmemopen (3), .BR fopencookie (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fopencookie.3 b/original/man3/fopencookie.3 index dd27e966..78d4abb3 100644 --- a/original/man3/fopencookie.3 +++ b/original/man3/fopencookie.3 @@ -440,7 +440,7 @@ main(int argc, char *argv[]) .BR fopen (3), .BR fseek (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fpathconf.3 b/original/man3/fpathconf.3 index f7304133..9bdab672 100644 --- a/original/man3/fpathconf.3 +++ b/original/man3/fpathconf.3 @@ -184,7 +184,7 @@ memory. .BR confstr (3), .BR sysconf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fpclassify.3 b/original/man3/fpclassify.3 index f5c8ed42..7b9ec394 100644 --- a/original/man3/fpclassify.3 +++ b/original/man3/fpclassify.3 @@ -145,7 +145,7 @@ is positive infinity or negative infinity. .BR isgreater (3), .BR signbit (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fpurge.3 b/original/man3/fpurge.3 index c92296a0..e7e9d164 100644 --- a/original/man3/fpurge.3 +++ b/original/man3/fpurge.3 @@ -83,7 +83,7 @@ Usually it is a mistake to want to discard input buffers. .BR setbuf (3), .BR stdio_ext (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fputwc.3 b/original/man3/fputwc.3 index 7c2b2eaa..e9ec2359 100644 --- a/original/man3/fputwc.3 +++ b/original/man3/fputwc.3 @@ -87,7 +87,7 @@ sequence corresponding to the wide character \fIwc\fP. .BR fputws (3), .BR unlocked_stdio (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fputws.3 b/original/man3/fputws.3 index e7fb723b..4b4b3dbd 100644 --- a/original/man3/fputws.3 +++ b/original/man3/fputws.3 @@ -61,7 +61,7 @@ string corresponding to the wide-character string \fIws\fP. .BR fputwc (3), .BR unlocked_stdio (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fread.3 b/original/man3/fread.3 index eb0112bd..527ebf19 100644 --- a/original/man3/fread.3 +++ b/original/man3/fread.3 @@ -109,7 +109,7 @@ C89, POSIX.1-2001. .BR ferror (3), .BR unlocked_stdio (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/frexp.3 b/original/man3/frexp.3 index fc89bbfe..8931af80 100644 --- a/original/man3/frexp.3 +++ b/original/man3/frexp.3 @@ -156,7 +156,7 @@ main(int argc, char *argv[]) .BR ldexp (3), .BR modf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fseek.3 b/original/man3/fseek.3 index 4b5e5256..60cef45c 100644 --- a/original/man3/fseek.3 +++ b/original/man3/fseek.3 @@ -172,7 +172,7 @@ C89, C99. .BR lseek (2), .BR fseeko (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fseeko.3 b/original/man3/fseeko.3 index 8ce25d7b..2c3003a1 100644 --- a/original/man3/fseeko.3 +++ b/original/man3/fseeko.3 @@ -106,7 +106,7 @@ These functions are found on System V-like systems. .SH SEE ALSO .BR fseek (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ftime.3 b/original/man3/ftime.3 index 6ac71253..1dfea2fa 100644 --- a/original/man3/ftime.3 +++ b/original/man3/ftime.3 @@ -101,7 +101,7 @@ glibc 2.1.1 is correct again. .BR gettimeofday (2), .BR time (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ftok.3 b/original/man3/ftok.3 index 6a1a6d27..fbac1915 100644 --- a/original/man3/ftok.3 +++ b/original/man3/ftok.3 @@ -110,7 +110,7 @@ and files on .BR stat (2), .BR svipc (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fts.3 b/original/man3/fts.3 index 93fb1a4c..f7bc623a 100644 --- a/original/man3/fts.3 +++ b/original/man3/fts.3 @@ -794,7 +794,7 @@ a program using the LFS APIs (e.g., when compiling with .BR ftw (3), .BR qsort (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ftw.3 b/original/man3/ftw.3 index ee077ab0..36dbba60 100644 --- a/original/man3/ftw.3 +++ b/original/man3/ftw.3 @@ -424,7 +424,7 @@ main(int argc, char *argv[]) .BR fts (3), .BR readdir (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/futimes.3 b/original/man3/futimes.3 index 801d6eb7..b8d2a24a 100644 --- a/original/man3/futimes.3 +++ b/original/man3/futimes.3 @@ -105,7 +105,7 @@ Other than Linux, they are available only on the BSDs. .BR utimensat (2), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/fwide.3 b/original/man3/fwide.3 index 39fe3cd4..2285f8a7 100644 --- a/original/man3/fwide.3 +++ b/original/man3/fwide.3 @@ -97,7 +97,7 @@ directives. .BR fprintf (3), .BR fwprintf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/gamma.3 b/original/man3/gamma.3 index 1e124c8a..965469e3 100644 --- a/original/man3/gamma.3 +++ b/original/man3/gamma.3 @@ -99,7 +99,7 @@ the "true gamma" function. .BR signgam (3), .BR tgamma (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/gcvt.3 b/original/man3/gcvt.3 index 6b757aa4..f3faa325 100644 --- a/original/man3/gcvt.3 +++ b/original/man3/gcvt.3 @@ -88,7 +88,7 @@ may be preferable). .BR fcvt (3), .BR sprintf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/get_nprocs_conf.3 b/original/man3/get_nprocs_conf.3 index ccc5cf51..8f30aed6 100644 --- a/original/man3/get_nprocs_conf.3 +++ b/original/man3/get_nprocs_conf.3 @@ -86,7 +86,7 @@ main(int argc, char *argv[]) .fi .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getaddrinfo.3 b/original/man3/getaddrinfo.3 index cffc5b8e..ddd7025d 100644 --- a/original/man3/getaddrinfo.3 +++ b/original/man3/getaddrinfo.3 @@ -836,7 +836,7 @@ main(int argc, char *argv[]) .BR hostname (7), .BR ip (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getaddrinfo_a.3 b/original/man3/getaddrinfo_a.3 index 3d033cbb..25d0e041 100644 --- a/original/man3/getaddrinfo_a.3 +++ b/original/man3/getaddrinfo_a.3 @@ -605,7 +605,7 @@ main(int argc, char *argv[]) .BR ip (7), .BR sigevent (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getauxval.3 b/original/man3/getauxval.3 index e3b8cb6b..0a30248b 100644 --- a/original/man3/getauxval.3 +++ b/original/man3/getauxval.3 @@ -234,7 +234,7 @@ was zer0. .BR vdso (7), .BR ld-linux.so (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getcontext.3 b/original/man3/getcontext.3 index 69c284ce..2ff22ef1 100644 --- a/original/man3/getcontext.3 +++ b/original/man3/getcontext.3 @@ -199,7 +199,7 @@ instead. .BR makecontext (3), .BR sigsetjmp (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getcwd.3 b/original/man3/getcwd.3 index b6209a4e..85eac078 100644 --- a/original/man3/getcwd.3 +++ b/original/man3/getcwd.3 @@ -254,7 +254,7 @@ many file descriptors are available, especially on platforms other than Linux. .BR free (3), .BR malloc (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getdate.3 b/original/man3/getdate.3 index b1a9442b..5da786c8 100644 --- a/original/man3/getdate.3 +++ b/original/man3/getdate.3 @@ -314,7 +314,7 @@ main(int argc, char *argv[]) .BR strftime (3), .BR strptime (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getdirentries.3 b/original/man3/getdirentries.3 index d18e7527..62a63f72 100644 --- a/original/man3/getdirentries.3 +++ b/original/man3/getdirentries.3 @@ -78,7 +78,7 @@ instead. .BR lseek (2), .BR open (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getdtablesize.3 b/original/man3/getdtablesize.3 index 137a6ace..001ea085 100644 --- a/original/man3/getdtablesize.3 +++ b/original/man3/getdtablesize.3 @@ -98,7 +98,7 @@ when that fails. .BR getrlimit (2), .BR open (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getenv.3 b/original/man3/getenv.3 index fd4f62e9..4151ab2e 100644 --- a/original/man3/getenv.3 +++ b/original/man3/getenv.3 @@ -135,7 +135,7 @@ flag contained in the auxiliary vector passed from the kernel to user space. .BR capabilities (7), .BR environ (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getfsent.3 b/original/man3/getfsent.3 index b5d5057b..72a03d21 100644 --- a/original/man3/getfsent.3 +++ b/original/man3/getfsent.3 @@ -140,7 +140,7 @@ for use under Linux. .BR getmntent (3), .BR fstab (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getgrent.3 b/original/man3/getgrent.3 index b77897c3..a77dc9e9 100644 --- a/original/man3/getgrent.3 +++ b/original/man3/getgrent.3 @@ -185,7 +185,7 @@ SVr4, 4.3BSD, POSIX.1-2001. .BR putgrent (3), .BR group (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getgrent_r.3 b/original/man3/getgrent_r.3 index 08c8e4a9..73550967 100644 --- a/original/man3/getgrent_r.3 +++ b/original/man3/getgrent_r.3 @@ -189,7 +189,7 @@ main(void) .BR putgrent (3), .BR group (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getgrnam.3 b/original/man3/getgrnam.3 index 6cec55de..9b38c44a 100644 --- a/original/man3/getgrnam.3 +++ b/original/man3/getgrnam.3 @@ -252,7 +252,7 @@ situation: 0, ENOENT, EBADF, ESRCH, EWOULDBLOCK, EPERM, and probably others. .BR setgrent (3), .BR group (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getgrouplist.3 b/original/man3/getgrouplist.3 index f2913849..c0c62722 100644 --- a/original/man3/getgrouplist.3 +++ b/original/man3/getgrouplist.3 @@ -194,7 +194,7 @@ main(int argc, char *argv[]) .BR group (5), .BR passwd (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/gethostbyname.3 b/original/man3/gethostbyname.3 index d567c4ee..7a1d6f12 100644 --- a/original/man3/gethostbyname.3 +++ b/original/man3/gethostbyname.3 @@ -455,7 +455,7 @@ that are expressed in hexadecimal. .BR named (8) .\" .BR resolv+ (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/gethostid.3 b/original/man3/gethostid.3 index c0abbf39..70f0f01c 100644 --- a/original/man3/gethostid.3 +++ b/original/man3/gethostid.3 @@ -125,7 +125,7 @@ It is impossible to ensure that the identifier is globally unique. .BR hostid (1), .BR gethostbyname (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getifaddrs.3 b/original/man3/getifaddrs.3 index b3950672..bda42629 100644 --- a/original/man3/getifaddrs.3 +++ b/original/man3/getifaddrs.3 @@ -313,7 +313,7 @@ int main(int argc, char *argv[]) .BR packet (7), .BR ifconfig (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getipnodebyname.3 b/original/man3/getipnodebyname.3 index c6c00741..711e116b 100644 --- a/original/man3/getipnodebyname.3 +++ b/original/man3/getipnodebyname.3 @@ -269,7 +269,7 @@ call them deprecated. .BR inet_ntop (3), .BR inet_pton (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getline.3 b/original/man3/getline.3 index 2292528e..f288e60b 100644 --- a/original/man3/getline.3 +++ b/original/man3/getline.3 @@ -176,7 +176,7 @@ main(void) .BR fread (3), .BR scanf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getloadavg.3 b/original/man3/getloadavg.3 index 3ac3d4db..5b83716c 100644 --- a/original/man3/getloadavg.3 +++ b/original/man3/getloadavg.3 @@ -75,7 +75,7 @@ Present on the BSDs and Solaris. .BR uptime (1), .BR proc (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getlogin.3 b/original/man3/getlogin.3 index 40eb63b0..01163b29 100644 --- a/original/man3/getlogin.3 +++ b/original/man3/getlogin.3 @@ -211,7 +211,7 @@ what you meant. .BR getuid (2), .BR utmp (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getmntent.3 b/original/man3/getmntent.3 index e80f1daf..52f16d71 100644 --- a/original/man3/getmntent.3 +++ b/original/man3/getmntent.3 @@ -222,7 +222,7 @@ a wrapper around the system call .BR fstab (5), .BR mount (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getnameinfo.3 b/original/man3/getnameinfo.3 index 03a26bae..271c5866 100644 --- a/original/man3/getnameinfo.3 +++ b/original/man3/getnameinfo.3 @@ -313,7 +313,7 @@ Proceedings of the freenix track: .UR http://www.usenix.org\:/publications\:/library\:/proceedings\:/usenix2000\:/freenix\:/metzprotocol.html .UE . .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getnetent.3 b/original/man3/getnetent.3 index 286d4377..e25c7b40 100644 --- a/original/man3/getnetent.3 +++ b/original/man3/getnetent.3 @@ -159,7 +159,7 @@ was of type .br RFC\ 1101 .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getnetent_r.3 b/original/man3/getnetent_r.3 index 2f28155f..3682e72c 100644 --- a/original/man3/getnetent_r.3 +++ b/original/man3/getnetent_r.3 @@ -146,7 +146,7 @@ though typically with different calling signatures. .BR getnetent (3), .BR networks (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getopt.3 b/original/man3/getopt.3 index a9da1592..0f05b5da 100644 --- a/original/man3/getopt.3 +++ b/original/man3/getopt.3 @@ -38,7 +38,7 @@ .\" the start of optstring .\" Modified 2006-12-15, mtk, Added getopt() example program. .\" -.TH GETOPT 3 2014-12-31 "GNU" "Linux Programmer's Manual" +.TH GETOPT 3 2015-02-01 "GNU" "Linux Programmer's Manual" .SH NAME getopt, getopt_long, getopt_long_only, optarg, optind, opterr, optopt \- Parse command-line options @@ -514,9 +514,10 @@ main(int argc, char **argv) } .fi .SH SEE ALSO +.BR getopt (1), .BR getsubopt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getpass.3 b/original/man3/getpass.3 index 2d29acbc..5405a56d 100644 --- a/original/man3/getpass.3 +++ b/original/man3/getpass.3 @@ -159,7 +159,7 @@ leaving the cleartext password visible in the process's address space. .SH SEE ALSO .BR crypt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getprotoent.3 b/original/man3/getprotoent.3 index 83faafc9..4d9fe75f 100644 --- a/original/man3/getprotoent.3 +++ b/original/man3/getprotoent.3 @@ -145,7 +145,7 @@ protocol database file .BR getservent (3), .BR protocols (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getprotoent_r.3 b/original/man3/getprotoent_r.3 index 9422c6f9..d8292093 100644 --- a/original/man3/getprotoent_r.3 +++ b/original/man3/getprotoent_r.3 @@ -238,7 +238,7 @@ main(int argc, char *argv[]) .BR getprotoent (3), .BR protocols (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getpt.3 b/original/man3/getpt.3 index 3f26dd5c..16deed9c 100644 --- a/original/man3/getpt.3 +++ b/original/man3/getpt.3 @@ -58,7 +58,7 @@ instead. .BR ptmx (4), .BR pty (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getpw.3 b/original/man3/getpw.3 index 2f37095d..0d67f9f1 100644 --- a/original/man3/getpw.3 +++ b/original/man3/getpw.3 @@ -122,7 +122,7 @@ It is obsoleted by .BR setpwent (3), .BR passwd (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getpwent.3 b/original/man3/getpwent.3 index 9e13a134..d4b385ec 100644 --- a/original/man3/getpwent.3 +++ b/original/man3/getpwent.3 @@ -176,7 +176,7 @@ field is not specified in POSIX, but is present on most implementations. .BR putpwent (3), .BR passwd (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getpwent_r.3 b/original/man3/getpwent_r.3 index e58dbed5..91b30ce9 100644 --- a/original/man3/getpwent_r.3 +++ b/original/man3/getpwent_r.3 @@ -186,7 +186,7 @@ main(void) .BR putpwent (3), .BR passwd (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getpwnam.3 b/original/man3/getpwnam.3 index abdbb051..58fac9a6 100644 --- a/original/man3/getpwnam.3 +++ b/original/man3/getpwnam.3 @@ -334,7 +334,7 @@ main(int argc, char *argv[]) .BR setpwent (3), .BR passwd (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getrpcent.3 b/original/man3/getrpcent.3 index 0797069f..861aa3d1 100644 --- a/original/man3/getrpcent.3 +++ b/original/man3/getrpcent.3 @@ -113,7 +113,7 @@ to be saved. .BR rpcinfo (8), .BR ypserv (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getrpcent_r.3 b/original/man3/getrpcent_r.3 index 9c653948..6e3777e7 100644 --- a/original/man3/getrpcent_r.3 +++ b/original/man3/getrpcent_r.3 @@ -135,7 +135,7 @@ though typically with different calling signatures. .BR getrpcent (3), .BR rpc (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getrpcport.3 b/original/man3/getrpcport.3 index 6368b588..b5cf5640 100644 --- a/original/man3/getrpcport.3 +++ b/original/man3/getrpcport.3 @@ -39,7 +39,7 @@ The version mismatch will be detected upon the first call to the service. Not in POSIX.1-2001. Present on the BSDs, Solaris, and many other systems. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/gets.3 b/original/man3/gets.3 index f519ce94..73a89c54 100644 --- a/original/man3/gets.3 +++ b/original/man3/gets.3 @@ -106,7 +106,7 @@ http://cwe.mitre.org/data/definitions/242.html .BR unlocked_stdio (3), .BR feature_test_macros (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getservent.3 b/original/man3/getservent.3 index 7a33282f..2045310a 100644 --- a/original/man3/getservent.3 +++ b/original/man3/getservent.3 @@ -162,7 +162,7 @@ services database file .BR getservent_r (3), .BR services (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getservent_r.3 b/original/man3/getservent_r.3 index 4218fccb..553f12f2 100644 --- a/original/man3/getservent_r.3 +++ b/original/man3/getservent_r.3 @@ -242,7 +242,7 @@ main(int argc, char *argv[]) .BR getservent (3), .BR services (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getspnam.3 b/original/man3/getspnam.3 index 409a5579..eab6d6a6 100644 --- a/original/man3/getspnam.3 +++ b/original/man3/getspnam.3 @@ -256,7 +256,7 @@ However, many other systems provide a similar API. .BR getpwnam_r (3), .BR shadow (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getsubopt.3 b/original/man3/getsubopt.3 index d3a7d9ce..fcbd0333 100644 --- a/original/man3/getsubopt.3 +++ b/original/man3/getsubopt.3 @@ -232,7 +232,7 @@ main(int argc, char **argv) .SH SEE ALSO .BR getopt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getttyent.3 b/original/man3/getttyent.3 index a11add68..5bc85671 100644 --- a/original/man3/getttyent.3 +++ b/original/man3/getttyent.3 @@ -97,7 +97,7 @@ and the functions described above, are not used. .BR ttyname (3), .BR ttyslot (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getumask.3 b/original/man3/getumask.3 index 475bb515..7d4fb42d 100644 --- a/original/man3/getumask.3 +++ b/original/man3/getumask.3 @@ -63,7 +63,7 @@ as at version 2.9. .SH SEE ALSO .BR umask (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getusershell.3 b/original/man3/getusershell.3 index 340538ae..ec4a2024 100644 --- a/original/man3/getusershell.3 +++ b/original/man3/getusershell.3 @@ -103,7 +103,7 @@ functions are not thread-safe. .SH SEE ALSO .BR shells (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getutent.3 b/original/man3/getutent.3 index d1002ac2..c8c85217 100644 --- a/original/man3/getutent.3 +++ b/original/man3/getutent.3 @@ -292,7 +292,7 @@ main(int argc, char *argv[]) .BR getutmp (3), .BR utmp (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getutmp.3 b/original/man3/getutmp.3 index aa560941..78fdba6d 100644 --- a/original/man3/getutmp.3 +++ b/original/man3/getutmp.3 @@ -78,7 +78,7 @@ and the fields have the same sizes. .BR getutent (3), .BR utmp (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getw.3 b/original/man3/getw.3 index 060c56c3..7ff9b860 100644 --- a/original/man3/getw.3 +++ b/original/man3/getw.3 @@ -91,7 +91,7 @@ can be used to distinguish between the two cases. .BR getc (3), .BR putc (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getwchar.3 b/original/man3/getwchar.3 index e0562b1f..3b33b2d5 100644 --- a/original/man3/getwchar.3 +++ b/original/man3/getwchar.3 @@ -71,7 +71,7 @@ convert it to a wide character. .BR fgetwc (3), .BR unlocked_stdio (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/glob.3 b/original/man3/glob.3 index 7c67d6e7..4cf27f3c 100644 --- a/original/man3/glob.3 +++ b/original/man3/glob.3 @@ -328,7 +328,7 @@ execvp("ls", &globbuf.gl_pathv[0]); .BR wordexp (3), .BR glob (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/gnu_get_libc_version.3 b/original/man3/gnu_get_libc_version.3 index 2ec9c6a6..d1a8c325 100644 --- a/original/man3/gnu_get_libc_version.3 +++ b/original/man3/gnu_get_libc_version.3 @@ -76,7 +76,7 @@ main(int argc, char *argv[]) .SH SEE ALSO .BR confstr (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/grantpt.3 b/original/man3/grantpt.3 index a410bc9d..5ee738bf 100644 --- a/original/man3/grantpt.3 +++ b/original/man3/grantpt.3 @@ -69,7 +69,7 @@ With Linux devpts no such helper binary is required. .BR pts (4), .BR pty (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/group_member.3 b/original/man3/group_member.3 index 406b51e0..6d686f1d 100644 --- a/original/man3/group_member.3 +++ b/original/man3/group_member.3 @@ -60,7 +60,7 @@ This function is a nonstandard GNU extension. .BR getgrouplist (3), .BR group (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/gsignal.3 b/original/man3/gsignal.3 index 482ae45e..9dccd6e3 100644 --- a/original/man3/gsignal.3 +++ b/original/man3/gsignal.3 @@ -105,7 +105,7 @@ and .BR signal (2), .BR raise (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/hash.3 b/original/man3/hash.3 index 694ecad5..01e26eb2 100644 --- a/original/man3/hash.3 +++ b/original/man3/hash.3 @@ -169,7 +169,7 @@ Per-Ake Larson, Communications of the ACM, April 1988. .IR "A New Hash Package for UNIX" , Margo Seltzer, USENIX Proceedings, Winter 1991. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/hsearch.3 b/original/man3/hsearch.3 index 4fde5459..9cf1cc62 100644 --- a/original/man3/hsearch.3 +++ b/original/man3/hsearch.3 @@ -346,7 +346,7 @@ main(void) .BR malloc (3), .BR tsearch (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/hypot.3 b/original/man3/hypot.3 index ebdeddc7..913b651c 100644 --- a/original/man3/hypot.3 +++ b/original/man3/hypot.3 @@ -165,7 +165,7 @@ SVr4, 4.3BSD. .BR cabs (3), .BR sqrt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/iconv.3 b/original/man3/iconv.3 index 53dc5845..3ef500d5 100644 --- a/original/man3/iconv.3 +++ b/original/man3/iconv.3 @@ -170,7 +170,7 @@ tight restrictions on alignment. .BR iconv_open (3), .BR iconvconfig (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/iconv_close.3 b/original/man3/iconv_close.3 index 5154eccd..07da660c 100644 --- a/original/man3/iconv_close.3 +++ b/original/man3/iconv_close.3 @@ -42,7 +42,7 @@ UNIX98, POSIX.1-2001. .BR iconv (3), .BR iconv_open (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/iconv_open.3 b/original/man3/iconv_open.3 index 121a05e7..516049dd 100644 --- a/original/man3/iconv_open.3 +++ b/original/man3/iconv_open.3 @@ -111,7 +111,7 @@ UNIX98, POSIX.1-2001. .BR iconv (3), .BR iconv_close (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/if_nameindex.3 b/original/man3/if_nameindex.3 index 1215f58f..0e98eecc 100644 --- a/original/man3/if_nameindex.3 +++ b/original/man3/if_nameindex.3 @@ -152,7 +152,7 @@ main(int argc, char *argv[]) .BR if_nametoindex (3), .BR ifconfig (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/if_nametoindex.3 b/original/man3/if_nametoindex.3 index 34d0c4cc..06d5f519 100644 --- a/original/man3/if_nametoindex.3 +++ b/original/man3/if_nametoindex.3 @@ -98,7 +98,7 @@ This function first appeared in BSDi. .BR if_nameindex (3), .BR ifconfig (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ilogb.3 b/original/man3/ilogb.3 index 80c491a7..f0c46d9b 100644 --- a/original/man3/ilogb.3 +++ b/original/man3/ilogb.3 @@ -164,7 +164,7 @@ to be set or raise a floating-point exception. .BR logb (3), .BR significand (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/index.3 b/original/man3/index.3 index d995c8fc..4ffef2c2 100644 --- a/original/man3/index.3 +++ b/original/man3/index.3 @@ -88,7 +88,7 @@ instead. .BR strstr (3), .BR strtok (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/inet.3 b/original/man3/inet.3 index a50b3c2e..685a7391 100644 --- a/original/man3/inet.3 +++ b/original/man3/inet.3 @@ -314,7 +314,7 @@ main(int argc, char *argv[]) .BR hosts (5), .BR networks (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/inet_net_pton.3 b/original/man3/inet_net_pton.3 index e7afd5bd..9e9197f2 100644 --- a/original/man3/inet_net_pton.3 +++ b/original/man3/inet_net_pton.3 @@ -391,7 +391,7 @@ main(int argc, char *argv[]) .BR inet (3), .BR networks (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/inet_ntop.3 b/original/man3/inet_ntop.3 index 8f944fc4..d17f36bf 100644 --- a/original/man3/inet_ntop.3 +++ b/original/man3/inet_ntop.3 @@ -120,7 +120,7 @@ See .BR inet (3), .BR inet_pton (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/inet_pton.3 b/original/man3/inet_pton.3 index b978b8fb..6ff00a73 100644 --- a/original/man3/inet_pton.3 +++ b/original/man3/inet_pton.3 @@ -217,7 +217,7 @@ main(int argc, char *argv[]) .BR inet (3), .BR inet_ntop (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/infnan.3 b/original/man3/infnan.3 index fd4b69ef..74f89fa0 100644 --- a/original/man3/infnan.3 +++ b/original/man3/infnan.3 @@ -90,7 +90,7 @@ is positive infinity or negative infinity. This obsolete function was provided in libc4 and libc5, but is not available in glibc2. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/initgroups.3 b/original/man3/initgroups.3 index 4718f21c..d78b0269 100644 --- a/original/man3/initgroups.3 +++ b/original/man3/initgroups.3 @@ -92,7 +92,7 @@ SVr4, 4.3BSD. .BR setgroups (2), .BR credentials (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/insque.3 b/original/man3/insque.3 index 3e56881b..ba6643c8 100644 --- a/original/man3/insque.3 +++ b/original/man3/insque.3 @@ -242,7 +242,7 @@ main(int argc, char *argv[]) } .fi .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/intro.3 b/original/man3/intro.3 index 6c8f1776..e810133f 100644 --- a/original/man3/intro.3 +++ b/original/man3/intro.3 @@ -108,7 +108,7 @@ Note that these can be different from page to page! .BR signal (7), .BR standards (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/isalpha.3 b/original/man3/isalpha.3 index be100b96..9217d22f 100644 --- a/original/man3/isalpha.3 +++ b/original/man3/isalpha.3 @@ -336,7 +336,7 @@ locale. .BR ascii (7), .BR locale (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/isatty.3 b/original/man3/isatty.3 index a30b6b7a..1b35a0d4 100644 --- a/original/man3/isatty.3 +++ b/original/man3/isatty.3 @@ -70,7 +70,7 @@ SVr4, 4.3BSD, POSIX.1-2001. .BR fstat (2), .BR ttyname (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/isfdtype.3 b/original/man3/isfdtype.3 index 47d2f305..75ffd84b 100644 --- a/original/man3/isfdtype.3 +++ b/original/man3/isfdtype.3 @@ -102,7 +102,7 @@ instead. .SH SEE ALSO .BR fstat (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/isgreater.3 b/original/man3/isgreater.3 index 6d0d7589..660e5a16 100644 --- a/original/man3/isgreater.3 +++ b/original/man3/isgreater.3 @@ -144,7 +144,7 @@ Don't use these functions if NaN is of no concern for you. .BR fpclassify (3), .BR isnan (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/iswalnum.3 b/original/man3/iswalnum.3 index 34507e5c..268b0525 100644 --- a/original/man3/iswalnum.3 +++ b/original/man3/iswalnum.3 @@ -84,7 +84,7 @@ current locale. .BR isalnum (3), .BR iswctype (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/iswalpha.3 b/original/man3/iswalpha.3 index 3dac31ba..5403a207 100644 --- a/original/man3/iswalpha.3 +++ b/original/man3/iswalpha.3 @@ -88,7 +88,7 @@ current locale. .BR isalpha (3), .BR iswctype (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/iswblank.3 b/original/man3/iswblank.3 index 489b3b6c..cab2bbf3 100644 --- a/original/man3/iswblank.3 +++ b/original/man3/iswblank.3 @@ -87,7 +87,7 @@ current locale. .BR isblank (3), .BR iswctype (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/iswcntrl.3 b/original/man3/iswcntrl.3 index 0db8ce1f..4de7445f 100644 --- a/original/man3/iswcntrl.3 +++ b/original/man3/iswcntrl.3 @@ -72,7 +72,7 @@ current locale. .BR iscntrl (3), .BR iswctype (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/iswctype.3 b/original/man3/iswctype.3 index 17968492..2907edc6 100644 --- a/original/man3/iswctype.3 +++ b/original/man3/iswctype.3 @@ -83,7 +83,7 @@ current locale. .BR iswxdigit (3), .BR wctype (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/iswdigit.3 b/original/man3/iswdigit.3 index ccdd3488..19d8a630 100644 --- a/original/man3/iswdigit.3 +++ b/original/man3/iswdigit.3 @@ -79,7 +79,7 @@ current locale. .BR isdigit (3), .BR iswctype (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/iswgraph.3 b/original/man3/iswgraph.3 index c4fec69b..d13048c4 100644 --- a/original/man3/iswgraph.3 +++ b/original/man3/iswgraph.3 @@ -72,7 +72,7 @@ current locale. .BR isgraph (3), .BR iswctype (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/iswlower.3 b/original/man3/iswlower.3 index beda86f9..937eb947 100644 --- a/original/man3/iswlower.3 +++ b/original/man3/iswlower.3 @@ -90,7 +90,7 @@ because Unicode knows about three cases: upper, lower and title case. .BR iswctype (3), .BR towlower (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/iswprint.3 b/original/man3/iswprint.3 index bcdf6ed0..b4662972 100644 --- a/original/man3/iswprint.3 +++ b/original/man3/iswprint.3 @@ -58,7 +58,7 @@ current locale. .BR isprint (3), .BR iswctype (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/iswpunct.3 b/original/man3/iswpunct.3 index ef0b2761..220accde 100644 --- a/original/man3/iswpunct.3 +++ b/original/man3/iswpunct.3 @@ -74,7 +74,7 @@ and symbol (math, currency, etc.) characters. .BR ispunct (3), .BR iswctype (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/iswspace.3 b/original/man3/iswspace.3 index 33a1e5a1..62974c3e 100644 --- a/original/man3/iswspace.3 +++ b/original/man3/iswspace.3 @@ -66,7 +66,7 @@ current locale. .BR isspace (3), .BR iswctype (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/iswupper.3 b/original/man3/iswupper.3 index 6580ac97..0c1660e1 100644 --- a/original/man3/iswupper.3 +++ b/original/man3/iswupper.3 @@ -84,7 +84,7 @@ because Unicode knows about three cases: upper, lower and title case. .BR iswctype (3), .BR towupper (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/iswxdigit.3 b/original/man3/iswxdigit.3 index a4267a26..cd1d2583 100644 --- a/original/man3/iswxdigit.3 +++ b/original/man3/iswxdigit.3 @@ -71,7 +71,7 @@ current locale. .BR iswctype (3), .BR isxdigit (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/j0.3 b/original/man3/j0.3 index 9b6e08db..8215fb77 100644 --- a/original/man3/j0.3 +++ b/original/man3/j0.3 @@ -172,7 +172,7 @@ between \-8 and 8. .SH SEE ALSO .BR y0 (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/key_setsecret.3 b/original/man3/key_setsecret.3 index ef561cdc..ee921c42 100644 --- a/original/man3/key_setsecret.3 +++ b/original/man3/key_setsecret.3 @@ -68,7 +68,7 @@ These routines were part of the Linux/Doors-project, abandoned by now. .SH SEE ALSO .BR crypt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ldexp.3 b/original/man3/ldexp.3 index 422f7a55..bbda9437 100644 --- a/original/man3/ldexp.3 +++ b/original/man3/ldexp.3 @@ -145,7 +145,7 @@ SVr4, 4.3BSD, C89. .BR modf (3), .BR scalbln (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/lgamma.3 b/original/man3/lgamma.3 index 63c2346c..15b64b74 100644 --- a/original/man3/lgamma.3 +++ b/original/man3/lgamma.3 @@ -177,7 +177,7 @@ Since version 2.10, glibc does the right thing. .SH SEE ALSO .BR tgamma (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/lio_listio.3 b/original/man3/lio_listio.3 index 5d0d12e8..02d9b6a3 100644 --- a/original/man3/lio_listio.3 +++ b/original/man3/lio_listio.3 @@ -225,7 +225,7 @@ structure produce undefined results. .BR aio_write (3), .BR aio (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/localeconv.3 b/original/man3/localeconv.3 index 699fa448..df16b224 100644 --- a/original/man3/localeconv.3 +++ b/original/man3/localeconv.3 @@ -84,7 +84,7 @@ family of functions may or may not honor the current locale. .BR strftime (3), .BR locale (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/lockf.3 b/original/man3/lockf.3 index bfe55bea..197e1dc5 100644 --- a/original/man3/lockf.3 +++ b/original/man3/lockf.3 @@ -174,7 +174,7 @@ directory, and is called .IR mandatory.txt ) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/log.3 b/original/man3/log.3 index f07707e9..a69dc092 100644 --- a/original/man3/log.3 +++ b/original/man3/log.3 @@ -146,7 +146,7 @@ exception. .BR log2 (3), .BR sqrt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/log10.3 b/original/man3/log10.3 index 973e8125..5ae75168 100644 --- a/original/man3/log10.3 +++ b/original/man3/log10.3 @@ -100,7 +100,7 @@ SVr4, 4.3BSD, C89. .BR log2 (3), .BR sqrt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/log1p.3 b/original/man3/log1p.3 index 218666e2..b191346b 100644 --- a/original/man3/log1p.3 +++ b/original/man3/log1p.3 @@ -155,7 +155,7 @@ C99, POSIX.1-2001. .BR expm1 (3), .BR log (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/log2.3 b/original/man3/log2.3 index 755147d1..9d2d0a14 100644 --- a/original/man3/log2.3 +++ b/original/man3/log2.3 @@ -101,7 +101,7 @@ SVr4, 4.3BSD. .BR log10 (3), .BR sqrt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/logb.3 b/original/man3/logb.3 index 7c8fb512..1a0da5f4 100644 --- a/original/man3/logb.3 +++ b/original/man3/logb.3 @@ -154,7 +154,7 @@ C99, POSIX.1-2001. .BR ilogb (3), .BR log (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/login.3 b/original/man3/login.3 index b47aba51..b488d6de 100644 --- a/original/man3/login.3 +++ b/original/man3/login.3 @@ -131,7 +131,7 @@ in .BR getutent (3), .BR utmp (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/longjmp.3 b/original/man3/longjmp.3 index f06aa30a..6531452b 100644 --- a/original/man3/longjmp.3 +++ b/original/man3/longjmp.3 @@ -133,7 +133,7 @@ If possible, an alternative should be used. .BR setjmp (3), .BR sigsetjmp (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/lrint.3 b/original/man3/lrint.3 index c72540cb..c4009206 100644 --- a/original/man3/lrint.3 +++ b/original/man3/lrint.3 @@ -128,7 +128,7 @@ C99, POSIX.1-2001. .BR rint (3), .BR round (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/lround.3 b/original/man3/lround.3 index 436f97e7..c48d1fa0 100644 --- a/original/man3/lround.3 +++ b/original/man3/lround.3 @@ -131,7 +131,7 @@ C99, POSIX.1-2001. .BR rint (3), .BR round (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/lsearch.3 b/original/man3/lsearch.3 index 81330caa..97367816 100644 --- a/original/man3/lsearch.3 +++ b/original/man3/lsearch.3 @@ -87,7 +87,7 @@ The naming is unfortunate. .BR hsearch (3), .BR tsearch (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/lseek64.3 b/original/man3/lseek64.3 index dedf11ed..7da2ac1d 100644 --- a/original/man3/lseek64.3 +++ b/original/man3/lseek64.3 @@ -162,7 +162,7 @@ function is thread-safe. .BR llseek (2), .BR lseek (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/makecontext.3 b/original/man3/makecontext.3 index 7ee6b9a7..0c4317a4 100644 --- a/original/man3/makecontext.3 +++ b/original/man3/makecontext.3 @@ -231,7 +231,7 @@ main(int argc, char *argv[]) .BR getcontext (3), .BR sigsetjmp (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/makedev.3 b/original/man3/makedev.3 index 7f25e773..889ed9ad 100644 --- a/original/man3/makedev.3 +++ b/original/man3/makedev.3 @@ -81,7 +81,7 @@ The latter names are exported, but the traditional names are more portable. .BR mknod (2), .BR stat (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mallinfo.3 b/original/man3/mallinfo.3 index 07def3d1..cdd6dc0d 100644 --- a/original/man3/mallinfo.3 +++ b/original/man3/mallinfo.3 @@ -277,7 +277,7 @@ main(int argc, char *argv[]) .BR malloc_trim (3), .BR mallopt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/malloc.3 b/original/man3/malloc.3 index 67da3858..e96d320b 100644 --- a/original/man3/malloc.3 +++ b/original/man3/malloc.3 @@ -283,7 +283,7 @@ for details. .BR mtrace (3), .BR posix_memalign (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/malloc_get_state.3 b/original/man3/malloc_get_state.3 index 6451f101..d5e94dc6 100644 --- a/original/man3/malloc_get_state.3 +++ b/original/man3/malloc_get_state.3 @@ -112,7 +112,7 @@ then the hooks are reset to 0. .BR malloc (3), .BR mallopt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/malloc_hook.3 b/original/man3/malloc_hook.3 index 8685ee7a..b5324c7d 100644 --- a/original/man3/malloc_hook.3 +++ b/original/man3/malloc_hook.3 @@ -140,7 +140,7 @@ my_malloc_hook(size_t size, const void *caller) .BR mcheck (3), .BR mtrace (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/malloc_info.3 b/original/man3/malloc_info.3 index 896e8b39..6b8ae1be 100644 --- a/original/man3/malloc_info.3 +++ b/original/man3/malloc_info.3 @@ -260,7 +260,7 @@ main(int argc, char *argv[]) .BR mallopt (3), .BR open_memstream (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/malloc_stats.3 b/original/man3/malloc_stats.3 index 8747fcda..55661849 100644 --- a/original/man3/malloc_stats.3 +++ b/original/man3/malloc_stats.3 @@ -65,7 +65,7 @@ can be obtained using .BR malloc_info (3), .BR mallopt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/malloc_trim.3 b/original/man3/malloc_trim.3 index 6f9d6389..c490f81f 100644 --- a/original/man3/malloc_trim.3 +++ b/original/man3/malloc_trim.3 @@ -80,7 +80,7 @@ This function releases only memory in the main arena. .BR malloc (3), .BR mallopt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/malloc_usable_size.3 b/original/man3/malloc_usable_size.3 index 1705047a..e889031e 100644 --- a/original/man3/malloc_usable_size.3 +++ b/original/man3/malloc_usable_size.3 @@ -67,7 +67,7 @@ The main use of this function is for debugging and introspection. .SH SEE ALSO .BR malloc (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mallopt.3 b/original/man3/mallopt.3 index e42dd6dc..57c36902 100644 --- a/original/man3/mallopt.3 +++ b/original/man3/mallopt.3 @@ -566,7 +566,7 @@ main(int argc, char *argv[]) .BR mtrace (3), .BR posix_memalign (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/matherr.3 b/original/man3/matherr.3 index 78813aa8..eebb9ce5 100644 --- a/original/man3/matherr.3 +++ b/original/man3/matherr.3 @@ -432,7 +432,7 @@ main(int argc, char *argv[]) .BR math_error (7), .BR standards (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mblen.3 b/original/man3/mblen.3 index 09f5122e..1b0d877e 100644 --- a/original/man3/mblen.3 +++ b/original/man3/mblen.3 @@ -106,7 +106,7 @@ functionality. .SH SEE ALSO .BR mbrlen (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mbrlen.3 b/original/man3/mbrlen.3 index 1b9ff551..805a5bf2 100644 --- a/original/man3/mbrlen.3 +++ b/original/man3/mbrlen.3 @@ -119,7 +119,7 @@ current locale. .SH SEE ALSO .BR mbrtowc (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mbrtowc.3 b/original/man3/mbrtowc.3 index 44a89536..57d0f739 100644 --- a/original/man3/mbrtowc.3 +++ b/original/man3/mbrtowc.3 @@ -189,7 +189,7 @@ current locale. .BR mbsinit (3), .BR mbsrtowcs (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mbsinit.3 b/original/man3/mbsinit.3 index f1c14405..7b9b9961 100644 --- a/original/man3/mbsinit.3 +++ b/original/man3/mbsinit.3 @@ -102,7 +102,7 @@ current locale. .BR mbsrtowcs (3), .BR wcsrtombs (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mbsnrtowcs.3 b/original/man3/mbsnrtowcs.3 index d752d3ca..2783f4d3 100644 --- a/original/man3/mbsnrtowcs.3 +++ b/original/man3/mbsnrtowcs.3 @@ -179,7 +179,7 @@ is not multithread safe. .BR mbsinit (3), .BR mbsrtowcs (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mbsrtowcs.3 b/original/man3/mbsrtowcs.3 index 9f20a08f..11c3c6ce 100644 --- a/original/man3/mbsrtowcs.3 +++ b/original/man3/mbsrtowcs.3 @@ -143,7 +143,7 @@ is not multithread safe. .BR mbsnrtowcs (3), .BR mbstowcs (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mbstowcs.3 b/original/man3/mbstowcs.3 index 5ea3de80..56462d85 100644 --- a/original/man3/mbstowcs.3 +++ b/original/man3/mbstowcs.3 @@ -220,7 +220,7 @@ main(int argc, char *argv[]) .BR wctomb (3), .BR wcstombs (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mbtowc.3 b/original/man3/mbtowc.3 index fffc5633..b7da3196 100644 --- a/original/man3/mbtowc.3 +++ b/original/man3/mbtowc.3 @@ -133,7 +133,7 @@ a better interface to the same functionality. .BR wctomb (3), .BR wcstombs (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mcheck.3 b/original/man3/mcheck.3 index 5282cf3b..1edc771e 100644 --- a/original/man3/mcheck.3 +++ b/original/man3/mcheck.3 @@ -206,7 +206,7 @@ main(int argc, char *argv[]) .BR mallopt (3), .BR mtrace (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/memccpy.3 b/original/man3/memccpy.3 index d931ca52..e3a9c7f4 100644 --- a/original/man3/memccpy.3 +++ b/original/man3/memccpy.3 @@ -81,7 +81,7 @@ SVr4, 4.3BSD, POSIX.1-2001. .BR strcpy (3), .BR strncpy (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/memchr.3 b/original/man3/memchr.3 index 9ac862ec..d78b749c 100644 --- a/original/man3/memchr.3 +++ b/original/man3/memchr.3 @@ -154,7 +154,7 @@ function is a GNU extension, available since glibc 2.1. .BR strstr (3), .BR wmemchr (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/memcmp.3 b/original/man3/memcmp.3 index ae41d0ac..9443da2a 100644 --- a/original/man3/memcmp.3 +++ b/original/man3/memcmp.3 @@ -88,7 +88,7 @@ On Linux, it may be necessary to implement such a function oneself. .BR strncmp (3), .BR wmemcmp (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/memcpy.3 b/original/man3/memcpy.3 index 70c6a664..1c97b239 100644 --- a/original/man3/memcpy.3 +++ b/original/man3/memcpy.3 @@ -65,7 +65,7 @@ SVr4, 4.3BSD, C89, C99, POSIX.1-2001. .BR strncpy (3), .BR wmemcpy (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/memfrob.3 b/original/man3/memfrob.3 index 40c8720f..ff2a6960 100644 --- a/original/man3/memfrob.3 +++ b/original/man3/memfrob.3 @@ -68,7 +68,7 @@ GNU C Library. .SH SEE ALSO .BR strfry (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/memmem.3 b/original/man3/memmem.3 index e0aa8e90..6decd6a7 100644 --- a/original/man3/memmem.3 +++ b/original/man3/memmem.3 @@ -91,7 +91,7 @@ This is fixed in glibc 2.1. .SH SEE ALSO .BR strstr (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/memmove.3 b/original/man3/memmove.3 index b317c6c0..01f6e9b9 100644 --- a/original/man3/memmove.3 +++ b/original/man3/memmove.3 @@ -74,7 +74,7 @@ SVr4, 4.3BSD, C89, C99, POSIX.1-2001. .BR strncpy (3), .BR wmemmove (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mempcpy.3 b/original/man3/mempcpy.3 index edddb433..8e039087 100644 --- a/original/man3/mempcpy.3 +++ b/original/man3/mempcpy.3 @@ -83,7 +83,7 @@ combine(void *o1, size_t s1, void *o2, size_t s2) .BR memmove (3), .BR wmemcpy (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/memset.3 b/original/man3/memset.3 index dd71ed8e..e8d979fb 100644 --- a/original/man3/memset.3 +++ b/original/man3/memset.3 @@ -63,7 +63,7 @@ SVr4, 4.3BSD, C89, C99, POSIX.1-2001. .BR swab (3), .BR wmemset (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mkdtemp.3 b/original/man3/mkdtemp.3 index 39c760b3..9ae9fff7 100644 --- a/original/man3/mkdtemp.3 +++ b/original/man3/mkdtemp.3 @@ -101,7 +101,7 @@ This function is present on the BSDs. .BR tmpfile (3), .BR tmpnam (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mkfifo.3 b/original/man3/mkfifo.3 index bfb8996c..eef87474 100644 --- a/original/man3/mkfifo.3 +++ b/original/man3/mkfifo.3 @@ -204,7 +204,7 @@ POSIX.1-2008. .BR write (2), .BR fifo (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mkstemp.3 b/original/man3/mkstemp.3 index 8b4635ad..33f4dca6 100644 --- a/original/man3/mkstemp.3 +++ b/original/man3/mkstemp.3 @@ -246,7 +246,7 @@ is set appropriately before calling .BR tmpfile (3), .BR tmpnam (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mktemp.3 b/original/man3/mktemp.3 index 67126a3d..2229b7f5 100644 --- a/original/man3/mktemp.3 +++ b/original/man3/mktemp.3 @@ -121,7 +121,7 @@ The race is avoided by .BR tmpfile (3), .BR tmpnam (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/modf.3 b/original/man3/modf.3 index 666f1f60..bd23ffe9 100644 --- a/original/man3/modf.3 +++ b/original/man3/modf.3 @@ -110,7 +110,7 @@ SVr4, 4.3BSD, C89. .BR frexp (3), .BR ldexp (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mpool.3 b/original/man3/mpool.3 index 33c32eec..92c24e2d 100644 --- a/original/man3/mpool.3 +++ b/original/man3/mpool.3 @@ -233,7 +233,7 @@ Present on the BSDs. .BR hash (3), .BR recno (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mq_close.3 b/original/man3/mq_close.3 index 182d0e08..5eaf6d04 100644 --- a/original/man3/mq_close.3 +++ b/original/man3/mq_close.3 @@ -76,7 +76,7 @@ or upon .BR mq_unlink (3), .BR mq_overview (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mq_getattr.3 b/original/man3/mq_getattr.3 index e9d4d7c8..3b579f8f 100644 --- a/original/man3/mq_getattr.3 +++ b/original/man3/mq_getattr.3 @@ -236,7 +236,7 @@ main(int argc, char *argv[]) .BR mq_unlink (3), .BR mq_overview (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mq_notify.3 b/original/man3/mq_notify.3 index fda5dd6c..923485e7 100644 --- a/original/man3/mq_notify.3 +++ b/original/man3/mq_notify.3 @@ -250,7 +250,7 @@ main(int argc, char *argv[]) .BR mq_overview (7), .BR sigevent (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mq_open.3 b/original/man3/mq_open.3 index c6066dc0..611ea599 100644 --- a/original/man3/mq_open.3 +++ b/original/man3/mq_open.3 @@ -254,7 +254,7 @@ the process umask was not applied to the permissions specified in .BR mq_unlink (3), .BR mq_overview (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mq_receive.3 b/original/man3/mq_receive.3 index 9b0006d2..f971eca4 100644 --- a/original/man3/mq_receive.3 +++ b/original/man3/mq_receive.3 @@ -178,7 +178,7 @@ is a library function layered on top of that system call. .BR mq_overview (7), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mq_send.3 b/original/man3/mq_send.3 index 8937a513..452eb798 100644 --- a/original/man3/mq_send.3 +++ b/original/man3/mq_send.3 @@ -183,7 +183,7 @@ is a library function layered on top of that system call. .BR mq_overview (7), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mq_unlink.3 b/original/man3/mq_unlink.3 index 3c54603b..d9ded79d 100644 --- a/original/man3/mq_unlink.3 +++ b/original/man3/mq_unlink.3 @@ -75,7 +75,7 @@ POSIX.1-2001. .BR mq_send (3), .BR mq_overview (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/mtrace.3 b/original/man3/mtrace.3 index af758086..bda8b68a 100644 --- a/original/man3/mtrace.3 +++ b/original/man3/mtrace.3 @@ -170,7 +170,7 @@ The final message corresponds to the call to .BR malloc_hook (3), .BR mcheck (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/nan.3 b/original/man3/nan.3 index 0bc3a084..5405e340 100644 --- a/original/man3/nan.3 +++ b/original/man3/nan.3 @@ -81,7 +81,7 @@ recommended functions in IEEE 754/IEEE 854. .BR strtod (3), .BR math_error (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/netlink.3 b/original/man3/netlink.3 index 82e20d3c..78af39e2 100644 --- a/original/man3/netlink.3 +++ b/original/man3/netlink.3 @@ -92,7 +92,7 @@ than via the low-level kernel interface. .BR libnetlink (3), .BR netlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/newlocale.3 b/original/man3/newlocale.3 index f032823d..5dbccb2b 100644 --- a/original/man3/newlocale.3 +++ b/original/man3/newlocale.3 @@ -379,7 +379,7 @@ main(int argc, char *argv[]) .BR locale (5), .BR locale (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/nextafter.3 b/original/man3/nextafter.3 index 956c0f47..1b90698f 100644 --- a/original/man3/nextafter.3 +++ b/original/man3/nextafter.3 @@ -199,7 +199,7 @@ exception when an underflow occurs. .SH SEE ALSO .BR nearbyint (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/nl_langinfo.3 b/original/man3/nl_langinfo.3 index 28d727db..7d2e04d7 100644 --- a/original/man3/nl_langinfo.3 +++ b/original/man3/nl_langinfo.3 @@ -145,7 +145,7 @@ main(int argc, char *argv[]) .br The GNU C Library Reference Manual .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/offsetof.3 b/original/man3/offsetof.3 index 9fa35564..a0683094 100644 --- a/original/man3/offsetof.3 +++ b/original/man3/offsetof.3 @@ -101,7 +101,7 @@ main(void) } .fi .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/on_exit.3 b/original/man3/on_exit.3 index cb22a674..313fa3ae 100644 --- a/original/man3/on_exit.3 +++ b/original/man3/on_exit.3 @@ -89,7 +89,7 @@ instead. .BR atexit (3), .BR exit (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/opendir.3 b/original/man3/opendir.3 index 8800e7a0..0d6df49d 100644 --- a/original/man3/opendir.3 +++ b/original/man3/opendir.3 @@ -147,7 +147,7 @@ will set the close-on-exec flag for the file descriptor, .BR seekdir (3), .BR telldir (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/openpty.3 b/original/man3/openpty.3 index 891f4de3..7cbced4b 100644 --- a/original/man3/openpty.3 +++ b/original/man3/openpty.3 @@ -180,7 +180,7 @@ may not be secure. .BR ttyname (3), .BR pty (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/perror.3 b/original/man3/perror.3 index 739ef902..fb4ab16a 100644 --- a/original/man3/perror.3 +++ b/original/man3/perror.3 @@ -142,7 +142,7 @@ are defined by glibc, but in .BR error (3), .BR strerror (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/popen.3 b/original/man3/popen.3 index 418a5f26..6dcef287 100644 --- a/original/man3/popen.3 +++ b/original/man3/popen.3 @@ -209,7 +209,7 @@ The only hint is an exit status of 127. .BR stdio (3), .BR system (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/posix_fallocate.3 b/original/man3/posix_fallocate.3 index 794e751a..e39997c1 100644 --- a/original/man3/posix_fallocate.3 +++ b/original/man3/posix_fallocate.3 @@ -141,7 +141,7 @@ is implemented using .BR lseek (2), .BR posix_fadvise (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/posix_memalign.3 b/original/man3/posix_memalign.3 index 2025af70..05a3a1b7 100644 --- a/original/man3/posix_memalign.3 +++ b/original/man3/posix_memalign.3 @@ -275,7 +275,7 @@ needed only if you require larger alignment values. .BR free (3), .BR malloc (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/posix_openpt.3 b/original/man3/posix_openpt.3 index a5f7a305..ccc02b8c 100644 --- a/original/man3/posix_openpt.3 +++ b/original/man3/posix_openpt.3 @@ -117,7 +117,7 @@ The slave device pathname exists only as long as the master device is open. .BR pts (4), .BR pty (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pow.3 b/original/man3/pow.3 index c1542f5c..8e739658 100644 --- a/original/man3/pow.3 +++ b/original/man3/pow.3 @@ -326,7 +326,7 @@ On 64-bits, .BR pow () may be more than 10,000 times slower for some (rare) inputs than for other nearby inputs. -This only affects +This affects only .BR pow (), and not .BR powf () @@ -380,7 +380,7 @@ in addition to the overflow or underflow exception. .BR cpow (3), .BR sqrt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pow10.3 b/original/man3/pow10.3 index 4b6c3a80..5ab51c0d 100644 --- a/original/man3/pow10.3 +++ b/original/man3/pow10.3 @@ -55,7 +55,7 @@ These functions are identical to the functions listed under .BR exp10 (3), .BR pow (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/printf.3 b/original/man3/printf.3 index 8f31c8e7..3510c739 100644 --- a/original/man3/printf.3 +++ b/original/man3/printf.3 @@ -1113,7 +1113,7 @@ error instead of being handled gracefully. .BR wprintf (3), .BR locale (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/profil.3 b/original/man3/profil.3 index d123aff9..3d189824 100644 --- a/original/man3/profil.3 +++ b/original/man3/profil.3 @@ -85,7 +85,7 @@ Libc 4.4 contained a kernel patch providing a system call profil. .BR sigaction (2), .BR signal (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/program_invocation_name.3 b/original/man3/program_invocation_name.3 index d19fd4c1..cdd9cd29 100644 --- a/original/man3/program_invocation_name.3 +++ b/original/man3/program_invocation_name.3 @@ -63,7 +63,7 @@ file provides access to similar information. .SH SEE ALSO .BR proc (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/psignal.3 b/original/man3/psignal.3 index 3f8a154a..948653eb 100644 --- a/original/man3/psignal.3 +++ b/original/man3/psignal.3 @@ -116,7 +116,7 @@ Additional details are not displayed for real-time signals. .BR strsignal (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_attr_init.3 b/original/man3/pthread_attr_init.3 index 2b32de37..dddefe7b 100644 --- a/original/man3/pthread_attr_init.3 +++ b/original/man3/pthread_attr_init.3 @@ -311,7 +311,7 @@ main(int argc, char *argv[]) .BR pthread_getattr_np (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_attr_setaffinity_np.3 b/original/man3/pthread_attr_setaffinity_np.3 index ec687951..60b8bcf9 100644 --- a/original/man3/pthread_attr_setaffinity_np.3 +++ b/original/man3/pthread_attr_setaffinity_np.3 @@ -122,7 +122,7 @@ Instead the CPU set size given to the underlying system calls was always .BR cpuset (7), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_attr_setdetachstate.3 b/original/man3/pthread_attr_setdetachstate.3 index 5d398a3d..ebd160d0 100644 --- a/original/man3/pthread_attr_setdetachstate.3 +++ b/original/man3/pthread_attr_setdetachstate.3 @@ -122,7 +122,7 @@ See .BR pthread_join (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_attr_setguardsize.3 b/original/man3/pthread_attr_setguardsize.3 index cdd14279..026c3503 100644 --- a/original/man3/pthread_attr_setguardsize.3 +++ b/original/man3/pthread_attr_setguardsize.3 @@ -171,7 +171,7 @@ See .BR pthread_create (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_attr_setinheritsched.3 b/original/man3/pthread_attr_setinheritsched.3 index 345b24cc..a9e07472 100644 --- a/original/man3/pthread_attr_setinheritsched.3 +++ b/original/man3/pthread_attr_setinheritsched.3 @@ -148,7 +148,7 @@ See .BR pthreads (7), .BR sched (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_attr_setschedparam.3 b/original/man3/pthread_attr_setschedparam.3 index 47be0967..d25097df 100644 --- a/original/man3/pthread_attr_setschedparam.3 +++ b/original/man3/pthread_attr_setschedparam.3 @@ -126,7 +126,7 @@ See .BR pthreads (7), .BR sched (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_attr_setschedpolicy.3 b/original/man3/pthread_attr_setschedpolicy.3 index b0a03e22..59340b85 100644 --- a/original/man3/pthread_attr_setschedpolicy.3 +++ b/original/man3/pthread_attr_setschedpolicy.3 @@ -121,7 +121,7 @@ See .BR pthreads (7), .BR sched (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_attr_setscope.3 b/original/man3/pthread_attr_setscope.3 index 7e1eb778..533dd135 100644 --- a/original/man3/pthread_attr_setscope.3 +++ b/original/man3/pthread_attr_setscope.3 @@ -147,7 +147,7 @@ implementation-defined. .BR pthread_create (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_attr_setstack.3 b/original/man3/pthread_attr_setstack.3 index 4e72779a..9190c213 100644 --- a/original/man3/pthread_attr_setstack.3 +++ b/original/man3/pthread_attr_setstack.3 @@ -172,7 +172,7 @@ See .BR pthread_create (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_attr_setstackaddr.3 b/original/man3/pthread_attr_setstackaddr.3 index 3db4237f..4a81fa92 100644 --- a/original/man3/pthread_attr_setstackaddr.3 +++ b/original/man3/pthread_attr_setstackaddr.3 @@ -121,7 +121,7 @@ argument specifies the range of the stack). .BR pthread_create (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_attr_setstacksize.3 b/original/man3/pthread_attr_setstacksize.3 index 548b8581..70ef5140 100644 --- a/original/man3/pthread_attr_setstacksize.3 +++ b/original/man3/pthread_attr_setstacksize.3 @@ -123,7 +123,7 @@ See .BR pthread_create (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_cancel.3 b/original/man3/pthread_cancel.3 index e1cf1fe8..cf85babe 100644 --- a/original/man3/pthread_cancel.3 +++ b/original/man3/pthread_cancel.3 @@ -236,7 +236,7 @@ main(void) .BR pthread_testcancel (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_cleanup_push.3 b/original/man3/pthread_cleanup_push.3 index c4a9f2a0..895edce9 100644 --- a/original/man3/pthread_cleanup_push.3 +++ b/original/man3/pthread_cleanup_push.3 @@ -319,7 +319,7 @@ main(int argc, char *argv[]) .BR pthread_testcancel (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_cleanup_push_defer_np.3 b/original/man3/pthread_cleanup_push_defer_np.3 index 41819840..9a033c35 100644 --- a/original/man3/pthread_cleanup_push_defer_np.3 +++ b/original/man3/pthread_cleanup_push_defer_np.3 @@ -121,7 +121,7 @@ hence the suffix "_np" (nonportable) in the names. .BR pthread_testcancel (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_create.3 b/original/man3/pthread_create.3 index e1ed3487..64168ca6 100644 --- a/original/man3/pthread_create.3 +++ b/original/man3/pthread_create.3 @@ -387,7 +387,7 @@ main(int argc, char *argv[]) .BR pthread_self (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_detach.3 b/original/man3/pthread_detach.3 index a00c12d2..70d3a66d 100644 --- a/original/man3/pthread_detach.3 +++ b/original/man3/pthread_detach.3 @@ -102,7 +102,7 @@ The following statement detaches the calling thread: .BR pthread_join (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_equal.3 b/original/man3/pthread_equal.3 index 6a1b7a0f..01f29af8 100644 --- a/original/man3/pthread_equal.3 +++ b/original/man3/pthread_equal.3 @@ -63,7 +63,7 @@ values. .BR pthread_self (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_exit.3 b/original/man3/pthread_exit.3 index 720815d9..ff7dd58f 100644 --- a/original/man3/pthread_exit.3 +++ b/original/man3/pthread_exit.3 @@ -112,7 +112,7 @@ sent to a foreground process whose thread group leader has already called .BR pthread_join (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_getattr_np.3 b/original/man3/pthread_getattr_np.3 index 245075f6..596a75ee 100644 --- a/original/man3/pthread_getattr_np.3 +++ b/original/man3/pthread_getattr_np.3 @@ -359,7 +359,7 @@ main(int argc, char *argv[]) .BR pthread_create (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_getcpuclockid.3 b/original/man3/pthread_getcpuclockid.3 index b40a2d8d..c48b802b 100644 --- a/original/man3/pthread_getcpuclockid.3 +++ b/original/man3/pthread_getcpuclockid.3 @@ -181,7 +181,7 @@ main(int argc, char *argv[]) .BR pthreads (7), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_join.3 b/original/man3/pthread_join.3 index 0b30271d..c499b179 100644 --- a/original/man3/pthread_join.3 +++ b/original/man3/pthread_join.3 @@ -132,7 +132,7 @@ See .BR pthread_tryjoin_np (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_kill.3 b/original/man3/pthread_kill.3 index af72ba36..51082b7a 100644 --- a/original/man3/pthread_kill.3 +++ b/original/man3/pthread_kill.3 @@ -106,7 +106,7 @@ can, for example, cause a segmentation fault. .BR pthreads (7), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_kill_other_threads_np.3 b/original/man3/pthread_kill_other_threads_np.3 index 4f31f7b8..f16e4389 100644 --- a/original/man3/pthread_kill_other_threads_np.3 +++ b/original/man3/pthread_kill_other_threads_np.3 @@ -75,7 +75,7 @@ because the implementation does the right thing during an .BR pthread_setcanceltype (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_rwlockattr_setkind_np.3 b/original/man3/pthread_rwlockattr_setkind_np.3 index 6bab4f95..f8dd89b4 100644 --- a/original/man3/pthread_rwlockattr_setkind_np.3 +++ b/original/man3/pthread_rwlockattr_setkind_np.3 @@ -130,7 +130,7 @@ hence the suffix "_np" (non-portable) in the names. .SH SEE ALSO .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_self.3 b/original/man3/pthread_self.3 index 4b05e4f7..aa4652ec 100644 --- a/original/man3/pthread_self.3 +++ b/original/man3/pthread_self.3 @@ -83,7 +83,7 @@ is not the same thing as the kernel thread ID returned by a call to .BR pthread_equal (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_setaffinity_np.3 b/original/man3/pthread_setaffinity_np.3 index 4d2939ed..624ec942 100644 --- a/original/man3/pthread_setaffinity_np.3 +++ b/original/man3/pthread_setaffinity_np.3 @@ -219,7 +219,7 @@ main(int argc, char *argv[]) .BR pthreads (7), .BR sched (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_setcancelstate.3 b/original/man3/pthread_setcancelstate.3 index d0967241..4eca0fc8 100644 --- a/original/man3/pthread_setcancelstate.3 +++ b/original/man3/pthread_setcancelstate.3 @@ -189,7 +189,7 @@ See .BR pthread_testcancel (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_setconcurrency.3 b/original/man3/pthread_setconcurrency.3 index 2c31d50a..1ba55c92 100644 --- a/original/man3/pthread_setconcurrency.3 +++ b/original/man3/pthread_setconcurrency.3 @@ -108,7 +108,7 @@ and they have no effect on the execution of a program. .BR pthread_attr_setscope (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_setname_np.3 b/original/man3/pthread_setname_np.3 index 4121d6f1..2ec5e394 100644 --- a/original/man3/pthread_setname_np.3 +++ b/original/man3/pthread_setname_np.3 @@ -204,7 +204,7 @@ main(int argc, char **argv) .BR pthread_create (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_setschedparam.3 b/original/man3/pthread_setschedparam.3 index 7cef7ca7..2920dc54 100644 --- a/original/man3/pthread_setschedparam.3 +++ b/original/man3/pthread_setschedparam.3 @@ -452,7 +452,7 @@ main(int argc, char *argv[]) .BR pthreads (7), .BR sched (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_setschedprio.3 b/original/man3/pthread_setschedprio.3 index 98980331..8ab1e5f2 100644 --- a/original/man3/pthread_setschedprio.3 +++ b/original/man3/pthread_setschedprio.3 @@ -108,7 +108,7 @@ in each scheduling policy, see .BR pthreads (7), .BR sched (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_sigmask.3 b/original/man3/pthread_sigmask.3 index a2f34c33..0ab4e082 100644 --- a/original/man3/pthread_sigmask.3 +++ b/original/man3/pthread_sigmask.3 @@ -159,7 +159,7 @@ main(int argc, char *argv[]) .BR pthreads (7), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_sigqueue.3 b/original/man3/pthread_sigqueue.3 index 0962b6dc..e40d400c 100644 --- a/original/man3/pthread_sigqueue.3 +++ b/original/man3/pthread_sigqueue.3 @@ -107,7 +107,7 @@ This function is a GNU extension. .BR pthreads (7), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_testcancel.3 b/original/man3/pthread_testcancel.3 index acd3f641..79ac93fe 100644 --- a/original/man3/pthread_testcancel.3 +++ b/original/man3/pthread_testcancel.3 @@ -71,7 +71,7 @@ See .BR pthread_setcancelstate (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_tryjoin_np.3 b/original/man3/pthread_tryjoin_np.3 index d040acff..ab1c7cf1 100644 --- a/original/man3/pthread_tryjoin_np.3 +++ b/original/man3/pthread_tryjoin_np.3 @@ -146,7 +146,7 @@ The following code waits to join for up to 5 seconds: .BR pthread_join (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/pthread_yield.3 b/original/man3/pthread_yield.3 index 77397ee3..a90589da 100644 --- a/original/man3/pthread_yield.3 +++ b/original/man3/pthread_yield.3 @@ -69,7 +69,7 @@ On Linux, this function is implemented as a call to .BR pthreads (7), .BR sched (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ptsname.3 b/original/man3/ptsname.3 index 649fd418..f8ce9431 100644 --- a/original/man3/ptsname.3 +++ b/original/man3/ptsname.3 @@ -106,7 +106,7 @@ Avoid using this function in portable programs. .BR pts (4), .BR pty (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/putenv.3 b/original/man3/putenv.3 index 6436432f..7ffb51ea 100644 --- a/original/man3/putenv.3 +++ b/original/man3/putenv.3 @@ -122,7 +122,7 @@ SUSv2 removes the \fIconst\fP from the prototype, and so does glibc 2.1.3. .BR unsetenv (3), .BR environ (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/putgrent.3 b/original/man3/putgrent.3 index 2cea13c6..a9474fe3 100644 --- a/original/man3/putgrent.3 +++ b/original/man3/putgrent.3 @@ -47,7 +47,7 @@ This function is a GNU extension. .BR getgrent (3), .BR group (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/putpwent.3 b/original/man3/putpwent.3 index c47ec486..6e59824f 100644 --- a/original/man3/putpwent.3 +++ b/original/man3/putpwent.3 @@ -90,7 +90,7 @@ SVr4. .BR getpwuid (3), .BR setpwent (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/puts.3 b/original/man3/puts.3 index 0bf95924..950dd437 100644 --- a/original/man3/puts.3 +++ b/original/man3/puts.3 @@ -122,7 +122,7 @@ will be undefined and very probably not what you want. .BR scanf (3), .BR unlocked_stdio (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/putwchar.3 b/original/man3/putwchar.3 index 4f942517..0bad38c3 100644 --- a/original/man3/putwchar.3 +++ b/original/man3/putwchar.3 @@ -76,7 +76,7 @@ the multibyte sequence corresponding to the wide character .BR fputwc (3), .BR unlocked_stdio (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/qecvt.3 b/original/man3/qecvt.3 index 45461f4e..9b158c03 100644 --- a/original/man3/qecvt.3 +++ b/original/man3/qecvt.3 @@ -110,7 +110,7 @@ is recommended. .BR gcvt (3), .BR sprintf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/qsort.3 b/original/man3/qsort.3 index 4aaf0c31..90d4e6f5 100644 --- a/original/man3/qsort.3 +++ b/original/man3/qsort.3 @@ -158,7 +158,7 @@ main(int argc, char *argv[]) .BR strcmp (3), .BR versionsort (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/queue.3 b/original/man3/queue.3 index b5877b82..fa56bb2d 100644 --- a/original/man3/queue.3 +++ b/original/man3/queue.3 @@ -489,7 +489,7 @@ The queue functions first appeared in 4.4BSD. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/raise.3 b/original/man3/raise.3 index 94d0ffee..1adabc0b 100644 --- a/original/man3/raise.3 +++ b/original/man3/raise.3 @@ -87,7 +87,7 @@ using .BR pthread_kill (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/rand.3 b/original/man3/rand.3 index 87475b70..e1240cd9 100644 --- a/original/man3/rand.3 +++ b/original/man3/rand.3 @@ -218,7 +218,7 @@ main(int argc, char *argv[]) .BR drand48 (3), .BR random (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/random.3 b/original/man3/random.3 index 86cb3dfd..3ed06190 100644 --- a/original/man3/random.3 +++ b/original/man3/random.3 @@ -30,7 +30,7 @@ .\" Modified Sat Jul 24 18:13:39 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Aug 20 21:47:07 2000, aeb .\" -.TH RANDOM 3 2014-03-25 "GNU" "Linux Programmer's Manual" +.TH RANDOM 3 2015-02-01 "GNU" "Linux Programmer's Manual" .SH NAME random, srandom, initstate, setstate \- random number generator .SH SYNOPSIS @@ -196,11 +196,12 @@ is (as specified) set on error, but the function does not return NULL. .\" http://sourceware.org/bugzilla/show_bug.cgi?id=15380 .SH SEE ALSO .BR drand48 (3), +.BR getrandom (2), .BR rand (3), .BR random_r (3), .BR srand (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/random_r.3 b/original/man3/random_r.3 index ee2a6d34..896c89b1 100644 --- a/original/man3/random_r.3 +++ b/original/man3/random_r.3 @@ -143,7 +143,7 @@ These functions are nonstandard glibc extensions. .BR rand (3), .BR random (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/rcmd.3 b/original/man3/rcmd.3 index 926f6ca8..c08fb482 100644 --- a/original/man3/rcmd.3 +++ b/original/man3/rcmd.3 @@ -291,7 +291,7 @@ are declared in glibc headers only since version 2.12. .BR rlogind (8), .BR rshd (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/re_comp.3 b/original/man3/re_comp.3 index 160caf88..6803fbf1 100644 --- a/original/man3/re_comp.3 +++ b/original/man3/re_comp.3 @@ -81,7 +81,7 @@ should be used instead. .BR regex (7), GNU regex manual .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/readdir.3 b/original/man3/readdir.3 index 5ea20ba0..5642c4d8 100644 --- a/original/man3/readdir.3 +++ b/original/man3/readdir.3 @@ -275,7 +275,7 @@ is the last field in a .BR seekdir (3), .BR telldir (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/realpath.3 b/original/man3/realpath.3 index 14d5a3a4..2007659c 100644 --- a/original/man3/realpath.3 +++ b/original/man3/realpath.3 @@ -229,7 +229,7 @@ but standardized in POSIX.1-2008, allows this design problem to be avoided. .BR pathconf (3), .BR sysconf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/recno.3 b/original/man3/recno.3 index f36aa9b4..f022576a 100644 --- a/original/man3/recno.3 +++ b/original/man3/recno.3 @@ -231,7 +231,7 @@ Only big and little endian byte order is supported. Michael Stonebraker, Heidi Stettner, Joseph Kalash, Antonin Guttman, Nadene Lynn, Memorandum No. UCB/ERL M82/32, May 1982. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/regex.3 b/original/man3/regex.3 index 27d934fa..9137cbe7 100644 --- a/original/man3/regex.3 +++ b/original/man3/regex.3 @@ -310,7 +310,7 @@ POSIX.1-2001. The glibc manual section, .I "Regular Expression Matching" .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/remainder.3 b/original/man3/remainder.3 index d91ff9ec..4ccb322c 100644 --- a/original/man3/remainder.3 +++ b/original/man3/remainder.3 @@ -217,7 +217,7 @@ The call "remainder(29.0, 3.0)" returns \-1. .BR fmod (3), .BR remquo (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/remove.3 b/original/man3/remove.3 index 55189ae2..9d03d29d 100644 --- a/original/man3/remove.3 +++ b/original/man3/remove.3 @@ -95,7 +95,7 @@ disappearance of files which are still being used. .BR mkfifo (3), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/remquo.3 b/original/man3/remquo.3 index 34b5dfc8..ed4e3841 100644 --- a/original/man3/remquo.3 +++ b/original/man3/remquo.3 @@ -136,7 +136,7 @@ C99, POSIX.1-2001. .BR logb (3), .BR remainder (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/resolver.3 b/original/man3/resolver.3 index e6e8e5b7..4a195308 100644 --- a/original/man3/resolver.3 +++ b/original/man3/resolver.3 @@ -278,7 +278,7 @@ of the compressed name, or \-1 if an error occurs. .BR hostname (7), .BR named (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/rewinddir.3 b/original/man3/rewinddir.3 index 9492370d..52fb6f5d 100644 --- a/original/man3/rewinddir.3 +++ b/original/man3/rewinddir.3 @@ -65,7 +65,7 @@ SVr4, 4.3BSD, POSIX.1-2001. .BR seekdir (3), .BR telldir (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/rexec.3 b/original/man3/rexec.3 index 10af22c7..c2792a18 100644 --- a/original/man3/rexec.3 +++ b/original/man3/rexec.3 @@ -168,7 +168,7 @@ for explanations. .BR rcmd (3), .BR rexecd (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/rint.3 b/original/man3/rint.3 index a3935310..a98521fe 100644 --- a/original/man3/rint.3 +++ b/original/man3/rint.3 @@ -159,7 +159,7 @@ instead. .BR round (3), .BR trunc (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/round.3 b/original/man3/round.3 index 3f990da4..ca4a5b31 100644 --- a/original/man3/round.3 +++ b/original/man3/round.3 @@ -124,7 +124,7 @@ instead. .BR rint (3), .BR trunc (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/rpc.3 b/original/man3/rpc.3 index 98b68f01..29c9fb7c 100644 --- a/original/man3/rpc.3 +++ b/original/man3/rpc.3 @@ -1119,7 +1119,7 @@ rpcgen Programming Guide RFC\ 1050, Sun Microsystems, Inc., USC-ISI. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/rpmatch.3 b/original/man3/rpmatch.3 index cbec4c91..e4dde451 100644 --- a/original/man3/rpmatch.3 +++ b/original/man3/rpmatch.3 @@ -148,7 +148,7 @@ main(int argc, char *argv[]) .BR regcomp (3), .BR setlocale (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/rtime.3 b/original/man3/rtime.3 index bd971c27..76eeff2c 100644 --- a/original/man3/rtime.3 +++ b/original/man3/rtime.3 @@ -136,7 +136,7 @@ main(void) .\" .BR rdate (1), .BR inetd (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/rtnetlink.3 b/original/man3/rtnetlink.3 index 2b6d099c..8f2bf320 100644 --- a/original/man3/rtnetlink.3 +++ b/original/man3/rtnetlink.3 @@ -123,7 +123,7 @@ Creating a rtnetlink message to set the MTU of a device: .BR netlink (7), .BR rtnetlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/scalb.3 b/original/man3/scalb.3 index f26a4bae..551fe75b 100644 --- a/original/man3/scalb.3 +++ b/original/man3/scalb.3 @@ -201,7 +201,7 @@ is nevertheless present on several other systems .BR ldexp (3), .BR scalbln (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/scalbln.3 b/original/man3/scalbln.3 index e090be38..2406017e 100644 --- a/original/man3/scalbln.3 +++ b/original/man3/scalbln.3 @@ -190,7 +190,7 @@ is equivalent to .BR ldexp (3), .BR scalb (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/scandir.3 b/original/man3/scandir.3 index 06afd196..cd644099 100644 --- a/original/man3/scandir.3 +++ b/original/man3/scandir.3 @@ -292,7 +292,7 @@ main(void) .BR strverscmp (3), .BR telldir (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/scanf.3 b/original/man3/scanf.3 index 6000edc9..e58301e8 100644 --- a/original/man3/scanf.3 +++ b/original/man3/scanf.3 @@ -743,7 +743,7 @@ call successfully read a string. .BR strtol (3), .BR strtoul (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sched_getcpu.3 b/original/man3/sched_getcpu.3 index a3b16931..c6d8fcff 100644 --- a/original/man3/sched_getcpu.3 +++ b/original/man3/sched_getcpu.3 @@ -101,7 +101,7 @@ cpu = (s == \-1) ? s : c; .BR getcpu (2), .BR sched (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/seekdir.3 b/original/man3/seekdir.3 index 456ec4a1..17ccbdab 100644 --- a/original/man3/seekdir.3 +++ b/original/man3/seekdir.3 @@ -89,7 +89,7 @@ assumptions about the value in this argument. .BR scandir (3), .BR telldir (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sem_close.3 b/original/man3/sem_close.3 index c6711226..f9daffa2 100644 --- a/original/man3/sem_close.3 +++ b/original/man3/sem_close.3 @@ -65,7 +65,7 @@ termination, or upon .BR sem_wait (3), .BR sem_overview (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sem_destroy.3 b/original/man3/sem_destroy.3 index 2661ad68..5e0763da 100644 --- a/original/man3/sem_destroy.3 +++ b/original/man3/sem_destroy.3 @@ -82,7 +82,7 @@ Failure to do this can result in resource leaks on some implementations. .BR sem_wait (3), .BR sem_overview (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sem_getvalue.3 b/original/man3/sem_getvalue.3 index b565572b..c91cace6 100644 --- a/original/man3/sem_getvalue.3 +++ b/original/man3/sem_getvalue.3 @@ -78,7 +78,7 @@ returns. .BR sem_wait (3), .BR sem_overview (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sem_init.3 b/original/man3/sem_init.3 index 81cd325a..fbcecca2 100644 --- a/original/man3/sem_init.3 +++ b/original/man3/sem_init.3 @@ -110,7 +110,7 @@ POSIX.1-2008 rectifies this, specifying the zero return on success. .BR sem_wait (3), .BR sem_overview (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sem_open.3 b/original/man3/sem_open.3 index 82e4a796..4c1708cc 100644 --- a/original/man3/sem_open.3 +++ b/original/man3/sem_open.3 @@ -177,7 +177,7 @@ POSIX.1-2001. .BR sem_wait (3), .BR sem_overview (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sem_post.3 b/original/man3/sem_post.3 index cf4c2468..5c625c2e 100644 --- a/original/man3/sem_post.3 +++ b/original/man3/sem_post.3 @@ -77,7 +77,7 @@ See .BR sem_wait (3), .BR sem_overview (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sem_unlink.3 b/original/man3/sem_unlink.3 index 732ff2f0..8946303f 100644 --- a/original/man3/sem_unlink.3 +++ b/original/man3/sem_unlink.3 @@ -73,7 +73,7 @@ POSIX.1-2001. .BR sem_wait (3), .BR sem_overview (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sem_wait.3 b/original/man3/sem_wait.3 index b23ae0bb..cd574684 100644 --- a/original/man3/sem_wait.3 +++ b/original/man3/sem_wait.3 @@ -274,7 +274,7 @@ main(int argc, char *argv[]) .BR sem_overview (7), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/setaliasent.3 b/original/man3/setaliasent.3 index ab89f89f..76d4fb75 100644 --- a/original/man3/setaliasent.3 +++ b/original/man3/setaliasent.3 @@ -152,7 +152,7 @@ main(void) .\" Yellow Pages .\" newaliases, postalias .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/setbuf.3 b/original/man3/setbuf.3 index 64b4d07a..d61fecba 100644 --- a/original/man3/setbuf.3 +++ b/original/man3/setbuf.3 @@ -215,7 +215,7 @@ main(void) .BR printf (3), .BR puts (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/setenv.3 b/original/man3/setenv.3 index 37bfeb95..fe63a88e 100644 --- a/original/man3/setenv.3 +++ b/original/man3/setenv.3 @@ -156,7 +156,7 @@ however, versions of glibc before 2.3.4 allowed an \(aq=\(aq sign in .BR putenv (3), .BR environ (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/setjmp.3 b/original/man3/setjmp.3 index 71e5da6e..e5539b36 100644 --- a/original/man3/setjmp.3 +++ b/original/man3/setjmp.3 @@ -142,7 +142,7 @@ If possible, an alternative should be used. .BR longjmp (3), .BR siglongjmp (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/setlocale.3 b/original/man3/setlocale.3 index 2b3c3ae7..28ddea1e 100644 --- a/original/man3/setlocale.3 +++ b/original/man3/setlocale.3 @@ -187,7 +187,7 @@ C89, C99, POSIX.1-2001. .BR charsets (7), .BR locale (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/setlogmask.3 b/original/man3/setlogmask.3 index 0226823c..02f2fe6e 100644 --- a/original/man3/setlogmask.3 +++ b/original/man3/setlogmask.3 @@ -80,7 +80,7 @@ Note that the description in POSIX.1-2001 is flawed. .BR openlog (3), .BR syslog (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/setnetgrent.3 b/original/man3/setnetgrent.3 index 64c72360..0dcd7c9d 100644 --- a/original/man3/setnetgrent.3 +++ b/original/man3/setnetgrent.3 @@ -109,7 +109,7 @@ returns void. .BR setprotoent (3), .BR setservent (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/shm_open.3 b/original/man3/shm_open.3 index e92073e7..8b514778 100644 --- a/original/man3/shm_open.3 +++ b/original/man3/shm_open.3 @@ -281,7 +281,7 @@ mounted under .BR umask (2), .BR shm_overview (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/siginterrupt.3 b/original/man3/siginterrupt.3 index d3485c22..f698c412 100644 --- a/original/man3/siginterrupt.3 +++ b/original/man3/siginterrupt.3 @@ -102,7 +102,7 @@ flag instead. .SH SEE ALSO .BR signal (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/signbit.3 b/original/man3/signbit.3 index 0077d450..7da609ee 100644 --- a/original/man3/signbit.3 +++ b/original/man3/signbit.3 @@ -70,7 +70,7 @@ recommended functions in IEEE 754/IEEE 854). .SH SEE ALSO .BR copysign (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/significand.3 b/original/man3/significand.3 index 52372bad..2dde05a5 100644 --- a/original/man3/significand.3 +++ b/original/man3/significand.3 @@ -58,7 +58,7 @@ version is available on a number of other systems. .BR ilogb (3), .BR scalb (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sigpause.3 b/original/man3/sigpause.3 index f478bc86..06cd061f 100644 --- a/original/man3/sigpause.3 +++ b/original/man3/sigpause.3 @@ -117,7 +117,7 @@ should be amended to use .BR sigvec (3), .BR feature_test_macros (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sigqueue.3 b/original/man3/sigqueue.3 index 04a97fc7..2da8535a 100644 --- a/original/man3/sigqueue.3 +++ b/original/man3/sigqueue.3 @@ -160,7 +160,7 @@ uinfo.si_value = val; /* Argument supplied to sigqueue() */ .BR sigwait (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sigset.3 b/original/man3/sigset.3 index 941b17dd..f9347aa1 100644 --- a/original/man3/sigset.3 +++ b/original/man3/sigset.3 @@ -274,7 +274,7 @@ These problems have been fixed since glibc 2.5. .BR sigvec (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sigsetops.3 b/original/man3/sigsetops.3 index e7fccdb2..00ec86c1 100644 --- a/original/man3/sigsetops.3 +++ b/original/man3/sigsetops.3 @@ -189,7 +189,7 @@ functions) and their use should be avoided in portable applications. .BR sigprocmask (2), .BR sigsuspend (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sigvec.3 b/original/man3/sigvec.3 index cb83d6bf..dc6b1868 100644 --- a/original/man3/sigvec.3 +++ b/original/man3/sigvec.3 @@ -280,7 +280,7 @@ for details. .BR sigset (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sigwait.3 b/original/man3/sigwait.3 index 37cb21d0..54aa5bd0 100644 --- a/original/man3/sigwait.3 +++ b/original/man3/sigwait.3 @@ -100,7 +100,7 @@ See .BR sigsetops (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sin.3 b/original/man3/sin.3 index aa4713bf..64cd9a44 100644 --- a/original/man3/sin.3 +++ b/original/man3/sin.3 @@ -136,7 +136,7 @@ when a domain error occurred. .BR sincos (3), .BR tan (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sincos.3 b/original/man3/sincos.3 index 4b44f226..5d7dcce6 100644 --- a/original/man3/sincos.3 +++ b/original/man3/sincos.3 @@ -88,7 +88,7 @@ This function is a GNU extension. .BR sin (3), .BR tan (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sinh.3 b/original/man3/sinh.3 index 317a9041..c71beb75 100644 --- a/original/man3/sinh.3 +++ b/original/man3/sinh.3 @@ -135,7 +135,7 @@ SVr4, 4.3BSD, C89. .BR csinh (3), .BR tanh (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sleep.3 b/original/man3/sleep.3 index 373f6143..bbc2d243 100644 --- a/original/man3/sleep.3 +++ b/original/man3/sleep.3 @@ -64,7 +64,7 @@ while sleeping will cause undefined results. .BR signal (2), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sockatmark.3 b/original/man3/sockatmark.3 index 982bb19a..333ef038 100644 --- a/original/man3/sockatmark.3 +++ b/original/man3/sockatmark.3 @@ -142,7 +142,7 @@ and then read the byte of data at the mark: .BR send (2), .BR tcp (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sqrt.3 b/original/man3/sqrt.3 index cf8ab587..6729effa 100644 --- a/original/man3/sqrt.3 +++ b/original/man3/sqrt.3 @@ -115,7 +115,7 @@ SVr4, 4.3BSD, C89. .BR csqrt (3), .BR hypot (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/statvfs.3 b/original/man3/statvfs.3 index 51826a9d..dbdeb88b 100644 --- a/original/man3/statvfs.3 +++ b/original/man3/statvfs.3 @@ -188,7 +188,7 @@ fields of the return value of .SH SEE ALSO .BR statfs (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/stdarg.3 b/original/man3/stdarg.3 index e5dff746..e83046d2 100644 --- a/original/man3/stdarg.3 +++ b/original/man3/stdarg.3 @@ -336,7 +336,7 @@ foo(char *fmt, ...) } .fi .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/stdin.3 b/original/man3/stdin.3 index 54917376..3c975d16 100644 --- a/original/man3/stdin.3 +++ b/original/man3/stdin.3 @@ -158,7 +158,7 @@ and .BR fopen (3), .BR stdio (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/stdio.3 b/original/man3/stdio.3 index 79bb7773..42cec481 100644 --- a/original/man3/stdio.3 +++ b/original/man3/stdio.3 @@ -255,7 +255,7 @@ library conforms to C89. .BR stdout (3), .BR unlocked_stdio (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/stdio_ext.3 b/original/man3/stdio_ext.3 index 67b611a3..d0d9dc23 100644 --- a/original/man3/stdio_ext.3 +++ b/original/man3/stdio_ext.3 @@ -152,7 +152,7 @@ functions are thread-safe. .BR flockfile (3), .BR fpurge (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/stpcpy.3 b/original/man3/stpcpy.3 index 4358ba91..7290b625 100644 --- a/original/man3/stpcpy.3 +++ b/original/man3/stpcpy.3 @@ -122,7 +122,7 @@ main(void) .BR string (3), .BR wcpcpy (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/stpncpy.3 b/original/man3/stpncpy.3 index 084877b0..383bdabc 100644 --- a/original/man3/stpncpy.3 +++ b/original/man3/stpncpy.3 @@ -101,7 +101,7 @@ It first appeared in version 1.07 of the GNU C library in 1993. .BR strncpy (3), .BR wcpncpy (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strcasecmp.3 b/original/man3/strcasecmp.3 index ffc974a8..78e0789b 100644 --- a/original/man3/strcasecmp.3 +++ b/original/man3/strcasecmp.3 @@ -99,7 +99,7 @@ feature test macro is defined. .BR wcscasecmp (3), .BR wcsncasecmp (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strcat.3 b/original/man3/strcat.3 index 17eb1d08..debb650e 100644 --- a/original/man3/strcat.3 +++ b/original/man3/strcat.3 @@ -183,7 +183,7 @@ library. .BR wcscat (3), .BR wcsncat (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strchr.3 b/original/man3/strchr.3 index e900e0ed..ae194dc3 100644 --- a/original/man3/strchr.3 +++ b/original/man3/strchr.3 @@ -133,7 +133,7 @@ is a GNU extension. .BR wcschr (3), .BR wcsrchr (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strcmp.3 b/original/man3/strcmp.3 index e33374e8..9e832e1d 100644 --- a/original/man3/strcmp.3 +++ b/original/man3/strcmp.3 @@ -57,7 +57,7 @@ to match, or be greater than The .BR strncmp () function is similar, except it compares -the only first (at most) +only the first (at most) .IR n bytes of .I s1 @@ -96,7 +96,7 @@ SVr4, 4.3BSD, C89, C99. .BR wcscmp (3), .BR wcsncmp (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strcoll.3 b/original/man3/strcoll.3 index bf3f47b7..081a7210 100644 --- a/original/man3/strcoll.3 +++ b/original/man3/strcoll.3 @@ -86,7 +86,7 @@ is equivalent to .BR string (3), .BR strxfrm (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strcpy.3 b/original/man3/strcpy.3 index eb4daebd..92e0ce27 100644 --- a/original/man3/strcpy.3 +++ b/original/man3/strcpy.3 @@ -235,7 +235,7 @@ in ways that may make the impossible possible. .BR wcscpy (3), .BR wcsncpy (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strdup.3 b/original/man3/strdup.3 index 881f7bcd..843ccd74 100644 --- a/original/man3/strdup.3 +++ b/original/man3/strdup.3 @@ -139,7 +139,7 @@ are GNU extensions. .BR string (3), .BR wcsdup (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strerror.3 b/original/man3/strerror.3 index 88da8ae9..ecc0fe83 100644 --- a/original/man3/strerror.3 +++ b/original/man3/strerror.3 @@ -253,7 +253,7 @@ C99 and POSIX.1-2008 require the return value to be non-NULL. .BR strsignal (3), .BR locale (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strfmon.3 b/original/man3/strfmon.3 index 0c4f3a15..1b5c7acf 100644 --- a/original/man3/strfmon.3 +++ b/original/man3/strfmon.3 @@ -178,7 +178,7 @@ and Portuguese locales yield .BR sprintf (3), .BR locale (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strfry.3 b/original/man3/strfry.3 index b1447061..0b9520fb 100644 --- a/original/man3/strfry.3 +++ b/original/man3/strfry.3 @@ -63,7 +63,7 @@ GNU C Library. .BR memfrob (3), .BR string (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strftime.3 b/original/man3/strftime.3 index 54a69784..5e69ad4b 100644 --- a/original/man3/strftime.3 +++ b/original/man3/strftime.3 @@ -569,7 +569,7 @@ main(int argc, char *argv[]) .BR sprintf (3), .BR strptime (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/string.3 b/original/man3/string.3 index 4b1aded6..c23eda99 100644 --- a/original/man3/string.3 +++ b/original/man3/string.3 @@ -231,7 +231,7 @@ See the individual man pages for descriptions of each function. .BR strtok (3), .BR strxfrm (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strlen.3 b/original/man3/strlen.3 index b466f706..5329da1b 100644 --- a/original/man3/strlen.3 +++ b/original/man3/strlen.3 @@ -60,7 +60,7 @@ SVr4, 4.3BSD, C89, C99. .BR wcslen (3), .BR wcsnlen (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strnlen.3 b/original/man3/strnlen.3 index 95f99633..e2a47557 100644 --- a/original/man3/strnlen.3 +++ b/original/man3/strnlen.3 @@ -78,7 +78,7 @@ POSIX.1-2008. .SH SEE ALSO .BR strlen (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strpbrk.3 b/original/man3/strpbrk.3 index b7e84921..aeacbaff 100644 --- a/original/man3/strpbrk.3 +++ b/original/man3/strpbrk.3 @@ -72,7 +72,7 @@ SVr4, 4.3BSD, C89, C99. .BR strtok (3), .BR wcspbrk (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strptime.3 b/original/man3/strptime.3 index 61535b9e..1fbf251f 100644 --- a/original/man3/strptime.3 +++ b/original/man3/strptime.3 @@ -433,7 +433,7 @@ main(void) .BR setlocale (3), .BR strftime (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strsep.3 b/original/man3/strsep.3 index 2f3d0c2f..7b0aac93 100644 --- a/original/man3/strsep.3 +++ b/original/man3/strsep.3 @@ -112,7 +112,7 @@ The identity of the delimiting character is lost. .BR strstr (3), .BR strtok (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strsignal.3 b/original/man3/strsignal.3 index da987308..00e372a1 100644 --- a/original/man3/strsignal.3 +++ b/original/man3/strsignal.3 @@ -88,7 +88,7 @@ Present on Solaris and the BSDs. .BR psignal (3), .BR strerror (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strspn.3 b/original/man3/strspn.3 index f05fecfb..ee56d64e 100644 --- a/original/man3/strspn.3 +++ b/original/man3/strspn.3 @@ -93,7 +93,7 @@ SVr4, 4.3BSD, C89, C99. .BR wcscspn (3), .BR wcsspn (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strstr.3 b/original/man3/strstr.3 index 8ed51cf8..7bb5a6af 100644 --- a/original/man3/strstr.3 +++ b/original/man3/strstr.3 @@ -107,7 +107,7 @@ function is a nonstandard extension. .BR strtok (3), .BR wcsstr (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strtod.3 b/original/man3/strtod.3 index 36f03cad..b01e1800 100644 --- a/original/man3/strtod.3 +++ b/original/man3/strtod.3 @@ -212,7 +212,7 @@ the use of the functions described in this manual page is similar. .BR strtol (3), .BR strtoul (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strtoimax.3 b/original/man3/strtoimax.3 index 3dc51de0..8c99256f 100644 --- a/original/man3/strtoimax.3 +++ b/original/man3/strtoimax.3 @@ -75,7 +75,7 @@ C99, POSIX.1-2001. .BR strtoul (3), .BR wcstoimax (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strtok.3 b/original/man3/strtok.3 index 7a3c4a79..7b6f5dca 100644 --- a/original/man3/strtok.3 +++ b/original/man3/strtok.3 @@ -277,7 +277,7 @@ can be found in .BR strstr (3), .BR wcstok (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strtol.3 b/original/man3/strtol.3 index 2ed2a9e9..14678a90 100644 --- a/original/man3/strtol.3 +++ b/original/man3/strtol.3 @@ -301,7 +301,7 @@ main(int argc, char *argv[]) .BR strtod (3), .BR strtoul (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strtoul.3 b/original/man3/strtoul.3 index 07cb0829..bb9ea64c 100644 --- a/original/man3/strtoul.3 +++ b/original/man3/strtoul.3 @@ -229,7 +229,7 @@ the use of the functions described in this manual page is similar. .BR strtod (3), .BR strtol (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strverscmp.3 b/original/man3/strverscmp.3 index 61dddf74..1c0be146 100644 --- a/original/man3/strverscmp.3 +++ b/original/man3/strverscmp.3 @@ -95,7 +95,7 @@ This function is a GNU extension. .BR strcmp (3), .BR strcoll (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/strxfrm.3 b/original/man3/strxfrm.3 index 79ef41ba..47c96b07 100644 --- a/original/man3/strxfrm.3 +++ b/original/man3/strxfrm.3 @@ -94,7 +94,7 @@ copying the string with .BR strcoll (3), .BR string (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/swab.3 b/original/man3/swab.3 index 83769b05..e2cd629d 100644 --- a/original/man3/swab.3 +++ b/original/man3/swab.3 @@ -79,7 +79,7 @@ SVr4, 4.3BSD, POSIX.1-2001. .SH SEE ALSO .BR bstring (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sysconf.3 b/original/man3/sysconf.3 index f935493e..fdfb1cfd 100644 --- a/original/man3/sysconf.3 +++ b/original/man3/sysconf.3 @@ -345,7 +345,7 @@ memory. .BR pathconf (3), .BR posixoptions (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/syslog.3 b/original/man3/syslog.3 index f92a7678..049f09ba 100644 --- a/original/man3/syslog.3 +++ b/original/man3/syslog.3 @@ -318,7 +318,7 @@ use the following instead: .BR syslog.conf (5), .BR syslogd (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/system.3 b/original/man3/system.3 index 4d2adbdd..7ae190c5 100644 --- a/original/man3/system.3 +++ b/original/man3/system.3 @@ -213,7 +213,7 @@ where a shell could not be executed in the child process. .BR exec (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/sysv_signal.3 b/original/man3/sysv_signal.3 index eba5b52f..5d9a05d3 100644 --- a/original/man3/sysv_signal.3 +++ b/original/man3/sysv_signal.3 @@ -95,7 +95,7 @@ feature test macro is defined. .BR bsd_signal (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/tan.3 b/original/man3/tan.3 index aacbf6ff..53afca0d 100644 --- a/original/man3/tan.3 +++ b/original/man3/tan.3 @@ -160,7 +160,7 @@ when a domain error occurred. .BR ctan (3), .BR sin (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/tanh.3 b/original/man3/tanh.3 index eb4b3cea..410e0822 100644 --- a/original/man3/tanh.3 +++ b/original/man3/tanh.3 @@ -119,7 +119,7 @@ SVr4, 4.3BSD, C89. .BR ctanh (3), .BR sinh (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/tcgetpgrp.3 b/original/man3/tcgetpgrp.3 index 18006e57..9dafbd4b 100644 --- a/original/man3/tcgetpgrp.3 +++ b/original/man3/tcgetpgrp.3 @@ -129,7 +129,7 @@ The functions are POSIX inventions. .BR setsid (2), .BR credentials (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/tcgetsid.3 b/original/man3/tcgetsid.3 index 62336842..259ae97a 100644 --- a/original/man3/tcgetsid.3 +++ b/original/man3/tcgetsid.3 @@ -78,7 +78,7 @@ since Linux 2.1.71. .SH SEE ALSO .BR getsid (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/telldir.3 b/original/man3/telldir.3 index dcc2f2e7..f0459929 100644 --- a/original/man3/telldir.3 +++ b/original/man3/telldir.3 @@ -100,7 +100,7 @@ assumptions about its contents. .BR scandir (3), .BR seekdir (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/tempnam.3 b/original/man3/tempnam.3 index f5cb6a15..680316d3 100644 --- a/original/man3/tempnam.3 +++ b/original/man3/tempnam.3 @@ -171,7 +171,7 @@ it is unspecified how accessibility of a directory is determined. .BR tmpfile (3), .BR tmpnam (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/termios.3 b/original/man3/termios.3 index a4739179..a2e67263 100644 --- a/original/man3/termios.3 +++ b/original/man3/termios.3 @@ -37,7 +37,7 @@ .\" Enhanced the discussion of "raw" mode for cfmakeraw(). .\" Document CMSPAR. .\" -.TH TERMIOS 3 2014-12-31 "Linux" "Linux Programmer's Manual" +.TH TERMIOS 3 2015-02-01 "Linux" "Linux Programmer's Manual" .SH NAME termios, tcgetattr, tcsetattr, tcsendbreak, tcdrain, tcflush, tcflow, cfmakeraw, cfgetospeed, cfgetispeed, cfsetispeed, cfsetospeed, cfsetspeed \- @@ -1034,13 +1034,16 @@ behaves like .\" glibc for bsd: duration in us .\" glibc for sunos4: ignore duration .SH SEE ALSO +.BR reset (1), +.BR setterm (1), .BR stty (1), +.BR tput (1), .BR tset (1), .BR console_ioctl (4), .BR tty_ioctl (4), .BR setserial (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/tgamma.3 b/original/man3/tgamma.3 index fac760b0..4342e74f 100644 --- a/original/man3/tgamma.3 +++ b/original/man3/tgamma.3 @@ -188,7 +188,7 @@ exception raised), rather than a pole error. .BR gamma (3), .BR lgamma (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/timegm.3 b/original/man3/timegm.3 index 082ce302..2715e5df 100644 --- a/original/man3/timegm.3 +++ b/original/man3/timegm.3 @@ -105,7 +105,7 @@ my_timegm(struct tm *tm) .BR mktime (3), .BR tzset (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/timeradd.3 b/original/man3/timeradd.3 index 3f3dee17..004789cd 100644 --- a/original/man3/timeradd.3 +++ b/original/man3/timeradd.3 @@ -151,7 +151,7 @@ Present on most BSD derivatives. .BR gettimeofday (2), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/tmpfile.3 b/original/man3/tmpfile.3 index 9793a23b..794d1b34 100644 --- a/original/man3/tmpfile.3 +++ b/original/man3/tmpfile.3 @@ -101,7 +101,7 @@ and if that fails the directory .BR tempnam (3), .BR tmpnam (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/tmpnam.3 b/original/man3/tmpnam.3 index e8ee5726..429cf747 100644 --- a/original/man3/tmpnam.3 +++ b/original/man3/tmpnam.3 @@ -175,7 +175,7 @@ instead. .BR tempnam (3), .BR tmpfile (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/toascii.3 b/original/man3/toascii.3 index ce881118..db8ac224 100644 --- a/original/man3/toascii.3 +++ b/original/man3/toascii.3 @@ -70,7 +70,7 @@ This function will convert accented letters into random characters. .BR tolower (3), .BR toupper (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/toupper.3 b/original/man3/toupper.3 index e2f52ed1..a1fbcffc 100644 --- a/original/man3/toupper.3 +++ b/original/man3/toupper.3 @@ -154,7 +154,7 @@ the German sharp s is one example. .BR towupper (3), .BR locale (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/towctrans.3 b/original/man3/towctrans.3 index 992dee8f..bf9486fb 100644 --- a/original/man3/towctrans.3 +++ b/original/man3/towctrans.3 @@ -71,7 +71,7 @@ current locale. .BR towupper (3), .BR wctrans (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/towlower.3 b/original/man3/towlower.3 index a5f50584..b979d5a8 100644 --- a/original/man3/towlower.3 +++ b/original/man3/towlower.3 @@ -121,7 +121,7 @@ because Unicode knows about three cases: upper, lower and title case. .BR towupper (3), .BR locale (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/towupper.3 b/original/man3/towupper.3 index 22a0ec38..8948d155 100644 --- a/original/man3/towupper.3 +++ b/original/man3/towupper.3 @@ -121,7 +121,7 @@ because Unicode knows about three cases: upper, lower and title case. .BR towlower (3), .BR locale (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/trunc.3 b/original/man3/trunc.3 index c500153b..cec8d7a4 100644 --- a/original/man3/trunc.3 +++ b/original/man3/trunc.3 @@ -99,7 +99,7 @@ before assigning it to an integer type. .BR rint (3), .BR round (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/tsearch.3 b/original/man3/tsearch.3 index bd0909ec..65f8bb9e 100644 --- a/original/man3/tsearch.3 +++ b/original/man3/tsearch.3 @@ -292,7 +292,7 @@ main(void) .BR lsearch (3), .BR qsort (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ttyname.3 b/original/man3/ttyname.3 index 03e7c6af..d78ea7fe 100644 --- a/original/man3/ttyname.3 +++ b/original/man3/ttyname.3 @@ -87,7 +87,7 @@ function is thread-safe. .BR ctermid (3), .BR isatty (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ttyslot.3 b/original/man3/ttyslot.3 index 75643590..6403488b 100644 --- a/original/man3/ttyslot.3 +++ b/original/man3/ttyslot.3 @@ -155,7 +155,7 @@ Minix also has .BR ttyname (3), .BR utmp (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/tzset.3 b/original/man3/tzset.3 index fb88ced4..36b669c5 100644 --- a/original/man3/tzset.3 +++ b/original/man3/tzset.3 @@ -30,7 +30,7 @@ .\" Modified 2001-11-13, aeb .\" Modified 2004-12-01 mtk and Martin Schulze .\" -.TH TZSET 3 2014-08-19 "" "Linux Programmer's Manual" +.TH TZSET 3 2015-01-30 "" "Linux Programmer's Manual" .SH NAME tzset, tzname, timezone, daylight \- initialize time conversion information .SH SYNOPSIS @@ -75,32 +75,30 @@ the year when daylight saving time applies). .PP If the .B TZ -variable does not appear in the environment, the \fItzname\fP -variable is initialized with the best approximation of local wall clock -time, as specified by the -.BR tzfile (5)-format -file \fIlocaltime\fP -found in the system timezone directory (see below). -(One also often sees -.I /etc/localtime -used here, a symlink to the right file in the system timezone directory.) +variable does not appear in the environment, the system timezone is used. +The system timezone is configured by copying, or linking, a file in the +.BR tzfile "(5) format to" +.IR /etc/localtime . +A timezone database of these files may be located in the system +timezone directory (see the \fBFILES\fP section below). .PP If the .B TZ -variable does appear in the environment but its value is empty +variable does appear in the environment, but its value is empty, or its value cannot be interpreted using any of the formats specified -below, Coordinated Universal Time (UTC) is used. +below, then Coordinated Universal Time (UTC) is used. .PP The value of .B TZ -can be one of three formats. -The first format is used -when there is no daylight saving time in the local timezone: +can be one of two formats. +The first format is a string of characters that directly represent the +timezone to be used: .sp .RS -.I std offset +.RI "std offset " dst [ offset ][, start [ /time ], end [ /time ]] .RE .sp +There are no spaces in the specification. The \fIstd\fP string specifies the name of the timezone and must be three or more alphabetic characters. The \fIoffset\fP string immediately @@ -112,19 +110,10 @@ east. The hour must be between 0 and 24, and the minutes and seconds 0 and 59. .PP -The second format is used when there is daylight saving time: -.sp -.RS -.I std offset dst [offset],start[/time],end[/time] -.RE -.sp -There are no spaces in the specification. -The initial \fIstd\fP and -\fIoffset\fP specify the standard timezone, as described above. The \fIdst\fP string and \fIoffset\fP specify the name and offset for the corresponding daylight saving timezone. If the offset is omitted, -it default to one hour ahead of standard time. +it defaults to one hour ahead of standard time. .PP The \fIstart\fP field specifies when daylight saving time goes into effect and the \fIend\fP field specifies when the change is made back to @@ -163,54 +152,54 @@ and the changeovers happen at the default time of 02:00:00: TZ="NZST-12:00:00NZDT-13:00:00,M10.1.0,M3.3.0" .fi .PP -The third format specifies that the timezone information should be read +The second format specifies that the timezone information should be read from a file: .sp .RS :[filespec] .RE .sp -If the file specification \fIfilespec\fP is omitted, the timezone -information is read from the file -.I localtime -in the system timezone directory, which nowadays usually is -.IR /usr/share/zoneinfo . -This file is in -.BR tzfile (5) -format. +If the file specification \fIfilespec\fP is omitted, or its value cannot +be interpreted, then Coordinated Universal Time (UTC) is used. If \fIfilespec\fP is given, it specifies another .BR tzfile (5)-format file to read the timezone information from. If \fIfilespec\fP does not begin with a \(aq/\(aq, the file specification is -relative to the system timezone directory. +relative to the system timezone directory. If the colon is omitted each +of the above \fBTZ\fP formats will be tried. .PP Here's an example, once more for New Zealand: .nf TZ=":Pacific/Auckland" .fi +.SH ENVIRONMENT +.TP +.B TZ +If this variable is set its value takes precedence over the system +configured timezone. +.TP +.B TZDIR +If this variable is set its value takes precedence over the system +configured timezone database directory path. .SH FILES -Under glibc, -the system timezone directory is determined using the -.BR TZDIR -the environment variable. -If -.BR TZDIR -is not set, the default depends on the system setup, but is normally -.IR /usr/share/zoneinfo . -.LP -This timezone directory contains the files - -.nf - localtime local timezone file - posixrules rules for POSIX-style TZ's -.fi -.LP -Often, -.I /etc/localtime -is a symbolic link to the file -.I localtime -or to the correct timezone file in the system timezone directory. +.TP +.B /etc/localtime +The system timezone file. +.TP +.B /usr/share/zoneinfo/ +The system timezone database directory. +.TP +.B /usr/share/zoneinfo/posixrules +When a TZ string includes a dst timezone without anything following it, +then this file is used for the start/end rules. +It is in the +.BR tzfile "(5) format." +By default, the zoneinfo Makefile hard links it to the +.IR America/New_York " tzfile." +.PP +Above are the current standard file locations, but they are +configurable when glibc is compiled. .SH CONFORMING TO SVr4, POSIX.1-2001, 4.3BSD. .SH NOTES @@ -236,7 +225,7 @@ otherwise the daylight saving time version. .BR getenv (3), .BR tzfile (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ualarm.3 b/original/man3/ualarm.3 index 2c6b686a..c6c4d0e2 100644 --- a/original/man3/ualarm.3 +++ b/original/man3/ualarm.3 @@ -153,7 +153,7 @@ instead. .BR usleep (3), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ulimit.3 b/original/man3/ulimit.3 index f1219687..cdc2653e 100644 --- a/original/man3/ulimit.3 +++ b/original/man3/ulimit.3 @@ -86,7 +86,7 @@ as obsolete. .BR setrlimit (2), .BR sysconf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/undocumented.3 b/original/man3/undocumented.3 index e233f2d4..0a5465d4 100644 --- a/original/man3/undocumented.3 +++ b/original/man3/undocumented.3 @@ -181,7 +181,7 @@ for inclusion in the next man page release. .BR yp_unbind (3), .BR yp_update (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/ungetwc.3 b/original/man3/ungetwc.3 index bbdedbbf..978364e5 100644 --- a/original/man3/ungetwc.3 +++ b/original/man3/ungetwc.3 @@ -91,7 +91,7 @@ current locale. .SH SEE ALSO .BR fgetwc (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/unlocked_stdio.3 b/original/man3/unlocked_stdio.3 index 341d3f08..cf2306ef 100644 --- a/original/man3/unlocked_stdio.3 +++ b/original/man3/unlocked_stdio.3 @@ -137,7 +137,7 @@ They should probably not be used. .BR flockfile (3), .BR stdio (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/unlockpt.3 b/original/man3/unlockpt.3 index f8f2c8b2..4849c699 100644 --- a/original/man3/unlockpt.3 +++ b/original/man3/unlockpt.3 @@ -57,7 +57,7 @@ POSIX.1-2001. .BR pts (4), .BR pty (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/updwtmp.3 b/original/man3/updwtmp.3 index 7e3f1ea0..a674f937 100644 --- a/original/man3/updwtmp.3 +++ b/original/man3/updwtmp.3 @@ -82,7 +82,7 @@ structure as its last argument. .BR getutxent (3), .BR wtmp (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/uselocale.3 b/original/man3/uselocale.3 index d062b85c..cdf20981 100644 --- a/original/man3/uselocale.3 +++ b/original/man3/uselocale.3 @@ -124,7 +124,7 @@ and .BR locale (5), .BR locale (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/usleep.3 b/original/man3/usleep.3 index c5bf1c43..af22abb8 100644 --- a/original/man3/usleep.3 +++ b/original/man3/usleep.3 @@ -154,7 +154,7 @@ is unspecified. .BR ualarm (3), .BR time (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcpcpy.3 b/original/man3/wcpcpy.3 index 5ec5bc1b..d8bce44a 100644 --- a/original/man3/wcpcpy.3 +++ b/original/man3/wcpcpy.3 @@ -75,7 +75,7 @@ POSIX.1-2008. .BR strcpy (3), .BR wcscpy (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcpncpy.3 b/original/man3/wcpncpy.3 index 3e254496..69a7cd87 100644 --- a/original/man3/wcpncpy.3 +++ b/original/man3/wcpncpy.3 @@ -101,7 +101,7 @@ POSIX.1-2008. .BR stpncpy (3), .BR wcsncpy (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcrtomb.3 b/original/man3/wcrtomb.3 index 963525cb..cd194e5e 100644 --- a/original/man3/wcrtomb.3 +++ b/original/man3/wcrtomb.3 @@ -123,7 +123,7 @@ is not multithread safe. .BR mbsinit (3), .BR wcsrtombs (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcscasecmp.3 b/original/man3/wcscasecmp.3 index ffe62ebd..527deef7 100644 --- a/original/man3/wcscasecmp.3 +++ b/original/man3/wcscasecmp.3 @@ -103,7 +103,7 @@ current locale. .BR strcasecmp (3), .BR wcscmp (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcscat.3 b/original/man3/wcscat.3 index d66982e7..2dc14644 100644 --- a/original/man3/wcscat.3 +++ b/original/man3/wcscat.3 @@ -58,7 +58,7 @@ C99. .BR wcscpy (3), .BR wcsncat (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcschr.3 b/original/man3/wcschr.3 index 61784b7f..cffb89a0 100644 --- a/original/man3/wcschr.3 +++ b/original/man3/wcschr.3 @@ -58,7 +58,7 @@ C99. .BR wcsstr (3), .BR wmemchr (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcscmp.3 b/original/man3/wcscmp.3 index f6646831..ee3dbd43 100644 --- a/original/man3/wcscmp.3 +++ b/original/man3/wcscmp.3 @@ -68,7 +68,7 @@ C99. .BR wcscasecmp (3), .BR wmemcmp (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcscpy.3 b/original/man3/wcscpy.3 index 7f401c53..690e4d61 100644 --- a/original/man3/wcscpy.3 +++ b/original/man3/wcscpy.3 @@ -60,7 +60,7 @@ C99. .BR wcsdup (3), .BR wmemcpy (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcscspn.3 b/original/man3/wcscspn.3 index 32d3e7ae..2e7247e9 100644 --- a/original/man3/wcscspn.3 +++ b/original/man3/wcscspn.3 @@ -70,7 +70,7 @@ C99. .BR wcspbrk (3), .BR wcsspn (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcsdup.3 b/original/man3/wcsdup.3 index 05018c1a..65a4a80d 100644 --- a/original/man3/wcsdup.3 +++ b/original/man3/wcsdup.3 @@ -76,7 +76,7 @@ and is not widely available on other systems. .BR strdup (3), .BR wcscpy (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcslen.3 b/original/man3/wcslen.3 index f2a01832..9345b9c3 100644 --- a/original/man3/wcslen.3 +++ b/original/man3/wcslen.3 @@ -49,7 +49,7 @@ C99. .SH SEE ALSO .BR strlen (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcsncasecmp.3 b/original/man3/wcsncasecmp.3 index 86182063..63a22f6b 100644 --- a/original/man3/wcsncasecmp.3 +++ b/original/man3/wcsncasecmp.3 @@ -108,7 +108,7 @@ current locale. .BR strncasecmp (3), .BR wcsncmp (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcsncat.3 b/original/man3/wcsncat.3 index fd44e935..1fbf9265 100644 --- a/original/man3/wcsncat.3 +++ b/original/man3/wcsncat.3 @@ -59,7 +59,7 @@ C99. .BR strncat (3), .BR wcscat (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcsncmp.3 b/original/man3/wcsncmp.3 index 8a088d10..bcf9b324 100644 --- a/original/man3/wcsncmp.3 +++ b/original/man3/wcsncmp.3 @@ -81,7 +81,7 @@ C99. .BR strncmp (3), .BR wcsncasecmp (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcsncpy.3 b/original/man3/wcsncpy.3 index 890a3b20..e96cb921 100644 --- a/original/man3/wcsncpy.3 +++ b/original/man3/wcsncpy.3 @@ -76,7 +76,7 @@ C99. .SH SEE ALSO .BR strncpy (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcsnlen.3 b/original/man3/wcsnlen.3 index 5f36731d..267c4fe8 100644 --- a/original/man3/wcsnlen.3 +++ b/original/man3/wcsnlen.3 @@ -90,7 +90,7 @@ POSIX.1-2008. .BR strnlen (3), .BR wcslen (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcsnrtombs.3 b/original/man3/wcsnrtombs.3 index c457288e..9b80bbf3 100644 --- a/original/man3/wcsnrtombs.3 +++ b/original/man3/wcsnrtombs.3 @@ -175,7 +175,7 @@ is not multithread safe. .BR mbsinit (3), .BR wcsrtombs (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcspbrk.3 b/original/man3/wcspbrk.3 index 84e4fbe7..b7c38f24 100644 --- a/original/man3/wcspbrk.3 +++ b/original/man3/wcspbrk.3 @@ -58,7 +58,7 @@ C99. .BR wcschr (3), .BR wcscspn (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcsrchr.3 b/original/man3/wcsrchr.3 index 0cd5d9dc..2dc9638f 100644 --- a/original/man3/wcsrchr.3 +++ b/original/man3/wcsrchr.3 @@ -55,7 +55,7 @@ C99. .BR strrchr (3), .BR wcschr (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcsrtombs.3 b/original/man3/wcsrtombs.3 index 6256879d..c19db26d 100644 --- a/original/man3/wcsrtombs.3 +++ b/original/man3/wcsrtombs.3 @@ -143,7 +143,7 @@ is not multithread safe. .BR wcsnrtombs (3), .BR wcstombs (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcsspn.3 b/original/man3/wcsspn.3 index 0c9f8d2a..7b5f662c 100644 --- a/original/man3/wcsspn.3 +++ b/original/man3/wcsspn.3 @@ -68,7 +68,7 @@ C99. .BR strspn (3), .BR wcscspn (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcsstr.3 b/original/man3/wcsstr.3 index cd305d2b..8acaa109 100644 --- a/original/man3/wcsstr.3 +++ b/original/man3/wcsstr.3 @@ -64,7 +64,7 @@ C99. .BR strstr (3), .BR wcschr (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcstoimax.3 b/original/man3/wcstoimax.3 index b40b9e6f..b0ab906a 100644 --- a/original/man3/wcstoimax.3 +++ b/original/man3/wcstoimax.3 @@ -68,7 +68,7 @@ C99. .BR wcstol (3), .BR wcstoul (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcstok.3 b/original/man3/wcstok.3 index f2742833..11374d81 100644 --- a/original/man3/wcstok.3 +++ b/original/man3/wcstok.3 @@ -105,7 +105,7 @@ for (token = wcstok(wcs, " \\t\\n", &state); .BR strtok (3), .BR wcschr (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcstombs.3 b/original/man3/wcstombs.3 index 0f6811c1..d1241f47 100644 --- a/original/man3/wcstombs.3 +++ b/original/man3/wcstombs.3 @@ -107,7 +107,7 @@ the same functionality. .BR wcsrtombs (3) .BR wctom (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcswidth.3 b/original/man3/wcswidth.3 index 3c96f993..1c3edfbd 100644 --- a/original/man3/wcswidth.3 +++ b/original/man3/wcswidth.3 @@ -65,7 +65,7 @@ current locale. .BR iswprint (3), .BR wcwidth (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wctob.3 b/original/man3/wctob.3 index 03b8216d..ca7df661 100644 --- a/original/man3/wctob.3 +++ b/original/man3/wctob.3 @@ -70,7 +70,7 @@ instead. .BR wcrtomb (3), .BR wctomb (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wctomb.3 b/original/man3/wctomb.3 index e50dd6ef..8c702908 100644 --- a/original/man3/wctomb.3 +++ b/original/man3/wctomb.3 @@ -108,7 +108,7 @@ a better interface to the same functionality. .BR wcrtomb (3), .BR wcstombs (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wctrans.3 b/original/man3/wctrans.3 index ba39329a..5740a4b6 100644 --- a/original/man3/wctrans.3 +++ b/original/man3/wctrans.3 @@ -79,7 +79,7 @@ current locale. .SH SEE ALSO .BR towctrans (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wctype.3 b/original/man3/wctype.3 index 94e6274c..c9f11532 100644 --- a/original/man3/wctype.3 +++ b/original/man3/wctype.3 @@ -91,7 +91,7 @@ current locale. .SH SEE ALSO .BR iswctype (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wcwidth.3 b/original/man3/wcwidth.3 index 65861e6c..14da26d5 100644 --- a/original/man3/wcwidth.3 +++ b/original/man3/wcwidth.3 @@ -69,7 +69,7 @@ current locale. .BR iswprint (3), .BR wcswidth (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wmemchr.3 b/original/man3/wmemchr.3 index 38c150ff..59bb439e 100644 --- a/original/man3/wmemchr.3 +++ b/original/man3/wmemchr.3 @@ -59,7 +59,7 @@ C99. .BR memchr (3), .BR wcschr (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wmemcmp.3 b/original/man3/wmemcmp.3 index 9ce294b2..aac5c866 100644 --- a/original/man3/wmemcmp.3 +++ b/original/man3/wmemcmp.3 @@ -78,7 +78,7 @@ C99. .BR memcmp (3), .BR wcscmp (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wmemcpy.3 b/original/man3/wmemcpy.3 index 65e98877..47e962b1 100644 --- a/original/man3/wmemcpy.3 +++ b/original/man3/wmemcpy.3 @@ -62,7 +62,7 @@ C99. .BR wmemmove (3), .BR wmempcpy (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wmemmove.3 b/original/man3/wmemmove.3 index 3b960e52..b2d9ba63 100644 --- a/original/man3/wmemmove.3 +++ b/original/man3/wmemmove.3 @@ -58,7 +58,7 @@ C99. .BR memmove (3), .BR wmemcpy (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wmemset.3 b/original/man3/wmemset.3 index 592f7861..290eac29 100644 --- a/original/man3/wmemset.3 +++ b/original/man3/wmemset.3 @@ -50,7 +50,7 @@ C99. .SH SEE ALSO .BR memset (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wordexp.3 b/original/man3/wordexp.3 index 0889e2f3..809db8f7 100644 --- a/original/man3/wordexp.3 +++ b/original/man3/wordexp.3 @@ -214,7 +214,7 @@ main(int argc, char **argv) .BR fnmatch (3), .BR glob (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/wprintf.3 b/original/man3/wprintf.3 index ebbb7dde..06ea7a86 100644 --- a/original/man3/wprintf.3 +++ b/original/man3/wprintf.3 @@ -256,7 +256,7 @@ followed by .BR snprintf (3) .\" .BR wscanf (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/xcrypt.3 b/original/man3/xcrypt.3 index af159923..ee54542f 100644 --- a/original/man3/xcrypt.3 +++ b/original/man3/xcrypt.3 @@ -71,7 +71,7 @@ The prototypes are missing from the abovementioned include file. .SH SEE ALSO .BR cbc_crypt (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/xdr.3 b/original/man3/xdr.3 index 7f15e2cb..5263028f 100644 --- a/original/man3/xdr.3 +++ b/original/man3/xdr.3 @@ -553,7 +553,7 @@ RFC\ 1014, Sun Microsystems, Inc., USC-ISI. .RE .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/y0.3 b/original/man3/y0.3 index 8c62ec73..bb2eeae0 100644 --- a/original/man3/y0.3 +++ b/original/man3/y0.3 @@ -253,7 +253,7 @@ when a domain error occurs. .SH SEE ALSO .BR j0 (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/cciss.4 b/original/man4/cciss.4 index e59dba41..465702a2 100644 --- a/original/man4/cciss.4 +++ b/original/man4/cciss.4 @@ -368,7 +368,7 @@ in the Linux kernel source tree .\" Charles White, Francis Wiran .\" and probably some other people. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/console.4 b/original/man4/console.4 index 3c38d81a..506d237f 100644 --- a/original/man4/console.4 +++ b/original/man4/console.4 @@ -110,7 +110,7 @@ All escape sequences can be found in .BR resizecons (8), .BR setfont (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/console_codes.4 b/original/man4/console_codes.4 index 8688cd00..24e6857c 100644 --- a/original/man4/console_codes.4 +++ b/original/man4/console_codes.4 @@ -644,7 +644,7 @@ It is ignored. .BR console_ioctl (4), .BR charsets (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/console_ioctl.4 b/original/man4/console_ioctl.4 index b788f1d6..65ce8020 100644 --- a/original/man4/console_ioctl.4 +++ b/original/man4/console_ioctl.4 @@ -871,7 +871,7 @@ Use POSIX functions. .IR /usr/include/linux/kd.h , .I /usr/include/linux/vt.h .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/cpuid.4 b/original/man4/cpuid.4 index 27376787..b837f286 100644 --- a/original/man4/cpuid.4 +++ b/original/man4/cpuid.4 @@ -94,7 +94,7 @@ Instruction Set Reference, A-M, 3-180 CPUID reference. Intel Corporation, Intel Processor Identification and the CPUID Instruction, Application note 485. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/dsp56k.4 b/original/man4/dsp56k.4 index e1e3e2c2..77f8740c 100644 --- a/original/man4/dsp56k.4 +++ b/original/man4/dsp56k.4 @@ -119,7 +119,7 @@ user-defined command handled by the program running in the DSP56001. .UE , DSP56000/DSP56001 Digital Signal Processor User's Manual .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/fd.4 b/original/man4/fd.4 index 1ad0cfb2..335b4f22 100644 --- a/original/man4/fd.4 +++ b/original/man4/fd.4 @@ -220,7 +220,7 @@ This used to be common with older 8-inch floppies. .BR mount (8), .BR setfdprm (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/full.4 b/original/man4/full.4 index 4cd99ecd..b4c4f848 100644 --- a/original/man4/full.4 +++ b/original/man4/full.4 @@ -63,7 +63,7 @@ will always succeed. .BR null (4), .BR zero (4) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/hd.4 b/original/man4/hd.4 index 114a368a..d32d6676 100644 --- a/original/man4/hd.4 +++ b/original/man4/hd.4 @@ -108,7 +108,7 @@ chown root:disk /dev/hd* .BR sd (4), .BR mount (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/hpsa.4 b/original/man4/hpsa.4 index cc8f8d0d..b981123a 100644 --- a/original/man4/hpsa.4 +++ b/original/man4/hpsa.4 @@ -195,7 +195,7 @@ in the Linux kernel source tree .\" Don Brace, Steve Cameron, Tom Lawler, Mike Miller, Scott Teel .\" and probably some other people. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/initrd.4 b/original/man4/initrd.4 index 0d34fc95..1839d4c2 100644 --- a/original/man4/initrd.4 +++ b/original/man4/initrd.4 @@ -482,7 +482,7 @@ The behavior may change in future versions of the Linux kernel. in the Linux kernel source tree, the LILO documentation, the LOADLIN documentation, the SYSLINUX documentation .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/intro.4 b/original/man4/intro.4 index 2f81cbdb..76472148 100644 --- a/original/man4/intro.4 +++ b/original/man4/intro.4 @@ -38,7 +38,7 @@ Note that these can be different from page to page! .SH SEE ALSO .BR standards (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/lp.4 b/original/man4/lp.4 index b2808582..b2d07829 100644 --- a/original/man4/lp.4 +++ b/original/man4/lp.4 @@ -139,7 +139,7 @@ No argument is used. .BR lpcntl (8), .BR tunelp (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/mem.4 b/original/man4/mem.4 index 33fef2bc..46add47b 100644 --- a/original/man4/mem.4 +++ b/original/man4/mem.4 @@ -61,7 +61,7 @@ is the same as .BR mem , except that the kernel virtual memory rather than physical memory is accessed. -Since 2.6.26, this file is only available if the +Since 2.6.26, this file is available only if the .B CONFIG_DEVKMEM kernel configuration option is enabled. .LP @@ -96,7 +96,7 @@ chown root:kmem /dev/port .BR mknod (1), .BR ioperm (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/mouse.4 b/original/man4/mouse.4 index 59665df1..b6401214 100644 --- a/original/man4/mouse.4 +++ b/original/man4/mouse.4 @@ -185,7 +185,7 @@ A commonly used symlink pointing to a mouse device. .BR ttyS (4), .BR gpm (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/msr.4 b/original/man4/msr.4 index 504c2374..ef1cc1be 100644 --- a/original/man4/msr.4 +++ b/original/man4/msr.4 @@ -57,7 +57,7 @@ Intel Corporation Intel 64 and IA-32 Architectures Software Developer's Manual Volume 3B Appendix B, for an overview of the Intel CPU MSRs. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/null.4 b/original/man4/null.4 index 1b20e9aa..c8d3f669 100644 --- a/original/man4/null.4 +++ b/original/man4/null.4 @@ -66,7 +66,7 @@ programs will act strangely. .BR mknod (1), .BR full (4) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/pts.4 b/original/man4/pts.4 index 38a81929..2e7d58bd 100644 --- a/original/man4/pts.4 +++ b/original/man4/pts.4 @@ -78,7 +78,7 @@ and one needed lots of preallocated device nodes. .BR unlockpt (3), .BR pty (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/ram.4 b/original/man4/ram.4 index 54daff14..9fc93a24 100644 --- a/original/man4/ram.4 +++ b/original/man4/ram.4 @@ -45,7 +45,7 @@ chown root:disk /dev/ram .BR mknod (1), .BR mount (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/random.4 b/original/man4/random.4 index 95dff441..78e898e1 100644 --- a/original/man4/random.4 +++ b/original/man4/random.4 @@ -16,7 +16,7 @@ .\" Add a Usage subsection that recommends most users to use .\" /dev/urandom, and emphasizes parsimonious usage of /dev/random. .\" -.TH RANDOM 4 2015-01-10 "Linux" "Linux Programmer's Manual" +.TH RANDOM 4 2015-02-01 "Linux" "Linux Programmer's Manual" .SH NAME random, urandom \- kernel random number source devices .SH SYNOPSIS @@ -306,11 +306,12 @@ wall clock) to the pools. .\" The kernel's random number generator was written by .\" Theodore Ts'o (tytso@athena.mit.edu). .SH SEE ALSO +.BR getrandom (2), .BR mknod (1) .br RFC\ 1750, "Randomness Recommendations for Security" .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/rtc.4 b/original/man4/rtc.4 index f0b4e1ba..5a94835a 100644 --- a/original/man4/rtc.4 +++ b/original/man4/rtc.4 @@ -318,7 +318,7 @@ Some RTCs support "wildcard" values in alarm fields, to support scenarios like periodic alarms at fifteen minutes after every hour, or on the first day of each month. Such usage is nonportable; -portable user-space code only expects a single alarm interrupt, and +portable user-space code expects only a single alarm interrupt, and will either disable or reinitialize the alarm after receiving it. Some RTCs support periodic interrupts with periods that are multiples @@ -342,7 +342,7 @@ capabilities that are not currently exposed by this API. .I Documentation/rtc.txt in the Linux kernel source tree .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/sd.4 b/original/man4/sd.4 index 9fc550f0..19884f4c 100644 --- a/original/man4/sd.4 +++ b/original/man4/sd.4 @@ -135,7 +135,7 @@ will fail with the error .\".SH "SEE ALSO" .\".BR scsi (4) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/sk98lin.4 b/original/man4/sk98lin.4 index 42ca073d..0330421d 100644 --- a/original/man4/sk98lin.4 +++ b/original/man4/sk98lin.4 @@ -600,7 +600,7 @@ Report any bugs to linux@syskonnect.de .BR insmod (8), .BR modprobe (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/st.4 b/original/man4/st.4 index f3fada9a..cce60aab 100644 --- a/original/man4/st.4 +++ b/original/man4/st.4 @@ -652,7 +652,7 @@ that may take a long time) can be set with The kernel defaults are very long to make sure that a successful command is not timed out with any drive. -Because of this the driver may seem stuck even if it is only +Because of this, the driver may seem stuck even if it is only waiting for the timeout. These commands can be used to set more practical values for a specific drive. @@ -962,7 +962,7 @@ or the most recent information about the driver and its configuration possibilities .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/tty.4 b/original/man4/tty.4 index 2d9d0470..b1ea7c08 100644 --- a/original/man4/tty.4 +++ b/original/man4/tty.4 @@ -83,7 +83,7 @@ to detach itself. .BR agetty (8), .BR mingetty (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/ttyS.4 b/original/man4/ttyS.4 index d15fc6c6..b3c3471f 100644 --- a/original/man4/ttyS.4 +++ b/original/man4/ttyS.4 @@ -53,7 +53,7 @@ chown root:tty /dev/ttyS[0\-3] .BR mingetty (8), .BR setserial (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/tty_ioctl.4 b/original/man4/tty_ioctl.4 index e36a75d6..9855908e 100644 --- a/original/man4/tty_ioctl.4 +++ b/original/man4/tty_ioctl.4 @@ -500,7 +500,7 @@ main(void) .\" TIOCSERSETMULTI const struct serial_multiport_struct * .\" TIOCGSERIAL, TIOCSSERIAL (see above) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/vcs.4 b/original/man4/vcs.4 index 905229b6..397fb485 100644 --- a/original/man4/vcs.4 +++ b/original/man4/vcs.4 @@ -176,7 +176,7 @@ main(void) .BR ttyS (4), .BR gpm (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man4/wavelan.4 b/original/man4/wavelan.4 index 205b0330..70785d85 100644 --- a/original/man4/wavelan.4 +++ b/original/man4/wavelan.4 @@ -143,7 +143,7 @@ them by changing flags in the driver header and recompile. .BR iwpriv (8), .BR iwspy (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/acct.5 b/original/man5/acct.5 index 69144b37..5888c9b3 100644 --- a/original/man5/acct.5 +++ b/original/man5/acct.5 @@ -177,7 +177,7 @@ when disk space runs low. .BR accton (8), .BR sa (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/charmap.5 b/original/man5/charmap.5 index 8afa793e..c4e79bfa 100644 --- a/original/man5/charmap.5 +++ b/original/man5/charmap.5 @@ -118,7 +118,7 @@ charmap: .BR locale (5), .BR charsets (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/core.5 b/original/man5/core.5 index 6c8c44b5..013757cf 100644 --- a/original/man5/core.5 +++ b/original/man5/core.5 @@ -438,7 +438,7 @@ main(int argc, char *argv[]) .BR pthreads (7), .BR signal (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/dir_colors.5 b/original/man5/dir_colors.5 index fdbd9fea..abd38f56 100644 --- a/original/man5/dir_colors.5 +++ b/original/man5/dir_colors.5 @@ -413,7 +413,7 @@ is undefined. .BR stty (1), .BR xterm (1) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/elf.5 b/original/man5/elf.5 index c7be0515..5f17f00a 100644 --- a/original/man5/elf.5 +++ b/original/man5/elf.5 @@ -1961,7 +1961,7 @@ AMD64 ABI Draft, .IR "System V Application Binary Interface AMD64 Architecture Processor Supplement" . .PP .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/filesystems.5 b/original/man5/filesystems.5 index 5b69c61d..b4d56664 100644 --- a/original/man5/filesystems.5 +++ b/original/man5/filesystems.5 @@ -199,7 +199,7 @@ you need special programs, which can be found at .BR mkfs (8), .BR mount (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/ftpusers.5 b/original/man5/ftpusers.5 index caaa261a..d43de2bf 100644 --- a/original/man5/ftpusers.5 +++ b/original/man5/ftpusers.5 @@ -51,7 +51,7 @@ Lines starting with a # are ignored. .BR proftpd (8), .BR wuftpd (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/gai.conf.5 b/original/man5/gai.conf.5 index 56cff4b8..fdc80f18 100644 --- a/original/man5/gai.conf.5 +++ b/original/man5/gai.conf.5 @@ -94,7 +94,7 @@ precedence ::ffff:0:0/96 10 .BR getaddrinfo (3), RFC\ 3484 .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/group.5 b/original/man5/group.5 index aa0b3d08..cb80ed73 100644 --- a/original/man5/group.5 +++ b/original/man5/group.5 @@ -65,7 +65,7 @@ up-to-date. .BR getgrnam (3), .BR passwd (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/host.conf.5 b/original/man5/host.conf.5 index 1917a3b0..db7ea16c 100644 --- a/original/man5/host.conf.5 +++ b/original/man5/host.conf.5 @@ -202,7 +202,7 @@ Line comments can appear anywhere and not only at the beginning of a line. .BR named (8), .BR resolv+ (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/hosts.5 b/original/man5/hosts.5 index 14e5e5bd..b803ce68 100644 --- a/original/man5/hosts.5 +++ b/original/man5/hosts.5 @@ -124,7 +124,7 @@ Internet RFC\ 952 .\" This manual page was written by Manoj Srivastava , .\" for the Debian GNU/Linux system. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/hosts.equiv.5 b/original/man5/hosts.equiv.5 index db2c16d6..90befa8b 100644 --- a/original/man5/hosts.equiv.5 +++ b/original/man5/hosts.equiv.5 @@ -86,7 +86,7 @@ the particular service .BR rlogind (8), .BR rshd (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/intro.5 b/original/man5/intro.5 index d5855849..746029e4 100644 --- a/original/man5/intro.5 +++ b/original/man5/intro.5 @@ -38,7 +38,7 @@ Note that these can be different from page to page! .SH SEE ALSO .BR standards (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/issue.5 b/original/man5/issue.5 index 442dfb1f..83a60976 100644 --- a/original/man5/issue.5 +++ b/original/man5/issue.5 @@ -43,7 +43,7 @@ program employed on the system. .BR agetty (8), .BR mingetty (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/locale.5 b/original/man5/locale.5 index 88f354d4..7af414f9 100644 --- a/original/man5/locale.5 +++ b/original/man5/locale.5 @@ -1180,7 +1180,7 @@ This manual page isn't complete. .BR unicode (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/motd.5 b/original/man5/motd.5 index 89f73d52..cc86eec6 100644 --- a/original/man5/motd.5 +++ b/original/man5/motd.5 @@ -43,7 +43,7 @@ space than mail to all users). .BR login (1), .BR issue (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/networks.5 b/original/man5/networks.5 index b3e95e65..147038b7 100644 --- a/original/man5/networks.5 +++ b/original/man5/networks.5 @@ -78,7 +78,7 @@ The networks definition file. .BR netstat (8), .BR route (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/nologin.5 b/original/man5/nologin.5 index cbb16521..7c3d23e3 100644 --- a/original/man5/nologin.5 +++ b/original/man5/nologin.5 @@ -39,7 +39,7 @@ be shown the contents of this file and their logins will be refused. .BR login (1), .BR shutdown (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/nscd.conf.5 b/original/man5/nscd.conf.5 index e9176dd6..8f2485ec 100644 --- a/original/man5/nscd.conf.5 +++ b/original/man5/nscd.conf.5 @@ -242,7 +242,7 @@ your distribution might differ. .\" .B nscd .\" was written by Thorsten Kukuk and Ulrich Drepper. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/nss.5 b/original/man5/nss.5 index 861c7fca..2b86f879 100644 --- a/original/man5/nss.5 +++ b/original/man5/nss.5 @@ -110,7 +110,7 @@ SETENT_BATCH_READ=FALSE .SH SEE ALSO \fInsswitch.conf\fR .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/nsswitch.conf.5 b/original/man5/nsswitch.conf.5 index eaedf269..f079bd48 100644 --- a/original/man5/nsswitch.conf.5 +++ b/original/man5/nsswitch.conf.5 @@ -353,7 +353,7 @@ introduced a cleaner solution to the problem. .BR getent (1), .BR nss (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/passwd.5 b/original/man5/passwd.5 index b42fbfdb..7bfd07df 100644 --- a/original/man5/passwd.5 +++ b/original/man5/passwd.5 @@ -27,7 +27,7 @@ .\" Modified Sun Jun 18 01:53:57 1995 by Andries Brouwer (aeb@cwi.nl) .\" Modified Mon Jan 5 20:24:40 MET 1998 by Michael Haardt .\" (michael@cantor.informatik.rwth-aachen.de) -.TH PASSWD 5 2014-02-11 "Linux" "Linux Programmer's Manual" +.TH PASSWD 5 2015-02-01 "Linux" "Linux Programmer's Manual" .SH NAME passwd \- password file .SH DESCRIPTION @@ -160,6 +160,8 @@ Trying to lock an account by simply changing the shell field yields the same result and additionally allows the use of .BR su (1). .SH SEE ALSO +.BR chfn (1), +.BR chsh (1), .BR login (1), .BR passwd (1), .BR su (1), @@ -169,7 +171,7 @@ shell field yields the same result and additionally allows the use of .BR group (5), .BR shadow (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/proc.5 b/original/man5/proc.5 index e05c1f69..fea9922e 100644 --- a/original/man5/proc.5 +++ b/original/man5/proc.5 @@ -2737,7 +2737,7 @@ The "rem_address" is the remote address and port number pair The "tx_queue" and "rx_queue" are the outgoing and incoming data queue in terms of kernel memory usage. The "tr", "tm\->when", and "rexmits" fields hold internal information of -the kernel socket state and are only useful for debugging. +the kernel socket state and are useful only for debugging. The "uid" field holds the effective UID of the creator of the socket. .TP @@ -2846,7 +2846,7 @@ monotonically-increasing sequence number. This shows the ID of the most recent packet queued. .RE .IP -The last number only exists for compatibility reasons and is always 1. +The last number exists only for compatibility reasons and is always 1. .TP .I /proc/partitions Contains the major and minor numbers of each partition as well as the number @@ -4441,7 +4441,7 @@ The Linux kernel source files: and .IR Documentation/sysctl/vm.txt . .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/protocols.5 b/original/man5/protocols.5 index a4ff5c02..1a3746c3 100644 --- a/original/man5/protocols.5 +++ b/original/man5/protocols.5 @@ -84,7 +84,7 @@ The protocols definition file. .UR http://www.iana.org\:/assignments\:/protocol-numbers .UE .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/repertoiremap.5 b/original/man5/repertoiremap.5 index 4121410e..19aa5076 100644 --- a/original/man5/repertoiremap.5 +++ b/original/man5/repertoiremap.5 @@ -27,7 +27,7 @@ repertoiremap \- map symbolic character names to Unicode code points A repertoire map defines mappings between symbolic character names and Unicode code points when compiling a locale with .BR localedef (1). -Using a repertoire map is optional, it is only needed when symbolic +Using a repertoire map is optional, it is needed only when symbolic names are used instead of now preferred Unicode code points. .SS Syntax The repertoiremap file starts with a header that may consist of the @@ -71,7 +71,7 @@ Repertoire maps are deprecated in favor of Unicode code points. .BR charmap (5), .BR locale (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/resolv.conf.5 b/original/man5/resolv.conf.5 index 36eaca41..5aaddb35 100644 --- a/original/man5/resolv.conf.5 +++ b/original/man5/resolv.conf.5 @@ -306,7 +306,7 @@ in the first column are treated as comments. .br Name Server Operations Guide for BIND .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/rpc.5 b/original/man5/rpc.5 index 149394ca..9889aa35 100644 --- a/original/man5/rpc.5 +++ b/original/man5/rpc.5 @@ -80,7 +80,7 @@ RPC program number data base .SH SEE ALSO .BR getrpcent (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/securetty.5 b/original/man5/securetty.5 index b0f2ffc2..fa8c6a6a 100644 --- a/original/man5/securetty.5 +++ b/original/man5/securetty.5 @@ -44,7 +44,7 @@ if you use the shadow suite. .BR login (1), .BR login.defs (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/services.5 b/original/man5/services.5 index 0a62d39a..a7a62e0d 100644 --- a/original/man5/services.5 +++ b/original/man5/services.5 @@ -220,7 +220,7 @@ Definition of Assigned Numbers RFC, most recently RFC\ 1700, (AKA STD0002). .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/shells.5 b/original/man5/shells.5 index dbd7c235..f4bd3b92 100644 --- a/original/man5/shells.5 +++ b/original/man5/shells.5 @@ -57,7 +57,7 @@ may contain the following paths: .BR chsh (1), .BR getusershell (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/slabinfo.5 b/original/man5/slabinfo.5 index ade4698d..a88cb232 100644 --- a/original/man5/slabinfo.5 +++ b/original/man5/slabinfo.5 @@ -133,7 +133,7 @@ is present only if the .B CONFIG_SLAB kernel configuration option is enabled. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/termcap.5 b/original/man5/termcap.5 index 8ed404b3..8f7580dc 100644 --- a/original/man5/termcap.5 +++ b/original/man5/termcap.5 @@ -472,7 +472,7 @@ if the capabilities are missing. .BR termcap (3), .BR terminfo (5) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/ttytype.5 b/original/man5/ttytype.5 index 6c81b5ed..b541fe6c 100644 --- a/original/man5/ttytype.5 +++ b/original/man5/ttytype.5 @@ -70,7 +70,7 @@ vt320 ttys0 .BR agetty (8), .BR mingetty (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/tzfile.5 b/original/man5/tzfile.5 index e4961c3d..391a1644 100644 --- a/original/man5/tzfile.5 +++ b/original/man5/tzfile.5 @@ -162,7 +162,7 @@ such instants). .I timezone/tzfile.h in the glibc source tree .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/utmp.5 b/original/man5/utmp.5 index 2f9fd9d8..2622617c 100644 --- a/original/man5/utmp.5 +++ b/original/man5/utmp.5 @@ -350,7 +350,7 @@ ut.ut_tv.tv_usec = tv.tv_usec; .BR updwtmp (3), .BR init (1) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man6/intro.6 b/original/man6/intro.6 index 1309d94c..26c92207 100644 --- a/original/man6/intro.6 +++ b/original/man6/intro.6 @@ -35,7 +35,7 @@ Look at the header of the manual page source for the author(s) and copyright conditions. Note that these can be different from page to page! .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/aio.7 b/original/man7/aio.7 index 2aea99e8..1284a1e0 100644 --- a/original/man7/aio.7 +++ b/original/man7/aio.7 @@ -463,7 +463,7 @@ main(int argc, char *argv[]) .UR http://www.squid-cache.org\:/~adrian\:/Reprint-Pulavarty-OLS2003.pdf .UE .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/armscii-8.7 b/original/man7/armscii-8.7 index d5ce8603..893fb3dc 100644 --- a/original/man7/armscii-8.7 +++ b/original/man7/armscii-8.7 @@ -138,7 +138,7 @@ _ .BR charsets (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/arp.7 b/original/man7/arp.7 index 140c13ec..4147f51e 100644 --- a/original/man7/arp.7 +++ b/original/man7/arp.7 @@ -308,7 +308,7 @@ RFC\ 2461 for a description of IPv6 neighbor discovery and the base algorithms used. Linux 2.2+ IPv4 ARP uses the IPv6 algorithms when applicable. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/ascii.7 b/original/man7/ascii.7 index fc3ea811..666a191a 100644 --- a/original/man7/ascii.7 +++ b/original/man7/ascii.7 @@ -201,7 +201,7 @@ Standards Institute (USASI) in 1968. .BR iso_8859-9 (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/boot.7 b/original/man7/boot.7 index e23e9d0a..0c842e53 100644 --- a/original/man7/boot.7 +++ b/original/man7/boot.7 @@ -206,7 +206,7 @@ files, and then use the variable values. .BR runlevel (8), .BR shutdown (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/bootparam.7 b/original/man7/bootparam.7 index c8b8a813..5d3023af 100644 --- a/original/man7/bootparam.7 +++ b/original/man7/bootparam.7 @@ -539,7 +539,7 @@ Some poorly designed SCSI devices cannot handle being probed for LUNs not equal to zero. Therefore, if the compile-time flag .B CONFIG_SCSI_MULTI_LUN -is not set, newer kernels will by default only probe LUN zero. +is not set, newer kernels will by default probe only LUN zero. To specify the number of probed LUNs at boot, one enters \&'max_scsi_luns=n' as a boot arg, where n is a number between one and @@ -1602,7 +1602,7 @@ More information may be found in this (or a more recent) HOWTO. An up-to-date source of information is the kernel source file .IR Documentation/kernel-parameters.txt . .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/capabilities.7 b/original/man7/capabilities.7 index 7684582a..c0cd0b46 100644 --- a/original/man7/capabilities.7 +++ b/original/man7/capabilities.7 @@ -45,7 +45,7 @@ .\" other capabilities where the permitted or inheritable bit is set. .\" 2011-09-07, mtk/Serge hallyn: Add CAP_SYSLOG .\" -.TH CAPABILITIES 7 2014-09-21 "Linux" "Linux Programmer's Manual" +.TH CAPABILITIES 7 2015-02-01 "Linux" "Linux Programmer's Manual" .SH NAME capabilities \- overview of Linux capabilities .SH DESCRIPTION @@ -1182,7 +1182,7 @@ set, and that bounding set is inherited by all other processes created on the system. .SH SEE ALSO .BR capsh (1), -.BR capget (2), +.BR setpriv (2), .BR prctl (2), .BR setfsuid (2), .BR cap_clear (3), @@ -1203,7 +1203,7 @@ created on the system. .I include/linux/capability.h in the Linux kernel source tree .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/charsets.7 b/original/man7/charsets.7 index ec4f85d0..3f53a1a3 100644 --- a/original/man7/charsets.7 +++ b/original/man7/charsets.7 @@ -335,7 +335,7 @@ Korean, but it is enough for most other purposes. .BR unicode (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/complex.7 b/original/man7/complex.7 index 285b9b9b..072c8611 100644 --- a/original/man7/complex.7 +++ b/original/man7/complex.7 @@ -80,7 +80,7 @@ main(void) .BR ctan (3), .BR ctanh (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/cp1251.7 b/original/man7/cp1251.7 index f567f09b..0cb78d04 100644 --- a/original/man7/cp1251.7 +++ b/original/man7/cp1251.7 @@ -183,7 +183,7 @@ CP\ 1251 is also known as Windows Cyrillic. .BR koi8-u (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/cp1252.7 b/original/man7/cp1252.7 index c9997ad4..2d873331 100644 --- a/original/man7/cp1252.7 +++ b/original/man7/cp1252.7 @@ -173,7 +173,7 @@ CP\ 1252 is also known as Windows-1252. .BR iso_8859-15 (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/cpuset.7 b/original/man7/cpuset.7 index 82d24e21..e9e37c40 100644 --- a/original/man7/cpuset.7 +++ b/original/man7/cpuset.7 @@ -1504,7 +1504,7 @@ syntax that works on any shell, but alas more obscurely, by using the .IR Documentation/cpusets.txt in the Linux kernel source tree .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/credentials.7 b/original/man7/credentials.7 index 31787160..513167cc 100644 --- a/original/man7/credentials.7 +++ b/original/man7/credentials.7 @@ -338,7 +338,7 @@ is carried through to all of the POSIX threads in a process. .BR user_namespaces (7), .BR unix (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/ddp.7 b/original/man7/ddp.7 index 54a2ce3f..aa258152 100644 --- a/original/man7/ddp.7 +++ b/original/man7/ddp.7 @@ -252,7 +252,7 @@ AARP tables and other devices are not yet described. .BR capabilities (7), .BR socket (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/environ.7 b/original/man7/environ.7 index 30cf1dd5..d24a792c 100644 --- a/original/man7/environ.7 +++ b/original/man7/environ.7 @@ -262,7 +262,7 @@ should consider renaming their option to .BR locale (7), .BR ld.so (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/epoll.7 b/original/man7/epoll.7 index b69de978..c1dab452 100644 --- a/original/man7/epoll.7 +++ b/original/man7/epoll.7 @@ -179,7 +179,7 @@ If the system is in mode via .I /sys/power/autosleep and an event happens which wakes the device from sleep, the device -driver will only keep the device awake until that event is queued. +driver will keep the device awake only until that event is queued. To keep the device awake until the event has been processed, it is necessary to use the .BR epoll (7) @@ -580,7 +580,7 @@ and Solaris has .BR epoll_ctl (2), .BR epoll_wait (2) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/fanotify.7 b/original/man7/fanotify.7 index 20a0ab04..4bd223b2 100644 --- a/original/man7/fanotify.7 +++ b/original/man7/fanotify.7 @@ -754,7 +754,7 @@ main(int argc, char *argv[]) .BR fanotify_mark (2), .BR inotify (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/feature_test_macros.7 b/original/man7/feature_test_macros.7 index 3f82e9a1..5292976a 100644 --- a/original/man7/feature_test_macros.7 +++ b/original/man7/feature_test_macros.7 @@ -745,7 +745,7 @@ The section "Feature Test Macros" under .I /usr/include/features.h .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/fifo.7 b/original/man7/fifo.7 index 4d9b0d2d..185cb822 100644 --- a/original/man7/fifo.7 +++ b/original/man7/fifo.7 @@ -72,7 +72,7 @@ with the file type \(aqp\(aq. .BR mkfifo (3), .BR pipe (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/futex.7 b/original/man7/futex.7 index d7d34545..d74d0a39 100644 --- a/original/man7/futex.7 +++ b/original/man7/futex.7 @@ -121,7 +121,7 @@ futex example library, futex-*.tar.bz2 .UR ftp://ftp.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/ .UE . .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/glob.7 b/original/man7/glob.7 index ccaeee55..668ad4f6 100644 --- a/original/man7/glob.7 +++ b/original/man7/glob.7 @@ -212,7 +212,7 @@ to "\fI[a[.a-acute.][.a-grave.][.a-umlaut.][.a-circumflex.]]\fP". .BR locale (7), .BR regex (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/hier.7 b/original/man7/hier.7 index bb0594fb..99c0d89b 100644 --- a/original/man7/hier.7 +++ b/original/man7/hier.7 @@ -506,7 +506,7 @@ differently. The Filesystem Hierarchy Standard .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/hostname.7 b/original/man7/hostname.7 index 5e204f64..da650b8c 100644 --- a/original/man7/hostname.7 +++ b/original/man7/hostname.7 @@ -91,7 +91,7 @@ by a system-wide configuration file (see .\" Hostname appeared in .\" 4.2BSD. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/icmp.7 b/original/man7/icmp.7 index 8e8977ba..4981a80e 100644 --- a/original/man7/icmp.7 +++ b/original/man7/icmp.7 @@ -193,7 +193,7 @@ output with a zero inode. .PP RFC\ 792 for a description of the ICMP protocol. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/inotify.7 b/original/man7/inotify.7 index 71ad5e53..23496e49 100644 --- a/original/man7/inotify.7 +++ b/original/man7/inotify.7 @@ -1055,7 +1055,7 @@ main(int argc, char* argv[]) .IR Documentation/filesystems/inotify.txt in the Linux kernel source tree .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/intro.7 b/original/man7/intro.7 index 39788555..366cc012 100644 --- a/original/man7/intro.7 +++ b/original/man7/intro.7 @@ -41,7 +41,7 @@ Note that these can be different from page to page! .SH SEE ALSO .BR standards (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/ip.7 b/original/man7/ip.7 index f92ac4f6..d8b4bcf1 100644 --- a/original/man7/ip.7 +++ b/original/man7/ip.7 @@ -1287,7 +1287,7 @@ RFC\ 791 for the original IP specification. RFC\ 1122 for the IPv4 host requirements. RFC\ 1812 for the IPv4 router requirements. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/ipv6.7 b/original/man7/ipv6.7 index 115ca199..eb244a98 100644 --- a/original/man7/ipv6.7 +++ b/original/man7/ipv6.7 @@ -130,7 +130,7 @@ should be used. .PP IPv4 connections can be handled with the v6 API by using the v4-mapped-on-v6 address type; -thus a program only needs to support this API type to +thus a program needs to support only this API type to support both protocols. This is handled transparently by the address handling functions in the C library. @@ -412,7 +412,7 @@ RFC\ 2553: IPv6 BASIC API; Linux tries to be compliant to this. RFC\ 2460: IPv6 specification. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/iso_8859-1.7 b/original/man7/iso_8859-1.7 index aee81c19..d886fc15 100644 --- a/original/man7/iso_8859-1.7 +++ b/original/man7/iso_8859-1.7 @@ -167,7 +167,7 @@ ISO 8859-1 is also known as Latin-1. .BR iso_8859-15 (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/iso_8859-10.7 b/original/man7/iso_8859-10.7 index 60907b2d..06cc7aaa 100644 --- a/original/man7/iso_8859-10.7 +++ b/original/man7/iso_8859-10.7 @@ -164,7 +164,7 @@ ISO 8859-10 is also known as Latin-6. .BR charsets (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/iso_8859-11.7 b/original/man7/iso_8859-11.7 index 534d1e8d..3ac589cd 100644 --- a/original/man7/iso_8859-11.7 +++ b/original/man7/iso_8859-11.7 @@ -161,7 +161,7 @@ while TIS-620 leaves it undefined. .BR charsets (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/iso_8859-13.7 b/original/man7/iso_8859-13.7 index 78e66da3..f545b245 100644 --- a/original/man7/iso_8859-13.7 +++ b/original/man7/iso_8859-13.7 @@ -164,7 +164,7 @@ ISO 8859-13 is also known as Latin-7. .BR charsets (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/iso_8859-14.7 b/original/man7/iso_8859-14.7 index 06f95d26..b6824299 100644 --- a/original/man7/iso_8859-14.7 +++ b/original/man7/iso_8859-14.7 @@ -164,7 +164,7 @@ ISO 8859-14 is also known as Latin-8. .BR charsets (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/iso_8859-15.7 b/original/man7/iso_8859-15.7 index e5f99974..09b21ecb 100644 --- a/original/man7/iso_8859-15.7 +++ b/original/man7/iso_8859-15.7 @@ -166,7 +166,7 @@ ISO 8859-15 is also known as Latin-9 (or sometimes as Latin-0). .BR iso_8859-1 (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/iso_8859-16.7 b/original/man7/iso_8859-16.7 index a372d004..b746f19f 100644 --- a/original/man7/iso_8859-16.7 +++ b/original/man7/iso_8859-16.7 @@ -165,7 +165,7 @@ ISO 8859-16 is also known as Latin-10. .BR iso_8859-3 (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/iso_8859-2.7 b/original/man7/iso_8859-2.7 index 9231da4d..b7769d18 100644 --- a/original/man7/iso_8859-2.7 +++ b/original/man7/iso_8859-2.7 @@ -169,7 +169,7 @@ ISO 8859-2 is also known as Latin-2. .BR iso_8859-16 (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/iso_8859-3.7 b/original/man7/iso_8859-3.7 index 394c1343..8c4cac89 100644 --- a/original/man7/iso_8859-3.7 +++ b/original/man7/iso_8859-3.7 @@ -157,7 +157,7 @@ ISO 8859-3 is also known as Latin-3. .BR charsets (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/iso_8859-4.7 b/original/man7/iso_8859-4.7 index 2027704b..2d047fda 100644 --- a/original/man7/iso_8859-4.7 +++ b/original/man7/iso_8859-4.7 @@ -164,7 +164,7 @@ ISO 8859-4 is also known as Latin-4. .BR charsets (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/iso_8859-5.7 b/original/man7/iso_8859-5.7 index 1b8c20ec..0c32f6d2 100644 --- a/original/man7/iso_8859-5.7 +++ b/original/man7/iso_8859-5.7 @@ -168,7 +168,7 @@ T} .BR koi8-u (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/iso_8859-6.7 b/original/man7/iso_8859-6.7 index 49517fb8..53504134 100644 --- a/original/man7/iso_8859-6.7 +++ b/original/man7/iso_8859-6.7 @@ -120,7 +120,7 @@ such as Urdu and Persian (Farsi). .BR charsets (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/iso_8859-7.7 b/original/man7/iso_8859-7.7 index 4b5e31ac..1c28f1bb 100644 --- a/original/man7/iso_8859-7.7 +++ b/original/man7/iso_8859-7.7 @@ -168,7 +168,7 @@ ISO 8859-7 was formerly known as ELOT-928 or ECMA-118:1986. .BR charsets (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/iso_8859-8.7 b/original/man7/iso_8859-8.7 index 06791b1d..c6fd0f5f 100644 --- a/original/man7/iso_8859-8.7 +++ b/original/man7/iso_8859-8.7 @@ -132,7 +132,7 @@ and Yiddish is not provided for. .BR charsets (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/iso_8859-9.7 b/original/man7/iso_8859-9.7 index 076a15b2..901d0e0d 100644 --- a/original/man7/iso_8859-9.7 +++ b/original/man7/iso_8859-9.7 @@ -164,7 +164,7 @@ ISO 8859-9 is also known as Latin-5. .BR charsets (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/koi8-r.7 b/original/man7/koi8-r.7 index 2975c1fa..1f462609 100644 --- a/original/man7/koi8-r.7 +++ b/original/man7/koi8-r.7 @@ -186,7 +186,7 @@ A4, A6, A7, AD, B4, B6, B7, and BD. .BR koi8-u (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/koi8-u.7 b/original/man7/koi8-u.7 index 92359f0c..f2ebdd69 100644 --- a/original/man7/koi8-u.7 +++ b/original/man7/koi8-u.7 @@ -192,7 +192,7 @@ A4, A6, A7, AD, B4, B6, B7, and BD. .BR koi8-r (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/libc.7 b/original/man7/libc.7 index 9f803264..45c96709 100644 --- a/original/man7/libc.7 +++ b/original/man7/libc.7 @@ -112,7 +112,7 @@ project, where they are known. .BR standards (7), .BR vdso (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/locale.7 b/original/man7/locale.7 index 96f65317..da05e3fe 100644 --- a/original/man7/locale.7 +++ b/original/man7/locale.7 @@ -388,7 +388,7 @@ POSIX.1-2001. .BR unicode (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/mailaddr.7 b/original/man7/mailaddr.7 index 4e2d3b76..0fa67f0d 100644 --- a/original/man7/mailaddr.7 +++ b/original/man7/mailaddr.7 @@ -125,7 +125,7 @@ The "postmaster" address is not case sensitive. RFC\ 2822 (Internet Message Format) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/man-pages.7 b/original/man7/man-pages.7 index f040b964..bf0a3ea3 100644 --- a/original/man7/man-pages.7 +++ b/original/man7/man-pages.7 @@ -923,7 +923,7 @@ and .BR man (7), .BR mdoc (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/man.7 b/original/man7/man.7 index b96be97e..b76d8833 100644 --- a/original/man7/man.7 +++ b/original/man7/man.7 @@ -570,7 +570,7 @@ is not implemented. .BR mdoc (7), .BR mdoc.samples (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/math_error.7 b/original/man7/math_error.7 index 6e634894..b38f222f 100644 --- a/original/man7/math_error.7 +++ b/original/man7/math_error.7 @@ -265,7 +265,7 @@ An error can still be tested for using .I "info libc" .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/mdoc.7 b/original/man7/mdoc.7 index 47c05809..7caa66d7 100644 --- a/original/man7/mdoc.7 +++ b/original/man7/mdoc.7 @@ -431,7 +431,7 @@ Special defines (such as the standards macro). .Xr man 7 , .Xr man-pages 7 .Sh COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .Em man-pages project. A description of the project, diff --git a/original/man7/mdoc.samples.7 b/original/man7/mdoc.samples.7 index 7bc4f4eb..82caf633 100644 --- a/original/man7/mdoc.samples.7 +++ b/original/man7/mdoc.samples.7 @@ -2955,7 +2955,7 @@ and certainly should be able to. .Xr groff_mdoc 7 , .Xr mdoc 7 .Sh COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .Em man-pages project. A description of the project, diff --git a/original/man7/mq_overview.7 b/original/man7/mq_overview.7 index a36162bc..ee429e99 100644 --- a/original/man7/mq_overview.7 +++ b/original/man7/mq_overview.7 @@ -390,7 +390,7 @@ and patches to stable kernels 3.5.x to 3.13.x also removed the ceiling. .BR epoll (7), .BR namespaces (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/namespaces.7 b/original/man7/namespaces.7 index 4b9d88aa..d0e950f9 100644 --- a/original/man7/namespaces.7 +++ b/original/man7/namespaces.7 @@ -297,7 +297,7 @@ The file (present since Linux 2.6.17) exports information (statistics, configuration information) about the mount points in the process's mount namespace. -This file is only readable by the owner of the process. +This file is readable only by the owner of the process. Lines in this file have the form: .RS .in 12 @@ -375,7 +375,7 @@ See .BR user_namespaces (7), .BR switch_root (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/netdevice.7 b/original/man7/netdevice.7 index 534dae7d..47f30982 100644 --- a/original/man7/netdevice.7 +++ b/original/man7/netdevice.7 @@ -376,7 +376,7 @@ Add the following to your program as a workaround: .BR ip (7), .BR rtnetlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/netlink.7 b/original/man7/netlink.7 index 1e038b25..a7c30fcc 100644 --- a/original/man7/netlink.7 +++ b/original/man7/netlink.7 @@ -487,7 +487,7 @@ information about libnl RFC 3549 "Linux Netlink as an IP Services Protocol" .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/numa.7 b/original/man7/numa.7 index 4d4eba92..d26b2711 100644 --- a/original/man7/numa.7 +++ b/original/man7/numa.7 @@ -189,7 +189,7 @@ package. .BR cpuset (7), .BR numactl (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/operator.7 b/original/man7/operator.7 index d77392b5..dae25112 100644 --- a/original/man7/operator.7 +++ b/original/man7/operator.7 @@ -63,7 +63,7 @@ This manual page lists C operators and their precedence in evaluation. .fi .\" .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/packet.7 b/original/man7/packet.7 index f6fcc0fa..429eb03b 100644 --- a/original/man7/packet.7 +++ b/original/man7/packet.7 @@ -652,7 +652,7 @@ contains example source code for all available versions of and .BR PACKET_TX_RING . .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/path_resolution.7 b/original/man7/path_resolution.7 index f1f0a37b..a3c2eab5 100644 --- a/original/man7/path_resolution.7 +++ b/original/man7/path_resolution.7 @@ -240,7 +240,7 @@ on directories, and read permission on ordinary files. .BR credentials (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/pid_namespaces.7 b/original/man7/pid_namespaces.7 index 705de519..30b3032f 100644 --- a/original/man7/pid_namespaces.7 +++ b/original/man7/pid_namespaces.7 @@ -363,7 +363,7 @@ See .BR user_namespaces (7), .BR switch_root (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/pipe.7 b/original/man7/pipe.7 index c3001b5f..4ad90a83 100644 --- a/original/man7/pipe.7 +++ b/original/man7/pipe.7 @@ -237,7 +237,7 @@ is supported for pipes and FIFOs only since kernel 2.6. .SS Portability notes On some systems (but not Linux), pipes are bidirectional: data can be transmitted in both directions between the pipe ends. -According to POSIX.1-2001, pipes only need to be unidirectional. +According to POSIX.1-2001, pipes need only need be unidirectional. Portable applications should avoid reliance on bidirectional pipe semantics. .SH SEE ALSO @@ -253,7 +253,7 @@ bidirectional pipe semantics. .BR epoll (7), .BR fifo (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/posixoptions.7 b/original/man7/posixoptions.7 index 67871143..a7a05aa6 100644 --- a/original/man7/posixoptions.7 +++ b/original/man7/posixoptions.7 @@ -855,7 +855,7 @@ character to indicate that it is disabled. .BR sysconf (3), .BR standards (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/pthreads.7 b/original/man7/pthreads.7 index d7489ecd..07a0f06e 100644 --- a/original/man7/pthreads.7 +++ b/original/man7/pthreads.7 @@ -728,7 +728,7 @@ When one thread creates a new child process using any thread should be able to .BR wait (2) on the child. -However, the implementation only allows the thread that +However, the implementation allows only the thread that created the child to .BR wait (2) on it. @@ -925,7 +925,7 @@ Various Pthreads manual pages, for example: and .BR pthread_testcancel (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/pty.7 b/original/man7/pty.7 index 9c5cd923..81cc1f61 100644 --- a/original/man7/pty.7 +++ b/original/man7/pty.7 @@ -159,7 +159,7 @@ have not been implemented under Linux. .BR tty (4), .BR tty_ioctl (4) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/raw.7 b/original/man7/raw.7 index d8818841..6c8e10be 100644 --- a/original/man7/raw.7 +++ b/original/man7/raw.7 @@ -280,7 +280,7 @@ and the .I header file for the IP protocol. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/regex.7 b/original/man7/regex.7 index 988d67a4..a4787717 100644 --- a/original/man7/regex.7 +++ b/original/man7/regex.7 @@ -290,7 +290,7 @@ This page was taken from Henry Spencer's regex package. .PP POSIX.2, section 2.8 (Regular Expression Notation). .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/rtld-audit.7 b/original/man7/rtld-audit.7 index 67c81392..837c6dfd 100644 --- a/original/man7/rtld-audit.7 +++ b/original/man7/rtld-audit.7 @@ -605,7 +605,7 @@ la_i86_gnu_pltenter(Elf32_Sym *sym, unsigned int ndx, .BR ld.so (8), .BR ldconfig (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/rtnetlink.7 b/original/man7/rtnetlink.7 index b1829e7c..53364ce3 100644 --- a/original/man7/rtnetlink.7 +++ b/original/man7/rtnetlink.7 @@ -463,7 +463,7 @@ This manual page is incomplete. .BR ip (7), .BR netlink (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/sched.7 b/original/man7/sched.7 index b827bc8b..c4bbe47c 100644 --- a/original/man7/sched.7 +++ b/original/man7/sched.7 @@ -700,7 +700,7 @@ The Linux kernel source files and .IR Documentation/scheduler/sched-nice-design.txt .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/sem_overview.7 b/original/man7/sem_overview.7 index 6fdf57b6..5e45505c 100644 --- a/original/man7/sem_overview.7 +++ b/original/man7/sem_overview.7 @@ -160,7 +160,7 @@ An example of the use of various POSIX semaphore functions is shown in .BR sem_wait (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/shm_overview.7 b/original/man7/shm_overview.7 index df87fa00..5f60ff0c 100644 --- a/original/man7/shm_overview.7 +++ b/original/man7/shm_overview.7 @@ -125,7 +125,7 @@ on the other hand POSIX shared memory is somewhat less widely available .BR shm_unlink (3), .BR sem_overview (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/sigevent.7 b/original/man7/sigevent.7 index c49a934a..97b9fcf9 100644 --- a/original/man7/sigevent.7 +++ b/original/man7/sigevent.7 @@ -140,7 +140,7 @@ POSIX.1-2001. .BR aio (7), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/signal.7 b/original/man7/signal.7 index 05cb9975..09ef95e8 100644 --- a/original/man7/signal.7 +++ b/original/man7/signal.7 @@ -43,7 +43,7 @@ .\" Added section on stop/cont signals interrupting syscalls. .\" 2008-10-05, mtk: various additions .\" -.TH SIGNAL 7 2014-12-31 "Linux" "Linux Programmer's Manual" +.TH SIGNAL 7 2015-02-01 "Linux" "Linux Programmer's Manual" .SH NAME signal \- overview of signals .SH DESCRIPTION @@ -702,8 +702,12 @@ unless a timeout has been set on the socket (see below). File locking interfaces: .BR flock (2) and +the +.BR F_SETLKW +and +.BR F_OFD_SETLKW +operations of .BR fcntl (2) -.BR F_SETLKW . .IP * POSIX message queue interfaces: .BR mq_receive (3), @@ -717,6 +721,8 @@ and (since Linux 2.6.22; beforehand, always failed with .BR EINTR ). .IP * +.BR getrandom (2). +.IP * .BR pthread_mutex_lock (3), .BR pthread_cond_wait (3), and related APIs. @@ -917,7 +923,7 @@ POSIX.1, except as noted. .BR pthreads (7), .BR sigevent (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/socket.7 b/original/man7/socket.7 index ee5ff24f..d0413ae2 100644 --- a/original/man7/socket.7 +++ b/original/man7/socket.7 @@ -932,7 +932,7 @@ kernel structures; thus the values in the corresponding .I /proc files are twice what can be observed on the wire. -Linux will only allow port reuse with the +Linux will allow port reuse only with the .B SO_REUSEADDR option when this option was set both in the previous program that performed a @@ -970,7 +970,7 @@ library. .BR udp (7), .BR unix (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/spufs.7 b/original/man7/spufs.7 index 388d9fc6..61cc4892 100644 --- a/original/man7/spufs.7 +++ b/original/man7/spufs.7 @@ -771,7 +771,7 @@ none /spu spufs gid=spu 0 0 .I The Cell Broadband Engine Architecture (CBEA) specification .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/standards.7 b/original/man7/standards.7 index a9354278..e4d922d2 100644 --- a/original/man7/standards.7 +++ b/original/man7/standards.7 @@ -279,7 +279,7 @@ Further information can be found on the Austin Group web site, .BR libc (7), .BR posixoptions (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/suffixes.7 b/original/man7/suffixes.7 index 35d0d990..fea65299 100644 --- a/original/man7/suffixes.7 +++ b/original/man7/suffixes.7 @@ -281,7 +281,7 @@ This list is not exhaustive. .BR file (1), .BR make (1) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/svipc.7 b/original/man7/svipc.7 index d7e1f45e..224ee7e3 100644 --- a/original/man7/svipc.7 +++ b/original/man7/svipc.7 @@ -351,7 +351,7 @@ IPC namespaces, see .BR ftok (3), .BR namespaces (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/symlink.7 b/original/man7/symlink.7 index 832921d0..e9ea211b 100644 --- a/original/man7/symlink.7 +++ b/original/man7/symlink.7 @@ -528,7 +528,7 @@ whether specified on the command line or encountered in the tree walk. .BR lutimes (3), .BR path_resolution (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/tcp.7 b/original/man7/tcp.7 index 6607eaf5..86316824 100644 --- a/original/man7/tcp.7 +++ b/original/man7/tcp.7 @@ -352,7 +352,7 @@ this is the initial MSS used by the connection. .TP .IR tcp_bic " (Boolean; default: disabled; Linux 2.4.27/2.6.6 to 2.6.13)" Enable BIC TCP congestion control algorithm. -BIC-TCP is a sender-side only change that ensures a linear RTT +BIC-TCP is a sender-side-only change that ensures a linear RTT fairness under large windows while offering both scalability and bounded TCP-friendliness. The protocol combines two schemes @@ -799,7 +799,7 @@ It should not be changed without advice/request of technical experts. .IR tcp_vegas_cong_avoid " (Boolean; default: disabled; Linux 2.2 to 2.6.13)" .\" Since 2.1.8; removed in 2.6.13 Enable TCP Vegas congestion avoidance algorithm. -TCP Vegas is a sender-side only change to TCP that anticipates +TCP Vegas is a sender-side-only change to TCP that anticipates the onset of congestion by estimating the bandwidth. TCP Vegas adjusts the sending rate by modifying the congestion window. TCP Vegas should provide less packet loss, but it is @@ -809,7 +809,7 @@ not as aggressive as TCP Reno. .TP .IR tcp_westwood " (Boolean; default: disabled; Linux 2.4.26/2.6.3 to 2.6.13)" Enable TCP Westwood+ congestion control algorithm. -TCP Westwood+ is a sender-side only modification of the TCP Reno +TCP Westwood+ is a sender-side-only modification of the TCP Reno protocol stack that optimizes the performance of TCP congestion control. It is based on end-to-end bandwidth estimation to set congestion window and slow start threshold after a congestion episode. @@ -1062,7 +1062,7 @@ Otherwise, failure may take up to 20 minutes with the current system defaults in a normal WAN environment. This option can be set during any state of a TCP connection, -but is only effective during the synchronized states of a connection +but is effective only during the synchronized states of a connection (ESTABLISHED, FIN-WAIT-1, FIN-WAIT-2, CLOSE-WAIT, CLOSING, and LAST-ACK). Moreover, when used with the TCP keepalive .RB ( SO_KEEPALIVE ) @@ -1287,7 +1287,7 @@ RFC\ 2581 for TCP congestion control algorithms. .br RFC\ 2018 and RFC\ 2883 for SACK and extensions to SACK. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/termio.7 b/original/man7/termio.7 index adfb21cf..420e5a22 100644 --- a/original/man7/termio.7 +++ b/original/man7/termio.7 @@ -64,7 +64,7 @@ or .BR tty (4), .BR tty_ioctl (4) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/time.7 b/original/man7/time.7 index c0c9ec77..8c300524 100644 --- a/original/man7/time.7 +++ b/original/man7/time.7 @@ -218,7 +218,7 @@ in .BR rtc (4), .BR hwclock (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/udp.7 b/original/man7/udp.7 index 8a91fd22..f4d5539c 100644 --- a/original/man7/udp.7 +++ b/original/man7/udp.7 @@ -265,7 +265,7 @@ RFC\ 1122 for the host requirements. .br RFC\ 1191 for a description of path MTU discovery. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/udplite.7 b/original/man7/udplite.7 index 2c4eea63..8ea8d5ee 100644 --- a/original/man7/udplite.7 +++ b/original/man7/udplite.7 @@ -154,7 +154,7 @@ RFC\ 3828 for the Lightweight User Datagram Protocol (UDP-Lite). .I Documentation/networking/udplite.txt in the Linux kernel source tree .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/unicode.7 b/original/man7/unicode.7 index f133baa6..79e9ee63 100644 --- a/original/man7/unicode.7 +++ b/original/man7/unicode.7 @@ -256,7 +256,7 @@ Bruno Haible: Unicode HOWTO. .BR charsets (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/units.7 b/original/man7/units.7 index 81ddb957..21739ae4 100644 --- a/original/man7/units.7 +++ b/original/man7/units.7 @@ -128,7 +128,7 @@ hda: 120064896 sectors (61473 MB) w/2048KiB Cache the MB are megabytes and the KiB are kibibytes. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/unix.7 b/original/man7/unix.7 index c8db236c..9e5e78a2 100644 --- a/original/man7/unix.7 +++ b/original/man7/unix.7 @@ -623,7 +623,7 @@ see .BR credentials (7), .BR socket (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/uri.7 b/original/man7/uri.7 index 55065911..b9c5cdec 100644 --- a/original/man7/uri.7 +++ b/original/man7/uri.7 @@ -713,7 +713,7 @@ tools) and invokes the right tool for any URI. IETF RFC\ 2255 .UE .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/user_namespaces.7 b/original/man7/user_namespaces.7 index e5088651..08878946 100644 --- a/original/man7/user_namespaces.7 +++ b/original/man7/user_namespaces.7 @@ -1025,7 +1025,7 @@ main(int argc, char *argv[]) The kernel source file .IR Documentation/namespaces/resource-control.txt . .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/utf-8.7 b/original/man7/utf-8.7 index cd52bd3b..bc950ce0 100644 --- a/original/man7/utf-8.7 +++ b/original/man7/utf-8.7 @@ -227,7 +227,7 @@ ISO/IEC 10646-1:2000, Unicode 3.1, RFC\ 3629, Plan 9. .BR charsets (7), .BR unicode (7) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/vdso.7 b/original/man7/vdso.7 index 066f6923..74f7d99c 100644 --- a/original/man7/vdso.7 +++ b/original/man7/vdso.7 @@ -513,7 +513,7 @@ find arch/ -iname '*vdso*' -o -iname '*gate*' .fi .in .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man7/x25.7 b/original/man7/x25.7 index 6b61caa8..3072631f 100644 --- a/original/man7/x25.7 +++ b/original/man7/x25.7 @@ -125,7 +125,7 @@ The URL is .UR ftp://ftp.pspt.fi\:/pub\:/ham\:/linux\:/ax25\:/x25doc.tgz .UE . .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man8/iconvconfig.8 b/original/man8/iconvconfig.8 index b46550a2..10962be0 100644 --- a/original/man8/iconvconfig.8 +++ b/original/man8/iconvconfig.8 @@ -50,7 +50,7 @@ a fast-loading gconv module configuration cache file. In addition to the system provided gconv modules, the user can specify custom gconv module directories with the environment variable .BR GCONV_PATH . -However, iconv module configuration caching is only used when +However, iconv module configuration caching is used only when the environment variable .BR GCONV_PATH is not set. @@ -101,7 +101,7 @@ Usual system gconv module configuration cache. .BR iconv (1), .BR iconv (3) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man8/intro.8 b/original/man8/intro.8 index 1791f89f..f79d0047 100644 --- a/original/man8/intro.8 +++ b/original/man8/intro.8 @@ -47,7 +47,7 @@ Look at the header of the manual page source for the author(s) and copyright conditions. Note that these can be different from page to page! .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man8/ld.so.8 b/original/man8/ld.so.8 index 5cf02be3..3f3e846b 100644 --- a/original/man8/ld.so.8 +++ b/original/man8/ld.so.8 @@ -503,7 +503,7 @@ ELF functionality is available since Linux 1.1.52 and libc5. .\" .\" In the above, (libc5) stands for David Engel's ld.so/ld-linux.so. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man8/ldconfig.8 b/original/man8/ldconfig.8 index 62ea15a9..ece8a21b 100644 --- a/original/man8/ldconfig.8 +++ b/original/man8/ldconfig.8 @@ -176,7 +176,7 @@ and .BR ldd (1), .BR ld.so (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man8/nscd.8 b/original/man8/nscd.8 index 6eb6b104..6047543e 100644 --- a/original/man8/nscd.8 +++ b/original/man8/nscd.8 @@ -89,7 +89,7 @@ invalidates its cache: .\" .B nscd .\" was written by Thorsten Kukuk and Ulrich Drepper. .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man8/sln.8 b/original/man8/sln.8 index a545fd3c..7484e8ba 100644 --- a/original/man8/sln.8 +++ b/original/man8/sln.8 @@ -62,7 +62,7 @@ program supports no command-line options. .BR ldconfig (8), .BR ld.so (8) .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man8/tzselect.8 b/original/man8/tzselect.8 index 9e479184..a5e2c62c 100644 --- a/original/man8/tzselect.8 +++ b/original/man8/tzselect.8 @@ -50,7 +50,7 @@ Time zone data file for timezone .BR zic (8) .\" @(#)tzselect.8 1.3 .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man8/zdump.8 b/original/man8/zdump.8 index 738e9805..5f24f59f 100644 --- a/original/man8/zdump.8 +++ b/original/man8/zdump.8 @@ -58,7 +58,7 @@ preceded by the time value one day before it. .BR zic (8) .\" @(#)zdump.8 7.3 .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/original/man8/zic.8 b/original/man8/zic.8 index 27310da5..3853c78d 100644 --- a/original/man8/zic.8 +++ b/original/man8/zic.8 @@ -420,7 +420,7 @@ the earliest transition time recorded in the compiled file is correct. .BR zdump (8) .\" @(#)zic.8 7.19 .SH COLOPHON -This page is part of release 3.78 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, diff --git a/translation_list b/translation_list index dfa2a891..bea4602f 100644 --- a/translation_list +++ b/translation_list @@ -1,2226 +1,2228 @@ -○:LDP man-pages:3.78:2013/03/15:getent:1:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/07/08:iconv:1:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2007/11/15:intro:1:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:ldd:1:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.78:2014/05/28:locale:1:2015/01/25::amotoki@gmail.com:Akihiro Motoki: -×:LDP man-pages:3.78:2014/12/31:localedef:1::::: -○:LDP man-pages:3.78:2014/09/06:memusage:1:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/09/06:memusagestat:1:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/09/01:mtrace:1:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/09/27:pldd:1:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/06/24:sprof:1:2015/01/31::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/11/14:time:1:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:_Exit:2:_exit:2: -@:LDP man-pages:3.78:2014/09/21:__clone2:2:clone:2: -○:LDP man-pages:3.78:2015/01/22:_exit:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2012/07/13:_llseek:2:llseek:2: -@:LDP man-pages:3.78:2015/01/22:_newselect:2:select:2: -○:LDP man-pages:3.78:2007/12/19:_syscall:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2012/12/22:_sysctl:2:sysctl:2: -○:LDP man-pages:3.78:2010/09/10:accept:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/10:accept4:2:accept:2: -○:LDP man-pages:3.78:2014/08/19:access:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/06/16:acct:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -×:LDP man-pages:3.78:2010/02/25:add_key:2::::: -○:LDP man-pages:3.78:2014/12/31:adjtimex:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/02/12:afs_syscall:2:unimplemented:2: -○:LDP man-pages:3.78:2014/02/23:alarm:2:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2007/05/31:alloc_hugepages:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2007/12/26:arch_prctl:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/12/31:arm_fadvise:2:posix_fadvise:2: -@:LDP man-pages:3.78:2014/12/31:arm_fadvise64_64:2:posix_fadvise:2: -@:LDP man-pages:3.78:2014/08/19:arm_sync_file_range:2:sync_file_range:2: -○:LDP man-pages:3.78:2014/08/19:bdflush:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:bind:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/02/12:break:2:unimplemented:2: -○:LDP man-pages:3.78:2014/08/19:brk:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2007/05/26:cacheflush:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/03/11:capget:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/03/11:capset:2:capget:2: -○:LDP man-pages:3.78:2010/11/25:chdir:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:chmod:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:chown:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:chown32:2:chown:2: -○:LDP man-pages:3.78:2010/09/20:chroot:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2013/12/28:clock_getres:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/12/28:clock_gettime:2:clock_getres:2: -○:LDP man-pages:3.78:2014/12/31:clock_nanosleep:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/12/28:clock_settime:2:clock_getres:2: -○:LDP man-pages:3.78:2014/09/21:clone:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/09/21:clone2:2:clone:2: -○:LDP man-pages:3.78:2013/12/30:close:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/09/06:connect:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:creat:2:open:2: -○:LDP man-pages:3.78:2014/05/10:create_module:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/10:delete_module:2:2015/01/31::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/22:dup:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:dup2:2:dup:2: -@:LDP man-pages:3.78:2015/01/22:dup3:2:dup:2: -○:LDP man-pages:3.78:2012/04/15:epoll_create:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2012/04/15:epoll_create1:2:epoll_create:2: -○:LDP man-pages:3.78:2014/12/31:epoll_ctl:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:epoll_pwait:2:epoll_wait:2: -○:LDP man-pages:3.78:2014/08/19:epoll_wait:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/07/08:eventfd:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/07/08:eventfd2:2:eventfd:2: -○:LDP man-pages:3.78:2015/01/22:execve:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/22:execveat:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:exit:2:_exit:2: -○:LDP man-pages:3.78:2008/11/27:exit_group:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/08/19:faccessat:2:access:2: -@:LDP man-pages:3.78:2014/12/31:fadvise64:2:posix_fadvise:2: -@:LDP man-pages:3.78:2014/12/31:fadvise64_64:2:posix_fadvise:2: -○:LDP man-pages:3.78:2015/01/22:fallocate:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:fanotify_init:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:fanotify_mark:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/02/12:fattach:2:unimplemented:2: -@:LDP man-pages:3.78:2010/11/25:fchdir:2:chdir:2: -@:LDP man-pages:3.78:2014/08/19:fchmod:2:chmod:2: -@:LDP man-pages:3.78:2014/08/19:fchmodat:2:chmod:2: -@:LDP man-pages:3.78:2014/08/19:fchown:2:chown:2: -@:LDP man-pages:3.78:2014/08/19:fchown32:2:fchown:2: -@:LDP man-pages:3.78:2014/08/19:fchownat:2:chown:2: -○:LDP man-pages:3.78:2015/01/22:fcntl:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:fcntl64:2:fcntl:2: -@:LDP man-pages:3.78:2014/08/19:fdatasync:2:fsync:2: -@:LDP man-pages:3.78:2013/02/12:fdetach:2:unimplemented:2: -@:LDP man-pages:3.78:2014/04/06:fgetxattr:2:getxattr:2: -@:LDP man-pages:3.78:2014/05/10:finit_module:2:init_module:2: -@:LDP man-pages:3.78:2014/02/06:flistxattr:2:listxattr:2: -○:LDP man-pages:3.78:2014/09/21:flock:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:fork:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2007/05/31:free_hugepages:2:alloc_hugepages:2: -@:LDP man-pages:3.78:2014/02/06:fremovexattr:2:removexattr:2: -@:LDP man-pages:3.78:2014/02/06:fsetxattr:2:setxattr:2: -@:LDP man-pages:3.78:2014/08/19:fstat:2:stat:2: -@:LDP man-pages:3.78:2014/08/19:fstat64:2:fstat:2: -@:LDP man-pages:3.78:2014/08/19:fstatat:2:stat:2: -@:LDP man-pages:3.78:2014/08/19:fstatat64:2:fstatat:2: -@:LDP man-pages:3.78:2014/06/13:fstatfs:2:statfs:2: -@:LDP man-pages:3.78:2014/06/13:fstatfs64:2:fstatfs:2: -@:LDP man-pages:3.78:2013/09/26:fstatvfs:2:statvfs:3: -○:LDP man-pages:3.78:2014/08/19:fsync:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:ftruncate:2:truncate:2: -@:LDP man-pages:3.78:2015/01/22:ftruncate64:2:ftruncate:2: -○:LDP man-pages:3.78:2014/05/21:futex:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/05/10:futimesat:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/10/18:get_kernel_syms:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/08/15:get_mempolicy:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -×:LDP man-pages:3.78:2015/01/22:get_robust_list:2::::: -○:LDP man-pages:3.78:2012/07/13:get_thread_area:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/04/08:getcontext:2:getcontext:3: -○:LDP man-pages:3.78:2013/04/03:getcpu:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:getcwd:2:getcwd:3: -○:LDP man-pages:3.78:2012/08/03:getdents:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2012/08/03:getdents64:2:getdents:2: -○:LDP man-pages:3.78:2012/10/25:getdomainname:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:0000/00/00:getdtablesize:2:2007/01/14::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2010/11/22:getegid:2:getgid:2: -@:LDP man-pages:3.78:2010/11/22:getegid32:2:getegid:2: -@:LDP man-pages:3.78:2010/11/22:geteuid:2:getuid:2: -@:LDP man-pages:3.78:2010/11/22:geteuid32:2:geteuid:2: -○:LDP man-pages:3.78:2010/11/22:getgid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/11/22:getgid32:2:getgid:2: -○:LDP man-pages:3.78:2014/08/19:getgroups:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:getgroups32:2:getgroups:2: -@:LDP man-pages:3.78:2010/09/20:gethostid:2:gethostid:3: -○:LDP man-pages:3.78:2014/08/19:gethostname:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/07/08:getitimer:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/02/12:getmsg:2:unimplemented:2: -○:LDP man-pages:3.78:2014/08/19:getpagesize:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/02/12:getpeername:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/07:getpgid:2:setpgid:2: -@:LDP man-pages:3.78:2014/01/07:getpgrp:2:setpgid:2: -○:LDP man-pages:3.78:2014/09/21:getpid:2:2015/01/24::suto@av.crl.sony.co.jp:SUTO, Mitsuaki: -@:LDP man-pages:3.78:2013/02/12:getpmsg:2:unimplemented:2: -@:LDP man-pages:3.78:2014/09/21:getppid:2:getpid:2: -○:LDP man-pages:3.78:2014/08/19:getpriority:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/11/22:getresgid:2:getresuid:2: -@:LDP man-pages:3.78:2010/11/22:getresgid32:2:getresgid:2: -○:LDP man-pages:3.78:2010/11/22:getresuid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/11/22:getresuid32:2:getresuid:2: -○:LDP man-pages:3.78:2015/01/22:getrlimit:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/10:getrusage:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/09/26:getsid:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2008/12/03:getsockname:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2014/04/28:getsockopt:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2014/02/11:gettid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/04/26:gettimeofday:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/11/22:getuid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/11/22:getuid32:2:getuid:2: -×:LDP man-pages:3.78:2014/09/21:getunwind:2::::: -○:LDP man-pages:3.78:2014/04/06:getxattr:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/02/12:gtty:2:unimplemented:2: -○:LDP man-pages:3.78:2012/12/31:idle:2:2015/01/24::argrath@yo.rim.or.jp:Kentaro Shirakata: -@:LDP man-pages:3.78:2012/12/31:inb:2:outb:2: -@:LDP man-pages:3.78:2012/12/31:inb_p:2:outb:2: -○:LDP man-pages:3.78:2014/05/10:init_module:2:2015/01/31::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2012/12/31:inl:2:outb:2: -@:LDP man-pages:3.78:2012/12/31:inl_p:2:outb:2: -○:LDP man-pages:3.78:2014/07/08:inotify_add_watch:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/03/28:inotify_init:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/03/28:inotify_init1:2:inotify_init:2: -○:LDP man-pages:3.78:2010/10/15:inotify_rm_watch:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2012/12/31:insb:2:outb:2: -@:LDP man-pages:3.78:2012/12/31:insl:2:outb:2: -@:LDP man-pages:3.78:2012/12/31:insw:2:outb:2: -○:LDP man-pages:3.78:2014/02/20:intro:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2012/12/31:inw:2:outb:2: -@:LDP man-pages:3.78:2012/12/31:inw_p:2:outb:2: -○:LDP man-pages:3.78:2013/04/10:io_cancel:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/04/08:io_destroy:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/04/08:io_getevents:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/06/21:io_setup:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/07/13:io_submit:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:ioctl:2:2015/01/24::tati@kc5.so-net.ne.jp:TACHIBANA Akira: -○:LDP man-pages:3.78:2013/09/17:ioctl_list:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:ioperm:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/03/15:iopl:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/02/12:ioprio_get:2:ioprio_set:2: -○:LDP man-pages:3.78:2013/02/12:ioprio_set:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/10/16:ipc:2:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -@:LDP man-pages:3.78:2013/02/12:isastream:2:unimplemented:2: -○:LDP man-pages:3.78:2013/12/08:kcmp:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:kexec_load:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -×:LDP man-pages:3.78:2014/01/22:keyctl:2::::: -○:LDP man-pages:3.78:2013/09/17:kill:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/09/20:killpg:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/08/19:lchown:2:chown:2: -@:LDP man-pages:3.78:2014/08/19:lchown32:2:lchown:2: -@:LDP man-pages:3.78:2014/04/06:lgetxattr:2:getxattr:2: -○:LDP man-pages:3.78:2014/08/19:link:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/08/19:linkat:2:link:2: -○:LDP man-pages:3.78:2014/05/10:listen:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2014/02/06:listxattr:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/02/06:llistxattr:2:listxattr:2: -○:LDP man-pages:3.78:2012/07/13:llseek:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2013/02/12:lock:2:unimplemented:2: -○:LDP man-pages:3.78:2004/06/17:lookup_dcookie:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/02/06:lremovexattr:2:removexattr:2: -○:LDP man-pages:3.78:2014/06/13:lseek:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/02/06:lsetxattr:2:setxattr:2: -@:LDP man-pages:3.78:2014/08/19:lstat:2:stat:2: -@:LDP man-pages:3.78:2014/08/19:lstat64:2:lstat:2: -○:LDP man-pages:3.78:2014/12/31:madvise:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/02/12:madvise1:2:unimplemented:2: -○:LDP man-pages:3.78:2015/01/22:mbind:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/22:memfd_create:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/08/01:migrate_pages:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/04/22:mincore:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:mkdir:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:mkdirat:2:mkdir:2: -○:LDP man-pages:3.78:2014/02/21:mknod:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/02/21:mknodat:2:mknod:2: -○:LDP man-pages:3.78:2014/04/14:mlock:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/04/14:mlockall:2:mlock:2: -○:LDP man-pages:3.78:2015/01/22:mmap:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/02/25:mmap2:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/07/13:modify_ldt:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/09/21:mount:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/06/11:move_pages:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/01/05:mprotect:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/02/12:mpx:2:unimplemented:2: -○:LDP man-pages:3.78:2012/07/13:mq_getsetattr:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/04/06:mq_notify:2:mq_notify:3: -@:LDP man-pages:3.78:2014/12/31:mq_open:2:mq_open:3: -@:LDP man-pages:3.78:2014/06/03:mq_timedreceive:2:mq_receive:3: -@:LDP man-pages:3.78:2014/06/03:mq_timedsend:2:mq_send:3: -@:LDP man-pages:3.78:2014/06/13:mq_unlink:2:mq_unlink:3: -○:LDP man-pages:3.78:2010/06/10:mremap:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/02/24:msgctl:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/04/30:msgget:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:msgop:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:msgrcv:2:msgop:2: -@:LDP man-pages:3.78:2014/08/19:msgsnd:2:msgop:2: -○:LDP man-pages:3.78:2014/04/20:msync:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2014/04/14:munlock:2:mlock:2: -@:LDP man-pages:3.78:2014/04/14:munlockall:2:mlock:2: -@:LDP man-pages:3.78:2015/01/22:munmap:2:mmap:2: -@:LDP man-pages:3.78:2014/06/13:name_to_handle_at:2:open_by_handle_at:2: -○:LDP man-pages:3.78:2013/07/30:nanosleep:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/09/17:nfsservctl:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/04/28:nice:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:oldfstat:2:stat:2: -@:LDP man-pages:3.78:2014/08/19:oldlstat:2:stat:2: -@:LDP man-pages:3.78:2014/09/21:oldolduname:2:uname:2: -@:LDP man-pages:3.78:2014/08/19:oldstat:2:stat:2: -@:LDP man-pages:3.78:2014/09/21:olduname:2:uname:2: -○:LDP man-pages:3.78:2015/01/22:open:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/06/13:open_by_handle_at:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:openat:2:open:2: -○:LDP man-pages:3.78:2012/12/31:outb:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2012/12/31:outb_p:2:outb:2: -@:LDP man-pages:3.78:2012/12/31:outl:2:outb:2: -@:LDP man-pages:3.78:2012/12/31:outl_p:2:outb:2: -@:LDP man-pages:3.78:2012/12/31:outsb:2:outb:2: -@:LDP man-pages:3.78:2012/12/31:outsl:2:outb:2: -@:LDP man-pages:3.78:2012/12/31:outsw:2:outb:2: -@:LDP man-pages:3.78:2012/12/31:outw:2:outb:2: -@:LDP man-pages:3.78:2012/12/31:outw_p:2:outb:2: -○:LDP man-pages:3.78:2008/10/06:pause:2:2015/01/24::suto@av.crl.sony.co.jp:SUTO, Mitsuaki: -@:LDP man-pages:3.78:2003/07/14:pciconfig_iobase:2:pciconfig_read:2: -○:LDP man-pages:3.78:2003/07/14:pciconfig_read:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2003/07/14:pciconfig_write:2:pciconfig_read:2: -×:LDP man-pages:3.78:2015/01/10:perf_event_open:2::::: -○:LDP man-pages:3.78:2013/02/13:perfmonctl:2:2015/01/27::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/04/15:personality:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2013/02/12:phys:2:unimplemented:2: -○:LDP man-pages:3.78:2014/07/08:pipe:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/07/08:pipe2:2:pipe:2: -○:LDP man-pages:3.78:2012/07/13:pivot_root:2:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2014/09/06:poll:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:posix_fadvise:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/09/06:ppoll:2:poll:2: -○:LDP man-pages:3.78:2014/12/31:prctl:2:2015/01/26::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/06/21:pread:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/06/21:pread64:2:pread:2: -@:LDP man-pages:3.78:2015/01/22:preadv:2:readv:2: -@:LDP man-pages:3.78:2015/01/22:prlimit:2:getrlimit:2: -○:LDP man-pages:3.78:2014/08/19:process_vm_readv:2:2015/01/27::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:process_vm_writev:2:process_vm_readv:2: -@:LDP man-pages:3.78:2013/02/12:prof:2:unimplemented:2: -@:LDP man-pages:3.78:2015/01/22:pselect:2:select:2: -@:LDP man-pages:3.78:2015/01/22:pselect6:2:select:2: -×:LDP man-pages:3.78:2015/01/22:ptrace:2::::: -@:LDP man-pages:3.78:2013/02/12:putmsg:2:unimplemented:2: -@:LDP man-pages:3.78:2013/02/12:putpmsg:2:unimplemented:2: -@:LDP man-pages:3.78:2013/06/21:pwrite:2:pread:2: -@:LDP man-pages:3.78:2013/06/21:pwrite64:2:pwrite:2: -@:LDP man-pages:3.78:2015/01/22:pwritev:2:readv:2: -○:LDP man-pages:3.78:2014/05/10:query_module:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -×:LDP man-pages:3.78:2010/06/16:quotactl:2::::: -○:LDP man-pages:3.78:2014/05/04:read:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/03/15:readahead:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/06/21:readdir:2:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2014/10/15:readlink:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/10/15:readlinkat:2:readlink:2: -○:LDP man-pages:3.78:2015/01/22:readv:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/09/21:reboot:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:recv:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:recvfrom:2:recv:2: -○:LDP man-pages:3.78:2014/06/13:recvmmsg:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:recvmsg:2:recv:2: -○:LDP man-pages:3.78:2014/05/28:remap_file_pages:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/02/06:removexattr:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:rename:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:renameat:2:rename:2: -@:LDP man-pages:3.78:2014/08/19:renameat2:2:rename:2: -×:LDP man-pages:3.78:2010/02/25:request_key:2::::: -○:LDP man-pages:3.78:2014/12/31:restart_syscall:2:2015/01/25::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/05/08:rmdir:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:rt_sigaction:2:sigaction:2: -@:LDP man-pages:3.78:2013/12/11:rt_sigpending:2:sigpending:2: -@:LDP man-pages:3.78:2013/04/19:rt_sigprocmask:2:sigprocmask:2: -×:LDP man-pages:3.78:2012/07/13:rt_sigqueueinfo:2::::: -@:LDP man-pages:3.78:2014/12/31:rt_sigreturn:2:sigreturn:2: -@:LDP man-pages:3.78:2013/04/19:rt_sigsuspend:2:sigsuspend:2: -@:LDP man-pages:3.78:2014/08/19:rt_sigtimedwait:2:sigtimedwait:2: -※:LDP man-pages:3.78:2012/07/13:rt_tgsigqueueinfo:2:rt_sigqueueinfo:2: -※:LDP man-pages:3.78:2015/01/15:s390_pci_mmio_read:2:s390_pci_mmio_write:2: -×:LDP man-pages:3.78:2015/01/15:s390_pci_mmio_write:2::::: -×:LDP man-pages:3.78:2012/12/17:s390_runtime_instr:2::::: -@:LDP man-pages:3.78:2014/08/19:sbrk:2:brk:2: -○:LDP man-pages:3.78:2014/05/12:sched_get_priority_max:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/12:sched_get_priority_min:2:sched_get_priority_max:2: -@:LDP man-pages:3.78:2014/12/31:sched_getaffinity:2:sched_setaffinity:2: -@:LDP man-pages:3.78:2014/10/02:sched_getattr:2:sched_setattr:2: -@:LDP man-pages:3.78:2014/05/11:sched_getparam:2:sched_setparam:2: -@:LDP man-pages:3.78:2014/10/02:sched_getscheduler:2:sched_setscheduler:2: -○:LDP man-pages:3.78:2014/04/28:sched_rr_get_interval:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:sched_setaffinity:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:sched_setattr:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/11:sched_setparam:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:sched_setscheduler:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/04/28:sched_yield:2:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -×:LDP man-pages:3.78:2015/01/10:seccomp:2::::: -@:LDP man-pages:3.78:2013/02/12:security:2:unimplemented:2: -○:LDP man-pages:3.78:2015/01/22:select:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/12/30:select_tut:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/06/03:semctl:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/21:semget:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:semop:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/12/31:semtimedop:2:semop:2: -○:LDP man-pages:3.78:2014/08/19:send:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2011/09/14:sendfile:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2011/09/14:sendfile64:2:sendfile:2: -○:LDP man-pages:3.78:2014/07/08:sendmmsg:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:sendmsg:2:send:2: -@:LDP man-pages:3.78:2014/08/19:sendto:2:send:2: -○:LDP man-pages:3.78:2014/05/28:set_mempolicy:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -※:LDP man-pages:3.78:2015/01/22:set_robust_list:2:get_robust_list:2: -○:LDP man-pages:3.78:2012/07/13:set_thread_area:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/07/08:set_tid_address:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/04/08:setcontext:2:getcontext:3: -@:LDP man-pages:3.78:2012/10/25:setdomainname:2:getdomainname:2: -@:LDP man-pages:3.78:2014/09/21:setegid:2:seteuid:2: -○:LDP man-pages:3.78:2014/09/21:seteuid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/08/08:setfsgid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/08/08:setfsgid32:2:setfsgid:2: -○:LDP man-pages:3.78:2013/08/08:setfsuid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/08/08:setfsuid32:2:setfsuid:2: -○:LDP man-pages:3.78:2014/09/21:setgid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/09/21:setgid32:2:setgid:2: -@:LDP man-pages:3.78:2014/08/19:setgroups:2:getgroups:2: -@:LDP man-pages:3.78:2014/08/19:setgroups32:2:setgroups:2: -@:LDP man-pages:3.78:2010/09/20:sethostid:2:gethostid:3: -@:LDP man-pages:3.78:2014/08/19:sethostname:2:gethostname:2: -@:LDP man-pages:3.78:2014/07/08:setitimer:2:getitimer:2: -○:LDP man-pages:3.78:2015/01/10:setns:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/01/07:setpgid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/07:setpgrp:2:setpgid:2: -@:LDP man-pages:3.78:2014/08/19:setpriority:2:getpriority:2: -@:LDP man-pages:3.78:2014/09/21:setregid:2:setreuid:2: -@:LDP man-pages:3.78:2014/09/21:setregid32:2:setregid:2: -@:LDP man-pages:3.78:2014/09/21:setresgid:2:setresuid:2: -@:LDP man-pages:3.78:2014/09/21:setresgid32:2:setresgid:2: -○:LDP man-pages:3.78:2014/09/21:setresuid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/09/21:setresuid32:2:setresuid:2: -○:LDP man-pages:3.78:2014/09/21:setreuid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/09/21:setreuid32:2:setreuid:2: -@:LDP man-pages:3.78:2015/01/22:setrlimit:2:getrlimit:2: -○:LDP man-pages:3.78:2014/12/31:setsid:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/04/28:setsockopt:2:getsockopt:2: -@:LDP man-pages:3.78:2012/04/26:settimeofday:2:gettimeofday:2: -○:LDP man-pages:3.78:2014/09/21:setuid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/09/21:setuid32:2:setuid:2: -○:LDP man-pages:3.78:2008/12/03:setup:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2014/02/06:setxattr:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:sgetmask:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/07/08:shmat:2:shmop:2: -○:LDP man-pages:3.78:2014/02/07:shmctl:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/07/08:shmdt:2:shmop:2: -○:LDP man-pages:3.78:2015/01/10:shmget:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/07/08:shmop:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/09/06:shutdown:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2015/01/22:sigaction:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/09/26:sigaltstack:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:signal:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/07/08:signalfd:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/07/08:signalfd4:2:signalfd:2: -○:LDP man-pages:3.78:2013/12/11:sigpending:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/04/19:sigprocmask:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/12/16:sigqueue:2:sigqueue:3: -○:LDP man-pages:3.78:2014/12/31:sigreturn:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/04/19:sigsuspend:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:sigtimedwait:2:sigwaitinfo:2: -○:LDP man-pages:3.78:2014/08/19:sigwaitinfo:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/12/31:socket:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/10/16:socketcall:2:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2008/10/11:socketpair:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:splice:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/08/05:spu_create:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/08/05:spu_run:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/12/31:ssetmask:2:sgetmask:2: -○:LDP man-pages:3.78:2014/08/19:stat:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:stat64:2:stat:2: -○:LDP man-pages:3.78:2014/06/13:statfs:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/06/13:statfs64:2:statfs:2: -@:LDP man-pages:3.78:2013/09/26:statvfs:2:statvfs:3: -○:LDP man-pages:3.78:2014/05/10:stime:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2013/02/12:stty:2:unimplemented:2: -×:LDP man-pages:3.78:2012/07/13:subpage_prot:2::::: -@:LDP man-pages:3.78:2014/05/28:swapoff:2:swapon:2: -○:LDP man-pages:3.78:2014/05/28:swapon:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:symlink:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/08/19:symlinkat:2:symlink:2: -○:LDP man-pages:3.78:2014/08/19:sync:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:sync_file_range:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:sync_file_range2:2:sync_file_range:2: -@:LDP man-pages:3.78:2014/08/19:syncfs:2:sync:2: -○:LDP man-pages:3.78:2015/01/22:syscall:2:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.78:2015/01/22:syscalls:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/12/22:sysctl:2:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2010/06/27:sysfs:2:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.78:2014/08/19:sysinfo:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/07/08:syslog:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:tee:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/12/31:tgkill:2:tkill:2: -○:LDP man-pages:3.78:2011/09/09:time:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -×:LDP man-pages:3.78:2014/08/19:timer_create:2::::: -○:LDP man-pages:3.78:2009/02/20:timer_delete:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -×:LDP man-pages:3.78:2009/02/20:timer_getoverrun:2::::: -※:LDP man-pages:3.78:2012/10/15:timer_gettime:2:timer_settime:2: -×:LDP man-pages:3.78:2012/10/15:timer_settime:2::::: -○:LDP man-pages:3.78:2011/09/14:timerfd_create:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2011/09/14:timerfd_gettime:2:timerfd_create:2: -@:LDP man-pages:3.78:2011/09/14:timerfd_settime:2:timerfd_create:2: -○:LDP man-pages:3.78:2012/10/22:times:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:tkill:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/22:truncate:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:truncate64:2:truncate:2: -@:LDP man-pages:3.78:2013/02/12:tuxcall:2:unimplemented:2: -@:LDP man-pages:3.78:2015/01/22:ugetrlimit:2:getrlimit:2: -○:LDP man-pages:3.78:2008/01/09:umask:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/02/26:umount:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/02/26:umount2:2:umount:2: -○:LDP man-pages:3.78:2014/09/21:uname:2:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.78:2013/02/12:unimplemented:2:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2014/08/19:unlink:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:unlinkat:2:unlink:2: -○:LDP man-pages:3.78:2014/09/21:unshare:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2005/01/09:uselib:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2003/08/04:ustat:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2014/08/19:utime:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/22:utimensat:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:utimes:2:utime:2: -○:LDP man-pages:3.78:2012/08/05:vfork:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2007/07/26:vhangup:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2009/02/20:vm86:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2009/02/20:vm86old:2:vm86:2: -○:LDP man-pages:3.78:2014/10/02:vmsplice:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/02/12:vserver:2:unimplemented:2: -○:LDP man-pages:3.78:2014/08/19:wait:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2012/09/23:wait3:2:wait4:2: -○:LDP man-pages:3.78:2012/09/23:wait4:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:waitid:2:wait:2: -@:LDP man-pages:3.78:2014/08/19:waitpid:2:wait:2: -○:LDP man-pages:3.78:2015/01/22:write:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:writev:2:readv:2: -@:LDP man-pages:3.78:2007/12/28:CIRCLEQ_ENTRY:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:CIRCLEQ_HEAD:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:CIRCLEQ_INIT:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:CIRCLEQ_INSERT_AFTER:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:CIRCLEQ_INSERT_BEFORE:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:CIRCLEQ_INSERT_HEAD:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:CIRCLEQ_INSERT_TAIL:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:CIRCLEQ_REMOVE:3:queue:3: -@:LDP man-pages:3.78:2014/12/31:CMSG_ALIGN:3:cmsg:3: -@:LDP man-pages:3.78:2014/12/31:CMSG_FIRSTHDR:3:cmsg:3: -@:LDP man-pages:3.78:2014/12/31:CMSG_NXTHDR:3:cmsg:3: -@:LDP man-pages:3.78:2014/12/31:CMSG_SPACE:3:cmsg:3: -@:LDP man-pages:3.78:2012/03/15:CPU_ALLOC:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_ALLOC_SIZE:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_AND:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_AND_S:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_CLR:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_CLR_S:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_COUNT:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_COUNT_S:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_EQUAL:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_EQUAL_S:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_FREE:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_ISSET:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_ISSET_S:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_OR:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_OR_S:3:CPU_SET:3: -○:LDP man-pages:3.78:2012/03/15:CPU_SET:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2012/03/15:CPU_SET_S:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_XOR:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_XOR_S:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_ZERO:3:CPU_SET:3: -@:LDP man-pages:3.78:2012/03/15:CPU_ZERO_S:3:CPU_SET:3: -@:LDP man-pages:3.78:2014/08/19:DES_FAILED:3:des_crypt:3: -@:LDP man-pages:3.78:2015/01/22:FD_CLR:3:select:2: -@:LDP man-pages:3.78:2015/01/22:FD_ISSET:3:select:2: -@:LDP man-pages:3.78:2015/01/22:FD_SET:3:select:2: -@:LDP man-pages:3.78:2015/01/22:FD_ZERO:3:select:2: -@:LDP man-pages:3.78:2007/07/26:HUGE_VAL:3:INFINITY:3: -@:LDP man-pages:3.78:2007/07/26:HUGE_VALF:3:INFINITY:3: -@:LDP man-pages:3.78:2007/07/26:HUGE_VALL:3:INFINITY:3: -○:LDP man-pages:3.78:2007/07/26:INFINITY:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2007/12/28:LIST_ENTRY:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:LIST_HEAD:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:LIST_INIT:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:LIST_INSERT_AFTER:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:LIST_INSERT_HEAD:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:LIST_REMOVE:3:queue:3: -○:LDP man-pages:3.78:1999/07/04:MB_CUR_MAX:3:2015/01/24::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi: -○:LDP man-pages:3.78:1999/07/04:MB_LEN_MAX:3:2015/01/24::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi: -@:LDP man-pages:3.78:2007/07/26:NAN:3:INFINITY:3: -@:LDP man-pages:3.78:2007/12/28:TAILQ_ENTRY:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:TAILQ_HEAD:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:TAILQ_INIT:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:TAILQ_INSERT_AFTER:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:TAILQ_INSERT_HEAD:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:TAILQ_INSERT_TAIL:3:queue:3: -@:LDP man-pages:3.78:2007/12/28:TAILQ_REMOVE:3:queue:3: -@:LDP man-pages:3.78:2010/10/13:__after_morecore_hook:3:malloc_hook:3: -@:LDP man-pages:3.78:2013/06/21:__fbufsize:3:stdio_ext:3: -@:LDP man-pages:3.78:2013/06/21:__flbf:3:stdio_ext:3: -@:LDP man-pages:3.78:2013/06/21:__fpending:3:stdio_ext:3: -@:LDP man-pages:3.78:2001/12/15:__fpurge:3:fpurge:3: -@:LDP man-pages:3.78:2013/06/21:__freadable:3:stdio_ext:3: -@:LDP man-pages:3.78:2013/06/21:__freading:3:stdio_ext:3: -@:LDP man-pages:3.78:2010/10/13:__free_hook:3:malloc_hook:3: -@:LDP man-pages:3.78:2013/06/21:__fsetlocking:3:stdio_ext:3: -@:LDP man-pages:3.78:2013/06/21:__fwritable:3:stdio_ext:3: -@:LDP man-pages:3.78:2013/06/21:__fwriting:3:stdio_ext:3: -@:LDP man-pages:3.78:2010/10/13:__malloc_hook:3:malloc_hook:3: -@:LDP man-pages:3.78:2010/10/13:__malloc_initialize_hook:3:malloc_hook:3: -@:LDP man-pages:3.78:2010/10/13:__memalign_hook:3:malloc_hook:3: -@:LDP man-pages:3.78:2010/10/13:__realloc_hook:3:malloc_hook:3: -○:LDP man-pages:3.78:2012/12/31:__setfpucw:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -@:LDP man-pages:3.78:2013/06/21:_flushlbf:3:stdio_ext:3: -○:LDP man-pages:3.78:2014/05/28:a64l:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2014/12/31:abort:3:2015/01/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -○:LDP man-pages:3.78:2014/08/19:abs:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/09/20:acos:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/20:acosf:3:acos:3: -○:LDP man-pages:3.78:2010/09/20:acosh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/20:acoshf:3:acosh:3: -@:LDP man-pages:3.78:2010/09/20:acoshl:3:acosh:3: -@:LDP man-pages:3.78:2010/09/20:acosl:3:acos:3: -@:LDP man-pages:3.78:2015/01/22:addmntent:3:getmntent:3: -○:LDP man-pages:3.78:2008/06/14:addseverity:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2014/05/28:adjtime:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/05/08:aio_cancel:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/07/04:aio_error:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/05/08:aio_fsync:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/04/26:aio_init:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/05/08:aio_read:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/07/04:aio_return:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/05/08:aio_suspend:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/05/08:aio_write:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/09/02:aligned_alloc:3:posix_memalign:3: -○:LDP man-pages:3.78:2013/10/07:alloca:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/05/28:alphasort:3:scandir:3: -@:LDP man-pages:3.78:2014/05/28:argz:3:argz_add:3: -○:LDP man-pages:3.78:2014/05/28:argz_add:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/28:argz_add_sep:3:argz_add:3: -@:LDP man-pages:3.78:2014/05/28:argz_append:3:argz_add:3: -@:LDP man-pages:3.78:2014/05/28:argz_count:3:argz_add:3: -@:LDP man-pages:3.78:2014/05/28:argz_create:3:argz_add:3: -@:LDP man-pages:3.78:2014/05/28:argz_create_sep:3:argz_add:3: -@:LDP man-pages:3.78:2014/05/28:argz_delete:3:argz_add:3: -@:LDP man-pages:3.78:2014/05/28:argz_extract:3:argz_add:3: -@:LDP man-pages:3.78:2014/05/28:argz_insert:3:argz_add:3: -@:LDP man-pages:3.78:2014/05/28:argz_next:3:argz_add:3: -@:LDP man-pages:3.78:2014/05/28:argz_replace:3:argz_add:3: -@:LDP man-pages:3.78:2014/05/28:argz_stringify:3:argz_add:3: -@:LDP man-pages:3.78:2014/08/19:asctime:3:ctime:3: -@:LDP man-pages:3.78:2014/08/19:asctime_r:3:ctime:3: -○:LDP man-pages:3.78:2010/09/20:asin:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/20:asinf:3:asin:3: -○:LDP man-pages:3.78:2013/10/14:asinh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/10/14:asinhf:3:asinh:3: -@:LDP man-pages:3.78:2013/10/14:asinhl:3:asinh:3: -@:LDP man-pages:3.78:2010/09/20:asinl:3:asin:3: -○:LDP man-pages:3.78:2013/06/21:asprintf:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2013/09/26:assert:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2013/09/26:assert_perror:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/10/07:atan:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/09/20:atan2:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/20:atan2f:3:atan2:3: -@:LDP man-pages:3.78:2010/09/20:atan2l:3:atan2:3: -@:LDP man-pages:3.78:2013/10/07:atanf:3:atan:3: -○:LDP man-pages:3.78:2010/09/11:atanh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/11:atanhf:3:atanh:3: -@:LDP man-pages:3.78:2010/09/11:atanhl:3:atanh:3: -@:LDP man-pages:3.78:2013/10/07:atanl:3:atan:3: -○:LDP man-pages:3.78:2008/12/05:atexit:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/01/22:atof:3:2015/01/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -○:LDP man-pages:3.78:2014/08/19:atoi:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2014/08/19:atol:3:atoi:3: -@:LDP man-pages:3.78:2014/08/19:atoll:3:atoi:3: -@:LDP man-pages:3.78:2014/08/19:atoq:3:atoi:3: -@:LDP man-pages:3.78:2013/09/26:auth_destroy:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:authnone_create:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:authunix_create:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:authunix_create_default:3:rpc:3: -○:LDP man-pages:3.78:2008/06/14:backtrace:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/06/14:backtrace_symbols:3:backtrace:3: -@:LDP man-pages:3.78:2008/06/14:backtrace_symbols_fd:3:backtrace:3: -○:LDP man-pages:3.78:2014/06/13:basename:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/10/21:bcmp:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2013/10/22:bcopy:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2010/09/10:be16toh:3:endian:3: -@:LDP man-pages:3.78:2010/09/10:be32toh:3:endian:3: -@:LDP man-pages:3.78:2010/09/10:be64toh:3:endian:3: -○:LDP man-pages:3.78:2013/06/21:bindresvport:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/10/22:bsd_signal:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2003/11/01:bsearch:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:bstring:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2011/09/22:btowc:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/04/23:btree:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/04/08:byteorder:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/10/22:bzero:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/08/11:cabs:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/11:cabsf:3:cabs:3: -@:LDP man-pages:3.78:2008/08/11:cabsl:3:cabs:3: -○:LDP man-pages:3.78:2011/09/15:cacos:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2011/09/15:cacosf:3:cacos:3: -○:LDP man-pages:3.78:2011/09/15:cacosh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2011/09/15:cacoshf:3:cacosh:3: -@:LDP man-pages:3.78:2011/09/15:cacoshl:3:cacosh:3: -@:LDP man-pages:3.78:2011/09/15:cacosl:3:cacos:3: -@:LDP man-pages:3.78:2014/05/21:calloc:3:malloc:3: -@:LDP man-pages:3.78:2013/09/26:callrpc:3:rpc:3: -○:LDP man-pages:3.78:2013/05/11:canonicalize_file_name:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/08/11:carg:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/11:cargf:3:carg:3: -@:LDP man-pages:3.78:2008/08/11:cargl:3:carg:3: -○:LDP man-pages:3.78:2008/08/11:casin:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/11:casinf:3:casin:3: -○:LDP man-pages:3.78:2008/08/11:casinh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/11:casinhf:3:casinh:3: -@:LDP man-pages:3.78:2008/08/11:casinhl:3:casinh:3: -@:LDP man-pages:3.78:2008/08/11:casinl:3:casin:3: -○:LDP man-pages:3.78:2011/09/15:catan:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2011/09/15:catanf:3:catan:3: -○:LDP man-pages:3.78:2011/09/15:catanh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2011/09/15:catanhf:3:catanh:3: -@:LDP man-pages:3.78:2011/09/15:catanhl:3:catanh:3: -@:LDP man-pages:3.78:2011/09/15:catanl:3:catan:3: -@:LDP man-pages:3.78:2014/08/19:catclose:3:catopen:3: -○:LDP man-pages:3.78:2014/06/13:catgets:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2014/08/19:catopen:3:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/08/19:cbc_crypt:3:des_crypt:3: -○:LDP man-pages:3.78:2013/09/18:cbrt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/09/18:cbrtf:3:cbrt:3: -@:LDP man-pages:3.78:2013/09/18:cbrtl:3:cbrt:3: -○:LDP man-pages:3.78:2008/08/11:ccos:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/11:ccosf:3:ccos:3: -○:LDP man-pages:3.78:2008/08/11:ccosh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/11:ccoshf:3:ccosh:3: -@:LDP man-pages:3.78:2008/08/11:ccoshl:3:ccosh:3: -@:LDP man-pages:3.78:2008/08/11:ccosl:3:ccos:3: -○:LDP man-pages:3.78:2013/06/21:ceil:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/06/21:ceilf:3:ceil:3: -@:LDP man-pages:3.78:2013/06/21:ceill:3:ceil:3: -○:LDP man-pages:3.78:2014/08/19:cerf:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:cerfc:3:cerf:3: -@:LDP man-pages:3.78:2014/08/19:cerfcf:3:cerf:3: -@:LDP man-pages:3.78:2014/08/19:cerfcl:3:cerf:3: -@:LDP man-pages:3.78:2014/08/19:cerff:3:cerf:3: -@:LDP man-pages:3.78:2014/08/19:cerfl:3:cerf:3: -○:LDP man-pages:3.78:2008/08/11:cexp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:cexp2:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:cexp2f:3:cexp2:3: -@:LDP man-pages:3.78:2014/08/19:cexp2l:3:cexp2:3: -@:LDP man-pages:3.78:2008/08/11:cexpf:3:cexp:3: -@:LDP man-pages:3.78:2008/08/11:cexpl:3:cexp:3: -@:LDP man-pages:3.78:2014/12/31:cfgetispeed:3:termios:3: -@:LDP man-pages:3.78:2014/12/31:cfgetospeed:3:termios:3: -@:LDP man-pages:3.78:2014/12/31:cfmakeraw:3:termios:3: -○:LDP man-pages:3.78:2007/07/26:cfree:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/12/31:cfsetispeed:3:termios:3: -@:LDP man-pages:3.78:2014/12/31:cfsetospeed:3:termios:3: -@:LDP man-pages:3.78:2014/12/31:cfsetspeed:3:termios:3: -○:LDP man-pages:3.78:2013/06/21:cimag:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/06/21:cimagf:3:cimag:3: -@:LDP man-pages:3.78:2013/06/21:cimagl:3:cimag:3: -○:LDP man-pages:3.78:2014/08/19:clearenv:3:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/01/15:clearerr:3:ferror:3: -@:LDP man-pages:3.78:2008/08/29:clearerr_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.78:2013/09/26:clnt_broadcast:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:clnt_call:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:clnt_control:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:clnt_create:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:clnt_destroy:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:clnt_freeres:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:clnt_geterr:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:clnt_pcreateerror:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:clnt_perrno:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:clnt_perror:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:clnt_spcreateerror:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:clnt_sperrno:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:clnt_sperror:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:clntraw_create:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:clnttcp_create:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:clntudp_bufcreate:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:clntudp_create:3:rpc:3: -○:LDP man-pages:3.78:2014/09/21:clock:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/07/04:clock_getcpuclockid:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/12/28:clock_getres:3:clock_getres:2: -@:LDP man-pages:3.78:2013/12/28:clock_gettime:3:clock_getres:2: -@:LDP man-pages:3.78:2013/12/28:clock_settime:3:clock_getres:2: -○:LDP man-pages:3.78:2008/08/11:clog:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/08/11:clog10:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/11:clog10f:3:clog10:3: -@:LDP man-pages:3.78:2008/08/11:clog10l:3:clog10:3: -○:LDP man-pages:3.78:2014/08/19:clog2:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:clog2f:3:clog2:3: -@:LDP man-pages:3.78:2014/08/19:clog2l:3:clog2:3: -@:LDP man-pages:3.78:2008/08/11:clogf:3:clog:3: -@:LDP man-pages:3.78:2008/08/11:clogl:3:clog:3: -○:LDP man-pages:3.78:2008/09/23:closedir:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2012/08/17:closelog:3:syslog:3: -○:LDP man-pages:3.78:2014/12/31:cmsg:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2014/03/20:confstr:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/06/21:conj:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/06/21:conjf:3:conj:3: -@:LDP man-pages:3.78:2013/06/21:conjl:3:conj:3: -○:LDP man-pages:3.78:2013/10/14:copysign:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/10/14:copysignf:3:copysign:3: -@:LDP man-pages:3.78:2013/10/14:copysignl:3:copysign:3: -○:LDP man-pages:3.78:2013/10/14:cos:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/10/14:cosf:3:cos:3: -○:LDP man-pages:3.78:2010/09/20:cosh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/20:coshf:3:cosh:3: -@:LDP man-pages:3.78:2010/09/20:coshl:3:cosh:3: -@:LDP man-pages:3.78:2013/10/14:cosl:3:cos:3: -○:LDP man-pages:3.78:2008/08/11:cpow:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/11:cpowf:3:cpow:3: -@:LDP man-pages:3.78:2008/08/11:cpowl:3:cpow:3: -○:LDP man-pages:3.78:2013/09/18:cproj:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/09/18:cprojf:3:cproj:3: -@:LDP man-pages:3.78:2013/09/18:cprojl:3:cproj:3: -○:LDP man-pages:3.78:2013/09/18:creal:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/09/18:crealf:3:creal:3: -@:LDP man-pages:3.78:2013/09/18:creall:3:creal:3: -○:LDP man-pages:3.78:2014/02/26:crypt:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2014/02/26:crypt_r:3:crypt:3: -○:LDP man-pages:3.78:2008/08/11:csin:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/11:csinf:3:csin:3: -○:LDP man-pages:3.78:2008/08/11:csinh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/11:csinhf:3:csinh:3: -@:LDP man-pages:3.78:2008/08/11:csinhl:3:csinh:3: -@:LDP man-pages:3.78:2008/08/11:csinl:3:csin:3: -○:LDP man-pages:3.78:2008/08/11:csqrt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/11:csqrtf:3:csqrt:3: -@:LDP man-pages:3.78:2008/08/11:csqrtl:3:csqrt:3: -○:LDP man-pages:3.78:2008/08/11:ctan:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/11:ctanf:3:ctan:3: -○:LDP man-pages:3.78:2008/08/11:ctanh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/11:ctanhf:3:ctanh:3: -@:LDP man-pages:3.78:2008/08/11:ctanhl:3:ctanh:3: -@:LDP man-pages:3.78:2008/08/11:ctanl:3:ctan:3: -○:LDP man-pages:3.78:2013/07/04:ctermid:3:2015/01/24::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki: -○:LDP man-pages:3.78:2014/08/19:ctime:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:ctime_r:3:ctime:3: -@:LDP man-pages:3.78:2013/04/19:cuserid:3:getlogin:3: -○:LDP man-pages:3.78:2013/10/28:daemon:3:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/08/19:daylight:3:tzset:3: -@:LDP man-pages:3.78:2012/05/04:db:3:dbopen:3: -○:LDP man-pages:3.78:2012/05/04:dbopen:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:des_crypt:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/08/19:des_setparity:3:des_crypt:3: -○:LDP man-pages:3.78:2013/10/28:difftime:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/07/05:dirfd:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/06/13:dirname:3:basename:3: -○:LDP man-pages:3.78:2013/07/05:div:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2007/05/18:dl_iterate_phdr:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/10/02:dladdr:3:dlopen:3: -@:LDP man-pages:3.78:2014/10/02:dlclose:3:dlopen:3: -@:LDP man-pages:3.78:2014/10/02:dlerror:3:dlopen:3: -○:LDP man-pages:3.78:2014/10/02:dlopen:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/10/02:dlsym:3:dlopen:3: -@:LDP man-pages:3.78:2014/10/02:dlvsym:3:dlopen:3: -@:LDP man-pages:3.78:2014/05/28:dn_comp:3:resolver:3: -@:LDP man-pages:3.78:2014/05/28:dn_expand:3:resolver:3: -○:LDP man-pages:3.78:2010/09/15:dprintf:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2014/09/21:drand48:3:2015/01/24::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: -○:LDP man-pages:3.78:2013/09/09:drand48_r:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2010/09/20:drem:3:remainder:3: -@:LDP man-pages:3.78:2010/09/20:dremf:3:remainder:3: -@:LDP man-pages:3.78:2010/09/20:dreml:3:remainder:3: -○:LDP man-pages:3.78:2014/03/12:duplocale:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/09/25:dysize:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -@:LDP man-pages:3.78:2013/09/25:eaccess:3:euidaccess:3: -@:LDP man-pages:3.78:2014/08/19:ecb_crypt:3:des_crypt:3: -○:LDP man-pages:3.78:2014/08/19:ecvt:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2007/07/26:ecvt_r:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/07/17:edata:3:end:3: -○:LDP man-pages:3.78:2013/07/22:encrypt:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2013/07/22:encrypt_r:3:encrypt:3: -○:LDP man-pages:3.78:2008/07/17:end:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2003/09/09:endaliasent:3:setaliasent:3: -@:LDP man-pages:3.78:2002/02/28:endfsent:3:getfsent:3: -@:LDP man-pages:3.78:2014/10/02:endgrent:3:getgrent:3: -@:LDP man-pages:3.78:2014/03/11:endhostent:3:gethostbyname:3: -○:LDP man-pages:3.78:2010/09/10:endian:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:endmntent:3:getmntent:3: -@:LDP man-pages:3.78:2008/08/19:endnetent:3:getnetent:3: -@:LDP man-pages:3.78:2014/05/28:endnetgrent:3:setnetgrent:3: -@:LDP man-pages:3.78:2008/08/19:endprotoent:3:getprotoent:3: -@:LDP man-pages:3.78:2013/06/21:endpwent:3:getpwent:3: -@:LDP man-pages:3.78:2014/05/28:endrpcent:3:getrpcent:3: -@:LDP man-pages:3.78:2008/08/19:endservent:3:getservent:3: -@:LDP man-pages:3.78:2015/01/22:endspent:3:getspnam:3: -@:LDP man-pages:3.78:2013/07/22:endttyent:3:getttyent:3: -@:LDP man-pages:3.78:2013/06/21:endusershell:3:getusershell:3: -@:LDP man-pages:3.78:2014/08/19:endutent:3:getutent:3: -@:LDP man-pages:3.78:2014/08/19:endutxent:3:getutent:3: -@:LDP man-pages:3.78:2014/05/28:envz:3:envz_add:3: -○:LDP man-pages:3.78:2014/05/28:envz_add:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/28:envz_entry:3:envz_add:3: -@:LDP man-pages:3.78:2014/05/28:envz_get:3:envz_add:3: -@:LDP man-pages:3.78:2014/05/28:envz_merge:3:envz_add:3: -@:LDP man-pages:3.78:2014/05/28:envz_remove:3:envz_add:3: -@:LDP man-pages:3.78:2014/05/28:envz_strip:3:envz_add:3: -@:LDP man-pages:3.78:2014/09/21:erand48:3:drand48:3: -@:LDP man-pages:3.78:2013/09/09:erand48_r:3:drand48_r:3: -○:LDP man-pages:3.78:2013/10/29:erf:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/10/29:erfc:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/10/29:erfcf:3:erfc:3: -@:LDP man-pages:3.78:2013/10/29:erfcl:3:erfc:3: -@:LDP man-pages:3.78:2013/10/29:erff:3:erf:3: -@:LDP man-pages:3.78:2013/10/29:erfl:3:erf:3: -○:LDP man-pages:3.78:2013/12/30:err:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/22:errno:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/08/29:error:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/08/29:error_at_line:3:error:3: -@:LDP man-pages:3.78:2010/08/29:error_message_count:3:error:3: -@:LDP man-pages:3.78:2010/08/29:error_one_per_line:3:error:3: -@:LDP man-pages:3.78:2010/08/29:error_print_progname:3:error:3: -@:LDP man-pages:3.78:2013/12/30:errx:3:err:3: -@:LDP man-pages:3.78:2008/07/17:etext:3:end:3: -○:LDP man-pages:3.78:2014/07/08:ether_aton:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/07/08:ether_aton_r:3:ether_aton:3: -@:LDP man-pages:3.78:2014/07/08:ether_hostton:3:ether_aton:3: -@:LDP man-pages:3.78:2014/07/08:ether_line:3:ether_aton:3: -@:LDP man-pages:3.78:2014/07/08:ether_ntoa:3:ether_aton:3: -@:LDP man-pages:3.78:2014/07/08:ether_ntoa_r:3:ether_aton:3: -@:LDP man-pages:3.78:2014/07/08:ether_ntohost:3:ether_aton:3: -○:LDP man-pages:3.78:2013/09/25:euidaccess:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/07/08:eventfd_read:3:eventfd:2: -@:LDP man-pages:3.78:2014/07/08:eventfd_write:3:eventfd:2: -○:LDP man-pages:3.78:2015/01/22:exec:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:execl:3:exec:3: -@:LDP man-pages:3.78:2015/01/22:execle:3:exec:3: -@:LDP man-pages:3.78:2015/01/22:execlp:3:exec:3: -@:LDP man-pages:3.78:2015/01/22:execv:3:exec:3: -@:LDP man-pages:3.78:2015/01/22:execvp:3:exec:3: -@:LDP man-pages:3.78:2015/01/22:execvpe:3:exec:3: -○:LDP man-pages:3.78:2014/03/25:exit:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/09/20:exp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:exp10:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/12/31:exp10f:3:exp10:3: -@:LDP man-pages:3.78:2014/12/31:exp10l:3:exp10:3: -○:LDP man-pages:3.78:2010/09/20:exp2:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/20:exp2f:3:exp2:3: -@:LDP man-pages:3.78:2010/09/20:exp2l:3:exp2:3: -@:LDP man-pages:3.78:2010/09/20:expf:3:exp:3: -@:LDP man-pages:3.78:2010/09/20:expl:3:exp:3: -○:LDP man-pages:3.78:2013/10/14:expm1:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/10/14:expm1f:3:expm1:3: -@:LDP man-pages:3.78:2013/10/14:expm1l:3:expm1:3: -○:LDP man-pages:3.78:2013/07/10:fabs:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/07/10:fabsf:3:fabs:3: -@:LDP man-pages:3.78:2013/07/10:fabsl:3:fabs:3: -○:LDP man-pages:3.78:2015/01/22:fclose:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/06/21:fcloseall:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:fcvt:3:ecvt:3: -@:LDP man-pages:3.78:2007/07/26:fcvt_r:3:ecvt_r:3: -○:LDP man-pages:3.78:2013/07/15:fdim:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/07/15:fdimf:3:fdim:3: -@:LDP man-pages:3.78:2013/07/15:fdiml:3:fdim:3: -@:LDP man-pages:3.78:2012/04/22:fdopen:3:fopen:3: -@:LDP man-pages:3.78:2010/06/20:fdopendir:3:opendir:3: -@:LDP man-pages:3.78:2014/04/01:feclearexcept:3:fenv:3: -@:LDP man-pages:3.78:2014/04/01:fedisableexcept:3:fenv:3: -@:LDP man-pages:3.78:2014/04/01:feenableexcept:3:fenv:3: -@:LDP man-pages:3.78:2014/04/01:fegetenv:3:fenv:3: -@:LDP man-pages:3.78:2014/04/01:fegetexcept:3:fenv:3: -@:LDP man-pages:3.78:2014/04/01:fegetexceptflag:3:fenv:3: -@:LDP man-pages:3.78:2014/04/01:fegetround:3:fenv:3: -@:LDP man-pages:3.78:2014/04/01:feholdexcept:3:fenv:3: -○:LDP man-pages:3.78:2014/04/01:fenv:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/15:feof:3:ferror:3: -@:LDP man-pages:3.78:2008/08/29:feof_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.78:2014/04/01:feraiseexcept:3:fenv:3: -○:LDP man-pages:3.78:2014/01/15:ferror:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2008/08/29:ferror_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.78:2014/04/01:fesetenv:3:fenv:3: -@:LDP man-pages:3.78:2014/04/01:fesetexceptflag:3:fenv:3: -@:LDP man-pages:3.78:2014/04/01:fesetround:3:fenv:3: -@:LDP man-pages:3.78:2014/04/01:fetestexcept:3:fenv:3: -@:LDP man-pages:3.78:2014/04/01:feupdateenv:3:fenv:3: -○:LDP man-pages:3.78:2015/01/22:fexecve:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/07/15:fflush:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2008/08/29:fflush_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.78:2014/04/14:ffs:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2014/04/14:ffsl:3:ffs:3: -@:LDP man-pages:3.78:2014/04/14:ffsll:3:ffs:3: -○:LDP man-pages:3.78:2013/12/31:fgetc:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/29:fgetc_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.78:2014/08/19:fgetgrent:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -@:LDP man-pages:3.78:2015/01/22:fgetgrent_r:3:getgrent_r:3: -@:LDP man-pages:3.78:2014/05/28:fgetpos:3:fseek:3: -○:LDP man-pages:3.78:2013/04/19:fgetpwent:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -@:LDP man-pages:3.78:2015/01/22:fgetpwent_r:3:getpwent_r:3: -@:LDP man-pages:3.78:2013/12/31:fgets:3:fgetc:3: -@:LDP man-pages:3.78:2008/08/29:fgets_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.78:2015/01/22:fgetspent:3:getspnam:3: -@:LDP man-pages:3.78:2015/01/22:fgetspent_r:3:getspnam:3: -○:LDP man-pages:3.78:2013/04/19:fgetwc:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2008/08/29:fgetwc_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.78:2011/09/28:fgetws:3:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: -@:LDP man-pages:3.78:2008/08/29:fgetws_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.78:2014/01/15:fileno:3:ferror:3: -@:LDP man-pages:3.78:2008/08/29:fileno_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.78:2013/07/22:finite:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/07/22:finitef:3:finite:3: -@:LDP man-pages:3.78:2013/07/22:finitel:3:finite:3: -○:LDP man-pages:3.78:2014/08/19:flockfile:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/07/23:floor:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/07/23:floorf:3:floor:3: -@:LDP man-pages:3.78:2013/07/23:floorl:3:floor:3: -○:LDP man-pages:3.78:2013/09/17:fma:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/09/17:fmaf:3:fma:3: -@:LDP man-pages:3.78:2013/09/17:fmal:3:fma:3: -○:LDP man-pages:3.78:2013/09/17:fmax:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/09/17:fmaxf:3:fmax:3: -@:LDP man-pages:3.78:2013/09/17:fmaxl:3:fmax:3: -○:LDP man-pages:3.78:2015/01/22:fmemopen:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/09/17:fmin:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/09/17:fminf:3:fmin:3: -@:LDP man-pages:3.78:2013/09/17:fminl:3:fmin:3: -○:LDP man-pages:3.78:2012/03/15:fmod:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2012/03/15:fmodf:3:fmod:3: -@:LDP man-pages:3.78:2012/03/15:fmodl:3:fmod:3: -○:LDP man-pages:3.78:2013/06/21:fmtmsg:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2000/10/15:fnmatch:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/04/22:fopen:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/22:fopencookie:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:forkpty:3:openpty:3: -○:LDP man-pages:3.78:2014/05/28:fpathconf:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2013/08/06:fpclassify:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/07/08:fprintf:3:printf:3: -○:LDP man-pages:3.78:2001/12/15:fpurge:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -@:LDP man-pages:3.78:2014/01/11:fputc:3:puts:3: -@:LDP man-pages:3.78:2008/08/29:fputc_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.78:2014/01/11:fputs:3:puts:3: -@:LDP man-pages:3.78:2008/08/29:fputs_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.78:2013/04/19:fputwc:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2008/08/29:fputwc_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.78:2011/09/28:fputws:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2008/08/29:fputws_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.78:2012/03/30:fread:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/29:fread_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.78:2014/05/21:free:3:malloc:3: -@:LDP man-pages:3.78:2014/04/06:freeaddrinfo:3:getaddrinfo:3: -@:LDP man-pages:3.78:2010/09/04:freehostent:3:getipnodebyname:3: -@:LDP man-pages:3.78:2014/02/26:freeifaddrs:3:getifaddrs:3: -※:LDP man-pages:3.78:2014/05/28:freelocale:3:newlocale:3: -@:LDP man-pages:3.78:2012/04/22:freopen:3:fopen:3: -○:LDP man-pages:3.78:2013/08/06:frexp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/08/06:frexpf:3:frexp:3: -@:LDP man-pages:3.78:2013/08/06:frexpl:3:frexp:3: -@:LDP man-pages:3.78:2014/01/11:fscanf:3:scanf:3: -○:LDP man-pages:3.78:2014/05/28:fseek:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2014/10/02:fseeko:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/28:fsetpos:3:fseek:3: -@:LDP man-pages:3.78:2013/09/26:fstatvfs:3:statvfs:3: -@:LDP man-pages:3.78:2014/05/28:ftell:3:fseek:3: -@:LDP man-pages:3.78:2014/10/02:ftello:3:fseeko:3: -○:LDP man-pages:3.78:2014/08/19:ftime:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2014/08/19:ftok:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -@:LDP man-pages:3.78:2014/08/19:ftrylockfile:3:flockfile:3: -○:LDP man-pages:3.78:2014/03/18:fts:3:2015/01/24::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/03/18:fts_children:3:fts:3: -@:LDP man-pages:3.78:2014/03/18:fts_close:3:fts:3: -@:LDP man-pages:3.78:2014/03/18:fts_open:3:fts:3: -@:LDP man-pages:3.78:2014/03/18:fts_read:3:fts:3: -@:LDP man-pages:3.78:2014/03/18:fts_set:3:fts:3: -○:LDP man-pages:3.78:2014/12/31:ftw:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:funlockfile:3:flockfile:3: -@:LDP man-pages:3.78:2015/01/22:futimens:3:utimensat:2: -○:LDP man-pages:3.78:2013/10/29:futimes:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/03/19:fwide:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -@:LDP man-pages:3.78:2014/03/19:fwprintf:3:wprintf:3: -@:LDP man-pages:3.78:2012/03/30:fwrite:3:fread:3: -@:LDP man-pages:3.78:2008/08/29:fwrite_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.78:2014/05/28:gai_cancel:3:getaddrinfo_a:3: -@:LDP man-pages:3.78:2014/05/28:gai_error:3:getaddrinfo_a:3: -@:LDP man-pages:3.78:2014/04/06:gai_strerror:3:getaddrinfo:3: -@:LDP man-pages:3.78:2014/05/28:gai_suspend:3:getaddrinfo_a:3: -○:LDP man-pages:3.78:2008/08/05:gamma:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/05:gammaf:3:gamma:3: -@:LDP man-pages:3.78:2008/08/05:gammal:3:gamma:3: -○:LDP man-pages:3.78:2014/05/28:gcvt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:get_current_dir_name:3:getcwd:3: -@:LDP man-pages:3.78:2013/09/26:get_myaddress:3:rpc:3: -@:LDP man-pages:3.78:2012/03/20:get_nprocs:3:get_nprocs_conf:3: -○:LDP man-pages:3.78:2012/03/20:get_nprocs_conf:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/04/06:getaddrinfo:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:getaddrinfo_a:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2003/09/09:getaliasbyname:3:setaliasent:3: -@:LDP man-pages:3.78:2003/09/09:getaliasbyname_r:3:setaliasent:3: -@:LDP man-pages:3.78:2003/09/09:getaliasent:3:setaliasent:3: -@:LDP man-pages:3.78:2003/09/09:getaliasent_r:3:setaliasent:3: -○:LDP man-pages:3.78:2014/08/19:getauxval:3:2015/01/31::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/12/31:getc:3:fgetc:3: -@:LDP man-pages:3.78:2008/08/29:getc_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.78:2013/12/31:getchar:3:fgetc:3: -@:LDP man-pages:3.78:2008/08/29:getchar_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.78:2014/04/08:getcontext:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:getcwd:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2014/06/13:getdate:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/06/13:getdate_err:3:getdate:3: -@:LDP man-pages:3.78:2014/06/13:getdate_r:3:getdate:3: -@:LDP man-pages:3.78:2015/01/22:getdelim:3:getline:3: -○:LDP man-pages:3.78:2014/06/13:getdirentries:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2014/08/19:getdtablesize:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/08/14:getenv:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2002/02/28:getfsent:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -@:LDP man-pages:3.78:2002/02/28:getfsfile:3:getfsent:3: -@:LDP man-pages:3.78:2002/02/28:getfsspec:3:getfsent:3: -○:LDP man-pages:3.78:2014/10/02:getgrent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/22:getgrent_r:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/08/19:getgrgid:3:getgrnam:3: -@:LDP man-pages:3.78:2014/08/19:getgrgid_r:3:getgrnam:3: -○:LDP man-pages:3.78:2014/08/19:getgrnam:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:getgrnam_r:3:getgrnam:3: -○:LDP man-pages:3.78:2014/08/19:getgrouplist:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/03/11:gethostbyaddr:3:gethostbyname:3: -@:LDP man-pages:3.78:2014/03/11:gethostbyaddr_r:3:gethostbyname:3: -○:LDP man-pages:3.78:2014/03/11:gethostbyname:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/03/11:gethostbyname2:3:gethostbyname:3: -@:LDP man-pages:3.78:2014/03/11:gethostbyname2_r:3:gethostbyname:3: -@:LDP man-pages:3.78:2014/03/11:gethostbyname_r:3:gethostbyname:3: -@:LDP man-pages:3.78:2014/03/11:gethostent:3:gethostbyname:3: -@:LDP man-pages:3.78:2014/03/11:gethostent_r:3:gethostbyname:3: -○:LDP man-pages:3.78:2010/09/20:gethostid:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/02/26:getifaddrs:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/04:getipnodebyaddr:3:getipnodebyname:3: -○:LDP man-pages:3.78:2010/09/04:getipnodebyname:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2015/01/22:getline:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/04/01:getloadavg:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2013/04/19:getlogin:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/04/19:getlogin_r:3:getlogin:3: -○:LDP man-pages:3.78:2015/01/22:getmntent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:getmntent_r:3:getmntent:3: -○:LDP man-pages:3.78:2014/05/28:getnameinfo:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/19:getnetbyaddr:3:getnetent:3: -@:LDP man-pages:3.78:2010/09/10:getnetbyaddr_r:3:getnetent_r:3: -@:LDP man-pages:3.78:2008/08/19:getnetbyname:3:getnetent:3: -@:LDP man-pages:3.78:2010/09/10:getnetbyname_r:3:getnetent_r:3: -○:LDP man-pages:3.78:2008/08/19:getnetent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/09/10:getnetent_r:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/28:getnetgrent:3:setnetgrent:3: -@:LDP man-pages:3.78:2014/05/28:getnetgrent_r:3:setnetgrent:3: -○:LDP man-pages:3.78:2014/12/31:getopt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/12/31:getopt_long:3:getopt:3: -@:LDP man-pages:3.78:2014/12/31:getopt_long_only:3:getopt:3: -○:LDP man-pages:3.78:2014/08/19:getpass:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -@:LDP man-pages:3.78:2008/08/19:getprotobyname:3:getprotoent:3: -@:LDP man-pages:3.78:2010/09/10:getprotobyname_r:3:getprotoent_r:3: -@:LDP man-pages:3.78:2008/08/19:getprotobynumber:3:getprotoent:3: -@:LDP man-pages:3.78:2010/09/10:getprotobynumber_r:3:getprotoent_r:3: -○:LDP man-pages:3.78:2008/08/19:getprotoent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/09/10:getprotoent_r:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/04/01:getpt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/22:getpw:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2013/06/21:getpwent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/22:getpwent_r:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/07/22:getpwnam:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/07/22:getpwnam_r:3:getpwnam:3: -@:LDP man-pages:3.78:2013/07/22:getpwuid:3:getpwnam:3: -@:LDP man-pages:3.78:2013/07/22:getpwuid_r:3:getpwnam:3: -@:LDP man-pages:3.78:2014/05/28:getrpcbyname:3:getrpcent:3: -@:LDP man-pages:3.78:2010/09/10:getrpcbyname_r:3:getrpcent_r:3: -@:LDP man-pages:3.78:2014/05/28:getrpcbynumber:3:getrpcent:3: -@:LDP man-pages:3.78:2010/09/10:getrpcbynumber_r:3:getrpcent_r:3: -○:LDP man-pages:3.78:2014/05/28:getrpcent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/09/10:getrpcent_r:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:getrpcport:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2014/01/24:gets:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/19:getservbyname:3:getservent:3: -@:LDP man-pages:3.78:2010/09/10:getservbyname_r:3:getservent_r:3: -@:LDP man-pages:3.78:2008/08/19:getservbyport:3:getservent:3: -@:LDP man-pages:3.78:2010/09/10:getservbyport_r:3:getservent_r:3: -○:LDP man-pages:3.78:2008/08/19:getservent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/09/10:getservent_r:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:getspent:3:getspnam:3: -@:LDP man-pages:3.78:2015/01/22:getspent_r:3:getspnam:3: -○:LDP man-pages:3.78:2015/01/22:getspnam:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:getspnam_r:3:getspnam:3: -○:LDP man-pages:3.78:2014/04/08:getsubopt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/07/22:getttyent:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2013/07/22:getttynam:3:getttyent:3: -○:LDP man-pages:3.78:2010/09/10:getumask:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/06/21:getusershell:3:2015/01/24::ishioka@dad.eec.toshiba.co.jp:ISHIOKA Takashi: -○:LDP man-pages:3.78:2014/08/19:getutent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:getutent_r:3:getutent:3: -@:LDP man-pages:3.78:2014/08/19:getutid:3:getutent:3: -@:LDP man-pages:3.78:2014/08/19:getutid_r:3:getutent:3: -@:LDP man-pages:3.78:2014/08/19:getutline:3:getutent:3: -@:LDP man-pages:3.78:2014/08/19:getutline_r:3:getutent:3: -○:LDP man-pages:3.78:2014/04/08:getutmp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/04/08:getutmpx:3:getutmp:3: -@:LDP man-pages:3.78:2014/08/19:getutxent:3:getutent:3: -@:LDP man-pages:3.78:2014/08/19:getutxid:3:getutent:3: -@:LDP man-pages:3.78:2014/08/19:getutxline:3:getutent:3: -○:LDP man-pages:3.78:2010/09/26:getw:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2013/04/19:getwc:3:fgetwc:3: -@:LDP man-pages:3.78:2008/08/29:getwc_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.78:1999/07/25:getwchar:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2008/08/29:getwchar_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.78:2014/08/19:getwd:3:getcwd:3: -○:LDP man-pages:3.78:2014/08/19:glob:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2014/08/19:globfree:3:glob:3: -@:LDP man-pages:3.78:2014/08/19:gmtime:3:ctime:3: -@:LDP man-pages:3.78:2014/08/19:gmtime_r:3:ctime:3: -@:LDP man-pages:3.78:2014/05/28:gnu_dev_major:3:makedev:3: -@:LDP man-pages:3.78:2014/05/28:gnu_dev_makedev:3:makedev:3: -@:LDP man-pages:3.78:2014/05/28:gnu_dev_minor:3:makedev:3: -@:LDP man-pages:3.78:2012/08/26:gnu_get_libc_release:3:gnu_get_libc_version:3: -○:LDP man-pages:3.78:2012/08/26:gnu_get_libc_version:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/06/14:grantpt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/03/30:group_member:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2007/07/26:gsignal:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/03/11:h_errno:3:gethostbyname:3: -○:LDP man-pages:3.78:2012/04/23:hash:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:hasmntopt:3:getmntent:3: -@:LDP man-pages:3.78:2014/01/05:hcreate:3:hsearch:3: -@:LDP man-pages:3.78:2014/01/05:hcreate_r:3:hsearch:3: -@:LDP man-pages:3.78:2014/01/05:hdestroy:3:hsearch:3: -@:LDP man-pages:3.78:2014/01/05:hdestroy_r:3:hsearch:3: -@:LDP man-pages:3.78:2014/03/11:herror:3:gethostbyname:3: -○:LDP man-pages:3.78:2014/01/05:hsearch:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/05:hsearch_r:3:hsearch:3: -@:LDP man-pages:3.78:2014/03/11:hstrerror:3:gethostbyname:3: -@:LDP man-pages:3.78:2010/09/10:htobe16:3:endian:3: -@:LDP man-pages:3.78:2010/09/10:htobe32:3:endian:3: -@:LDP man-pages:3.78:2010/09/10:htobe64:3:endian:3: -@:LDP man-pages:3.78:2010/09/10:htole16:3:endian:3: -@:LDP man-pages:3.78:2010/09/10:htole32:3:endian:3: -@:LDP man-pages:3.78:2010/09/10:htole64:3:endian:3: -@:LDP man-pages:3.78:2014/04/08:htonl:3:byteorder:3: -@:LDP man-pages:3.78:2014/04/08:htons:3:byteorder:3: -○:LDP man-pages:3.78:2010/09/20:hypot:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/20:hypotf:3:hypot:3: -@:LDP man-pages:3.78:2010/09/20:hypotl:3:hypot:3: -○:LDP man-pages:3.78:2014/06/13:iconv:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/08/11:iconv_close:3:2015/01/24::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: -○:LDP man-pages:3.78:2008/08/11:iconv_open:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2012/11/21:if_freenameindex:3:if_nameindex:3: -@:LDP man-pages:3.78:2014/04/01:if_indextoname:3:if_nametoindex:3: -○:LDP man-pages:3.78:2012/11/21:if_nameindex:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/04/01:if_nametoindex:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:ilogb:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/12/31:ilogbf:3:ilogb:3: -@:LDP man-pages:3.78:2014/12/31:ilogbl:3:ilogb:3: -@:LDP man-pages:3.78:2014/08/19:imaxabs:3:abs:3: -@:LDP man-pages:3.78:2013/07/05:imaxdiv:3:div:3: -○:LDP man-pages:3.78:2014/04/01:index:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.78:2014/05/28:inet:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/28:inet_addr:3:inet:3: -@:LDP man-pages:3.78:2014/05/28:inet_aton:3:inet:3: -@:LDP man-pages:3.78:2014/05/28:inet_lnaof:3:inet:3: -@:LDP man-pages:3.78:2014/05/28:inet_makeaddr:3:inet_addr:3: -@:LDP man-pages:3.78:2014/05/28:inet_net_ntop:3:inet_net_pton:3: -○:LDP man-pages:3.78:2014/05/28:inet_net_pton:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/28:inet_netof:3:inet:3: -@:LDP man-pages:3.78:2014/05/28:inet_network:3:inet:3: -@:LDP man-pages:3.78:2014/05/28:inet_ntoa:3:inet:3: -○:LDP man-pages:3.78:2008/11/11:inet_ntop:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/06/18:inet_pton:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:1993/06/02:infnan:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2007/07/26:initgroups:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/03/25:initstate:3:random:3: -@:LDP man-pages:3.78:2014/03/25:initstate_r:3:random_r:3: -@:LDP man-pages:3.78:2014/05/28:innetgr:3:setnetgrent:3: -○:LDP man-pages:3.78:2014/08/19:insque:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/11/11:intro:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/28:iruserok:3:rcmd:3: -@:LDP man-pages:3.78:2014/05/28:iruserok_af:3:rcmd:3: -@:LDP man-pages:3.78:2014/03/18:isalnum:3:isalpha:3: -@:LDP man-pages:3.78:2014/03/18:isalnum_l:3:isalpha:3: -○:LDP man-pages:3.78:2014/03/18:isalpha:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/03/18:isascii:3:isalpha:3: -@:LDP man-pages:3.78:2014/03/18:isascii_l:3:isalpha:3: -○:LDP man-pages:3.78:2014/01/27:isatty:3:2015/01/24::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki: -@:LDP man-pages:3.78:2014/03/18:isblank:3:isalpha:3: -@:LDP man-pages:3.78:2014/03/18:isblank_l:3:isalpha:3: -@:LDP man-pages:3.78:2014/03/18:iscntrl:3:isalpha:3: -@:LDP man-pages:3.78:2014/03/18:iscntrl_l:3:isalpha:3: -@:LDP man-pages:3.78:2014/03/18:isdigit:3:isalpha:3: -@:LDP man-pages:3.78:2014/03/18:isdigit_l:3:isalpha:3: -○:LDP man-pages:3.78:2014/03/13:isfdtype:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/08/06:isfinite:3:fpclassify:3: -@:LDP man-pages:3.78:2014/03/18:isgraph:3:isalpha:3: -@:LDP man-pages:3.78:2014/03/18:isgraph_l:3:isalpha:3: -○:LDP man-pages:3.78:2014/01/27:isgreater:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/27:isgreaterequal:3:isgreater:3: -@:LDP man-pages:3.78:2013/08/06:isinf:3:fpclassify:3: -@:LDP man-pages:3.78:2013/07/22:isinff:3:finite:3: -@:LDP man-pages:3.78:2013/07/22:isinfl:3:finite:3: -@:LDP man-pages:3.78:2014/01/27:isless:3:isgreater:3: -@:LDP man-pages:3.78:2014/01/27:islessequal:3:isgreater:3: -@:LDP man-pages:3.78:2014/01/27:islessgreater:3:isgreater:3: -@:LDP man-pages:3.78:2014/03/18:islower:3:isalpha:3: -@:LDP man-pages:3.78:2014/03/18:islower_l:3:isalpha:3: -@:LDP man-pages:3.78:2013/08/06:isnan:3:fpclassify:3: -@:LDP man-pages:3.78:2013/07/22:isnanf:3:finite:3: -@:LDP man-pages:3.78:2013/07/22:isnanl:3:finite:3: -@:LDP man-pages:3.78:2013/08/06:isnormal:3:fpclassify:3: -@:LDP man-pages:3.78:2014/03/18:isprint:3:isalpha:3: -@:LDP man-pages:3.78:2014/03/18:isprint_l:3:isalpha:3: -@:LDP man-pages:3.78:2014/03/18:ispunct:3:isalpha:3: -@:LDP man-pages:3.78:2014/03/18:ispunct_l:3:isalpha:3: -@:LDP man-pages:3.78:2014/03/18:isspace:3:isalpha:3: -@:LDP man-pages:3.78:2014/03/18:isspace_l:3:isalpha:3: -@:LDP man-pages:3.78:2014/01/27:isunordered:3:isgreater:3: -@:LDP man-pages:3.78:2014/03/18:isupper:3:isalpha:3: -@:LDP man-pages:3.78:2014/03/18:isupper_l:3:isalpha:3: -○:LDP man-pages:3.78:2014/01/28:iswalnum:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2014/01/28:iswalpha:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2014/02/10:iswblank:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2014/02/10:iswcntrl:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2014/02/26:iswctype:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:1999/07/25:iswdigit:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:1999/07/25:iswgraph:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:1999/07/25:iswlower:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:1999/07/25:iswprint:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:1999/07/25:iswpunct:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:1999/07/25:iswspace:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:1999/07/25:iswupper:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:1999/07/25:iswxdigit:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2014/03/18:isxdigit:3:isalpha:3: -@:LDP man-pages:3.78:2014/03/18:isxdigit_l:3:isalpha:3: -○:LDP man-pages:3.78:2014/01/18:j0:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/18:j0f:3:j0:3: -@:LDP man-pages:3.78:2014/01/18:j0l:3:j0:3: -@:LDP man-pages:3.78:2014/01/18:j1:3:j0:3: -@:LDP man-pages:3.78:2014/01/18:j1f:3:j0:3: -@:LDP man-pages:3.78:2014/01/18:j1l:3:j0:3: -@:LDP man-pages:3.78:2014/01/18:jn:3:j0:3: -@:LDP man-pages:3.78:2014/01/18:jnf:3:j0:3: -@:LDP man-pages:3.78:2014/01/18:jnl:3:j0:3: -@:LDP man-pages:3.78:2014/09/21:jrand48:3:drand48:3: -@:LDP man-pages:3.78:2013/09/09:jrand48_r:3:drand48_r:3: -@:LDP man-pages:3.78:2014/05/28:key_decryptsession:3:key_setsecret:3: -@:LDP man-pages:3.78:2014/05/28:key_encryptsession:3:key_setsecret:3: -@:LDP man-pages:3.78:2014/05/28:key_gendes:3:key_setsecret:3: -@:LDP man-pages:3.78:2014/05/28:key_secretkey_is_set:3:key_setsecret:3: -○:LDP man-pages:3.78:2014/05/28:key_setsecret:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/07/08:klogctl:3:syslog:2: -@:LDP man-pages:3.78:2014/05/28:l64a:3:a64l:3: -@:LDP man-pages:3.78:2014/08/19:labs:3:abs:3: -@:LDP man-pages:3.78:2015/01/22:lckpwdf:3:getspnam:3: -@:LDP man-pages:3.78:2014/09/21:lcong48:3:drand48:3: -@:LDP man-pages:3.78:2013/09/09:lcong48_r:3:drand48_r:3: -○:LDP man-pages:3.78:2013/08/19:ldexp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/08/19:ldexpf:3:ldexp:3: -@:LDP man-pages:3.78:2013/08/19:ldexpl:3:ldexp:3: -@:LDP man-pages:3.78:2013/07/05:ldiv:3:div:3: -@:LDP man-pages:3.78:2010/09/10:le16toh:3:endian:3: -@:LDP man-pages:3.78:2010/09/10:le32toh:3:endian:3: -@:LDP man-pages:3.78:2010/09/10:le64toh:3:endian:3: -@:LDP man-pages:3.78:1999/09/27:lfind:3:lsearch:3: -○:LDP man-pages:3.78:2014/01/18:lgamma:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/18:lgamma_r:3:lgamma:3: -@:LDP man-pages:3.78:2014/01/18:lgammaf:3:lgamma:3: -@:LDP man-pages:3.78:2014/01/18:lgammaf_r:3:lgamma:3: -@:LDP man-pages:3.78:2014/01/18:lgammal:3:lgamma:3: -@:LDP man-pages:3.78:2014/01/18:lgammal_r:3:lgamma:3: -○:LDP man-pages:3.78:2012/05/08:lio_listio:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:llabs:3:abs:3: -@:LDP man-pages:3.78:2013/07/05:lldiv:3:div:3: -@:LDP man-pages:3.78:2014/01/18:llrint:3:lrint:3: -@:LDP man-pages:3.78:2014/01/18:llrintf:3:lrint:3: -@:LDP man-pages:3.78:2014/01/18:llrintl:3:lrint:3: -@:LDP man-pages:3.78:2013/08/26:llround:3:lround:3: -@:LDP man-pages:3.78:2013/08/26:llroundf:3:lround:3: -@:LDP man-pages:3.78:2013/08/26:llroundl:3:lround:3: -○:LDP man-pages:3.78:2013/06/21:localeconv:3:2015/01/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -@:LDP man-pages:3.78:2014/08/19:localtime:3:ctime:3: -@:LDP man-pages:3.78:2014/08/19:localtime_r:3:ctime:3: -○:LDP man-pages:3.78:2014/06/13:lockf:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/09/20:log:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/09/20:log10:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/20:log10f:3:log10:3: -@:LDP man-pages:3.78:2010/09/20:log10l:3:log10:3: -○:LDP man-pages:3.78:2014/02/28:log1p:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/02/28:log1pf:3:log1p:3: -@:LDP man-pages:3.78:2014/02/28:log1pl:3:log1p:3: -○:LDP man-pages:3.78:2010/09/12:log2:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/12:log2f:3:log2:3: -@:LDP man-pages:3.78:2010/09/12:log2l:3:log2:3: -○:LDP man-pages:3.78:2014/02/28:logb:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/02/28:logbf:3:logb:3: -@:LDP man-pages:3.78:2014/02/28:logbl:3:logb:3: -@:LDP man-pages:3.78:2010/09/20:logf:3:log:3: -○:LDP man-pages:3.78:2004/05/06:login:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/08/19:login_tty:3:openpty:3: -@:LDP man-pages:3.78:2010/09/20:logl:3:log:3: -@:LDP man-pages:3.78:2004/05/06:logout:3:login:3: -@:LDP man-pages:3.78:2014/08/19:logwtmp:3:updwtmp:3: -○:LDP man-pages:3.78:2009/01/13:longjmp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/09/21:lrand48:3:drand48:3: -@:LDP man-pages:3.78:2013/09/09:lrand48_r:3:drand48_r:3: -○:LDP man-pages:3.78:2014/01/18:lrint:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/18:lrintf:3:lrint:3: -@:LDP man-pages:3.78:2014/01/18:lrintl:3:lrint:3: -○:LDP man-pages:3.78:2013/08/26:lround:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/08/26:lroundf:3:lround:3: -@:LDP man-pages:3.78:2013/08/26:lroundl:3:lround:3: -○:LDP man-pages:3.78:1999/09/27:lsearch:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:lseek64:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2013/10/29:lutimes:3:futimes:3: -@:LDP man-pages:3.78:2014/05/28:major:3:makedev:3: -○:LDP man-pages:3.78:2014/05/28:makecontext:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:makedev:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/05/06:mallinfo:3:2015/01/31::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/21:malloc:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/06/13:malloc_get_state:3:2015/01/27::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/10/13:malloc_hook:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/22:malloc_info:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/06/13:malloc_set_state:3:malloc_get_state:3: -○:LDP man-pages:3.78:2012/05/06:malloc_stats:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:malloc_trim:3:2015/01/27::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/06/13:malloc_usable_size:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -×:LDP man-pages:3.78:2014/07/08:mallopt:3::::: -○:LDP man-pages:3.78:2014/06/13:matherr:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/06/21:mblen:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2013/06/21:mbrlen:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2014/03/18:mbrtowc:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2014/03/18:mbsinit:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2014/03/18:mbsnrtowcs:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2014/03/18:mbsrtowcs:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2014/03/18:mbstowcs:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2014/03/18:mbtowc:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -×:LDP man-pages:3.78:2014/01/11:mcheck:3::::: -※:LDP man-pages:3.78:2014/01/11:mcheck_check_all:3:mcheck:3: -※:LDP man-pages:3.78:2014/01/11:mcheck_pedantic:3:mcheck:3: -@:LDP man-pages:3.78:2013/09/02:memalign:3:posix_memalign:3: -○:LDP man-pages:3.78:2014/03/10:memccpy:3:2015/01/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -○:LDP man-pages:3.78:2015/01/10:memchr:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:memcmp:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.78:2014/03/17:memcpy:3:2015/01/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -○:LDP man-pages:3.78:2014/03/17:memfrob:3:2015/01/24::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.78:2014/08/19:memmem:3:2015/01/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -○:LDP man-pages:3.78:2014/03/17:memmove:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/03/18:mempcpy:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2015/01/10:memrchr:3:memchr:3: -○:LDP man-pages:3.78:2014/03/18:memset:3:2015/01/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -@:LDP man-pages:3.78:2014/05/28:minor:3:makedev:3: -○:LDP man-pages:3.78:2014/06/13:mkdtemp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/03/24:mkfifo:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2014/03/24:mkfifoat:3:mkfifo:3: -@:LDP man-pages:3.78:2014/08/19:mkostemp:3:mkstemp:3: -@:LDP man-pages:3.78:2014/08/19:mkostemps:3:mkstemp:3: -○:LDP man-pages:3.78:2014/08/19:mkstemp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:mkstemps:3:mkstemp:3: -○:LDP man-pages:3.78:2014/08/19:mktemp:3:2015/01/24::tanisako@osa.dec.com:Kazuyuki Tanisako: -@:LDP man-pages:3.78:2014/08/19:mktime:3:ctime:3: -@:LDP man-pages:3.78:2015/01/22:mmap64:3:mmap:2: -○:LDP man-pages:3.78:2013/06/21:modf:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/06/21:modff:3:modf:3: -@:LDP man-pages:3.78:2013/06/21:modfl:3:modf:3: -○:LDP man-pages:3.78:2012/04/26:mpool:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -※:LDP man-pages:3.78:2014/01/11:mprobe:3:mcheck:3: -○:LDP man-pages:3.78:2014/06/13:mq_close:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:mq_getattr:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/04/06:mq_notify:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:mq_open:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/06/03:mq_receive:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/06/03:mq_send:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/10/02:mq_setattr:3:mq_getattr:3: -@:LDP man-pages:3.78:2014/06/03:mq_timedreceive:3:mq_receive:3: -@:LDP man-pages:3.78:2014/06/03:mq_timedsend:3:mq_send:3: -○:LDP man-pages:3.78:2014/06/13:mq_unlink:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/09/21:mrand48:3:drand48:3: -@:LDP man-pages:3.78:2013/09/09:mrand48_r:3:drand48_r:3: -×:LDP man-pages:3.78:2012/04/18:mtrace:3::::: -※:LDP man-pages:3.78:2012/04/18:muntrace:3:mtrace:3: -○:LDP man-pages:3.78:2010/09/20:nan:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/20:nanf:3:nan:3: -@:LDP man-pages:3.78:2010/09/20:nanl:3:nan:3: -@:LDP man-pages:3.78:2013/08/26:nearbyint:3:rint:3: -@:LDP man-pages:3.78:2013/08/26:nearbyintf:3:rint:3: -@:LDP man-pages:3.78:2013/08/26:nearbyintl:3:rint:3: -○:LDP man-pages:3.78:2014/03/20:netlink:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -×:LDP man-pages:3.78:2014/05/28:newlocale:3::::: -○:LDP man-pages:3.78:2013/09/02:nextafter:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/09/02:nextafterf:3:nextafter:3: -@:LDP man-pages:3.78:2013/09/02:nextafterl:3:nextafter:3: -@:LDP man-pages:3.78:2013/09/02:nexttoward:3:nextafter:3: -@:LDP man-pages:3.78:2013/09/02:nexttowardf:3:nextafter:3: -@:LDP man-pages:3.78:2013/09/02:nexttowardl:3:nextafter:3: -@:LDP man-pages:3.78:2014/12/31:nftw:3:ftw:3: -○:LDP man-pages:3.78:2014/05/28:nl_langinfo:3:2015/01/24::KY4N-UCD@asahi-net.or.jp:UCHIDA Norihiro: -@:LDP man-pages:3.78:2014/09/21:nrand48:3:drand48:3: -@:LDP man-pages:3.78:2013/09/09:nrand48_r:3:drand48_r:3: -@:LDP man-pages:3.78:2014/04/08:ntohl:3:byteorder:3: -@:LDP man-pages:3.78:2014/04/08:ntohs:3:byteorder:3: -○:LDP man-pages:3.78:2014/04/06:offsetof:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:on_exit:3:2015/01/24:o:amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:open_memstream:3:fmemopen:3: -@:LDP man-pages:3.78:2015/01/22:open_wmemstream:3:fmemopen:3: -○:LDP man-pages:3.78:2010/06/20:opendir:3:2015/01/24:o:amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2012/08/17:openlog:3:syslog:3: -○:LDP man-pages:3.78:2014/08/19:openpty:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/12/31:optarg:3:getopt:3: -@:LDP man-pages:3.78:2014/12/31:opterr:3:getopt:3: -@:LDP man-pages:3.78:2014/12/31:optind:3:getopt:3: -@:LDP man-pages:3.78:2014/12/31:optopt:3:getopt:3: -@:LDP man-pages:3.78:2014/08/19:passwd2des:3:xcrypt:3: -@:LDP man-pages:3.78:2014/05/28:pathconf:3:fpathconf:3: -@:LDP man-pages:3.78:2013/04/19:pclose:3:popen:3: -○:LDP man-pages:3.78:2014/05/28:perror:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/09/26:pmap_getmaps:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:pmap_getport:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:pmap_rmtcall:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:pmap_set:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:pmap_unset:3:rpc:3: -○:LDP man-pages:3.78:2013/04/19:popen:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/22:posix_fallocate:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2013/09/02:posix_memalign:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/06/03:posix_openpt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:pow:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/08/11:pow10:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2008/08/11:pow10f:3:pow10:3: -@:LDP man-pages:3.78:2008/08/11:pow10l:3:pow10:3: -@:LDP man-pages:3.78:2014/12/31:powf:3:pow:3: -@:LDP man-pages:3.78:2014/12/31:powl:3:pow:3: -○:LDP man-pages:3.78:2014/07/08:printf:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/07/08:profil:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2006/04/29:program_invocation_name:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2006/04/29:program_invocation_short_name:3:program_invocation_name:3: -@:LDP man-pages:3.78:2010/10/06:psiginfo:3:psignal:3: -○:LDP man-pages:3.78:2010/10/06:psignal:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/11/11:pthread_attr_destroy:3:pthread_attr_init:3: -@:LDP man-pages:3.78:2014/05/28:pthread_attr_getaffinity_np:3:pthread_attr_setaffinity_np:3: -@:LDP man-pages:3.78:2014/05/28:pthread_attr_getdetachstate:3:pthread_attr_setdetachstate:3: -@:LDP man-pages:3.78:2014/05/28:pthread_attr_getguardsize:3:pthread_attr_setguardsize:3: -@:LDP man-pages:3.78:2014/05/21:pthread_attr_getinheritsched:3:pthread_attr_setinheritsched:3: -@:LDP man-pages:3.78:2014/05/21:pthread_attr_getschedparam:3:pthread_attr_setschedparam:3: -@:LDP man-pages:3.78:2014/05/21:pthread_attr_getschedpolicy:3:pthread_attr_setschedpolicy:3: -@:LDP man-pages:3.78:2014/05/28:pthread_attr_getscope:3:pthread_attr_setscope:3: -@:LDP man-pages:3.78:2014/05/28:pthread_attr_getstack:3:pthread_attr_setstack:3: -@:LDP man-pages:3.78:2014/05/28:pthread_attr_getstackaddr:3:pthread_attr_setstackaddr:3: -@:LDP man-pages:3.78:2014/05/28:pthread_attr_getstacksize:3:pthread_attr_setstacksize:3: -○:LDP man-pages:3.78:2008/11/11:pthread_attr_init:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:pthread_attr_setaffinity_np:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:pthread_attr_setdetachstate:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:pthread_attr_setguardsize:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/21:pthread_attr_setinheritsched:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/21:pthread_attr_setschedparam:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/21:pthread_attr_setschedpolicy:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:pthread_attr_setscope:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:pthread_attr_setstack:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:pthread_attr_setstackaddr:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:pthread_attr_setstacksize:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/11/17:pthread_cancel:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/11/24:pthread_cleanup_pop:3:pthread_cleanup_push:3: -@:LDP man-pages:3.78:2014/05/28:pthread_cleanup_pop_restore_np:3:pthread_cleanup_push_defer_np:3: -○:LDP man-pages:3.78:2008/11/24:pthread_cleanup_push:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:pthread_cleanup_push_defer_np:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:pthread_create:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/11/27:pthread_detach:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/23:pthread_equal:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/23:pthread_exit:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/23:pthread_getaffinity_np:3:pthread_setaffinity_np:3: -○:LDP man-pages:3.78:2010/09/10:pthread_getattr_np:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/23:pthread_getconcurrency:3:pthread_setconcurrency:3: -○:LDP man-pages:3.78:2014/05/23:pthread_getcpuclockid:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/28:pthread_getname_np:3:pthread_setname_np:3: -@:LDP man-pages:3.78:2014/12/31:pthread_getschedparam:3:pthread_setschedparam:3: -○:LDP man-pages:3.78:2008/11/27:pthread_join:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/13:pthread_kill:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/13:pthread_kill_other_threads_np:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/10/15:pthread_rwlockattr_getkind_np:3:pthread_rwlockattr_setkind_np:3: -○:LDP man-pages:3.78:2014/10/15:pthread_rwlockattr_setkind_np:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/13:pthread_self:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/23:pthread_setaffinity_np:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/13:pthread_setcancelstate:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/13:pthread_setcanceltype:3:pthread_setcancelstate:3: -○:LDP man-pages:3.78:2014/05/23:pthread_setconcurrency:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:pthread_setname_np:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:pthread_setschedparam:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:pthread_setschedprio:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/19:pthread_sigmask:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/28:pthread_sigqueue:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/19:pthread_testcancel:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/10:pthread_timedjoin_np:3:pthread_tryjoin_np:3: -○:LDP man-pages:3.78:2015/01/10:pthread_tryjoin_np:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/13:pthread_yield:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/06/21:ptsname:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/06/21:ptsname_r:3:ptsname:3: -@:LDP man-pages:3.78:2014/01/11:putc:3:puts:3: -@:LDP man-pages:3.78:2008/08/29:putc_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.78:2014/01/11:putchar:3:puts:3: -@:LDP man-pages:3.78:2008/08/29:putchar_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.78:2014/08/19:putenv:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2015/01/22:putgrent:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2013/04/19:putpwent:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.78:2014/01/11:puts:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2015/01/22:putspent:3:getspnam:3: -@:LDP man-pages:3.78:2014/08/19:pututline:3:getutent:3: -@:LDP man-pages:3.78:2014/08/19:pututxline:3:getutent:3: -@:LDP man-pages:3.78:2010/09/26:putw:3:getw:3: -@:LDP man-pages:3.78:2013/04/19:putwc:3:fputwc:3: -@:LDP man-pages:3.78:2008/08/29:putwc_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.78:1999/07/25:putwchar:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2008/08/29:putwchar_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.78:2013/09/02:pvalloc:3:posix_memalign:3: -○:LDP man-pages:3.78:2014/08/19:qecvt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2007/07/26:qecvt_r:3:ecvt_r:3: -@:LDP man-pages:3.78:2014/08/19:qfcvt:3:qecvt:3: -@:LDP man-pages:3.78:2007/07/26:qfcvt_r:3:ecvt_r:3: -@:LDP man-pages:3.78:2014/08/19:qgcvt:3:qecvt:3: -○:LDP man-pages:3.78:2012/03/08:qsort:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2012/03/08:qsort_r:3:qsort:3: -○:LDP man-pages:3.78:2007/12/28:queue:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/03/10:raise:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/01/18:rand:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/18:rand_r:3:rand:3: -○:LDP man-pages:3.78:2014/03/25:random:3:2015/01/24::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: -○:LDP man-pages:3.78:2014/03/25:random_r:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/10:rawmemchr:3:memchr:3: -○:LDP man-pages:3.78:2014/05/28:rcmd:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/28:rcmd_af:3:rcmd:3: -○:LDP man-pages:3.78:2014/05/28:re_comp:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -@:LDP man-pages:3.78:2014/05/28:re_exec:3:re_comp:3: -○:LDP man-pages:3.78:2013/06/21:readdir:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/06/21:readdir_r:3:readdir:3: -@:LDP man-pages:3.78:2014/05/21:realloc:3:malloc:3: -○:LDP man-pages:3.78:2014/10/02:realpath:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/04/23:recno:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/02/11:regcomp:3:regex:3: -@:LDP man-pages:3.78:2013/02/11:regerror:3:regex:3: -○:LDP man-pages:3.78:2013/02/11:regex:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/02/11:regexec:3:regex:3: -@:LDP man-pages:3.78:2013/02/11:regfree:3:regex:3: -@:LDP man-pages:3.78:2013/09/26:registerrpc:3:rpc:3: -○:LDP man-pages:3.78:2010/09/20:remainder:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/20:remainderf:3:remainder:3: -@:LDP man-pages:3.78:2010/09/20:remainderl:3:remainder:3: -○:LDP man-pages:3.78:2014/08/19:remove:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2014/08/19:remque:3:insque:3: -○:LDP man-pages:3.78:2014/05/10:remquo:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/10:remquof:3:remquo:3: -@:LDP man-pages:3.78:2014/05/10:remquol:3:remquo:3: -@:LDP man-pages:3.78:2014/05/28:res_init:3:resolver:3: -@:LDP man-pages:3.78:2014/05/28:res_mkquery:3:resolver:3: -@:LDP man-pages:3.78:2014/05/28:res_query:3:resolver:3: -@:LDP man-pages:3.78:2014/05/28:res_querydomain:3:resolver:3: -@:LDP man-pages:3.78:2014/05/28:res_search:3:resolver:3: -@:LDP man-pages:3.78:2014/05/28:res_send:3:resolver:3: -○:LDP man-pages:3.78:2014/05/28:resolver:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/28:rewind:3:fseek:3: -○:LDP man-pages:3.78:2013/09/02:rewinddir:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.78:2014/05/28:rexec:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/28:rexec_af:3:rexec:3: -@:LDP man-pages:3.78:2014/04/01:rindex:3:index:3: -○:LDP man-pages:3.78:2013/08/26:rint:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/08/26:rintf:3:rint:3: -@:LDP man-pages:3.78:2013/08/26:rintl:3:rint:3: -○:LDP man-pages:3.78:2013/06/21:round:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/06/21:roundf:3:round:3: -@:LDP man-pages:3.78:2013/06/21:roundl:3:round:3: -○:LDP man-pages:3.78:2013/09/26:rpc:3:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.78:2007/07/26:rpmatch:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/28:rresvport:3:rcmd:3: -@:LDP man-pages:3.78:2014/05/28:rresvport_af:3:rcmd:3: -○:LDP man-pages:3.78:2014/05/28:rtime:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2014/09/06:rtnetlink:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/28:ruserok:3:rcmd:3: -@:LDP man-pages:3.78:2014/05/28:ruserok_af:3:rcmd:3: -○:LDP man-pages:3.78:2013/03/23:scalb:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/03/23:scalbf:3:scalb:3: -@:LDP man-pages:3.78:2013/03/23:scalbl:3:scalb:3: -○:LDP man-pages:3.78:2013/06/21:scalbln:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/06/21:scalblnf:3:scalbln:3: -@:LDP man-pages:3.78:2013/06/21:scalblnl:3:scalbln:3: -@:LDP man-pages:3.78:2013/06/21:scalbn:3:scalbln:3: -@:LDP man-pages:3.78:2013/06/21:scalbnf:3:scalbln:3: -@:LDP man-pages:3.78:2013/06/21:scalbnl:3:scalbln:3: -○:LDP man-pages:3.78:2014/05/28:scandir:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/28:scandirat:3:scandir:3: -○:LDP man-pages:3.78:2014/01/11:scanf:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/10:sched_getcpu:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2012/08/14:secure_getenv:3:getenv:3: -@:LDP man-pages:3.78:2014/09/21:seed48:3:drand48:3: -@:LDP man-pages:3.78:2013/09/09:seed48_r:3:drand48_r:3: -○:LDP man-pages:3.78:2013/09/09:seekdir:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.78:2012/05/13:sem_close:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/03/03:sem_destroy:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/03/03:sem_getvalue:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/03/10:sem_init:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/05/13:sem_open:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/02/26:sem_post:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/02/26:sem_timedwait:3:sem_wait:3: -@:LDP man-pages:3.78:2014/02/26:sem_trywait:3:sem_wait:3: -○:LDP man-pages:3.78:2014/02/26:sem_unlink:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/02/26:sem_wait:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2003/09/09:setaliasent:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2014/08/19:setbuf:3:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/08/19:setbuffer:3:setbuf:3: -@:LDP man-pages:3.78:2014/04/08:setcontext:3:getcontext:3: -○:LDP man-pages:3.78:2013/10/11:setenv:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2002/02/28:setfsent:3:getfsent:3: -@:LDP man-pages:3.78:2014/10/02:setgrent:3:getgrent:3: -@:LDP man-pages:3.78:2014/03/11:sethostent:3:gethostbyname:3: -@:LDP man-pages:3.78:2010/09/20:sethostid:3:gethostid:3: -○:LDP man-pages:3.78:2014/01/07:setjmp:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2013/07/22:setkey:3:encrypt:3: -@:LDP man-pages:3.78:2013/07/22:setkey_r:3:encrypt:3: -@:LDP man-pages:3.78:2014/08/19:setlinebuf:3:setbuf:3: -○:LDP man-pages:3.78:2014/05/28:setlocale:3:2015/01/25::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2001/10/05:setlogmask:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:setmntent:3:getmntent:3: -@:LDP man-pages:3.78:2008/08/19:setnetent:3:getnetent:3: -○:LDP man-pages:3.78:2014/05/28:setnetgrent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/08/19:setprotoent:3:getprotoent:3: -@:LDP man-pages:3.78:2013/06/21:setpwent:3:getpwent:3: -@:LDP man-pages:3.78:2014/05/28:setrpcent:3:getrpcent:3: -@:LDP man-pages:3.78:2008/08/19:setservent:3:getservent:3: -@:LDP man-pages:3.78:2015/01/22:setspent:3:getspnam:3: -@:LDP man-pages:3.78:2014/03/25:setstate:3:random:3: -@:LDP man-pages:3.78:2014/03/25:setstate_r:3:random_r:3: -@:LDP man-pages:3.78:2013/07/22:setttyent:3:getttyent:3: -@:LDP man-pages:3.78:2013/06/21:setusershell:3:getusershell:3: -@:LDP man-pages:3.78:2014/08/19:setutent:3:getutent:3: -@:LDP man-pages:3.78:2014/08/19:setutxent:3:getutent:3: -@:LDP man-pages:3.78:2014/08/19:setvbuf:3:setbuf:3: -@:LDP man-pages:3.78:2015/01/22:sgetspent:3:getspnam:3: -@:LDP man-pages:3.78:2015/01/22:sgetspent_r:3:getspnam:3: -○:LDP man-pages:3.78:2015/01/22:shm_open:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:shm_unlink:3:shm_open:3: -@:LDP man-pages:3.78:2014/04/14:sigaddset:3:sigsetops:3: -@:LDP man-pages:3.78:2014/04/14:sigandset:3:sigsetops:3: -@:LDP man-pages:3.78:2014/12/31:sigblock:3:sigvec:3: -@:LDP man-pages:3.78:2014/04/14:sigdelset:3:sigsetops:3: -@:LDP man-pages:3.78:2014/04/14:sigemptyset:3:sigsetops:3: -@:LDP man-pages:3.78:2014/04/14:sigfillset:3:sigsetops:3: -@:LDP man-pages:3.78:2014/12/31:siggetmask:3:sigvec:3: -@:LDP man-pages:3.78:2010/09/20:sighold:3:sigset:3: -@:LDP man-pages:3.78:2010/09/20:sigignore:3:sigset:3: -○:LDP man-pages:3.78:2014/06/13:siginterrupt:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -@:LDP man-pages:3.78:2014/04/14:sigisemptyset:3:sigsetops:3: -@:LDP man-pages:3.78:2014/04/14:sigismember:3:sigsetops:3: -@:LDP man-pages:3.78:2009/01/13:siglongjmp:3:longjmp:3: -@:LDP man-pages:3.78:2014/12/31:sigmask:3:sigvec:3: -○:LDP man-pages:3.78:2013/07/04:signbit:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/18:signgam:3:lgamma:3: -○:LDP man-pages:3.78:2009/02/04:significand:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2009/02/04:significandf:3:significand:3: -@:LDP man-pages:3.78:2009/02/04:significandl:3:significand:3: -@:LDP man-pages:3.78:2014/04/14:sigorset:3:sigsetops:3: -○:LDP man-pages:3.78:2014/08/19:sigpause:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/12/16:sigqueue:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/20:sigrelse:3:sigset:3: -○:LDP man-pages:3.78:2010/09/20:sigset:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/07:sigsetjmp:3:setjmp:3: -@:LDP man-pages:3.78:2014/12/31:sigsetmask:3:sigvec:3: -○:LDP man-pages:3.78:2014/04/14:sigsetops:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/26:sigstack:3:sigaltstack:2: -○:LDP man-pages:3.78:2014/12/31:sigvec:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/12/16:sigwait:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/12/16:sin:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/12/23:sincos:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/12/23:sincosf:3:sincos:3: -@:LDP man-pages:3.78:2013/12/23:sincosl:3:sincos:3: -@:LDP man-pages:3.78:2013/12/16:sinf:3:sin:3: -○:LDP man-pages:3.78:2010/09/20:sinh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/20:sinhf:3:sinh:3: -@:LDP man-pages:3.78:2010/09/20:sinhl:3:sinh:3: -@:LDP man-pages:3.78:2013/12/16:sinl:3:sin:3: -○:LDP man-pages:3.78:2010/02/03:sleep:3:2015/01/24::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: -@:LDP man-pages:3.78:2014/07/08:snprintf:3:printf:3: -○:LDP man-pages:3.78:2014/02/28:sockatmark:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/07/08:sprintf:3:printf:3: -○:LDP man-pages:3.78:2010/09/20:sqrt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/09/20:sqrtf:3:sqrt:3: -@:LDP man-pages:3.78:2010/09/20:sqrtl:3:sqrt:3: -@:LDP man-pages:3.78:2014/01/18:srand:3:rand:3: -@:LDP man-pages:3.78:2014/09/21:srand48:3:drand48:3: -@:LDP man-pages:3.78:2013/09/09:srand48_r:3:drand48_r:3: -@:LDP man-pages:3.78:2014/03/25:srandom:3:random:3: -@:LDP man-pages:3.78:2014/03/25:srandom_r:3:random_r:3: -@:LDP man-pages:3.78:2014/01/11:sscanf:3:scanf:3: -@:LDP man-pages:3.78:2007/07/26:ssignal:3:gsignal:3: -○:LDP man-pages:3.78:2013/09/26:statvfs:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2013/12/10:stdarg:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2008/07/14:stderr:3:stdin:3: -○:LDP man-pages:3.78:2008/07/14:stdin:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2001/12/26:stdio:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2013/06/21:stdio_ext:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2008/07/14:stdout:3:stdin:3: -○:LDP man-pages:3.78:2014/05/10:stpcpy:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/10:stpncpy:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2014/05/10:strcasecmp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/10:strcasestr:3:strstr:3: -○:LDP man-pages:3.78:2014/01/20:strcat:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/01/20:strchr:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/20:strchrnul:3:strchr:3: -○:LDP man-pages:3.78:2014/01/20:strcmp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/09/20:strcoll:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/21:strcpy:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/02/28:strcspn:3:strspn:3: -○:LDP man-pages:3.78:2013/04/19:strdup:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/04/19:strdupa:3:strdup:3: -○:LDP man-pages:3.78:2014/03/18:strerror:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/03/18:strerror_r:3:strerror:3: -○:LDP man-pages:3.78:2000/12/05:strfmon:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2010/09/20:strfry:3:2015/01/24::motoki@hal.t.u-tokyo.ac.jp:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:strftime:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/01/04:string:3:2015/01/24::yoshino@civil.jcn.nihon-u.ac.jp:YOSHINO Takashi: -○:LDP man-pages:3.78:2014/02/25:strlen:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/10:strncasecmp:3:strcasecmp:3: -@:LDP man-pages:3.78:2014/01/20:strncat:3:strcat:3: -@:LDP man-pages:3.78:2014/01/20:strncmp:3:strcmp:3: -@:LDP man-pages:3.78:2014/05/21:strncpy:3:strcpy:3: -@:LDP man-pages:3.78:2013/04/19:strndup:3:strdup:3: -@:LDP man-pages:3.78:2013/04/19:strndupa:3:strdup:3: -○:LDP man-pages:3.78:2014/02/25:strnlen:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/02/25:strpbrk:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:strptime:3:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/01/20:strrchr:3:strchr:3: -○:LDP man-pages:3.78:2014/02/25:strsep:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2010/09/15:strsignal:3:2015/01/24::argrath@yo.rim.or.jp:Kentaro Shirakata: -○:LDP man-pages:3.78:2014/02/28:strspn:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/10:strstr:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2014/08/19:strtod:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:strtof:3:strtod:3: -○:LDP man-pages:3.78:2014/01/22:strtoimax:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2013/05/19:strtok:3:2015/01/24:o:amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/05/19:strtok_r:3:strtok:3: -○:LDP man-pages:3.78:2014/03/18:strtol:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:strtold:3:strtod:3: -@:LDP man-pages:3.78:2014/03/18:strtoll:3:strtol:3: -@:LDP man-pages:3.78:2014/03/18:strtoq:3:strtol:3: -○:LDP man-pages:3.78:2014/03/18:strtoul:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/03/18:strtoull:3:strtoul:3: -@:LDP man-pages:3.78:2014/01/22:strtoumax:3:strtoimax:3: -@:LDP man-pages:3.78:2014/03/18:strtouq:3:strtoul:3: -○:LDP man-pages:3.78:2001/12/19:strverscmp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/05/10:strxfrm:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/09/26:svc_destroy:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svc_freeargs:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svc_getargs:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svc_getcaller:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svc_getreq:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svc_getreqset:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svc_register:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svc_run:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svc_sendreply:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svc_unregister:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svcerr_auth:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svcerr_decode:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svcerr_noproc:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svcerr_noprog:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svcerr_progvers:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svcerr_systemerr:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svcerr_weakauth:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svcfd_create:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svcraw_create:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svctcp_create:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svcudp_bufcreate:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:svcudp_create:3:rpc:3: -○:LDP man-pages:3.78:2014/02/25:swab:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2014/05/28:swapcontext:3:makecontext:3: -@:LDP man-pages:3.78:2014/03/19:swprintf:3:wprintf:3: -@:LDP man-pages:3.78:2014/05/28:sys_errlist:3:perror:3: -@:LDP man-pages:3.78:2014/05/28:sys_nerr:3:perror:3: -○:LDP man-pages:3.78:2014/12/31:sysconf:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/08/17:syslog:3:2015/01/24:o:amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/06/13:system:3:2015/01/24:o:amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/01/06:sysv_signal:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/01/06:tan:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/06:tanf:3:tan:3: -○:LDP man-pages:3.78:2014/01/07:tanh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/07:tanhf:3:tanh:3: -@:LDP man-pages:3.78:2014/01/07:tanhl:3:tanh:3: -@:LDP man-pages:3.78:2014/01/06:tanl:3:tan:3: -@:LDP man-pages:3.78:2014/12/31:tcdrain:3:termios:3: -@:LDP man-pages:3.78:2014/12/31:tcflow:3:termios:3: -@:LDP man-pages:3.78:2014/12/31:tcflush:3:termios:3: -@:LDP man-pages:3.78:2014/12/31:tcgetattr:3:termios:3: -○:LDP man-pages:3.78:2014/01/13:tcgetpgrp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/01/13:tcgetsid:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/12/31:tcsendbreak:3:termios:3: -@:LDP man-pages:3.78:2014/12/31:tcsetattr:3:termios:3: -@:LDP man-pages:3.78:2014/01/13:tcsetpgrp:3:tcgetpgrp:3: -@:LDP man-pages:3.78:2014/05/28:tdelete:3:tsearch:3: -@:LDP man-pages:3.78:2014/05/28:tdestroy:3:tsearch:3: -○:LDP man-pages:3.78:2013/09/02:telldir:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/02/27:tempnam:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:termios:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/05/28:tfind:3:tsearch:3: -○:LDP man-pages:3.78:2014/12/31:tgamma:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/12/31:tgammaf:3:tgamma:3: -@:LDP man-pages:3.78:2014/12/31:tgammal:3:tgamma:3: -○:LDP man-pages:3.78:2013/07/04:timegm:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -@:LDP man-pages:3.78:2013/07/04:timelocal:3:timegm:3: -○:LDP man-pages:3.78:2010/02/25:timeradd:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2010/02/25:timerclear:3:timeradd:3: -@:LDP man-pages:3.78:2010/02/25:timercmp:3:timeradd:3: -@:LDP man-pages:3.78:2010/02/25:timerisset:3:timeradd:3: -@:LDP man-pages:3.78:2010/02/25:timersub:3:timeradd:3: -@:LDP man-pages:3.78:2014/08/19:timezone:3:tzset:3: -○:LDP man-pages:3.78:2008/07/14:tmpfile:3:2015/01/24:o:ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.78:2014/02/27:tmpnam:3:2015/01/24:o:amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/02/27:tmpnam_r:3:tmpnam:3: -○:LDP man-pages:3.78:2013/12/23:toascii:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -@:LDP man-pages:3.78:2014/03/18:tolower:3:toupper:3: -@:LDP man-pages:3.78:2014/03/18:tolower_l:3:toupper:3: -○:LDP man-pages:3.78:2014/03/18:toupper:3:2015/01/24::rui@linux.or.jp:Ueyama Rui: -@:LDP man-pages:3.78:2014/03/18:toupper_l:3:toupper:3: -○:LDP man-pages:3.78:2013/12/24:towctrans:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2014/03/18:towlower:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -@:LDP man-pages:3.78:2014/03/18:towlower_l:3:towlower:3: -○:LDP man-pages:3.78:2014/03/18:towupper:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -@:LDP man-pages:3.78:2014/03/18:towupper_l:3:towupper:3: -○:LDP man-pages:3.78:2013/06/21:trunc:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/06/21:truncf:3:trunc:3: -@:LDP man-pages:3.78:2013/06/21:truncl:3:trunc:3: -○:LDP man-pages:3.78:2014/05/28:tsearch:3:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.78:2013/06/21:ttyname:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2013/06/21:ttyname_r:3:ttyname:3: -○:LDP man-pages:3.78:2013/07/22:ttyslot:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/05/28:twalk:3:tsearch:3: -@:LDP man-pages:3.78:2014/08/19:tzname:3:tzset:3: -○:LDP man-pages:3.78:2014/08/19:tzset:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/12/23:ualarm:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:ulckpwdf:3:getspnam:3: -○:LDP man-pages:3.78:2008/08/06:ulimit:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2012/12/21:undocumented:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/12/31:ungetc:3:fgetc:3: -○:LDP man-pages:3.78:2013/12/09:ungetwc:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2008/08/29:unlocked_stdio:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/12/09:unlockpt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2013/10/11:unsetenv:3:setenv:3: -○:LDP man-pages:3.78:2014/08/19:updwtmp:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.78:2014/08/19:updwtmpx:3:updwtmp:3: -○:LDP man-pages:3.78:2014/03/10:uselocale:3:2015/01/25::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/12/10:usleep:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:utmpname:3:getutent:3: -@:LDP man-pages:3.78:2014/08/19:utmpxname:3:getutent:3: -@:LDP man-pages:3.78:2013/12/10:va_arg:3:stdarg:3: -@:LDP man-pages:3.78:2013/12/10:va_copy:3:stdarg:3: -@:LDP man-pages:3.78:2013/12/10:va_end:3:stdarg:3: -@:LDP man-pages:3.78:2013/12/10:va_start:3:stdarg:3: -@:LDP man-pages:3.78:2013/09/02:valloc:3:posix_memalign:3: -@:LDP man-pages:3.78:2013/06/21:vasprintf:3:asprintf:3: -@:LDP man-pages:3.78:2010/09/15:vdprintf:3:dprintf:3: -@:LDP man-pages:3.78:2013/12/30:verr:3:err:3: -@:LDP man-pages:3.78:2013/12/30:verrx:3:err:3: -@:LDP man-pages:3.78:2014/05/28:versionsort:3:scandir:3: -@:LDP man-pages:3.78:2014/07/08:vfprintf:3:printf:3: -@:LDP man-pages:3.78:2014/01/11:vfscanf:3:scanf:3: -@:LDP man-pages:3.78:2014/03/19:vfwprintf:3:wprintf:3: -@:LDP man-pages:3.78:2015/01/22:vlimit:3:getrlimit:2: -@:LDP man-pages:3.78:2014/07/08:vprintf:3:printf:3: -@:LDP man-pages:3.78:2014/01/11:vscanf:3:scanf:3: -@:LDP man-pages:3.78:2014/07/08:vsnprintf:3:printf:3: -@:LDP man-pages:3.78:2014/07/08:vsprintf:3:printf:3: -@:LDP man-pages:3.78:2014/01/11:vsscanf:3:scanf:3: -@:LDP man-pages:3.78:2014/03/19:vswprintf:3:wprintf:3: -@:LDP man-pages:3.78:2012/08/17:vsyslog:3:syslog:3: -@:LDP man-pages:3.78:2014/05/10:vtimes:3:getrusage:2: -@:LDP man-pages:3.78:2013/12/30:vwarn:3:err:3: -@:LDP man-pages:3.78:2013/12/30:vwarnx:3:err:3: -@:LDP man-pages:3.78:2014/03/19:vwprintf:3:wprintf:3: -@:LDP man-pages:3.78:2013/12/30:warn:3:err:3: -@:LDP man-pages:3.78:2013/12/30:warnx:3:err:3: -○:LDP man-pages:3.78:2013/12/10:wcpcpy:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/12/16:wcpncpy:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2014/03/18:wcrtomb:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/01/22:wcscasecmp:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2013/12/02:wcscat:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2013/12/02:wcschr:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2013/12/02:wcscmp:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2013/12/02:wcscpy:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2013/12/02:wcscspn:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2013/04/19:wcsdup:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2013/11/21:wcslen:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/01/22:wcsncasecmp:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2013/11/25:wcsncat:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2013/11/25:wcsncmp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/11/25:wcsncpy:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2013/11/25:wcsnlen:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2014/03/18:wcsnrtombs:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/11/18:wcspbrk:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2013/11/19:wcsrchr:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2014/03/18:wcsrtombs:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/11/11:wcsspn:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2013/11/12:wcsstr:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2014/01/22:wcstoimax:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2013/11/18:wcstok:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2014/03/18:wcstombs:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/22:wcstoumax:3:wcstoimax:3: -○:LDP man-pages:3.78:2014/01/22:wcswidth:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2011/09/22:wctob:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2014/03/18:wctomb:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2014/01/22:wctrans:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2014/01/22:wctype:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2014/01/22:wcwidth:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/11/05:wmemchr:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2013/11/05:wmemcmp:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2013/11/11:wmemcpy:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2013/11/11:wmemmove:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -@:LDP man-pages:3.78:2014/03/18:wmempcpy:3:mempcpy:3: -○:LDP man-pages:3.78:2013/11/11:wmemset:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.78:2014/12/31:wordexp:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/12/31:wordfree:3:wordexp:3: -○:LDP man-pages:3.78:2014/03/19:wprintf:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2014/08/19:xcrypt:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.78:2014/08/19:xdecrypt:3:xcrypt:3: -○:LDP man-pages:3.78:2007/12/30:xdr:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -@:LDP man-pages:3.78:2013/09/26:xdr_accepted_reply:3:rpc:3: -@:LDP man-pages:3.78:2007/12/30:xdr_array:3:xdr:3: -@:LDP man-pages:3.78:2013/09/26:xdr_authunix_parms:3:rpc:3: -@:LDP man-pages:3.78:2007/12/30:xdr_bool:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_bytes:3:xdr:3: -@:LDP man-pages:3.78:2013/09/26:xdr_callhdr:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:xdr_callmsg:3:rpc:3: -@:LDP man-pages:3.78:2007/12/30:xdr_char:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_destroy:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_double:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_enum:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_float:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_free:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_getpos:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_inline:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_int:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_long:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_opaque:3:xdr:3: -@:LDP man-pages:3.78:2013/09/26:xdr_opaque_auth:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:xdr_pmap:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:xdr_pmaplist:3:rpc:3: -@:LDP man-pages:3.78:2007/12/30:xdr_pointer:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_reference:3:xdr:3: -@:LDP man-pages:3.78:2013/09/26:xdr_rejected_reply:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:xdr_replymsg:3:rpc:3: -@:LDP man-pages:3.78:2007/12/30:xdr_setpos:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_short:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_string:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_u_char:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_u_int:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_u_long:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_u_short:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_union:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_vector:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_void:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdr_wrapstring:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdrmem_create:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdrrec_create:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdrrec_endofrecord:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdrrec_eof:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdrrec_skiprecord:3:xdr:3: -@:LDP man-pages:3.78:2007/12/30:xdrstdio_create:3:xdr:3: -@:LDP man-pages:3.78:2014/08/19:xencrypt:3:xcrypt:3: -@:LDP man-pages:3.78:2013/09/26:xprt_register:3:rpc:3: -@:LDP man-pages:3.78:2013/09/26:xprt_unregister:3:rpc:3: -○:LDP man-pages:3.78:2014/01/18:y0:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/18:y0f:3:y0:3: -@:LDP man-pages:3.78:2014/01/18:y0l:3:y0:3: -@:LDP man-pages:3.78:2014/01/18:y1:3:y0:3: -@:LDP man-pages:3.78:2014/01/18:y1f:3:y0:3: -@:LDP man-pages:3.78:2014/01/18:y1l:3:y0:3: -@:LDP man-pages:3.78:2014/01/18:yn:3:y0:3: -@:LDP man-pages:3.78:2014/01/18:ynf:3:y0:3: -@:LDP man-pages:3.78:2014/01/18:ynl:3:y0:3: -×:LDP man-pages:3.78:2012/08/05:cciss:4::::: -○:LDP man-pages:3.78:1994/10/31:console:4:2015/01/24:o:argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2012/08/05:console_codes:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2009/02/28:console_ioctl:4:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -×:LDP man-pages:3.78:2009/03/31:cpuid:4::::: -○:LDP man-pages:3.78:2012/08/05:dsp56k:4:2015/01/24::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: -○:LDP man-pages:3.78:2014/05/10:fd:4:2015/01/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.78:2007/11/24:full:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:1992/12/17:hd:4:2015/01/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -×:LDP man-pages:3.78:2012/08/05:hpsa:4::::: -○:LDP man-pages:3.78:2010/09/04:initrd:4:2015/01/24:o:amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2007/10/23:intro:4:2015/01/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -@:LDP man-pages:3.78:2015/01/02:kmem:4:mem:4: -○:LDP man-pages:3.78:1995/01/15:lp:4:2015/01/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.78:2015/01/02:mem:4:2015/01/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.78:1996/02/10:mouse:4:2015/01/24:o:ss236rx@ymg.urban.ne.jp:Shouichi Saito: -○:LDP man-pages:3.78:2009/03/31:msr:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2009/02/23:null:4:2015/01/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -@:LDP man-pages:3.78:2015/01/02:port:4:mem:4: -@:LDP man-pages:3.78:2002/10/09:ptmx:4:pts:4: -○:LDP man-pages:3.78:2002/10/09:pts:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:1992/11/21:ram:4:2015/01/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.78:2015/01/10:random:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/02/25:rtc:4:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2012/05/03:sd:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/08/05:sk98lin:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/09/04:st:4:2015/01/24::nakano@st.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2003/04/07:tty:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:1992/12/19:ttyS:4:2015/01/24::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.78:2013/11/12:tty_ioctl:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/10:urandom:4:random:4: -○:LDP man-pages:3.78:2007/12/17:vcs:4:2015/01/24::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: -@:LDP man-pages:3.78:2007/12/17:vcsa:4:vcs:4: -○:LDP man-pages:3.78:2013/09/04:wavelan:4:2015/01/24::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -@:LDP man-pages:3.78:2009/02/23:zero:4:null:4: -○:LDP man-pages:3.78:2008/06/15:acct:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/07/08:charmap:5:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2014/08/19:core:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/08/09:dir_colors:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/04/17:elf:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/01/15:filesystems:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/01/15:fs:5:filesystems:5: -○:LDP man-pages:3.78:2000/08/27:ftpusers:5:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2013/02/13:gai.conf:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/10/21:group:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2003/08/23:host.conf:5:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2002/06/16:hosts:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2003/08/24:hosts.equiv:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2007/10/23:intro:5:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -@:LDP man-pages:3.78:2014/09/21:ipc:5:svipc:7: -○:LDP man-pages:3.78:1993/07/24:issue:5:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2015/01/22:locale:5:2015/01/26::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:1992/12/29:motd:5:2015/01/24::nagoya@cc.hit-u.ac.jp:Hiroaki Nagoya: -○:LDP man-pages:3.78:2008/09/04:networks:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/04/16:nologin:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/02/07:nscd.conf:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/02/13:nss:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/02/12:nsswitch.conf:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2012/08/05:numa_maps:5:numa:7: -○:LDP man-pages:3.78:2014/02/11:passwd:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -☆:LDP man-pages:3.50=>3.78:2015/01/22:proc:5:2013/03/25::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2015/01/22:procfs:5:proc:5: -○:LDP man-pages:3.78:2012/08/05:protocols:5:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:2014/06/02:repertoiremap:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:resolv.conf:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/12/31:resolver:5:resolv.conf:5: -○:LDP man-pages:3.78:1985/09/26:rpc:5:2015/01/24::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.78:1992/12/29:securetty:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/05/22:services:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/12/31:shells:5:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2007/09/30:slabinfo:5:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:1996/10/21:termcap:5:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2012/12/31:ttytype:5:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2012/05/04:tzfile:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:utmp:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/08/19:utmpx:5:utmp:5: -@:LDP man-pages:3.78:2014/08/19:wtmp:5:utmp:5: -○:LDP man-pages:3.78:2007/10/23:intro:6:2015/01/24::pessi@kmc.kyoto-u.ac.jp:II Ryouta: -○:LDP man-pages:3.78:2014/04/06:aio:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:armscii-8:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/11/25:arp:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:ascii:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/09/19:boot:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/06/13:bootparam:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/09/21:capabilities:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:charsets:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2011/09/16:complex:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:cp1251:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/16:cp1252:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -×:LDP man-pages:3.78:2014/05/21:cpuset:7::::: -○:LDP man-pages:3.78:2014/12/31:credentials:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/11/20:ddp:7:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2014/08/19:environ:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/10:epoll:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:fanotify:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/03/20:feature_test_macros:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/12/03:fifo:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/08/05:futex:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/07/08:glibc:7:libc:7: -○:LDP man-pages:3.78:2012/07/28:glob:7:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2012/08/05:hier:7:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2010/11/07:hostname:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/05/10:icmp:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:inotify:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2007/10/23:intro:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/05/10:ip:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/08/19:ipv6:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/10/02:iso-8859-1:7:iso_8859-1:7: -@:LDP man-pages:3.78:2014/10/02:iso-8859-10:7:iso_8859-10:7: -@:LDP man-pages:3.78:2014/10/02:iso-8859-11:7:iso_8859-11:7: -@:LDP man-pages:3.78:2014/10/02:iso-8859-13:7:iso_8859-13:7: -@:LDP man-pages:3.78:2014/10/02:iso-8859-14:7:iso_8859-14:7: -@:LDP man-pages:3.78:2014/10/02:iso-8859-15:7:iso_8859-15:7: -@:LDP man-pages:3.78:2014/10/02:iso-8859-16:7:iso_8859-16:7: -@:LDP man-pages:3.78:2014/10/02:iso-8859-2:7:iso_8859-2:7: -@:LDP man-pages:3.78:2014/10/02:iso-8859-3:7:iso_8859-3:7: -@:LDP man-pages:3.78:2014/10/02:iso-8859-4:7:iso_8859-4:7: -@:LDP man-pages:3.78:2014/10/02:iso-8859-5:7:iso_8859-5:7: -@:LDP man-pages:3.78:2014/10/02:iso-8859-6:7:iso_8859-6:7: -@:LDP man-pages:3.78:2014/10/02:iso-8859-7:7:iso_8859-7:7: -@:LDP man-pages:3.78:2014/10/02:iso-8859-8:7:iso_8859-8:7: -@:LDP man-pages:3.78:2014/10/02:iso-8859-9:7:iso_8859-9:7: -○:LDP man-pages:3.78:2014/10/02:iso_8859-1:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:iso_8859-10:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:iso_8859-11:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:iso_8859-13:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:iso_8859-14:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:iso_8859-15:7:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2014/10/02:iso_8859-16:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:iso_8859-2:7:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2014/10/02:iso_8859-3:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:iso_8859-4:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:iso_8859-5:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:iso_8859-6:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:iso_8859-7:7:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.78:2014/10/02:iso_8859-8:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:iso_8859-9:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/10/02:iso_8859_1:7:iso_8859-1:7: -@:LDP man-pages:3.78:2014/10/02:iso_8859_10:7:iso_8859-10:7: -@:LDP man-pages:3.78:2014/10/02:iso_8859_11:7:iso_8859-11:7: -@:LDP man-pages:3.78:2014/10/02:iso_8859_13:7:iso_8859-13:7: -@:LDP man-pages:3.78:2014/10/02:iso_8859_14:7:iso_8859-14:7: -@:LDP man-pages:3.78:2014/10/02:iso_8859_15:7:iso_8859-15:7: -@:LDP man-pages:3.78:2014/10/02:iso_8859_16:7:iso_8859-16:7: -@:LDP man-pages:3.78:2014/10/02:iso_8859_2:7:iso_8859-2:7: -@:LDP man-pages:3.78:2014/10/02:iso_8859_3:7:iso_8859-3:7: -@:LDP man-pages:3.78:2014/10/02:iso_8859_4:7:iso_8859-4:7: -@:LDP man-pages:3.78:2014/10/02:iso_8859_5:7:iso_8859-5:7: -@:LDP man-pages:3.78:2014/10/02:iso_8859_6:7:iso_8859-6:7: -@:LDP man-pages:3.78:2014/10/02:iso_8859_7:7:iso_8859-7:7: -@:LDP man-pages:3.78:2014/10/02:iso_8859_8:7:iso_8859-8:7: -@:LDP man-pages:3.78:2014/10/02:iso_8859_9:7:iso_8859-9:7: -○:LDP man-pages:3.78:2014/10/02:koi8-r:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:koi8-u:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/10/02:latin1:7:iso_8859-1:7: -@:LDP man-pages:3.78:2014/10/02:latin10:7:iso_8859-16:7: -@:LDP man-pages:3.78:2014/10/02:latin2:7:iso_8859-2:7: -@:LDP man-pages:3.78:2014/10/02:latin3:7:iso_8859-3:7: -@:LDP man-pages:3.78:2014/10/02:latin4:7:iso_8859-4:7: -@:LDP man-pages:3.78:2014/10/02:latin5:7:iso_8859-9:7: -@:LDP man-pages:3.78:2014/10/02:latin6:7:iso_8859-10:7: -@:LDP man-pages:3.78:2014/10/02:latin7:7:iso_8859-13:7: -@:LDP man-pages:3.78:2014/10/02:latin8:7:iso_8859-14:7: -@:LDP man-pages:3.78:2014/10/02:latin9:7:iso_8859-15:7: -○:LDP man-pages:3.78:2014/07/08:libc:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:locale:7:2015/01/25::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2004/09/15:mailaddr:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/08/05:man:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:man-pages:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2008/08/11:math_error:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:0000/00/00:mdoc:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:0000/00/00:mdoc.samples:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/09/21:mq_overview:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/09/21:namespaces:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/01/24:netdevice:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/10:netlink:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/08/05:numa:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2011/09/09:operator:7:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2014/08/19:packet:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2009/12/05:path_resolution:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/10:pid_namespaces:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/07/08:pipe:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2007/12/21:posixoptions:7:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.78:2014/05/21:pthreads:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2005/10/10:pty:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/05/10:raw:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2009/01/12:regex:7:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -×:LDP man-pages:3.78:2012/07/07:rtld-audit:7::::: -○:LDP man-pages:3.78:2013/03/05:rtnetlink:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/10/02:sched:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/05/13:sem_overview:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2010/09/10:shm_overview:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2011/09/09:sigevent:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/12/31:signal:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/07/08:socket:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -×:LDP man-pages:3.78:2007/12/20:spufs:7::::: -○:LDP man-pages:3.78:2014/01/15:standards:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2000/11/16:suffixes:7:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.78:2014/09/21:svipc:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/04/06:symlink:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2015/01/10:tcp:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/02/12:termio:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/10/28:time:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/10/02:tis-620:7:iso_8859-11:7: -○:LDP man-pages:3.78:2013/07/31:udp:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/07/08:udplite:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/06/13:unicode:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/08/05:units:7:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2014/12/31:unix:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/03/18:uri:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/03/18:url:7:uri:7: -@:LDP man-pages:3.78:2014/03/18:urn:7:uri:7: -○:LDP man-pages:3.78:2014/09/21:user_namespaces:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/06/13:utf-8:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/06/13:utf8:7:utf-8:7: -☆:LDP man-pages:3.78:2014/08/19:vdso:7:2015/01/25::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/08/05:x25:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2014/07/08:iconvconfig:8:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2007/10/23:intro:8:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.78:2014/12/31:ld-linux:8:ld.so:8: -@:LDP man-pages:3.78:2014/12/31:ld-linux.so:8:ld.so:8: -○:LDP man-pages:3.78:2014/12/31:ld.so:8:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/05/10:ldconfig:8:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2012/05/10:nscd:8:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2013/02/10:sln:8:2015/01/24::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.78:2007/05/18:tzselect:8:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.78:2013/02/12:zdump:8:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.78:2010/02/25:zic:8:2015/01/24::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2013/03/15:getent:1:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/07/08:iconv:1:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2007/11/15:intro:1:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:ldd:1:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2014/05/28:locale:1:2015/01/25::amotoki@gmail.com:Akihiro Motoki: +×:LDP man-pages:3.79:2014/12/31:localedef:1::::: +☆:LDP man-pages:3.78=>3.79:2014/09/06:memusage:1:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/09/06:memusagestat:1:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/09/01:mtrace:1:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/09/27:pldd:1:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/06/24:sprof:1:2015/01/31::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/11/14:time:1:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:_Exit:2:_exit:2: +@:LDP man-pages:3.79:2014/09/21:__clone2:2:clone:2: +☆:LDP man-pages:3.78=>3.79:2015/01/22:_exit:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2012/07/13:_llseek:2:llseek:2: +@:LDP man-pages:3.79:2015/01/22:_newselect:2:select:2: +☆:LDP man-pages:3.78=>3.79:2007/12/19:_syscall:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2012/12/22:_sysctl:2:sysctl:2: +☆:LDP man-pages:3.78=>3.79:2010/09/10:accept:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/10:accept4:2:accept:2: +☆:LDP man-pages:3.78=>3.79:2014/08/19:access:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/06/16:acct:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +×:LDP man-pages:3.79:2010/02/25:add_key:2::::: +☆:LDP man-pages:3.78=>3.79:2014/12/31:adjtimex:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/02/12:afs_syscall:2:unimplemented:2: +☆:LDP man-pages:3.78=>3.79:2014/02/23:alarm:2:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2007/05/31:alloc_hugepages:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2007/12/26:arch_prctl:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/12/31:arm_fadvise:2:posix_fadvise:2: +@:LDP man-pages:3.79:2014/12/31:arm_fadvise64_64:2:posix_fadvise:2: +@:LDP man-pages:3.79:2014/08/19:arm_sync_file_range:2:sync_file_range:2: +☆:LDP man-pages:3.78=>3.79:2014/08/19:bdflush:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:bind:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/02/12:break:2:unimplemented:2: +☆:LDP man-pages:3.78=>3.79:2014/08/19:brk:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2007/05/26:cacheflush:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/03/11:capget:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/03/11:capset:2:capget:2: +☆:LDP man-pages:3.78=>3.79:2010/11/25:chdir:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:chmod:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:chown:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:chown32:2:chown:2: +☆:LDP man-pages:3.78=>3.79:2010/09/20:chroot:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2013/12/28:clock_getres:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/12/28:clock_gettime:2:clock_getres:2: +☆:LDP man-pages:3.78=>3.79:2014/12/31:clock_nanosleep:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/12/28:clock_settime:2:clock_getres:2: +☆:LDP man-pages:3.78=>3.79:2014/09/21:clone:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/09/21:clone2:2:clone:2: +☆:LDP man-pages:3.78=>3.79:2013/12/30:close:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/09/06:connect:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:creat:2:open:2: +☆:LDP man-pages:3.78=>3.79:2014/05/10:create_module:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/10:delete_module:2:2015/01/31::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/22:dup:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:dup2:2:dup:2: +@:LDP man-pages:3.79:2015/01/22:dup3:2:dup:2: +☆:LDP man-pages:3.78=>3.79:2012/04/15:epoll_create:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2012/04/15:epoll_create1:2:epoll_create:2: +☆:LDP man-pages:3.78=>3.79:2014/12/31:epoll_ctl:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:epoll_pwait:2:epoll_wait:2: +☆:LDP man-pages:3.78=>3.79:2014/08/19:epoll_wait:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/07/08:eventfd:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/07/08:eventfd2:2:eventfd:2: +☆:LDP man-pages:3.78=>3.79:2015/01/22:execve:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/22:execveat:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:exit:2:_exit:2: +☆:LDP man-pages:3.78=>3.79:2008/11/27:exit_group:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/08/19:faccessat:2:access:2: +@:LDP man-pages:3.79:2014/12/31:fadvise64:2:posix_fadvise:2: +@:LDP man-pages:3.79:2014/12/31:fadvise64_64:2:posix_fadvise:2: +☆:LDP man-pages:3.78=>3.79:2015/01/22:fallocate:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:fanotify_init:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:fanotify_mark:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/02/12:fattach:2:unimplemented:2: +@:LDP man-pages:3.79:2010/11/25:fchdir:2:chdir:2: +@:LDP man-pages:3.79:2014/08/19:fchmod:2:chmod:2: +@:LDP man-pages:3.79:2014/08/19:fchmodat:2:chmod:2: +@:LDP man-pages:3.79:2014/08/19:fchown:2:chown:2: +@:LDP man-pages:3.79:2014/08/19:fchown32:2:fchown:2: +@:LDP man-pages:3.79:2014/08/19:fchownat:2:chown:2: +☆:LDP man-pages:3.78=>3.79:2015/01/22:fcntl:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:fcntl64:2:fcntl:2: +@:LDP man-pages:3.79:2014/08/19:fdatasync:2:fsync:2: +@:LDP man-pages:3.79:2013/02/12:fdetach:2:unimplemented:2: +@:LDP man-pages:3.79:2014/04/06:fgetxattr:2:getxattr:2: +@:LDP man-pages:3.79:2014/05/10:finit_module:2:init_module:2: +@:LDP man-pages:3.79:2014/02/06:flistxattr:2:listxattr:2: +☆:LDP man-pages:3.78=>3.79:2014/09/21:flock:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:fork:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2007/05/31:free_hugepages:2:alloc_hugepages:2: +@:LDP man-pages:3.79:2014/02/06:fremovexattr:2:removexattr:2: +@:LDP man-pages:3.79:2014/02/06:fsetxattr:2:setxattr:2: +@:LDP man-pages:3.79:2014/08/19:fstat:2:stat:2: +@:LDP man-pages:3.79:2014/08/19:fstat64:2:fstat:2: +@:LDP man-pages:3.79:2014/08/19:fstatat:2:stat:2: +@:LDP man-pages:3.79:2014/08/19:fstatat64:2:fstatat:2: +@:LDP man-pages:3.79:2014/06/13:fstatfs:2:statfs:2: +@:LDP man-pages:3.79:2014/06/13:fstatfs64:2:fstatfs:2: +@:LDP man-pages:3.79:2013/09/26:fstatvfs:2:statvfs:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:fsync:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:ftruncate:2:truncate:2: +@:LDP man-pages:3.79:2015/01/22:ftruncate64:2:ftruncate:2: +☆:LDP man-pages:3.78=>3.79:2014/05/21:futex:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/05/10:futimesat:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/10/18:get_kernel_syms:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/08/15:get_mempolicy:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +×:LDP man-pages:3.79:2015/01/22:get_robust_list:2::::: +☆:LDP man-pages:3.78=>3.79:2012/07/13:get_thread_area:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/04/08:getcontext:2:getcontext:3: +☆:LDP man-pages:3.78=>3.79:2013/04/03:getcpu:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:getcwd:2:getcwd:3: +☆:LDP man-pages:3.78=>3.79:2012/08/03:getdents:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2012/08/03:getdents64:2:getdents:2: +☆:LDP man-pages:3.78=>3.79:2012/10/25:getdomainname:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +○:LDP man-pages:3.79:0000/00/00:getdtablesize:2:2007/01/14::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2010/11/22:getegid:2:getgid:2: +@:LDP man-pages:3.79:2010/11/22:getegid32:2:getegid:2: +@:LDP man-pages:3.79:2010/11/22:geteuid:2:getuid:2: +@:LDP man-pages:3.79:2010/11/22:geteuid32:2:geteuid:2: +☆:LDP man-pages:3.78=>3.79:2010/11/22:getgid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/11/22:getgid32:2:getgid:2: +☆:LDP man-pages:3.78=>3.79:2014/08/19:getgroups:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:getgroups32:2:getgroups:2: +@:LDP man-pages:3.79:2010/09/20:gethostid:2:gethostid:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:gethostname:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/07/08:getitimer:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/02/12:getmsg:2:unimplemented:2: +☆:LDP man-pages:3.78=>3.79:2014/08/19:getpagesize:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/02/12:getpeername:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/07:getpgid:2:setpgid:2: +@:LDP man-pages:3.79:2014/01/07:getpgrp:2:setpgid:2: +☆:LDP man-pages:3.78=>3.79:2014/09/21:getpid:2:2015/01/24::suto@av.crl.sony.co.jp:SUTO, Mitsuaki: +@:LDP man-pages:3.79:2013/02/12:getpmsg:2:unimplemented:2: +@:LDP man-pages:3.79:2014/09/21:getppid:2:getpid:2: +☆:LDP man-pages:3.78=>3.79:2014/08/19:getpriority:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +×:LDP man-pages:3.79:2015/01/22:getrandom:2::::: +@:LDP man-pages:3.79:2010/11/22:getresgid:2:getresuid:2: +@:LDP man-pages:3.79:2010/11/22:getresgid32:2:getresgid:2: +☆:LDP man-pages:3.78=>3.79:2010/11/22:getresuid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/11/22:getresuid32:2:getresuid:2: +☆:LDP man-pages:3.78=>3.79:2015/01/22:getrlimit:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/10:getrusage:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/09/26:getsid:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2008/12/03:getsockname:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2014/04/28:getsockopt:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2014/02/11:gettid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/04/26:gettimeofday:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/11/22:getuid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/11/22:getuid32:2:getuid:2: +×:LDP man-pages:3.79:2014/09/21:getunwind:2::::: +☆:LDP man-pages:3.78=>3.79:2014/04/06:getxattr:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/02/12:gtty:2:unimplemented:2: +☆:LDP man-pages:3.78=>3.79:2012/12/31:idle:2:2015/01/24::argrath@yo.rim.or.jp:Kentaro Shirakata: +@:LDP man-pages:3.79:2012/12/31:inb:2:outb:2: +@:LDP man-pages:3.79:2012/12/31:inb_p:2:outb:2: +☆:LDP man-pages:3.78=>3.79:2014/05/10:init_module:2:2015/01/31::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2012/12/31:inl:2:outb:2: +@:LDP man-pages:3.79:2012/12/31:inl_p:2:outb:2: +☆:LDP man-pages:3.78=>3.79:2014/07/08:inotify_add_watch:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/03/28:inotify_init:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/03/28:inotify_init1:2:inotify_init:2: +☆:LDP man-pages:3.78=>3.79:2010/10/15:inotify_rm_watch:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2012/12/31:insb:2:outb:2: +@:LDP man-pages:3.79:2012/12/31:insl:2:outb:2: +@:LDP man-pages:3.79:2012/12/31:insw:2:outb:2: +☆:LDP man-pages:3.78=>3.79:2014/02/20:intro:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2012/12/31:inw:2:outb:2: +@:LDP man-pages:3.79:2012/12/31:inw_p:2:outb:2: +☆:LDP man-pages:3.78=>3.79:2013/04/10:io_cancel:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/04/08:io_destroy:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/04/08:io_getevents:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/06/21:io_setup:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/07/13:io_submit:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:ioctl:2:2015/01/24::tati@kc5.so-net.ne.jp:TACHIBANA Akira: +☆:LDP man-pages:3.78=>3.79:2013/09/17:ioctl_list:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:ioperm:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/03/15:iopl:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/02/12:ioprio_get:2:ioprio_set:2: +☆:LDP man-pages:3.78=>3.79:2013/02/12:ioprio_set:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/10/16:ipc:2:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +@:LDP man-pages:3.79:2013/02/12:isastream:2:unimplemented:2: +☆:LDP man-pages:3.78=>3.79:2013/12/08:kcmp:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/02/01:kexec_file_load:2:kexec_load:2: +☆:LDP man-pages:3.78=>3.79:2015/02/01:kexec_load:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +×:LDP man-pages:3.79:2014/01/22:keyctl:2::::: +☆:LDP man-pages:3.78=>3.79:2013/09/17:kill:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/09/20:killpg:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/08/19:lchown:2:chown:2: +@:LDP man-pages:3.79:2014/08/19:lchown32:2:lchown:2: +@:LDP man-pages:3.79:2014/04/06:lgetxattr:2:getxattr:2: +☆:LDP man-pages:3.78=>3.79:2014/08/19:link:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/08/19:linkat:2:link:2: +☆:LDP man-pages:3.78=>3.79:2014/05/10:listen:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2014/02/06:listxattr:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/02/06:llistxattr:2:listxattr:2: +☆:LDP man-pages:3.78=>3.79:2012/07/13:llseek:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2013/02/12:lock:2:unimplemented:2: +☆:LDP man-pages:3.78=>3.79:2004/06/17:lookup_dcookie:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/02/06:lremovexattr:2:removexattr:2: +☆:LDP man-pages:3.78=>3.79:2014/06/13:lseek:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/02/06:lsetxattr:2:setxattr:2: +@:LDP man-pages:3.79:2014/08/19:lstat:2:stat:2: +@:LDP man-pages:3.79:2014/08/19:lstat64:2:lstat:2: +☆:LDP man-pages:3.78=>3.79:2014/12/31:madvise:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/02/12:madvise1:2:unimplemented:2: +☆:LDP man-pages:3.78=>3.79:2015/01/22:mbind:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/22:memfd_create:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/08/01:migrate_pages:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/04/22:mincore:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:mkdir:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:mkdirat:2:mkdir:2: +☆:LDP man-pages:3.78=>3.79:2014/02/21:mknod:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/02/21:mknodat:2:mknod:2: +☆:LDP man-pages:3.78=>3.79:2014/04/14:mlock:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/04/14:mlockall:2:mlock:2: +☆:LDP man-pages:3.78=>3.79:2015/01/22:mmap:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/02/25:mmap2:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/07/13:modify_ldt:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/09/21:mount:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/06/11:move_pages:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/01/05:mprotect:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/02/12:mpx:2:unimplemented:2: +☆:LDP man-pages:3.78=>3.79:2012/07/13:mq_getsetattr:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/04/06:mq_notify:2:mq_notify:3: +@:LDP man-pages:3.79:2014/12/31:mq_open:2:mq_open:3: +@:LDP man-pages:3.79:2014/06/03:mq_timedreceive:2:mq_receive:3: +@:LDP man-pages:3.79:2014/06/03:mq_timedsend:2:mq_send:3: +@:LDP man-pages:3.79:2014/06/13:mq_unlink:2:mq_unlink:3: +☆:LDP man-pages:3.78=>3.79:2010/06/10:mremap:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/02/24:msgctl:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/04/30:msgget:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:msgop:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:msgrcv:2:msgop:2: +@:LDP man-pages:3.79:2014/08/19:msgsnd:2:msgop:2: +☆:LDP man-pages:3.78=>3.79:2014/04/20:msync:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2014/04/14:munlock:2:mlock:2: +@:LDP man-pages:3.79:2014/04/14:munlockall:2:mlock:2: +@:LDP man-pages:3.79:2015/01/22:munmap:2:mmap:2: +@:LDP man-pages:3.79:2014/06/13:name_to_handle_at:2:open_by_handle_at:2: +☆:LDP man-pages:3.78=>3.79:2013/07/30:nanosleep:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/09/17:nfsservctl:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/04/28:nice:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:oldfstat:2:stat:2: +@:LDP man-pages:3.79:2014/08/19:oldlstat:2:stat:2: +@:LDP man-pages:3.79:2014/09/21:oldolduname:2:uname:2: +@:LDP man-pages:3.79:2014/08/19:oldstat:2:stat:2: +@:LDP man-pages:3.79:2014/09/21:olduname:2:uname:2: +☆:LDP man-pages:3.78=>3.79:2015/01/22:open:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/06/13:open_by_handle_at:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:openat:2:open:2: +☆:LDP man-pages:3.78=>3.79:2012/12/31:outb:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2012/12/31:outb_p:2:outb:2: +@:LDP man-pages:3.79:2012/12/31:outl:2:outb:2: +@:LDP man-pages:3.79:2012/12/31:outl_p:2:outb:2: +@:LDP man-pages:3.79:2012/12/31:outsb:2:outb:2: +@:LDP man-pages:3.79:2012/12/31:outsl:2:outb:2: +@:LDP man-pages:3.79:2012/12/31:outsw:2:outb:2: +@:LDP man-pages:3.79:2012/12/31:outw:2:outb:2: +@:LDP man-pages:3.79:2012/12/31:outw_p:2:outb:2: +☆:LDP man-pages:3.78=>3.79:2008/10/06:pause:2:2015/01/24::suto@av.crl.sony.co.jp:SUTO, Mitsuaki: +@:LDP man-pages:3.79:2003/07/14:pciconfig_iobase:2:pciconfig_read:2: +☆:LDP man-pages:3.78=>3.79:2003/07/14:pciconfig_read:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2003/07/14:pciconfig_write:2:pciconfig_read:2: +×:LDP man-pages:3.79:2015/01/10:perf_event_open:2::::: +☆:LDP man-pages:3.78=>3.79:2013/02/13:perfmonctl:2:2015/01/27::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/02/01:personality:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2013/02/12:phys:2:unimplemented:2: +☆:LDP man-pages:3.78=>3.79:2014/07/08:pipe:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/07/08:pipe2:2:pipe:2: +☆:LDP man-pages:3.78=>3.79:2012/07/13:pivot_root:2:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2014/09/06:poll:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:posix_fadvise:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/09/06:ppoll:2:poll:2: +☆:LDP man-pages:3.78=>3.79:2015/02/01:prctl:2:2015/01/26::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/06/21:pread:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/06/21:pread64:2:pread:2: +@:LDP man-pages:3.79:2015/01/22:preadv:2:readv:2: +@:LDP man-pages:3.79:2015/01/22:prlimit:2:getrlimit:2: +☆:LDP man-pages:3.78=>3.79:2014/08/19:process_vm_readv:2:2015/01/27::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:process_vm_writev:2:process_vm_readv:2: +@:LDP man-pages:3.79:2013/02/12:prof:2:unimplemented:2: +@:LDP man-pages:3.79:2015/01/22:pselect:2:select:2: +@:LDP man-pages:3.79:2015/01/22:pselect6:2:select:2: +×:LDP man-pages:3.79:2015/01/22:ptrace:2::::: +@:LDP man-pages:3.79:2013/02/12:putmsg:2:unimplemented:2: +@:LDP man-pages:3.79:2013/02/12:putpmsg:2:unimplemented:2: +@:LDP man-pages:3.79:2013/06/21:pwrite:2:pread:2: +@:LDP man-pages:3.79:2013/06/21:pwrite64:2:pwrite:2: +@:LDP man-pages:3.79:2015/01/22:pwritev:2:readv:2: +☆:LDP man-pages:3.78=>3.79:2014/05/10:query_module:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +×:LDP man-pages:3.79:2010/06/16:quotactl:2::::: +☆:LDP man-pages:3.78=>3.79:2014/05/04:read:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/03/15:readahead:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/06/21:readdir:2:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2014/10/15:readlink:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/10/15:readlinkat:2:readlink:2: +☆:LDP man-pages:3.78=>3.79:2015/01/22:readv:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/02/01:reboot:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:recv:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:recvfrom:2:recv:2: +☆:LDP man-pages:3.78=>3.79:2014/06/13:recvmmsg:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:recvmsg:2:recv:2: +☆:LDP man-pages:3.78=>3.79:2014/05/28:remap_file_pages:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/02/06:removexattr:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:rename:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:renameat:2:rename:2: +@:LDP man-pages:3.79:2014/08/19:renameat2:2:rename:2: +×:LDP man-pages:3.79:2010/02/25:request_key:2::::: +☆:LDP man-pages:3.78=>3.79:2014/12/31:restart_syscall:2:2015/01/25::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/05/08:rmdir:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:rt_sigaction:2:sigaction:2: +@:LDP man-pages:3.79:2013/12/11:rt_sigpending:2:sigpending:2: +@:LDP man-pages:3.79:2013/04/19:rt_sigprocmask:2:sigprocmask:2: +×:LDP man-pages:3.79:2012/07/13:rt_sigqueueinfo:2::::: +@:LDP man-pages:3.79:2014/12/31:rt_sigreturn:2:sigreturn:2: +@:LDP man-pages:3.79:2013/04/19:rt_sigsuspend:2:sigsuspend:2: +@:LDP man-pages:3.79:2014/08/19:rt_sigtimedwait:2:sigtimedwait:2: +※:LDP man-pages:3.79:2012/07/13:rt_tgsigqueueinfo:2:rt_sigqueueinfo:2: +※:LDP man-pages:3.79:2015/01/15:s390_pci_mmio_read:2:s390_pci_mmio_write:2: +×:LDP man-pages:3.79:2015/01/15:s390_pci_mmio_write:2::::: +×:LDP man-pages:3.79:2012/12/17:s390_runtime_instr:2::::: +@:LDP man-pages:3.79:2014/08/19:sbrk:2:brk:2: +☆:LDP man-pages:3.78=>3.79:2014/05/12:sched_get_priority_max:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/12:sched_get_priority_min:2:sched_get_priority_max:2: +@:LDP man-pages:3.79:2014/12/31:sched_getaffinity:2:sched_setaffinity:2: +@:LDP man-pages:3.79:2014/10/02:sched_getattr:2:sched_setattr:2: +@:LDP man-pages:3.79:2014/05/11:sched_getparam:2:sched_setparam:2: +@:LDP man-pages:3.79:2014/10/02:sched_getscheduler:2:sched_setscheduler:2: +☆:LDP man-pages:3.78=>3.79:2014/04/28:sched_rr_get_interval:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:sched_setaffinity:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:sched_setattr:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/11:sched_setparam:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:sched_setscheduler:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/04/28:sched_yield:2:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +×:LDP man-pages:3.79:2015/01/10:seccomp:2::::: +@:LDP man-pages:3.79:2013/02/12:security:2:unimplemented:2: +☆:LDP man-pages:3.78=>3.79:2015/01/22:select:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/12/30:select_tut:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/06/03:semctl:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/21:semget:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:semop:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/12/31:semtimedop:2:semop:2: +☆:LDP man-pages:3.78=>3.79:2014/08/19:send:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2011/09/14:sendfile:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2011/09/14:sendfile64:2:sendfile:2: +☆:LDP man-pages:3.78=>3.79:2014/07/08:sendmmsg:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:sendmsg:2:send:2: +@:LDP man-pages:3.79:2014/08/19:sendto:2:send:2: +☆:LDP man-pages:3.78=>3.79:2014/05/28:set_mempolicy:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +※:LDP man-pages:3.79:2015/01/22:set_robust_list:2:get_robust_list:2: +☆:LDP man-pages:3.78=>3.79:2012/07/13:set_thread_area:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/07/08:set_tid_address:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/04/08:setcontext:2:getcontext:3: +@:LDP man-pages:3.79:2012/10/25:setdomainname:2:getdomainname:2: +@:LDP man-pages:3.79:2014/09/21:setegid:2:seteuid:2: +☆:LDP man-pages:3.78=>3.79:2014/09/21:seteuid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/08/08:setfsgid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/08/08:setfsgid32:2:setfsgid:2: +☆:LDP man-pages:3.78=>3.79:2013/08/08:setfsuid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/08/08:setfsuid32:2:setfsuid:2: +☆:LDP man-pages:3.78=>3.79:2014/09/21:setgid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/09/21:setgid32:2:setgid:2: +@:LDP man-pages:3.79:2014/08/19:setgroups:2:getgroups:2: +@:LDP man-pages:3.79:2014/08/19:setgroups32:2:setgroups:2: +@:LDP man-pages:3.79:2010/09/20:sethostid:2:gethostid:3: +@:LDP man-pages:3.79:2014/08/19:sethostname:2:gethostname:2: +@:LDP man-pages:3.79:2014/07/08:setitimer:2:getitimer:2: +☆:LDP man-pages:3.78=>3.79:2015/01/10:setns:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/01/07:setpgid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/07:setpgrp:2:setpgid:2: +@:LDP man-pages:3.79:2014/08/19:setpriority:2:getpriority:2: +@:LDP man-pages:3.79:2014/09/21:setregid:2:setreuid:2: +@:LDP man-pages:3.79:2014/09/21:setregid32:2:setregid:2: +@:LDP man-pages:3.79:2014/09/21:setresgid:2:setresuid:2: +@:LDP man-pages:3.79:2014/09/21:setresgid32:2:setresgid:2: +☆:LDP man-pages:3.78=>3.79:2014/09/21:setresuid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/09/21:setresuid32:2:setresuid:2: +☆:LDP man-pages:3.78=>3.79:2014/09/21:setreuid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/09/21:setreuid32:2:setreuid:2: +@:LDP man-pages:3.79:2015/01/22:setrlimit:2:getrlimit:2: +☆:LDP man-pages:3.78=>3.79:2014/12/31:setsid:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/04/28:setsockopt:2:getsockopt:2: +@:LDP man-pages:3.79:2012/04/26:settimeofday:2:gettimeofday:2: +☆:LDP man-pages:3.78=>3.79:2014/09/21:setuid:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/09/21:setuid32:2:setuid:2: +☆:LDP man-pages:3.78=>3.79:2008/12/03:setup:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2014/02/06:setxattr:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:sgetmask:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/07/08:shmat:2:shmop:2: +☆:LDP man-pages:3.78=>3.79:2014/02/07:shmctl:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/07/08:shmdt:2:shmop:2: +☆:LDP man-pages:3.78=>3.79:2015/01/10:shmget:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/07/08:shmop:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/09/06:shutdown:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2015/01/22:sigaction:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/09/26:sigaltstack:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:signal:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/07/08:signalfd:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/07/08:signalfd4:2:signalfd:2: +☆:LDP man-pages:3.78=>3.79:2013/12/11:sigpending:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/04/19:sigprocmask:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/12/16:sigqueue:2:sigqueue:3: +☆:LDP man-pages:3.78=>3.79:2014/12/31:sigreturn:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/04/19:sigsuspend:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:sigtimedwait:2:sigwaitinfo:2: +☆:LDP man-pages:3.78=>3.79:2014/08/19:sigwaitinfo:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/02/01:socket:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/10/16:socketcall:2:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2008/10/11:socketpair:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:splice:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/08/05:spu_create:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/08/05:spu_run:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/12/31:ssetmask:2:sgetmask:2: +☆:LDP man-pages:3.78=>3.79:2014/08/19:stat:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:stat64:2:stat:2: +☆:LDP man-pages:3.78=>3.79:2014/06/13:statfs:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/06/13:statfs64:2:statfs:2: +@:LDP man-pages:3.79:2013/09/26:statvfs:2:statvfs:3: +☆:LDP man-pages:3.78=>3.79:2014/05/10:stime:2:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2013/02/12:stty:2:unimplemented:2: +×:LDP man-pages:3.79:2012/07/13:subpage_prot:2::::: +@:LDP man-pages:3.79:2014/05/28:swapoff:2:swapon:2: +☆:LDP man-pages:3.78=>3.79:2014/05/28:swapon:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:symlink:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/08/19:symlinkat:2:symlink:2: +☆:LDP man-pages:3.78=>3.79:2014/08/19:sync:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:sync_file_range:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:sync_file_range2:2:sync_file_range:2: +@:LDP man-pages:3.79:2014/08/19:syncfs:2:sync:2: +☆:LDP man-pages:3.78=>3.79:2015/01/22:syscall:2:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2015/01/22:syscalls:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/12/22:sysctl:2:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2010/06/27:sysfs:2:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2014/08/19:sysinfo:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/07/08:syslog:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:tee:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/12/31:tgkill:2:tkill:2: +☆:LDP man-pages:3.78=>3.79:2011/09/09:time:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +×:LDP man-pages:3.79:2014/08/19:timer_create:2::::: +☆:LDP man-pages:3.78=>3.79:2009/02/20:timer_delete:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +×:LDP man-pages:3.79:2009/02/20:timer_getoverrun:2::::: +※:LDP man-pages:3.79:2012/10/15:timer_gettime:2:timer_settime:2: +×:LDP man-pages:3.79:2012/10/15:timer_settime:2::::: +☆:LDP man-pages:3.78=>3.79:2011/09/14:timerfd_create:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2011/09/14:timerfd_gettime:2:timerfd_create:2: +@:LDP man-pages:3.79:2011/09/14:timerfd_settime:2:timerfd_create:2: +☆:LDP man-pages:3.78=>3.79:2012/10/22:times:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:tkill:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/22:truncate:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:truncate64:2:truncate:2: +@:LDP man-pages:3.79:2013/02/12:tuxcall:2:unimplemented:2: +@:LDP man-pages:3.79:2015/01/22:ugetrlimit:2:getrlimit:2: +☆:LDP man-pages:3.78=>3.79:2008/01/09:umask:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/02/26:umount:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/02/26:umount2:2:umount:2: +☆:LDP man-pages:3.78=>3.79:2014/09/21:uname:2:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2013/02/12:unimplemented:2:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2014/08/19:unlink:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:unlinkat:2:unlink:2: +☆:LDP man-pages:3.78=>3.79:2014/09/21:unshare:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2005/01/09:uselib:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2003/08/04:ustat:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2014/08/19:utime:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/22:utimensat:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:utimes:2:utime:2: +☆:LDP man-pages:3.78=>3.79:2012/08/05:vfork:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2007/07/26:vhangup:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2009/02/20:vm86:2:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2009/02/20:vm86old:2:vm86:2: +☆:LDP man-pages:3.78=>3.79:2014/10/02:vmsplice:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/02/12:vserver:2:unimplemented:2: +☆:LDP man-pages:3.78=>3.79:2014/08/19:wait:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2012/09/23:wait3:2:wait4:2: +☆:LDP man-pages:3.78=>3.79:2012/09/23:wait4:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:waitid:2:wait:2: +@:LDP man-pages:3.79:2014/08/19:waitpid:2:wait:2: +☆:LDP man-pages:3.78=>3.79:2015/01/22:write:2:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:writev:2:readv:2: +@:LDP man-pages:3.79:2007/12/28:CIRCLEQ_ENTRY:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:CIRCLEQ_HEAD:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:CIRCLEQ_INIT:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:CIRCLEQ_INSERT_AFTER:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:CIRCLEQ_INSERT_BEFORE:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:CIRCLEQ_INSERT_HEAD:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:CIRCLEQ_INSERT_TAIL:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:CIRCLEQ_REMOVE:3:queue:3: +@:LDP man-pages:3.79:2014/12/31:CMSG_ALIGN:3:cmsg:3: +@:LDP man-pages:3.79:2014/12/31:CMSG_FIRSTHDR:3:cmsg:3: +@:LDP man-pages:3.79:2014/12/31:CMSG_NXTHDR:3:cmsg:3: +@:LDP man-pages:3.79:2014/12/31:CMSG_SPACE:3:cmsg:3: +@:LDP man-pages:3.79:2012/03/15:CPU_ALLOC:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_ALLOC_SIZE:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_AND:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_AND_S:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_CLR:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_CLR_S:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_COUNT:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_COUNT_S:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_EQUAL:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_EQUAL_S:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_FREE:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_ISSET:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_ISSET_S:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_OR:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_OR_S:3:CPU_SET:3: +☆:LDP man-pages:3.78=>3.79:2012/03/15:CPU_SET:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2012/03/15:CPU_SET_S:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_XOR:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_XOR_S:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_ZERO:3:CPU_SET:3: +@:LDP man-pages:3.79:2012/03/15:CPU_ZERO_S:3:CPU_SET:3: +@:LDP man-pages:3.79:2014/08/19:DES_FAILED:3:des_crypt:3: +@:LDP man-pages:3.79:2015/01/22:FD_CLR:3:select:2: +@:LDP man-pages:3.79:2015/01/22:FD_ISSET:3:select:2: +@:LDP man-pages:3.79:2015/01/22:FD_SET:3:select:2: +@:LDP man-pages:3.79:2015/01/22:FD_ZERO:3:select:2: +@:LDP man-pages:3.79:2007/07/26:HUGE_VAL:3:INFINITY:3: +@:LDP man-pages:3.79:2007/07/26:HUGE_VALF:3:INFINITY:3: +@:LDP man-pages:3.79:2007/07/26:HUGE_VALL:3:INFINITY:3: +☆:LDP man-pages:3.78=>3.79:2007/07/26:INFINITY:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2007/12/28:LIST_ENTRY:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:LIST_HEAD:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:LIST_INIT:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:LIST_INSERT_AFTER:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:LIST_INSERT_HEAD:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:LIST_REMOVE:3:queue:3: +☆:LDP man-pages:3.78=>3.79:1999/07/04:MB_CUR_MAX:3:2015/01/24::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi: +☆:LDP man-pages:3.78=>3.79:1999/07/04:MB_LEN_MAX:3:2015/01/24::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi: +@:LDP man-pages:3.79:2007/07/26:NAN:3:INFINITY:3: +@:LDP man-pages:3.79:2007/12/28:TAILQ_ENTRY:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:TAILQ_HEAD:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:TAILQ_INIT:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:TAILQ_INSERT_AFTER:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:TAILQ_INSERT_HEAD:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:TAILQ_INSERT_TAIL:3:queue:3: +@:LDP man-pages:3.79:2007/12/28:TAILQ_REMOVE:3:queue:3: +@:LDP man-pages:3.79:2010/10/13:__after_morecore_hook:3:malloc_hook:3: +@:LDP man-pages:3.79:2013/06/21:__fbufsize:3:stdio_ext:3: +@:LDP man-pages:3.79:2013/06/21:__flbf:3:stdio_ext:3: +@:LDP man-pages:3.79:2013/06/21:__fpending:3:stdio_ext:3: +@:LDP man-pages:3.79:2001/12/15:__fpurge:3:fpurge:3: +@:LDP man-pages:3.79:2013/06/21:__freadable:3:stdio_ext:3: +@:LDP man-pages:3.79:2013/06/21:__freading:3:stdio_ext:3: +@:LDP man-pages:3.79:2010/10/13:__free_hook:3:malloc_hook:3: +@:LDP man-pages:3.79:2013/06/21:__fsetlocking:3:stdio_ext:3: +@:LDP man-pages:3.79:2013/06/21:__fwritable:3:stdio_ext:3: +@:LDP man-pages:3.79:2013/06/21:__fwriting:3:stdio_ext:3: +@:LDP man-pages:3.79:2010/10/13:__malloc_hook:3:malloc_hook:3: +@:LDP man-pages:3.79:2010/10/13:__malloc_initialize_hook:3:malloc_hook:3: +@:LDP man-pages:3.79:2010/10/13:__memalign_hook:3:malloc_hook:3: +@:LDP man-pages:3.79:2010/10/13:__realloc_hook:3:malloc_hook:3: +☆:LDP man-pages:3.78=>3.79:2012/12/31:__setfpucw:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +@:LDP man-pages:3.79:2013/06/21:_flushlbf:3:stdio_ext:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:a64l:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2014/12/31:abort:3:2015/01/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +☆:LDP man-pages:3.78=>3.79:2014/08/19:abs:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/09/20:acos:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/20:acosf:3:acos:3: +☆:LDP man-pages:3.78=>3.79:2010/09/20:acosh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/20:acoshf:3:acosh:3: +@:LDP man-pages:3.79:2010/09/20:acoshl:3:acosh:3: +@:LDP man-pages:3.79:2010/09/20:acosl:3:acos:3: +@:LDP man-pages:3.79:2015/01/22:addmntent:3:getmntent:3: +☆:LDP man-pages:3.78=>3.79:2008/06/14:addseverity:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2014/05/28:adjtime:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/05/08:aio_cancel:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/07/04:aio_error:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/05/08:aio_fsync:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/04/26:aio_init:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/05/08:aio_read:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/07/04:aio_return:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/05/08:aio_suspend:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/05/08:aio_write:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/09/02:aligned_alloc:3:posix_memalign:3: +☆:LDP man-pages:3.78=>3.79:2013/10/07:alloca:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/05/28:alphasort:3:scandir:3: +@:LDP man-pages:3.79:2014/05/28:argz:3:argz_add:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:argz_add:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/28:argz_add_sep:3:argz_add:3: +@:LDP man-pages:3.79:2014/05/28:argz_append:3:argz_add:3: +@:LDP man-pages:3.79:2014/05/28:argz_count:3:argz_add:3: +@:LDP man-pages:3.79:2014/05/28:argz_create:3:argz_add:3: +@:LDP man-pages:3.79:2014/05/28:argz_create_sep:3:argz_add:3: +@:LDP man-pages:3.79:2014/05/28:argz_delete:3:argz_add:3: +@:LDP man-pages:3.79:2014/05/28:argz_extract:3:argz_add:3: +@:LDP man-pages:3.79:2014/05/28:argz_insert:3:argz_add:3: +@:LDP man-pages:3.79:2014/05/28:argz_next:3:argz_add:3: +@:LDP man-pages:3.79:2014/05/28:argz_replace:3:argz_add:3: +@:LDP man-pages:3.79:2014/05/28:argz_stringify:3:argz_add:3: +@:LDP man-pages:3.79:2014/08/19:asctime:3:ctime:3: +@:LDP man-pages:3.79:2014/08/19:asctime_r:3:ctime:3: +☆:LDP man-pages:3.78=>3.79:2010/09/20:asin:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/20:asinf:3:asin:3: +☆:LDP man-pages:3.78=>3.79:2013/10/14:asinh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/10/14:asinhf:3:asinh:3: +@:LDP man-pages:3.79:2013/10/14:asinhl:3:asinh:3: +@:LDP man-pages:3.79:2010/09/20:asinl:3:asin:3: +☆:LDP man-pages:3.78=>3.79:2013/06/21:asprintf:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2013/09/26:assert:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2013/09/26:assert_perror:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/10/07:atan:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/09/20:atan2:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/20:atan2f:3:atan2:3: +@:LDP man-pages:3.79:2010/09/20:atan2l:3:atan2:3: +@:LDP man-pages:3.79:2013/10/07:atanf:3:atan:3: +☆:LDP man-pages:3.78=>3.79:2010/09/11:atanh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/11:atanhf:3:atanh:3: +@:LDP man-pages:3.79:2010/09/11:atanhl:3:atanh:3: +@:LDP man-pages:3.79:2013/10/07:atanl:3:atan:3: +☆:LDP man-pages:3.78=>3.79:2008/12/05:atexit:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/01/22:atof:3:2015/01/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +☆:LDP man-pages:3.78=>3.79:2014/08/19:atoi:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2014/08/19:atol:3:atoi:3: +@:LDP man-pages:3.79:2014/08/19:atoll:3:atoi:3: +@:LDP man-pages:3.79:2014/08/19:atoq:3:atoi:3: +@:LDP man-pages:3.79:2013/09/26:auth_destroy:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:authnone_create:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:authunix_create:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:authunix_create_default:3:rpc:3: +☆:LDP man-pages:3.78=>3.79:2008/06/14:backtrace:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/06/14:backtrace_symbols:3:backtrace:3: +@:LDP man-pages:3.79:2008/06/14:backtrace_symbols_fd:3:backtrace:3: +☆:LDP man-pages:3.78=>3.79:2014/06/13:basename:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/10/21:bcmp:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2013/10/22:bcopy:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2010/09/10:be16toh:3:endian:3: +@:LDP man-pages:3.79:2010/09/10:be32toh:3:endian:3: +@:LDP man-pages:3.79:2010/09/10:be64toh:3:endian:3: +☆:LDP man-pages:3.78=>3.79:2013/06/21:bindresvport:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/10/22:bsd_signal:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2003/11/01:bsearch:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:bstring:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2011/09/22:btowc:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/04/23:btree:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/04/08:byteorder:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/10/22:bzero:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/08/11:cabs:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/11:cabsf:3:cabs:3: +@:LDP man-pages:3.79:2008/08/11:cabsl:3:cabs:3: +☆:LDP man-pages:3.78=>3.79:2011/09/15:cacos:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2011/09/15:cacosf:3:cacos:3: +☆:LDP man-pages:3.78=>3.79:2011/09/15:cacosh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2011/09/15:cacoshf:3:cacosh:3: +@:LDP man-pages:3.79:2011/09/15:cacoshl:3:cacosh:3: +@:LDP man-pages:3.79:2011/09/15:cacosl:3:cacos:3: +@:LDP man-pages:3.79:2014/05/21:calloc:3:malloc:3: +@:LDP man-pages:3.79:2013/09/26:callrpc:3:rpc:3: +☆:LDP man-pages:3.78=>3.79:2013/05/11:canonicalize_file_name:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/08/11:carg:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/11:cargf:3:carg:3: +@:LDP man-pages:3.79:2008/08/11:cargl:3:carg:3: +☆:LDP man-pages:3.78=>3.79:2008/08/11:casin:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/11:casinf:3:casin:3: +☆:LDP man-pages:3.78=>3.79:2008/08/11:casinh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/11:casinhf:3:casinh:3: +@:LDP man-pages:3.79:2008/08/11:casinhl:3:casinh:3: +@:LDP man-pages:3.79:2008/08/11:casinl:3:casin:3: +☆:LDP man-pages:3.78=>3.79:2011/09/15:catan:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2011/09/15:catanf:3:catan:3: +☆:LDP man-pages:3.78=>3.79:2011/09/15:catanh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2011/09/15:catanhf:3:catanh:3: +@:LDP man-pages:3.79:2011/09/15:catanhl:3:catanh:3: +@:LDP man-pages:3.79:2011/09/15:catanl:3:catan:3: +@:LDP man-pages:3.79:2014/08/19:catclose:3:catopen:3: +☆:LDP man-pages:3.78=>3.79:2014/06/13:catgets:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2014/08/19:catopen:3:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/08/19:cbc_crypt:3:des_crypt:3: +☆:LDP man-pages:3.78=>3.79:2013/09/18:cbrt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/09/18:cbrtf:3:cbrt:3: +@:LDP man-pages:3.79:2013/09/18:cbrtl:3:cbrt:3: +☆:LDP man-pages:3.78=>3.79:2008/08/11:ccos:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/11:ccosf:3:ccos:3: +☆:LDP man-pages:3.78=>3.79:2008/08/11:ccosh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/11:ccoshf:3:ccosh:3: +@:LDP man-pages:3.79:2008/08/11:ccoshl:3:ccosh:3: +@:LDP man-pages:3.79:2008/08/11:ccosl:3:ccos:3: +☆:LDP man-pages:3.78=>3.79:2013/06/21:ceil:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/06/21:ceilf:3:ceil:3: +@:LDP man-pages:3.79:2013/06/21:ceill:3:ceil:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:cerf:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:cerfc:3:cerf:3: +@:LDP man-pages:3.79:2014/08/19:cerfcf:3:cerf:3: +@:LDP man-pages:3.79:2014/08/19:cerfcl:3:cerf:3: +@:LDP man-pages:3.79:2014/08/19:cerff:3:cerf:3: +@:LDP man-pages:3.79:2014/08/19:cerfl:3:cerf:3: +☆:LDP man-pages:3.78=>3.79:2008/08/11:cexp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:cexp2:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:cexp2f:3:cexp2:3: +@:LDP man-pages:3.79:2014/08/19:cexp2l:3:cexp2:3: +@:LDP man-pages:3.79:2008/08/11:cexpf:3:cexp:3: +@:LDP man-pages:3.79:2008/08/11:cexpl:3:cexp:3: +@:LDP man-pages:3.79:2015/02/01:cfgetispeed:3:termios:3: +@:LDP man-pages:3.79:2015/02/01:cfgetospeed:3:termios:3: +@:LDP man-pages:3.79:2015/02/01:cfmakeraw:3:termios:3: +☆:LDP man-pages:3.78=>3.79:2007/07/26:cfree:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2015/02/01:cfsetispeed:3:termios:3: +@:LDP man-pages:3.79:2015/02/01:cfsetospeed:3:termios:3: +@:LDP man-pages:3.79:2015/02/01:cfsetspeed:3:termios:3: +☆:LDP man-pages:3.78=>3.79:2013/06/21:cimag:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/06/21:cimagf:3:cimag:3: +@:LDP man-pages:3.79:2013/06/21:cimagl:3:cimag:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:clearenv:3:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/01/15:clearerr:3:ferror:3: +@:LDP man-pages:3.79:2008/08/29:clearerr_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.79:2013/09/26:clnt_broadcast:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:clnt_call:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:clnt_control:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:clnt_create:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:clnt_destroy:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:clnt_freeres:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:clnt_geterr:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:clnt_pcreateerror:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:clnt_perrno:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:clnt_perror:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:clnt_spcreateerror:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:clnt_sperrno:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:clnt_sperror:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:clntraw_create:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:clnttcp_create:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:clntudp_bufcreate:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:clntudp_create:3:rpc:3: +☆:LDP man-pages:3.78=>3.79:2014/09/21:clock:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/07/04:clock_getcpuclockid:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/12/28:clock_getres:3:clock_getres:2: +@:LDP man-pages:3.79:2013/12/28:clock_gettime:3:clock_getres:2: +@:LDP man-pages:3.79:2013/12/28:clock_settime:3:clock_getres:2: +☆:LDP man-pages:3.78=>3.79:2008/08/11:clog:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/08/11:clog10:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/11:clog10f:3:clog10:3: +@:LDP man-pages:3.79:2008/08/11:clog10l:3:clog10:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:clog2:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:clog2f:3:clog2:3: +@:LDP man-pages:3.79:2014/08/19:clog2l:3:clog2:3: +@:LDP man-pages:3.79:2008/08/11:clogf:3:clog:3: +@:LDP man-pages:3.79:2008/08/11:clogl:3:clog:3: +☆:LDP man-pages:3.78=>3.79:2008/09/23:closedir:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2012/08/17:closelog:3:syslog:3: +☆:LDP man-pages:3.78=>3.79:2014/12/31:cmsg:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2014/03/20:confstr:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/06/21:conj:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/06/21:conjf:3:conj:3: +@:LDP man-pages:3.79:2013/06/21:conjl:3:conj:3: +☆:LDP man-pages:3.78=>3.79:2013/10/14:copysign:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/10/14:copysignf:3:copysign:3: +@:LDP man-pages:3.79:2013/10/14:copysignl:3:copysign:3: +☆:LDP man-pages:3.78=>3.79:2013/10/14:cos:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/10/14:cosf:3:cos:3: +☆:LDP man-pages:3.78=>3.79:2010/09/20:cosh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/20:coshf:3:cosh:3: +@:LDP man-pages:3.79:2010/09/20:coshl:3:cosh:3: +@:LDP man-pages:3.79:2013/10/14:cosl:3:cos:3: +☆:LDP man-pages:3.78=>3.79:2008/08/11:cpow:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/11:cpowf:3:cpow:3: +@:LDP man-pages:3.79:2008/08/11:cpowl:3:cpow:3: +☆:LDP man-pages:3.78=>3.79:2013/09/18:cproj:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/09/18:cprojf:3:cproj:3: +@:LDP man-pages:3.79:2013/09/18:cprojl:3:cproj:3: +☆:LDP man-pages:3.78=>3.79:2013/09/18:creal:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/09/18:crealf:3:creal:3: +@:LDP man-pages:3.79:2013/09/18:creall:3:creal:3: +☆:LDP man-pages:3.78=>3.79:2014/02/26:crypt:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2014/02/26:crypt_r:3:crypt:3: +☆:LDP man-pages:3.78=>3.79:2008/08/11:csin:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/11:csinf:3:csin:3: +☆:LDP man-pages:3.78=>3.79:2008/08/11:csinh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/11:csinhf:3:csinh:3: +@:LDP man-pages:3.79:2008/08/11:csinhl:3:csinh:3: +@:LDP man-pages:3.79:2008/08/11:csinl:3:csin:3: +☆:LDP man-pages:3.78=>3.79:2008/08/11:csqrt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/11:csqrtf:3:csqrt:3: +@:LDP man-pages:3.79:2008/08/11:csqrtl:3:csqrt:3: +☆:LDP man-pages:3.78=>3.79:2008/08/11:ctan:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/11:ctanf:3:ctan:3: +☆:LDP man-pages:3.78=>3.79:2008/08/11:ctanh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/11:ctanhf:3:ctanh:3: +@:LDP man-pages:3.79:2008/08/11:ctanhl:3:ctanh:3: +@:LDP man-pages:3.79:2008/08/11:ctanl:3:ctan:3: +☆:LDP man-pages:3.78=>3.79:2013/07/04:ctermid:3:2015/01/24::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:ctime:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:ctime_r:3:ctime:3: +@:LDP man-pages:3.79:2013/04/19:cuserid:3:getlogin:3: +☆:LDP man-pages:3.78=>3.79:2013/10/28:daemon:3:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: +@:LDP man-pages:3.79:2015/01/30:daylight:3:tzset:3: +@:LDP man-pages:3.79:2012/05/04:db:3:dbopen:3: +☆:LDP man-pages:3.78=>3.79:2012/05/04:dbopen:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:des_crypt:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/08/19:des_setparity:3:des_crypt:3: +☆:LDP man-pages:3.78=>3.79:2013/10/28:difftime:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/07/05:dirfd:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/06/13:dirname:3:basename:3: +☆:LDP man-pages:3.78=>3.79:2013/07/05:div:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2007/05/18:dl_iterate_phdr:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/10/02:dladdr:3:dlopen:3: +@:LDP man-pages:3.79:2014/10/02:dlclose:3:dlopen:3: +@:LDP man-pages:3.79:2014/10/02:dlerror:3:dlopen:3: +☆:LDP man-pages:3.78=>3.79:2014/10/02:dlopen:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/10/02:dlsym:3:dlopen:3: +@:LDP man-pages:3.79:2014/10/02:dlvsym:3:dlopen:3: +@:LDP man-pages:3.79:2014/05/28:dn_comp:3:resolver:3: +@:LDP man-pages:3.79:2014/05/28:dn_expand:3:resolver:3: +☆:LDP man-pages:3.78=>3.79:2010/09/15:dprintf:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2014/09/21:drand48:3:2015/01/24::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: +☆:LDP man-pages:3.78=>3.79:2013/09/09:drand48_r:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2010/09/20:drem:3:remainder:3: +@:LDP man-pages:3.79:2010/09/20:dremf:3:remainder:3: +@:LDP man-pages:3.79:2010/09/20:dreml:3:remainder:3: +☆:LDP man-pages:3.78=>3.79:2014/03/12:duplocale:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/09/25:dysize:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +@:LDP man-pages:3.79:2013/09/25:eaccess:3:euidaccess:3: +@:LDP man-pages:3.79:2014/08/19:ecb_crypt:3:des_crypt:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:ecvt:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2007/07/26:ecvt_r:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/07/17:edata:3:end:3: +☆:LDP man-pages:3.78=>3.79:2013/07/22:encrypt:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2013/07/22:encrypt_r:3:encrypt:3: +☆:LDP man-pages:3.78=>3.79:2008/07/17:end:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2003/09/09:endaliasent:3:setaliasent:3: +@:LDP man-pages:3.79:2002/02/28:endfsent:3:getfsent:3: +@:LDP man-pages:3.79:2014/10/02:endgrent:3:getgrent:3: +@:LDP man-pages:3.79:2014/03/11:endhostent:3:gethostbyname:3: +☆:LDP man-pages:3.78=>3.79:2010/09/10:endian:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:endmntent:3:getmntent:3: +@:LDP man-pages:3.79:2008/08/19:endnetent:3:getnetent:3: +@:LDP man-pages:3.79:2014/05/28:endnetgrent:3:setnetgrent:3: +@:LDP man-pages:3.79:2008/08/19:endprotoent:3:getprotoent:3: +@:LDP man-pages:3.79:2013/06/21:endpwent:3:getpwent:3: +@:LDP man-pages:3.79:2014/05/28:endrpcent:3:getrpcent:3: +@:LDP man-pages:3.79:2008/08/19:endservent:3:getservent:3: +@:LDP man-pages:3.79:2015/01/22:endspent:3:getspnam:3: +@:LDP man-pages:3.79:2013/07/22:endttyent:3:getttyent:3: +@:LDP man-pages:3.79:2013/06/21:endusershell:3:getusershell:3: +@:LDP man-pages:3.79:2014/08/19:endutent:3:getutent:3: +@:LDP man-pages:3.79:2014/08/19:endutxent:3:getutent:3: +@:LDP man-pages:3.79:2014/05/28:envz:3:envz_add:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:envz_add:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/28:envz_entry:3:envz_add:3: +@:LDP man-pages:3.79:2014/05/28:envz_get:3:envz_add:3: +@:LDP man-pages:3.79:2014/05/28:envz_merge:3:envz_add:3: +@:LDP man-pages:3.79:2014/05/28:envz_remove:3:envz_add:3: +@:LDP man-pages:3.79:2014/05/28:envz_strip:3:envz_add:3: +@:LDP man-pages:3.79:2014/09/21:erand48:3:drand48:3: +@:LDP man-pages:3.79:2013/09/09:erand48_r:3:drand48_r:3: +☆:LDP man-pages:3.78=>3.79:2013/10/29:erf:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/10/29:erfc:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/10/29:erfcf:3:erfc:3: +@:LDP man-pages:3.79:2013/10/29:erfcl:3:erfc:3: +@:LDP man-pages:3.79:2013/10/29:erff:3:erf:3: +@:LDP man-pages:3.79:2013/10/29:erfl:3:erf:3: +☆:LDP man-pages:3.78=>3.79:2013/12/30:err:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/22:errno:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/08/29:error:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/08/29:error_at_line:3:error:3: +@:LDP man-pages:3.79:2010/08/29:error_message_count:3:error:3: +@:LDP man-pages:3.79:2010/08/29:error_one_per_line:3:error:3: +@:LDP man-pages:3.79:2010/08/29:error_print_progname:3:error:3: +@:LDP man-pages:3.79:2013/12/30:errx:3:err:3: +@:LDP man-pages:3.79:2008/07/17:etext:3:end:3: +☆:LDP man-pages:3.78=>3.79:2014/07/08:ether_aton:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/07/08:ether_aton_r:3:ether_aton:3: +@:LDP man-pages:3.79:2014/07/08:ether_hostton:3:ether_aton:3: +@:LDP man-pages:3.79:2014/07/08:ether_line:3:ether_aton:3: +@:LDP man-pages:3.79:2014/07/08:ether_ntoa:3:ether_aton:3: +@:LDP man-pages:3.79:2014/07/08:ether_ntoa_r:3:ether_aton:3: +@:LDP man-pages:3.79:2014/07/08:ether_ntohost:3:ether_aton:3: +☆:LDP man-pages:3.78=>3.79:2013/09/25:euidaccess:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/07/08:eventfd_read:3:eventfd:2: +@:LDP man-pages:3.79:2014/07/08:eventfd_write:3:eventfd:2: +☆:LDP man-pages:3.78=>3.79:2015/01/22:exec:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:execl:3:exec:3: +@:LDP man-pages:3.79:2015/01/22:execle:3:exec:3: +@:LDP man-pages:3.79:2015/01/22:execlp:3:exec:3: +@:LDP man-pages:3.79:2015/01/22:execv:3:exec:3: +@:LDP man-pages:3.79:2015/01/22:execvp:3:exec:3: +@:LDP man-pages:3.79:2015/01/22:execvpe:3:exec:3: +☆:LDP man-pages:3.78=>3.79:2014/03/25:exit:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/09/20:exp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:exp10:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/12/31:exp10f:3:exp10:3: +@:LDP man-pages:3.79:2014/12/31:exp10l:3:exp10:3: +☆:LDP man-pages:3.78=>3.79:2010/09/20:exp2:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/20:exp2f:3:exp2:3: +@:LDP man-pages:3.79:2010/09/20:exp2l:3:exp2:3: +@:LDP man-pages:3.79:2010/09/20:expf:3:exp:3: +@:LDP man-pages:3.79:2010/09/20:expl:3:exp:3: +☆:LDP man-pages:3.78=>3.79:2013/10/14:expm1:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/10/14:expm1f:3:expm1:3: +@:LDP man-pages:3.79:2013/10/14:expm1l:3:expm1:3: +☆:LDP man-pages:3.78=>3.79:2013/07/10:fabs:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/07/10:fabsf:3:fabs:3: +@:LDP man-pages:3.79:2013/07/10:fabsl:3:fabs:3: +☆:LDP man-pages:3.78=>3.79:2015/01/22:fclose:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/06/21:fcloseall:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:fcvt:3:ecvt:3: +@:LDP man-pages:3.79:2007/07/26:fcvt_r:3:ecvt_r:3: +☆:LDP man-pages:3.78=>3.79:2013/07/15:fdim:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/07/15:fdimf:3:fdim:3: +@:LDP man-pages:3.79:2013/07/15:fdiml:3:fdim:3: +@:LDP man-pages:3.79:2012/04/22:fdopen:3:fopen:3: +@:LDP man-pages:3.79:2010/06/20:fdopendir:3:opendir:3: +@:LDP man-pages:3.79:2014/04/01:feclearexcept:3:fenv:3: +@:LDP man-pages:3.79:2014/04/01:fedisableexcept:3:fenv:3: +@:LDP man-pages:3.79:2014/04/01:feenableexcept:3:fenv:3: +@:LDP man-pages:3.79:2014/04/01:fegetenv:3:fenv:3: +@:LDP man-pages:3.79:2014/04/01:fegetexcept:3:fenv:3: +@:LDP man-pages:3.79:2014/04/01:fegetexceptflag:3:fenv:3: +@:LDP man-pages:3.79:2014/04/01:fegetround:3:fenv:3: +@:LDP man-pages:3.79:2014/04/01:feholdexcept:3:fenv:3: +☆:LDP man-pages:3.78=>3.79:2014/04/01:fenv:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/15:feof:3:ferror:3: +@:LDP man-pages:3.79:2008/08/29:feof_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.79:2014/04/01:feraiseexcept:3:fenv:3: +☆:LDP man-pages:3.78=>3.79:2014/01/15:ferror:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2008/08/29:ferror_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.79:2014/04/01:fesetenv:3:fenv:3: +@:LDP man-pages:3.79:2014/04/01:fesetexceptflag:3:fenv:3: +@:LDP man-pages:3.79:2014/04/01:fesetround:3:fenv:3: +@:LDP man-pages:3.79:2014/04/01:fetestexcept:3:fenv:3: +@:LDP man-pages:3.79:2014/04/01:feupdateenv:3:fenv:3: +☆:LDP man-pages:3.78=>3.79:2015/01/22:fexecve:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/02/01:fflush:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2008/08/29:fflush_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.78=>3.79:2014/04/14:ffs:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2014/04/14:ffsl:3:ffs:3: +@:LDP man-pages:3.79:2014/04/14:ffsll:3:ffs:3: +☆:LDP man-pages:3.78=>3.79:2013/12/31:fgetc:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/29:fgetc_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:fgetgrent:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +@:LDP man-pages:3.79:2015/01/22:fgetgrent_r:3:getgrent_r:3: +@:LDP man-pages:3.79:2014/05/28:fgetpos:3:fseek:3: +☆:LDP man-pages:3.78=>3.79:2013/04/19:fgetpwent:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +@:LDP man-pages:3.79:2015/01/22:fgetpwent_r:3:getpwent_r:3: +@:LDP man-pages:3.79:2013/12/31:fgets:3:fgetc:3: +@:LDP man-pages:3.79:2008/08/29:fgets_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.79:2015/01/22:fgetspent:3:getspnam:3: +@:LDP man-pages:3.79:2015/01/22:fgetspent_r:3:getspnam:3: +☆:LDP man-pages:3.78=>3.79:2013/04/19:fgetwc:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2008/08/29:fgetwc_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.78=>3.79:2011/09/28:fgetws:3:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: +@:LDP man-pages:3.79:2008/08/29:fgetws_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.79:2014/01/15:fileno:3:ferror:3: +@:LDP man-pages:3.79:2008/08/29:fileno_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.78=>3.79:2013/07/22:finite:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/07/22:finitef:3:finite:3: +@:LDP man-pages:3.79:2013/07/22:finitel:3:finite:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:flockfile:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/07/23:floor:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/07/23:floorf:3:floor:3: +@:LDP man-pages:3.79:2013/07/23:floorl:3:floor:3: +☆:LDP man-pages:3.78=>3.79:2013/09/17:fma:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/09/17:fmaf:3:fma:3: +@:LDP man-pages:3.79:2013/09/17:fmal:3:fma:3: +☆:LDP man-pages:3.78=>3.79:2013/09/17:fmax:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/09/17:fmaxf:3:fmax:3: +@:LDP man-pages:3.79:2013/09/17:fmaxl:3:fmax:3: +☆:LDP man-pages:3.78=>3.79:2015/01/22:fmemopen:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/09/17:fmin:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/09/17:fminf:3:fmin:3: +@:LDP man-pages:3.79:2013/09/17:fminl:3:fmin:3: +☆:LDP man-pages:3.78=>3.79:2012/03/15:fmod:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2012/03/15:fmodf:3:fmod:3: +@:LDP man-pages:3.79:2012/03/15:fmodl:3:fmod:3: +☆:LDP man-pages:3.78=>3.79:2013/06/21:fmtmsg:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2000/10/15:fnmatch:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/04/22:fopen:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/22:fopencookie:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:forkpty:3:openpty:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:fpathconf:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2013/08/06:fpclassify:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/07/08:fprintf:3:printf:3: +☆:LDP man-pages:3.78=>3.79:2001/12/15:fpurge:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +@:LDP man-pages:3.79:2014/01/11:fputc:3:puts:3: +@:LDP man-pages:3.79:2008/08/29:fputc_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.79:2014/01/11:fputs:3:puts:3: +@:LDP man-pages:3.79:2008/08/29:fputs_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.78=>3.79:2013/04/19:fputwc:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2008/08/29:fputwc_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.78=>3.79:2011/09/28:fputws:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2008/08/29:fputws_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.78=>3.79:2012/03/30:fread:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/29:fread_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.79:2014/05/21:free:3:malloc:3: +@:LDP man-pages:3.79:2014/04/06:freeaddrinfo:3:getaddrinfo:3: +@:LDP man-pages:3.79:2010/09/04:freehostent:3:getipnodebyname:3: +@:LDP man-pages:3.79:2014/02/26:freeifaddrs:3:getifaddrs:3: +※:LDP man-pages:3.79:2014/05/28:freelocale:3:newlocale:3: +@:LDP man-pages:3.79:2012/04/22:freopen:3:fopen:3: +☆:LDP man-pages:3.78=>3.79:2013/08/06:frexp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/08/06:frexpf:3:frexp:3: +@:LDP man-pages:3.79:2013/08/06:frexpl:3:frexp:3: +@:LDP man-pages:3.79:2014/01/11:fscanf:3:scanf:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:fseek:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2014/10/02:fseeko:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/28:fsetpos:3:fseek:3: +@:LDP man-pages:3.79:2013/09/26:fstatvfs:3:statvfs:3: +@:LDP man-pages:3.79:2014/05/28:ftell:3:fseek:3: +@:LDP man-pages:3.79:2014/10/02:ftello:3:fseeko:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:ftime:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2014/08/19:ftok:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +@:LDP man-pages:3.79:2014/08/19:ftrylockfile:3:flockfile:3: +☆:LDP man-pages:3.78=>3.79:2014/03/18:fts:3:2015/01/24::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/03/18:fts_children:3:fts:3: +@:LDP man-pages:3.79:2014/03/18:fts_close:3:fts:3: +@:LDP man-pages:3.79:2014/03/18:fts_open:3:fts:3: +@:LDP man-pages:3.79:2014/03/18:fts_read:3:fts:3: +@:LDP man-pages:3.79:2014/03/18:fts_set:3:fts:3: +☆:LDP man-pages:3.78=>3.79:2014/12/31:ftw:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:funlockfile:3:flockfile:3: +@:LDP man-pages:3.79:2015/01/22:futimens:3:utimensat:2: +☆:LDP man-pages:3.78=>3.79:2013/10/29:futimes:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/03/19:fwide:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +@:LDP man-pages:3.79:2014/03/19:fwprintf:3:wprintf:3: +@:LDP man-pages:3.79:2012/03/30:fwrite:3:fread:3: +@:LDP man-pages:3.79:2008/08/29:fwrite_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.79:2014/05/28:gai_cancel:3:getaddrinfo_a:3: +@:LDP man-pages:3.79:2014/05/28:gai_error:3:getaddrinfo_a:3: +@:LDP man-pages:3.79:2014/04/06:gai_strerror:3:getaddrinfo:3: +@:LDP man-pages:3.79:2014/05/28:gai_suspend:3:getaddrinfo_a:3: +☆:LDP man-pages:3.78=>3.79:2008/08/05:gamma:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/05:gammaf:3:gamma:3: +@:LDP man-pages:3.79:2008/08/05:gammal:3:gamma:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:gcvt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:get_current_dir_name:3:getcwd:3: +@:LDP man-pages:3.79:2013/09/26:get_myaddress:3:rpc:3: +@:LDP man-pages:3.79:2012/03/20:get_nprocs:3:get_nprocs_conf:3: +☆:LDP man-pages:3.78=>3.79:2012/03/20:get_nprocs_conf:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/04/06:getaddrinfo:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:getaddrinfo_a:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2003/09/09:getaliasbyname:3:setaliasent:3: +@:LDP man-pages:3.79:2003/09/09:getaliasbyname_r:3:setaliasent:3: +@:LDP man-pages:3.79:2003/09/09:getaliasent:3:setaliasent:3: +@:LDP man-pages:3.79:2003/09/09:getaliasent_r:3:setaliasent:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:getauxval:3:2015/01/31::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/12/31:getc:3:fgetc:3: +@:LDP man-pages:3.79:2008/08/29:getc_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.79:2013/12/31:getchar:3:fgetc:3: +@:LDP man-pages:3.79:2008/08/29:getchar_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.78=>3.79:2014/04/08:getcontext:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:getcwd:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2014/06/13:getdate:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/06/13:getdate_err:3:getdate:3: +@:LDP man-pages:3.79:2014/06/13:getdate_r:3:getdate:3: +@:LDP man-pages:3.79:2015/01/22:getdelim:3:getline:3: +☆:LDP man-pages:3.78=>3.79:2014/06/13:getdirentries:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2014/08/19:getdtablesize:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/08/14:getenv:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2002/02/28:getfsent:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +@:LDP man-pages:3.79:2002/02/28:getfsfile:3:getfsent:3: +@:LDP man-pages:3.79:2002/02/28:getfsspec:3:getfsent:3: +☆:LDP man-pages:3.78=>3.79:2014/10/02:getgrent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/22:getgrent_r:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/08/19:getgrgid:3:getgrnam:3: +@:LDP man-pages:3.79:2014/08/19:getgrgid_r:3:getgrnam:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:getgrnam:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:getgrnam_r:3:getgrnam:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:getgrouplist:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/03/11:gethostbyaddr:3:gethostbyname:3: +@:LDP man-pages:3.79:2014/03/11:gethostbyaddr_r:3:gethostbyname:3: +☆:LDP man-pages:3.78=>3.79:2014/03/11:gethostbyname:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/03/11:gethostbyname2:3:gethostbyname:3: +@:LDP man-pages:3.79:2014/03/11:gethostbyname2_r:3:gethostbyname:3: +@:LDP man-pages:3.79:2014/03/11:gethostbyname_r:3:gethostbyname:3: +@:LDP man-pages:3.79:2014/03/11:gethostent:3:gethostbyname:3: +@:LDP man-pages:3.79:2014/03/11:gethostent_r:3:gethostbyname:3: +☆:LDP man-pages:3.78=>3.79:2010/09/20:gethostid:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/02/26:getifaddrs:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/04:getipnodebyaddr:3:getipnodebyname:3: +☆:LDP man-pages:3.78=>3.79:2010/09/04:getipnodebyname:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2015/01/22:getline:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/04/01:getloadavg:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2013/04/19:getlogin:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/04/19:getlogin_r:3:getlogin:3: +☆:LDP man-pages:3.78=>3.79:2015/01/22:getmntent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:getmntent_r:3:getmntent:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:getnameinfo:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/19:getnetbyaddr:3:getnetent:3: +@:LDP man-pages:3.79:2010/09/10:getnetbyaddr_r:3:getnetent_r:3: +@:LDP man-pages:3.79:2008/08/19:getnetbyname:3:getnetent:3: +@:LDP man-pages:3.79:2010/09/10:getnetbyname_r:3:getnetent_r:3: +☆:LDP man-pages:3.78=>3.79:2008/08/19:getnetent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/09/10:getnetent_r:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/28:getnetgrent:3:setnetgrent:3: +@:LDP man-pages:3.79:2014/05/28:getnetgrent_r:3:setnetgrent:3: +☆:LDP man-pages:3.78=>3.79:2015/02/01:getopt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/02/01:getopt_long:3:getopt:3: +@:LDP man-pages:3.79:2015/02/01:getopt_long_only:3:getopt:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:getpass:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +@:LDP man-pages:3.79:2008/08/19:getprotobyname:3:getprotoent:3: +@:LDP man-pages:3.79:2010/09/10:getprotobyname_r:3:getprotoent_r:3: +@:LDP man-pages:3.79:2008/08/19:getprotobynumber:3:getprotoent:3: +@:LDP man-pages:3.79:2010/09/10:getprotobynumber_r:3:getprotoent_r:3: +☆:LDP man-pages:3.78=>3.79:2008/08/19:getprotoent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/09/10:getprotoent_r:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/04/01:getpt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/22:getpw:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2013/06/21:getpwent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/22:getpwent_r:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/07/22:getpwnam:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/07/22:getpwnam_r:3:getpwnam:3: +@:LDP man-pages:3.79:2013/07/22:getpwuid:3:getpwnam:3: +@:LDP man-pages:3.79:2013/07/22:getpwuid_r:3:getpwnam:3: +@:LDP man-pages:3.79:2014/05/28:getrpcbyname:3:getrpcent:3: +@:LDP man-pages:3.79:2010/09/10:getrpcbyname_r:3:getrpcent_r:3: +@:LDP man-pages:3.79:2014/05/28:getrpcbynumber:3:getrpcent:3: +@:LDP man-pages:3.79:2010/09/10:getrpcbynumber_r:3:getrpcent_r:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:getrpcent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/09/10:getrpcent_r:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:getrpcport:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2014/01/24:gets:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/19:getservbyname:3:getservent:3: +@:LDP man-pages:3.79:2010/09/10:getservbyname_r:3:getservent_r:3: +@:LDP man-pages:3.79:2008/08/19:getservbyport:3:getservent:3: +@:LDP man-pages:3.79:2010/09/10:getservbyport_r:3:getservent_r:3: +☆:LDP man-pages:3.78=>3.79:2008/08/19:getservent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/09/10:getservent_r:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:getspent:3:getspnam:3: +@:LDP man-pages:3.79:2015/01/22:getspent_r:3:getspnam:3: +☆:LDP man-pages:3.78=>3.79:2015/01/22:getspnam:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:getspnam_r:3:getspnam:3: +☆:LDP man-pages:3.78=>3.79:2014/04/08:getsubopt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/07/22:getttyent:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2013/07/22:getttynam:3:getttyent:3: +☆:LDP man-pages:3.78=>3.79:2010/09/10:getumask:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/06/21:getusershell:3:2015/01/24::ishioka@dad.eec.toshiba.co.jp:ISHIOKA Takashi: +☆:LDP man-pages:3.78=>3.79:2014/08/19:getutent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:getutent_r:3:getutent:3: +@:LDP man-pages:3.79:2014/08/19:getutid:3:getutent:3: +@:LDP man-pages:3.79:2014/08/19:getutid_r:3:getutent:3: +@:LDP man-pages:3.79:2014/08/19:getutline:3:getutent:3: +@:LDP man-pages:3.79:2014/08/19:getutline_r:3:getutent:3: +☆:LDP man-pages:3.78=>3.79:2014/04/08:getutmp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/04/08:getutmpx:3:getutmp:3: +@:LDP man-pages:3.79:2014/08/19:getutxent:3:getutent:3: +@:LDP man-pages:3.79:2014/08/19:getutxid:3:getutent:3: +@:LDP man-pages:3.79:2014/08/19:getutxline:3:getutent:3: +☆:LDP man-pages:3.78=>3.79:2010/09/26:getw:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2013/04/19:getwc:3:fgetwc:3: +@:LDP man-pages:3.79:2008/08/29:getwc_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.78=>3.79:1999/07/25:getwchar:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2008/08/29:getwchar_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.79:2014/08/19:getwd:3:getcwd:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:glob:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2014/08/19:globfree:3:glob:3: +@:LDP man-pages:3.79:2014/08/19:gmtime:3:ctime:3: +@:LDP man-pages:3.79:2014/08/19:gmtime_r:3:ctime:3: +@:LDP man-pages:3.79:2014/05/28:gnu_dev_major:3:makedev:3: +@:LDP man-pages:3.79:2014/05/28:gnu_dev_makedev:3:makedev:3: +@:LDP man-pages:3.79:2014/05/28:gnu_dev_minor:3:makedev:3: +@:LDP man-pages:3.79:2012/08/26:gnu_get_libc_release:3:gnu_get_libc_version:3: +☆:LDP man-pages:3.78=>3.79:2012/08/26:gnu_get_libc_version:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/06/14:grantpt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/03/30:group_member:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2007/07/26:gsignal:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/03/11:h_errno:3:gethostbyname:3: +☆:LDP man-pages:3.78=>3.79:2012/04/23:hash:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:hasmntopt:3:getmntent:3: +@:LDP man-pages:3.79:2014/01/05:hcreate:3:hsearch:3: +@:LDP man-pages:3.79:2014/01/05:hcreate_r:3:hsearch:3: +@:LDP man-pages:3.79:2014/01/05:hdestroy:3:hsearch:3: +@:LDP man-pages:3.79:2014/01/05:hdestroy_r:3:hsearch:3: +@:LDP man-pages:3.79:2014/03/11:herror:3:gethostbyname:3: +☆:LDP man-pages:3.78=>3.79:2014/01/05:hsearch:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/05:hsearch_r:3:hsearch:3: +@:LDP man-pages:3.79:2014/03/11:hstrerror:3:gethostbyname:3: +@:LDP man-pages:3.79:2010/09/10:htobe16:3:endian:3: +@:LDP man-pages:3.79:2010/09/10:htobe32:3:endian:3: +@:LDP man-pages:3.79:2010/09/10:htobe64:3:endian:3: +@:LDP man-pages:3.79:2010/09/10:htole16:3:endian:3: +@:LDP man-pages:3.79:2010/09/10:htole32:3:endian:3: +@:LDP man-pages:3.79:2010/09/10:htole64:3:endian:3: +@:LDP man-pages:3.79:2014/04/08:htonl:3:byteorder:3: +@:LDP man-pages:3.79:2014/04/08:htons:3:byteorder:3: +☆:LDP man-pages:3.78=>3.79:2010/09/20:hypot:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/20:hypotf:3:hypot:3: +@:LDP man-pages:3.79:2010/09/20:hypotl:3:hypot:3: +☆:LDP man-pages:3.78=>3.79:2014/06/13:iconv:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/08/11:iconv_close:3:2015/01/24::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2008/08/11:iconv_open:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2012/11/21:if_freenameindex:3:if_nameindex:3: +@:LDP man-pages:3.79:2014/04/01:if_indextoname:3:if_nametoindex:3: +☆:LDP man-pages:3.78=>3.79:2012/11/21:if_nameindex:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/04/01:if_nametoindex:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:ilogb:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/12/31:ilogbf:3:ilogb:3: +@:LDP man-pages:3.79:2014/12/31:ilogbl:3:ilogb:3: +@:LDP man-pages:3.79:2014/08/19:imaxabs:3:abs:3: +@:LDP man-pages:3.79:2013/07/05:imaxdiv:3:div:3: +☆:LDP man-pages:3.78=>3.79:2014/04/01:index:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +☆:LDP man-pages:3.78=>3.79:2014/05/28:inet:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/28:inet_addr:3:inet:3: +@:LDP man-pages:3.79:2014/05/28:inet_aton:3:inet:3: +@:LDP man-pages:3.79:2014/05/28:inet_lnaof:3:inet:3: +@:LDP man-pages:3.79:2014/05/28:inet_makeaddr:3:inet_addr:3: +@:LDP man-pages:3.79:2014/05/28:inet_net_ntop:3:inet_net_pton:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:inet_net_pton:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/28:inet_netof:3:inet:3: +@:LDP man-pages:3.79:2014/05/28:inet_network:3:inet:3: +@:LDP man-pages:3.79:2014/05/28:inet_ntoa:3:inet:3: +☆:LDP man-pages:3.78=>3.79:2008/11/11:inet_ntop:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/06/18:inet_pton:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:1993/06/02:infnan:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2007/07/26:initgroups:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/02/01:initstate:3:random:3: +@:LDP man-pages:3.79:2014/03/25:initstate_r:3:random_r:3: +@:LDP man-pages:3.79:2014/05/28:innetgr:3:setnetgrent:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:insque:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/11/11:intro:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/28:iruserok:3:rcmd:3: +@:LDP man-pages:3.79:2014/05/28:iruserok_af:3:rcmd:3: +@:LDP man-pages:3.79:2014/03/18:isalnum:3:isalpha:3: +@:LDP man-pages:3.79:2014/03/18:isalnum_l:3:isalpha:3: +☆:LDP man-pages:3.78=>3.79:2014/03/18:isalpha:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/03/18:isascii:3:isalpha:3: +@:LDP man-pages:3.79:2014/03/18:isascii_l:3:isalpha:3: +☆:LDP man-pages:3.78=>3.79:2014/01/27:isatty:3:2015/01/24::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki: +@:LDP man-pages:3.79:2014/03/18:isblank:3:isalpha:3: +@:LDP man-pages:3.79:2014/03/18:isblank_l:3:isalpha:3: +@:LDP man-pages:3.79:2014/03/18:iscntrl:3:isalpha:3: +@:LDP man-pages:3.79:2014/03/18:iscntrl_l:3:isalpha:3: +@:LDP man-pages:3.79:2014/03/18:isdigit:3:isalpha:3: +@:LDP man-pages:3.79:2014/03/18:isdigit_l:3:isalpha:3: +☆:LDP man-pages:3.78=>3.79:2014/03/13:isfdtype:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/08/06:isfinite:3:fpclassify:3: +@:LDP man-pages:3.79:2014/03/18:isgraph:3:isalpha:3: +@:LDP man-pages:3.79:2014/03/18:isgraph_l:3:isalpha:3: +☆:LDP man-pages:3.78=>3.79:2014/01/27:isgreater:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/27:isgreaterequal:3:isgreater:3: +@:LDP man-pages:3.79:2013/08/06:isinf:3:fpclassify:3: +@:LDP man-pages:3.79:2013/07/22:isinff:3:finite:3: +@:LDP man-pages:3.79:2013/07/22:isinfl:3:finite:3: +@:LDP man-pages:3.79:2014/01/27:isless:3:isgreater:3: +@:LDP man-pages:3.79:2014/01/27:islessequal:3:isgreater:3: +@:LDP man-pages:3.79:2014/01/27:islessgreater:3:isgreater:3: +@:LDP man-pages:3.79:2014/03/18:islower:3:isalpha:3: +@:LDP man-pages:3.79:2014/03/18:islower_l:3:isalpha:3: +@:LDP man-pages:3.79:2013/08/06:isnan:3:fpclassify:3: +@:LDP man-pages:3.79:2013/07/22:isnanf:3:finite:3: +@:LDP man-pages:3.79:2013/07/22:isnanl:3:finite:3: +@:LDP man-pages:3.79:2013/08/06:isnormal:3:fpclassify:3: +@:LDP man-pages:3.79:2014/03/18:isprint:3:isalpha:3: +@:LDP man-pages:3.79:2014/03/18:isprint_l:3:isalpha:3: +@:LDP man-pages:3.79:2014/03/18:ispunct:3:isalpha:3: +@:LDP man-pages:3.79:2014/03/18:ispunct_l:3:isalpha:3: +@:LDP man-pages:3.79:2014/03/18:isspace:3:isalpha:3: +@:LDP man-pages:3.79:2014/03/18:isspace_l:3:isalpha:3: +@:LDP man-pages:3.79:2014/01/27:isunordered:3:isgreater:3: +@:LDP man-pages:3.79:2014/03/18:isupper:3:isalpha:3: +@:LDP man-pages:3.79:2014/03/18:isupper_l:3:isalpha:3: +☆:LDP man-pages:3.78=>3.79:2014/01/28:iswalnum:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2014/01/28:iswalpha:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2014/02/10:iswblank:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2014/02/10:iswcntrl:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2014/02/26:iswctype:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:1999/07/25:iswdigit:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:1999/07/25:iswgraph:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:1999/07/25:iswlower:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:1999/07/25:iswprint:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:1999/07/25:iswpunct:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:1999/07/25:iswspace:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:1999/07/25:iswupper:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:1999/07/25:iswxdigit:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2014/03/18:isxdigit:3:isalpha:3: +@:LDP man-pages:3.79:2014/03/18:isxdigit_l:3:isalpha:3: +☆:LDP man-pages:3.78=>3.79:2014/01/18:j0:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/18:j0f:3:j0:3: +@:LDP man-pages:3.79:2014/01/18:j0l:3:j0:3: +@:LDP man-pages:3.79:2014/01/18:j1:3:j0:3: +@:LDP man-pages:3.79:2014/01/18:j1f:3:j0:3: +@:LDP man-pages:3.79:2014/01/18:j1l:3:j0:3: +@:LDP man-pages:3.79:2014/01/18:jn:3:j0:3: +@:LDP man-pages:3.79:2014/01/18:jnf:3:j0:3: +@:LDP man-pages:3.79:2014/01/18:jnl:3:j0:3: +@:LDP man-pages:3.79:2014/09/21:jrand48:3:drand48:3: +@:LDP man-pages:3.79:2013/09/09:jrand48_r:3:drand48_r:3: +@:LDP man-pages:3.79:2014/05/28:key_decryptsession:3:key_setsecret:3: +@:LDP man-pages:3.79:2014/05/28:key_encryptsession:3:key_setsecret:3: +@:LDP man-pages:3.79:2014/05/28:key_gendes:3:key_setsecret:3: +@:LDP man-pages:3.79:2014/05/28:key_secretkey_is_set:3:key_setsecret:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:key_setsecret:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/07/08:klogctl:3:syslog:2: +@:LDP man-pages:3.79:2014/05/28:l64a:3:a64l:3: +@:LDP man-pages:3.79:2014/08/19:labs:3:abs:3: +@:LDP man-pages:3.79:2015/01/22:lckpwdf:3:getspnam:3: +@:LDP man-pages:3.79:2014/09/21:lcong48:3:drand48:3: +@:LDP man-pages:3.79:2013/09/09:lcong48_r:3:drand48_r:3: +☆:LDP man-pages:3.78=>3.79:2013/08/19:ldexp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/08/19:ldexpf:3:ldexp:3: +@:LDP man-pages:3.79:2013/08/19:ldexpl:3:ldexp:3: +@:LDP man-pages:3.79:2013/07/05:ldiv:3:div:3: +@:LDP man-pages:3.79:2010/09/10:le16toh:3:endian:3: +@:LDP man-pages:3.79:2010/09/10:le32toh:3:endian:3: +@:LDP man-pages:3.79:2010/09/10:le64toh:3:endian:3: +@:LDP man-pages:3.79:1999/09/27:lfind:3:lsearch:3: +☆:LDP man-pages:3.78=>3.79:2014/01/18:lgamma:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/18:lgamma_r:3:lgamma:3: +@:LDP man-pages:3.79:2014/01/18:lgammaf:3:lgamma:3: +@:LDP man-pages:3.79:2014/01/18:lgammaf_r:3:lgamma:3: +@:LDP man-pages:3.79:2014/01/18:lgammal:3:lgamma:3: +@:LDP man-pages:3.79:2014/01/18:lgammal_r:3:lgamma:3: +☆:LDP man-pages:3.78=>3.79:2012/05/08:lio_listio:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:llabs:3:abs:3: +@:LDP man-pages:3.79:2013/07/05:lldiv:3:div:3: +@:LDP man-pages:3.79:2014/01/18:llrint:3:lrint:3: +@:LDP man-pages:3.79:2014/01/18:llrintf:3:lrint:3: +@:LDP man-pages:3.79:2014/01/18:llrintl:3:lrint:3: +@:LDP man-pages:3.79:2013/08/26:llround:3:lround:3: +@:LDP man-pages:3.79:2013/08/26:llroundf:3:lround:3: +@:LDP man-pages:3.79:2013/08/26:llroundl:3:lround:3: +☆:LDP man-pages:3.78=>3.79:2013/06/21:localeconv:3:2015/01/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +@:LDP man-pages:3.79:2014/08/19:localtime:3:ctime:3: +@:LDP man-pages:3.79:2014/08/19:localtime_r:3:ctime:3: +☆:LDP man-pages:3.78=>3.79:2014/06/13:lockf:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/09/20:log:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/09/20:log10:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/20:log10f:3:log10:3: +@:LDP man-pages:3.79:2010/09/20:log10l:3:log10:3: +☆:LDP man-pages:3.78=>3.79:2014/02/28:log1p:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/02/28:log1pf:3:log1p:3: +@:LDP man-pages:3.79:2014/02/28:log1pl:3:log1p:3: +☆:LDP man-pages:3.78=>3.79:2010/09/12:log2:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/12:log2f:3:log2:3: +@:LDP man-pages:3.79:2010/09/12:log2l:3:log2:3: +☆:LDP man-pages:3.78=>3.79:2014/02/28:logb:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/02/28:logbf:3:logb:3: +@:LDP man-pages:3.79:2014/02/28:logbl:3:logb:3: +@:LDP man-pages:3.79:2010/09/20:logf:3:log:3: +☆:LDP man-pages:3.78=>3.79:2004/05/06:login:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/08/19:login_tty:3:openpty:3: +@:LDP man-pages:3.79:2010/09/20:logl:3:log:3: +@:LDP man-pages:3.79:2004/05/06:logout:3:login:3: +@:LDP man-pages:3.79:2014/08/19:logwtmp:3:updwtmp:3: +☆:LDP man-pages:3.78=>3.79:2009/01/13:longjmp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/09/21:lrand48:3:drand48:3: +@:LDP man-pages:3.79:2013/09/09:lrand48_r:3:drand48_r:3: +☆:LDP man-pages:3.78=>3.79:2014/01/18:lrint:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/18:lrintf:3:lrint:3: +@:LDP man-pages:3.79:2014/01/18:lrintl:3:lrint:3: +☆:LDP man-pages:3.78=>3.79:2013/08/26:lround:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/08/26:lroundf:3:lround:3: +@:LDP man-pages:3.79:2013/08/26:lroundl:3:lround:3: +☆:LDP man-pages:3.78=>3.79:1999/09/27:lsearch:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:lseek64:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2013/10/29:lutimes:3:futimes:3: +@:LDP man-pages:3.79:2014/05/28:major:3:makedev:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:makecontext:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:makedev:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/05/06:mallinfo:3:2015/01/31::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/21:malloc:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/06/13:malloc_get_state:3:2015/01/27::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/10/13:malloc_hook:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/22:malloc_info:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/06/13:malloc_set_state:3:malloc_get_state:3: +☆:LDP man-pages:3.78=>3.79:2012/05/06:malloc_stats:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:malloc_trim:3:2015/01/27::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/06/13:malloc_usable_size:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +×:LDP man-pages:3.79:2014/07/08:mallopt:3::::: +☆:LDP man-pages:3.78=>3.79:2014/06/13:matherr:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/06/21:mblen:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2013/06/21:mbrlen:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2014/03/18:mbrtowc:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2014/03/18:mbsinit:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2014/03/18:mbsnrtowcs:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2014/03/18:mbsrtowcs:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2014/03/18:mbstowcs:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2014/03/18:mbtowc:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +×:LDP man-pages:3.79:2014/01/11:mcheck:3::::: +※:LDP man-pages:3.79:2014/01/11:mcheck_check_all:3:mcheck:3: +※:LDP man-pages:3.79:2014/01/11:mcheck_pedantic:3:mcheck:3: +@:LDP man-pages:3.79:2013/09/02:memalign:3:posix_memalign:3: +☆:LDP man-pages:3.78=>3.79:2014/03/10:memccpy:3:2015/01/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +☆:LDP man-pages:3.78=>3.79:2015/01/10:memchr:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:memcmp:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +☆:LDP man-pages:3.78=>3.79:2014/03/17:memcpy:3:2015/01/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +☆:LDP man-pages:3.78=>3.79:2014/03/17:memfrob:3:2015/01/24::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +☆:LDP man-pages:3.78=>3.79:2014/08/19:memmem:3:2015/01/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +☆:LDP man-pages:3.78=>3.79:2014/03/17:memmove:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/03/18:mempcpy:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2015/01/10:memrchr:3:memchr:3: +☆:LDP man-pages:3.78=>3.79:2014/03/18:memset:3:2015/01/24::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +@:LDP man-pages:3.79:2014/05/28:minor:3:makedev:3: +☆:LDP man-pages:3.78=>3.79:2014/06/13:mkdtemp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/03/24:mkfifo:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2014/03/24:mkfifoat:3:mkfifo:3: +@:LDP man-pages:3.79:2014/08/19:mkostemp:3:mkstemp:3: +@:LDP man-pages:3.79:2014/08/19:mkostemps:3:mkstemp:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:mkstemp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:mkstemps:3:mkstemp:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:mktemp:3:2015/01/24::tanisako@osa.dec.com:Kazuyuki Tanisako: +@:LDP man-pages:3.79:2014/08/19:mktime:3:ctime:3: +@:LDP man-pages:3.79:2015/01/22:mmap64:3:mmap:2: +☆:LDP man-pages:3.78=>3.79:2013/06/21:modf:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/06/21:modff:3:modf:3: +@:LDP man-pages:3.79:2013/06/21:modfl:3:modf:3: +☆:LDP man-pages:3.78=>3.79:2012/04/26:mpool:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +※:LDP man-pages:3.79:2014/01/11:mprobe:3:mcheck:3: +☆:LDP man-pages:3.78=>3.79:2014/06/13:mq_close:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:mq_getattr:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/04/06:mq_notify:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:mq_open:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/06/03:mq_receive:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/06/03:mq_send:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/10/02:mq_setattr:3:mq_getattr:3: +@:LDP man-pages:3.79:2014/06/03:mq_timedreceive:3:mq_receive:3: +@:LDP man-pages:3.79:2014/06/03:mq_timedsend:3:mq_send:3: +☆:LDP man-pages:3.78=>3.79:2014/06/13:mq_unlink:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/09/21:mrand48:3:drand48:3: +@:LDP man-pages:3.79:2013/09/09:mrand48_r:3:drand48_r:3: +×:LDP man-pages:3.79:2012/04/18:mtrace:3::::: +※:LDP man-pages:3.79:2012/04/18:muntrace:3:mtrace:3: +☆:LDP man-pages:3.78=>3.79:2010/09/20:nan:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/20:nanf:3:nan:3: +@:LDP man-pages:3.79:2010/09/20:nanl:3:nan:3: +@:LDP man-pages:3.79:2013/08/26:nearbyint:3:rint:3: +@:LDP man-pages:3.79:2013/08/26:nearbyintf:3:rint:3: +@:LDP man-pages:3.79:2013/08/26:nearbyintl:3:rint:3: +☆:LDP man-pages:3.78=>3.79:2014/03/20:netlink:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +×:LDP man-pages:3.79:2014/05/28:newlocale:3::::: +☆:LDP man-pages:3.78=>3.79:2013/09/02:nextafter:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/09/02:nextafterf:3:nextafter:3: +@:LDP man-pages:3.79:2013/09/02:nextafterl:3:nextafter:3: +@:LDP man-pages:3.79:2013/09/02:nexttoward:3:nextafter:3: +@:LDP man-pages:3.79:2013/09/02:nexttowardf:3:nextafter:3: +@:LDP man-pages:3.79:2013/09/02:nexttowardl:3:nextafter:3: +@:LDP man-pages:3.79:2014/12/31:nftw:3:ftw:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:nl_langinfo:3:2015/01/24::KY4N-UCD@asahi-net.or.jp:UCHIDA Norihiro: +@:LDP man-pages:3.79:2014/09/21:nrand48:3:drand48:3: +@:LDP man-pages:3.79:2013/09/09:nrand48_r:3:drand48_r:3: +@:LDP man-pages:3.79:2014/04/08:ntohl:3:byteorder:3: +@:LDP man-pages:3.79:2014/04/08:ntohs:3:byteorder:3: +☆:LDP man-pages:3.78=>3.79:2014/04/06:offsetof:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:on_exit:3:2015/01/24:o:amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:open_memstream:3:fmemopen:3: +@:LDP man-pages:3.79:2015/01/22:open_wmemstream:3:fmemopen:3: +☆:LDP man-pages:3.78=>3.79:2010/06/20:opendir:3:2015/01/24:o:amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2012/08/17:openlog:3:syslog:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:openpty:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/02/01:optarg:3:getopt:3: +@:LDP man-pages:3.79:2015/02/01:opterr:3:getopt:3: +@:LDP man-pages:3.79:2015/02/01:optind:3:getopt:3: +@:LDP man-pages:3.79:2015/02/01:optopt:3:getopt:3: +@:LDP man-pages:3.79:2014/08/19:passwd2des:3:xcrypt:3: +@:LDP man-pages:3.79:2014/05/28:pathconf:3:fpathconf:3: +@:LDP man-pages:3.79:2013/04/19:pclose:3:popen:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:perror:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/09/26:pmap_getmaps:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:pmap_getport:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:pmap_rmtcall:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:pmap_set:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:pmap_unset:3:rpc:3: +☆:LDP man-pages:3.78=>3.79:2013/04/19:popen:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/22:posix_fallocate:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2013/09/02:posix_memalign:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/06/03:posix_openpt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:pow:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/08/11:pow10:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2008/08/11:pow10f:3:pow10:3: +@:LDP man-pages:3.79:2008/08/11:pow10l:3:pow10:3: +@:LDP man-pages:3.79:2014/12/31:powf:3:pow:3: +@:LDP man-pages:3.79:2014/12/31:powl:3:pow:3: +☆:LDP man-pages:3.78=>3.79:2014/07/08:printf:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/07/08:profil:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2006/04/29:program_invocation_name:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2006/04/29:program_invocation_short_name:3:program_invocation_name:3: +@:LDP man-pages:3.79:2010/10/06:psiginfo:3:psignal:3: +☆:LDP man-pages:3.78=>3.79:2010/10/06:psignal:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/11/11:pthread_attr_destroy:3:pthread_attr_init:3: +@:LDP man-pages:3.79:2014/05/28:pthread_attr_getaffinity_np:3:pthread_attr_setaffinity_np:3: +@:LDP man-pages:3.79:2014/05/28:pthread_attr_getdetachstate:3:pthread_attr_setdetachstate:3: +@:LDP man-pages:3.79:2014/05/28:pthread_attr_getguardsize:3:pthread_attr_setguardsize:3: +@:LDP man-pages:3.79:2014/05/21:pthread_attr_getinheritsched:3:pthread_attr_setinheritsched:3: +@:LDP man-pages:3.79:2014/05/21:pthread_attr_getschedparam:3:pthread_attr_setschedparam:3: +@:LDP man-pages:3.79:2014/05/21:pthread_attr_getschedpolicy:3:pthread_attr_setschedpolicy:3: +@:LDP man-pages:3.79:2014/05/28:pthread_attr_getscope:3:pthread_attr_setscope:3: +@:LDP man-pages:3.79:2014/05/28:pthread_attr_getstack:3:pthread_attr_setstack:3: +@:LDP man-pages:3.79:2014/05/28:pthread_attr_getstackaddr:3:pthread_attr_setstackaddr:3: +@:LDP man-pages:3.79:2014/05/28:pthread_attr_getstacksize:3:pthread_attr_setstacksize:3: +☆:LDP man-pages:3.78=>3.79:2008/11/11:pthread_attr_init:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:pthread_attr_setaffinity_np:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:pthread_attr_setdetachstate:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:pthread_attr_setguardsize:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/21:pthread_attr_setinheritsched:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/21:pthread_attr_setschedparam:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/21:pthread_attr_setschedpolicy:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:pthread_attr_setscope:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:pthread_attr_setstack:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:pthread_attr_setstackaddr:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:pthread_attr_setstacksize:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/11/17:pthread_cancel:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/11/24:pthread_cleanup_pop:3:pthread_cleanup_push:3: +@:LDP man-pages:3.79:2014/05/28:pthread_cleanup_pop_restore_np:3:pthread_cleanup_push_defer_np:3: +☆:LDP man-pages:3.78=>3.79:2008/11/24:pthread_cleanup_push:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:pthread_cleanup_push_defer_np:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:pthread_create:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/11/27:pthread_detach:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/23:pthread_equal:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/23:pthread_exit:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/23:pthread_getaffinity_np:3:pthread_setaffinity_np:3: +☆:LDP man-pages:3.78=>3.79:2010/09/10:pthread_getattr_np:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/23:pthread_getconcurrency:3:pthread_setconcurrency:3: +☆:LDP man-pages:3.78=>3.79:2014/05/23:pthread_getcpuclockid:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/28:pthread_getname_np:3:pthread_setname_np:3: +@:LDP man-pages:3.79:2014/12/31:pthread_getschedparam:3:pthread_setschedparam:3: +☆:LDP man-pages:3.78=>3.79:2008/11/27:pthread_join:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/13:pthread_kill:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/13:pthread_kill_other_threads_np:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/10/15:pthread_rwlockattr_getkind_np:3:pthread_rwlockattr_setkind_np:3: +☆:LDP man-pages:3.78=>3.79:2014/10/15:pthread_rwlockattr_setkind_np:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/13:pthread_self:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/23:pthread_setaffinity_np:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/13:pthread_setcancelstate:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/13:pthread_setcanceltype:3:pthread_setcancelstate:3: +☆:LDP man-pages:3.78=>3.79:2014/05/23:pthread_setconcurrency:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:pthread_setname_np:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:pthread_setschedparam:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:pthread_setschedprio:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/19:pthread_sigmask:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/28:pthread_sigqueue:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/19:pthread_testcancel:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/10:pthread_timedjoin_np:3:pthread_tryjoin_np:3: +☆:LDP man-pages:3.78=>3.79:2015/01/10:pthread_tryjoin_np:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/13:pthread_yield:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/06/21:ptsname:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/06/21:ptsname_r:3:ptsname:3: +@:LDP man-pages:3.79:2014/01/11:putc:3:puts:3: +@:LDP man-pages:3.79:2008/08/29:putc_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.79:2014/01/11:putchar:3:puts:3: +@:LDP man-pages:3.79:2008/08/29:putchar_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:putenv:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2015/01/22:putgrent:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2013/04/19:putpwent:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +☆:LDP man-pages:3.78=>3.79:2014/01/11:puts:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2015/01/22:putspent:3:getspnam:3: +@:LDP man-pages:3.79:2014/08/19:pututline:3:getutent:3: +@:LDP man-pages:3.79:2014/08/19:pututxline:3:getutent:3: +@:LDP man-pages:3.79:2010/09/26:putw:3:getw:3: +@:LDP man-pages:3.79:2013/04/19:putwc:3:fputwc:3: +@:LDP man-pages:3.79:2008/08/29:putwc_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.78=>3.79:1999/07/25:putwchar:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2008/08/29:putwchar_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.79:2013/09/02:pvalloc:3:posix_memalign:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:qecvt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2007/07/26:qecvt_r:3:ecvt_r:3: +@:LDP man-pages:3.79:2014/08/19:qfcvt:3:qecvt:3: +@:LDP man-pages:3.79:2007/07/26:qfcvt_r:3:ecvt_r:3: +@:LDP man-pages:3.79:2014/08/19:qgcvt:3:qecvt:3: +☆:LDP man-pages:3.78=>3.79:2012/03/08:qsort:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2012/03/08:qsort_r:3:qsort:3: +☆:LDP man-pages:3.78=>3.79:2007/12/28:queue:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/03/10:raise:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/01/18:rand:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/18:rand_r:3:rand:3: +☆:LDP man-pages:3.78=>3.79:2015/02/01:random:3:2015/01/24::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: +☆:LDP man-pages:3.78=>3.79:2014/03/25:random_r:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/10:rawmemchr:3:memchr:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:rcmd:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/28:rcmd_af:3:rcmd:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:re_comp:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +@:LDP man-pages:3.79:2014/05/28:re_exec:3:re_comp:3: +☆:LDP man-pages:3.78=>3.79:2013/06/21:readdir:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/06/21:readdir_r:3:readdir:3: +@:LDP man-pages:3.79:2014/05/21:realloc:3:malloc:3: +☆:LDP man-pages:3.78=>3.79:2014/10/02:realpath:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/04/23:recno:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/02/11:regcomp:3:regex:3: +@:LDP man-pages:3.79:2013/02/11:regerror:3:regex:3: +☆:LDP man-pages:3.78=>3.79:2013/02/11:regex:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/02/11:regexec:3:regex:3: +@:LDP man-pages:3.79:2013/02/11:regfree:3:regex:3: +@:LDP man-pages:3.79:2013/09/26:registerrpc:3:rpc:3: +☆:LDP man-pages:3.78=>3.79:2010/09/20:remainder:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/20:remainderf:3:remainder:3: +@:LDP man-pages:3.79:2010/09/20:remainderl:3:remainder:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:remove:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2014/08/19:remque:3:insque:3: +☆:LDP man-pages:3.78=>3.79:2014/05/10:remquo:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/10:remquof:3:remquo:3: +@:LDP man-pages:3.79:2014/05/10:remquol:3:remquo:3: +@:LDP man-pages:3.79:2014/05/28:res_init:3:resolver:3: +@:LDP man-pages:3.79:2014/05/28:res_mkquery:3:resolver:3: +@:LDP man-pages:3.79:2014/05/28:res_query:3:resolver:3: +@:LDP man-pages:3.79:2014/05/28:res_querydomain:3:resolver:3: +@:LDP man-pages:3.79:2014/05/28:res_search:3:resolver:3: +@:LDP man-pages:3.79:2014/05/28:res_send:3:resolver:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:resolver:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/28:rewind:3:fseek:3: +☆:LDP man-pages:3.78=>3.79:2013/09/02:rewinddir:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +☆:LDP man-pages:3.78=>3.79:2014/05/28:rexec:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/28:rexec_af:3:rexec:3: +@:LDP man-pages:3.79:2014/04/01:rindex:3:index:3: +☆:LDP man-pages:3.78=>3.79:2013/08/26:rint:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/08/26:rintf:3:rint:3: +@:LDP man-pages:3.79:2013/08/26:rintl:3:rint:3: +☆:LDP man-pages:3.78=>3.79:2013/06/21:round:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/06/21:roundf:3:round:3: +@:LDP man-pages:3.79:2013/06/21:roundl:3:round:3: +☆:LDP man-pages:3.78=>3.79:2013/09/26:rpc:3:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2007/07/26:rpmatch:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/28:rresvport:3:rcmd:3: +@:LDP man-pages:3.79:2014/05/28:rresvport_af:3:rcmd:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:rtime:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2014/09/06:rtnetlink:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/28:ruserok:3:rcmd:3: +@:LDP man-pages:3.79:2014/05/28:ruserok_af:3:rcmd:3: +☆:LDP man-pages:3.78=>3.79:2013/03/23:scalb:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/03/23:scalbf:3:scalb:3: +@:LDP man-pages:3.79:2013/03/23:scalbl:3:scalb:3: +☆:LDP man-pages:3.78=>3.79:2013/06/21:scalbln:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/06/21:scalblnf:3:scalbln:3: +@:LDP man-pages:3.79:2013/06/21:scalblnl:3:scalbln:3: +@:LDP man-pages:3.79:2013/06/21:scalbn:3:scalbln:3: +@:LDP man-pages:3.79:2013/06/21:scalbnf:3:scalbln:3: +@:LDP man-pages:3.79:2013/06/21:scalbnl:3:scalbln:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:scandir:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/28:scandirat:3:scandir:3: +☆:LDP man-pages:3.78=>3.79:2014/01/11:scanf:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/10:sched_getcpu:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2012/08/14:secure_getenv:3:getenv:3: +@:LDP man-pages:3.79:2014/09/21:seed48:3:drand48:3: +@:LDP man-pages:3.79:2013/09/09:seed48_r:3:drand48_r:3: +☆:LDP man-pages:3.78=>3.79:2013/09/09:seekdir:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +☆:LDP man-pages:3.78=>3.79:2012/05/13:sem_close:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/03/03:sem_destroy:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/03/03:sem_getvalue:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/03/10:sem_init:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/05/13:sem_open:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/02/26:sem_post:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/02/26:sem_timedwait:3:sem_wait:3: +@:LDP man-pages:3.79:2014/02/26:sem_trywait:3:sem_wait:3: +☆:LDP man-pages:3.78=>3.79:2014/02/26:sem_unlink:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/02/26:sem_wait:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2003/09/09:setaliasent:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2014/08/19:setbuf:3:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/08/19:setbuffer:3:setbuf:3: +@:LDP man-pages:3.79:2014/04/08:setcontext:3:getcontext:3: +☆:LDP man-pages:3.78=>3.79:2013/10/11:setenv:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2002/02/28:setfsent:3:getfsent:3: +@:LDP man-pages:3.79:2014/10/02:setgrent:3:getgrent:3: +@:LDP man-pages:3.79:2014/03/11:sethostent:3:gethostbyname:3: +@:LDP man-pages:3.79:2010/09/20:sethostid:3:gethostid:3: +☆:LDP man-pages:3.78=>3.79:2014/01/07:setjmp:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2013/07/22:setkey:3:encrypt:3: +@:LDP man-pages:3.79:2013/07/22:setkey_r:3:encrypt:3: +@:LDP man-pages:3.79:2014/08/19:setlinebuf:3:setbuf:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:setlocale:3:2015/01/25::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2001/10/05:setlogmask:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:setmntent:3:getmntent:3: +@:LDP man-pages:3.79:2008/08/19:setnetent:3:getnetent:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:setnetgrent:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/08/19:setprotoent:3:getprotoent:3: +@:LDP man-pages:3.79:2013/06/21:setpwent:3:getpwent:3: +@:LDP man-pages:3.79:2014/05/28:setrpcent:3:getrpcent:3: +@:LDP man-pages:3.79:2008/08/19:setservent:3:getservent:3: +@:LDP man-pages:3.79:2015/01/22:setspent:3:getspnam:3: +@:LDP man-pages:3.79:2015/02/01:setstate:3:random:3: +@:LDP man-pages:3.79:2014/03/25:setstate_r:3:random_r:3: +@:LDP man-pages:3.79:2013/07/22:setttyent:3:getttyent:3: +@:LDP man-pages:3.79:2013/06/21:setusershell:3:getusershell:3: +@:LDP man-pages:3.79:2014/08/19:setutent:3:getutent:3: +@:LDP man-pages:3.79:2014/08/19:setutxent:3:getutent:3: +@:LDP man-pages:3.79:2014/08/19:setvbuf:3:setbuf:3: +@:LDP man-pages:3.79:2015/01/22:sgetspent:3:getspnam:3: +@:LDP man-pages:3.79:2015/01/22:sgetspent_r:3:getspnam:3: +☆:LDP man-pages:3.78=>3.79:2015/01/22:shm_open:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:shm_unlink:3:shm_open:3: +@:LDP man-pages:3.79:2014/04/14:sigaddset:3:sigsetops:3: +@:LDP man-pages:3.79:2014/04/14:sigandset:3:sigsetops:3: +@:LDP man-pages:3.79:2014/12/31:sigblock:3:sigvec:3: +@:LDP man-pages:3.79:2014/04/14:sigdelset:3:sigsetops:3: +@:LDP man-pages:3.79:2014/04/14:sigemptyset:3:sigsetops:3: +@:LDP man-pages:3.79:2014/04/14:sigfillset:3:sigsetops:3: +@:LDP man-pages:3.79:2014/12/31:siggetmask:3:sigvec:3: +@:LDP man-pages:3.79:2010/09/20:sighold:3:sigset:3: +@:LDP man-pages:3.79:2010/09/20:sigignore:3:sigset:3: +☆:LDP man-pages:3.78=>3.79:2014/06/13:siginterrupt:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +@:LDP man-pages:3.79:2014/04/14:sigisemptyset:3:sigsetops:3: +@:LDP man-pages:3.79:2014/04/14:sigismember:3:sigsetops:3: +@:LDP man-pages:3.79:2009/01/13:siglongjmp:3:longjmp:3: +@:LDP man-pages:3.79:2014/12/31:sigmask:3:sigvec:3: +☆:LDP man-pages:3.78=>3.79:2013/07/04:signbit:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/18:signgam:3:lgamma:3: +☆:LDP man-pages:3.78=>3.79:2009/02/04:significand:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2009/02/04:significandf:3:significand:3: +@:LDP man-pages:3.79:2009/02/04:significandl:3:significand:3: +@:LDP man-pages:3.79:2014/04/14:sigorset:3:sigsetops:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:sigpause:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/12/16:sigqueue:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/20:sigrelse:3:sigset:3: +☆:LDP man-pages:3.78=>3.79:2010/09/20:sigset:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/07:sigsetjmp:3:setjmp:3: +@:LDP man-pages:3.79:2014/12/31:sigsetmask:3:sigvec:3: +☆:LDP man-pages:3.78=>3.79:2014/04/14:sigsetops:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/26:sigstack:3:sigaltstack:2: +☆:LDP man-pages:3.78=>3.79:2014/12/31:sigvec:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/12/16:sigwait:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/12/16:sin:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/12/23:sincos:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/12/23:sincosf:3:sincos:3: +@:LDP man-pages:3.79:2013/12/23:sincosl:3:sincos:3: +@:LDP man-pages:3.79:2013/12/16:sinf:3:sin:3: +☆:LDP man-pages:3.78=>3.79:2010/09/20:sinh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/20:sinhf:3:sinh:3: +@:LDP man-pages:3.79:2010/09/20:sinhl:3:sinh:3: +@:LDP man-pages:3.79:2013/12/16:sinl:3:sin:3: +☆:LDP man-pages:3.78=>3.79:2010/02/03:sleep:3:2015/01/24::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: +@:LDP man-pages:3.79:2014/07/08:snprintf:3:printf:3: +☆:LDP man-pages:3.78=>3.79:2014/02/28:sockatmark:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/07/08:sprintf:3:printf:3: +☆:LDP man-pages:3.78=>3.79:2010/09/20:sqrt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/09/20:sqrtf:3:sqrt:3: +@:LDP man-pages:3.79:2010/09/20:sqrtl:3:sqrt:3: +@:LDP man-pages:3.79:2014/01/18:srand:3:rand:3: +@:LDP man-pages:3.79:2014/09/21:srand48:3:drand48:3: +@:LDP man-pages:3.79:2013/09/09:srand48_r:3:drand48_r:3: +@:LDP man-pages:3.79:2015/02/01:srandom:3:random:3: +@:LDP man-pages:3.79:2014/03/25:srandom_r:3:random_r:3: +@:LDP man-pages:3.79:2014/01/11:sscanf:3:scanf:3: +@:LDP man-pages:3.79:2007/07/26:ssignal:3:gsignal:3: +☆:LDP man-pages:3.78=>3.79:2013/09/26:statvfs:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2013/12/10:stdarg:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2008/07/14:stderr:3:stdin:3: +☆:LDP man-pages:3.78=>3.79:2008/07/14:stdin:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2001/12/26:stdio:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2013/06/21:stdio_ext:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2008/07/14:stdout:3:stdin:3: +☆:LDP man-pages:3.78=>3.79:2014/05/10:stpcpy:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/10:stpncpy:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2014/05/10:strcasecmp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/10:strcasestr:3:strstr:3: +☆:LDP man-pages:3.78=>3.79:2014/01/20:strcat:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/01/20:strchr:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/20:strchrnul:3:strchr:3: +☆:LDP man-pages:3.78=>3.79:2014/01/20:strcmp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/09/20:strcoll:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/21:strcpy:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/02/28:strcspn:3:strspn:3: +☆:LDP man-pages:3.78=>3.79:2013/04/19:strdup:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/04/19:strdupa:3:strdup:3: +☆:LDP man-pages:3.78=>3.79:2014/03/18:strerror:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/03/18:strerror_r:3:strerror:3: +☆:LDP man-pages:3.78=>3.79:2000/12/05:strfmon:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2010/09/20:strfry:3:2015/01/24::motoki@hal.t.u-tokyo.ac.jp:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:strftime:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/01/04:string:3:2015/01/24::yoshino@civil.jcn.nihon-u.ac.jp:YOSHINO Takashi: +☆:LDP man-pages:3.78=>3.79:2014/02/25:strlen:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/10:strncasecmp:3:strcasecmp:3: +@:LDP man-pages:3.79:2014/01/20:strncat:3:strcat:3: +@:LDP man-pages:3.79:2014/01/20:strncmp:3:strcmp:3: +@:LDP man-pages:3.79:2014/05/21:strncpy:3:strcpy:3: +@:LDP man-pages:3.79:2013/04/19:strndup:3:strdup:3: +@:LDP man-pages:3.79:2013/04/19:strndupa:3:strdup:3: +☆:LDP man-pages:3.78=>3.79:2014/02/25:strnlen:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/02/25:strpbrk:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:strptime:3:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/01/20:strrchr:3:strchr:3: +☆:LDP man-pages:3.78=>3.79:2014/02/25:strsep:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2010/09/15:strsignal:3:2015/01/24::argrath@yo.rim.or.jp:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2014/02/28:strspn:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/10:strstr:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2014/08/19:strtod:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:strtof:3:strtod:3: +☆:LDP man-pages:3.78=>3.79:2014/01/22:strtoimax:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2013/05/19:strtok:3:2015/01/24:o:amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/05/19:strtok_r:3:strtok:3: +☆:LDP man-pages:3.78=>3.79:2014/03/18:strtol:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:strtold:3:strtod:3: +@:LDP man-pages:3.79:2014/03/18:strtoll:3:strtol:3: +@:LDP man-pages:3.79:2014/03/18:strtoq:3:strtol:3: +☆:LDP man-pages:3.78=>3.79:2014/03/18:strtoul:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/03/18:strtoull:3:strtoul:3: +@:LDP man-pages:3.79:2014/01/22:strtoumax:3:strtoimax:3: +@:LDP man-pages:3.79:2014/03/18:strtouq:3:strtoul:3: +☆:LDP man-pages:3.78=>3.79:2001/12/19:strverscmp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/05/10:strxfrm:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/09/26:svc_destroy:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svc_freeargs:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svc_getargs:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svc_getcaller:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svc_getreq:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svc_getreqset:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svc_register:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svc_run:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svc_sendreply:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svc_unregister:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svcerr_auth:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svcerr_decode:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svcerr_noproc:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svcerr_noprog:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svcerr_progvers:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svcerr_systemerr:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svcerr_weakauth:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svcfd_create:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svcraw_create:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svctcp_create:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svcudp_bufcreate:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:svcudp_create:3:rpc:3: +☆:LDP man-pages:3.78=>3.79:2014/02/25:swab:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2014/05/28:swapcontext:3:makecontext:3: +@:LDP man-pages:3.79:2014/03/19:swprintf:3:wprintf:3: +@:LDP man-pages:3.79:2014/05/28:sys_errlist:3:perror:3: +@:LDP man-pages:3.79:2014/05/28:sys_nerr:3:perror:3: +☆:LDP man-pages:3.78=>3.79:2014/12/31:sysconf:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/08/17:syslog:3:2015/01/24:o:amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/06/13:system:3:2015/01/24:o:amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/01/06:sysv_signal:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/01/06:tan:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/06:tanf:3:tan:3: +☆:LDP man-pages:3.78=>3.79:2014/01/07:tanh:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/07:tanhf:3:tanh:3: +@:LDP man-pages:3.79:2014/01/07:tanhl:3:tanh:3: +@:LDP man-pages:3.79:2014/01/06:tanl:3:tan:3: +@:LDP man-pages:3.79:2015/02/01:tcdrain:3:termios:3: +@:LDP man-pages:3.79:2015/02/01:tcflow:3:termios:3: +@:LDP man-pages:3.79:2015/02/01:tcflush:3:termios:3: +@:LDP man-pages:3.79:2015/02/01:tcgetattr:3:termios:3: +☆:LDP man-pages:3.78=>3.79:2014/01/13:tcgetpgrp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/01/13:tcgetsid:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/02/01:tcsendbreak:3:termios:3: +@:LDP man-pages:3.79:2015/02/01:tcsetattr:3:termios:3: +@:LDP man-pages:3.79:2014/01/13:tcsetpgrp:3:tcgetpgrp:3: +@:LDP man-pages:3.79:2014/05/28:tdelete:3:tsearch:3: +@:LDP man-pages:3.79:2014/05/28:tdestroy:3:tsearch:3: +☆:LDP man-pages:3.78=>3.79:2013/09/02:telldir:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/02/27:tempnam:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/02/01:termios:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/05/28:tfind:3:tsearch:3: +☆:LDP man-pages:3.78=>3.79:2014/12/31:tgamma:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/12/31:tgammaf:3:tgamma:3: +@:LDP man-pages:3.79:2014/12/31:tgammal:3:tgamma:3: +☆:LDP man-pages:3.78=>3.79:2013/07/04:timegm:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +@:LDP man-pages:3.79:2013/07/04:timelocal:3:timegm:3: +☆:LDP man-pages:3.78=>3.79:2010/02/25:timeradd:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2010/02/25:timerclear:3:timeradd:3: +@:LDP man-pages:3.79:2010/02/25:timercmp:3:timeradd:3: +@:LDP man-pages:3.79:2010/02/25:timerisset:3:timeradd:3: +@:LDP man-pages:3.79:2010/02/25:timersub:3:timeradd:3: +@:LDP man-pages:3.79:2015/01/30:timezone:3:tzset:3: +☆:LDP man-pages:3.78=>3.79:2008/07/14:tmpfile:3:2015/01/24:o:ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2014/02/27:tmpnam:3:2015/01/24:o:amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/02/27:tmpnam_r:3:tmpnam:3: +☆:LDP man-pages:3.78=>3.79:2013/12/23:toascii:3:2015/01/24::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +@:LDP man-pages:3.79:2014/03/18:tolower:3:toupper:3: +@:LDP man-pages:3.79:2014/03/18:tolower_l:3:toupper:3: +☆:LDP man-pages:3.78=>3.79:2014/03/18:toupper:3:2015/01/24::rui@linux.or.jp:Ueyama Rui: +@:LDP man-pages:3.79:2014/03/18:toupper_l:3:toupper:3: +☆:LDP man-pages:3.78=>3.79:2013/12/24:towctrans:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2014/03/18:towlower:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +@:LDP man-pages:3.79:2014/03/18:towlower_l:3:towlower:3: +☆:LDP man-pages:3.78=>3.79:2014/03/18:towupper:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +@:LDP man-pages:3.79:2014/03/18:towupper_l:3:towupper:3: +☆:LDP man-pages:3.78=>3.79:2013/06/21:trunc:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/06/21:truncf:3:trunc:3: +@:LDP man-pages:3.79:2013/06/21:truncl:3:trunc:3: +☆:LDP man-pages:3.78=>3.79:2014/05/28:tsearch:3:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2013/06/21:ttyname:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2013/06/21:ttyname_r:3:ttyname:3: +☆:LDP man-pages:3.78=>3.79:2013/07/22:ttyslot:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/05/28:twalk:3:tsearch:3: +@:LDP man-pages:3.79:2015/01/30:tzname:3:tzset:3: +☆:LDP man-pages:3.78=>3.79:2015/01/30:tzset:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/12/23:ualarm:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:ulckpwdf:3:getspnam:3: +☆:LDP man-pages:3.78=>3.79:2008/08/06:ulimit:3:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2012/12/21:undocumented:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/12/31:ungetc:3:fgetc:3: +☆:LDP man-pages:3.78=>3.79:2013/12/09:ungetwc:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2008/08/29:unlocked_stdio:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/12/09:unlockpt:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2013/10/11:unsetenv:3:setenv:3: +☆:LDP man-pages:3.78=>3.79:2014/08/19:updwtmp:3:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.79:2014/08/19:updwtmpx:3:updwtmp:3: +☆:LDP man-pages:3.78=>3.79:2014/03/10:uselocale:3:2015/01/25::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/12/10:usleep:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:utmpname:3:getutent:3: +@:LDP man-pages:3.79:2014/08/19:utmpxname:3:getutent:3: +@:LDP man-pages:3.79:2013/12/10:va_arg:3:stdarg:3: +@:LDP man-pages:3.79:2013/12/10:va_copy:3:stdarg:3: +@:LDP man-pages:3.79:2013/12/10:va_end:3:stdarg:3: +@:LDP man-pages:3.79:2013/12/10:va_start:3:stdarg:3: +@:LDP man-pages:3.79:2013/09/02:valloc:3:posix_memalign:3: +@:LDP man-pages:3.79:2013/06/21:vasprintf:3:asprintf:3: +@:LDP man-pages:3.79:2010/09/15:vdprintf:3:dprintf:3: +@:LDP man-pages:3.79:2013/12/30:verr:3:err:3: +@:LDP man-pages:3.79:2013/12/30:verrx:3:err:3: +@:LDP man-pages:3.79:2014/05/28:versionsort:3:scandir:3: +@:LDP man-pages:3.79:2014/07/08:vfprintf:3:printf:3: +@:LDP man-pages:3.79:2014/01/11:vfscanf:3:scanf:3: +@:LDP man-pages:3.79:2014/03/19:vfwprintf:3:wprintf:3: +@:LDP man-pages:3.79:2015/01/22:vlimit:3:getrlimit:2: +@:LDP man-pages:3.79:2014/07/08:vprintf:3:printf:3: +@:LDP man-pages:3.79:2014/01/11:vscanf:3:scanf:3: +@:LDP man-pages:3.79:2014/07/08:vsnprintf:3:printf:3: +@:LDP man-pages:3.79:2014/07/08:vsprintf:3:printf:3: +@:LDP man-pages:3.79:2014/01/11:vsscanf:3:scanf:3: +@:LDP man-pages:3.79:2014/03/19:vswprintf:3:wprintf:3: +@:LDP man-pages:3.79:2012/08/17:vsyslog:3:syslog:3: +@:LDP man-pages:3.79:2014/05/10:vtimes:3:getrusage:2: +@:LDP man-pages:3.79:2013/12/30:vwarn:3:err:3: +@:LDP man-pages:3.79:2013/12/30:vwarnx:3:err:3: +@:LDP man-pages:3.79:2014/03/19:vwprintf:3:wprintf:3: +@:LDP man-pages:3.79:2013/12/30:warn:3:err:3: +@:LDP man-pages:3.79:2013/12/30:warnx:3:err:3: +☆:LDP man-pages:3.78=>3.79:2013/12/10:wcpcpy:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/12/16:wcpncpy:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2014/03/18:wcrtomb:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/01/22:wcscasecmp:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2013/12/02:wcscat:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2013/12/02:wcschr:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2013/12/02:wcscmp:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2013/12/02:wcscpy:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2013/12/02:wcscspn:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2013/04/19:wcsdup:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2013/11/21:wcslen:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/01/22:wcsncasecmp:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2013/11/25:wcsncat:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2013/11/25:wcsncmp:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/11/25:wcsncpy:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2013/11/25:wcsnlen:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2014/03/18:wcsnrtombs:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/11/18:wcspbrk:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2013/11/19:wcsrchr:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2014/03/18:wcsrtombs:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/11/11:wcsspn:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2013/11/12:wcsstr:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2014/01/22:wcstoimax:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2013/11/18:wcstok:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2014/03/18:wcstombs:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/22:wcstoumax:3:wcstoimax:3: +☆:LDP man-pages:3.78=>3.79:2014/01/22:wcswidth:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2011/09/22:wctob:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2014/03/18:wctomb:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2014/01/22:wctrans:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2014/01/22:wctype:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2014/01/22:wcwidth:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/11/05:wmemchr:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2013/11/05:wmemcmp:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2013/11/11:wmemcpy:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2013/11/11:wmemmove:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +@:LDP man-pages:3.79:2014/03/18:wmempcpy:3:mempcpy:3: +☆:LDP man-pages:3.78=>3.79:2013/11/11:wmemset:3:2015/01/24::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.78=>3.79:2014/12/31:wordexp:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/12/31:wordfree:3:wordexp:3: +☆:LDP man-pages:3.78=>3.79:2014/03/19:wprintf:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2014/08/19:xcrypt:3:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.79:2014/08/19:xdecrypt:3:xcrypt:3: +☆:LDP man-pages:3.78=>3.79:2007/12/30:xdr:3:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +@:LDP man-pages:3.79:2013/09/26:xdr_accepted_reply:3:rpc:3: +@:LDP man-pages:3.79:2007/12/30:xdr_array:3:xdr:3: +@:LDP man-pages:3.79:2013/09/26:xdr_authunix_parms:3:rpc:3: +@:LDP man-pages:3.79:2007/12/30:xdr_bool:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_bytes:3:xdr:3: +@:LDP man-pages:3.79:2013/09/26:xdr_callhdr:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:xdr_callmsg:3:rpc:3: +@:LDP man-pages:3.79:2007/12/30:xdr_char:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_destroy:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_double:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_enum:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_float:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_free:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_getpos:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_inline:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_int:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_long:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_opaque:3:xdr:3: +@:LDP man-pages:3.79:2013/09/26:xdr_opaque_auth:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:xdr_pmap:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:xdr_pmaplist:3:rpc:3: +@:LDP man-pages:3.79:2007/12/30:xdr_pointer:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_reference:3:xdr:3: +@:LDP man-pages:3.79:2013/09/26:xdr_rejected_reply:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:xdr_replymsg:3:rpc:3: +@:LDP man-pages:3.79:2007/12/30:xdr_setpos:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_short:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_string:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_u_char:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_u_int:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_u_long:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_u_short:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_union:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_vector:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_void:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdr_wrapstring:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdrmem_create:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdrrec_create:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdrrec_endofrecord:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdrrec_eof:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdrrec_skiprecord:3:xdr:3: +@:LDP man-pages:3.79:2007/12/30:xdrstdio_create:3:xdr:3: +@:LDP man-pages:3.79:2014/08/19:xencrypt:3:xcrypt:3: +@:LDP man-pages:3.79:2013/09/26:xprt_register:3:rpc:3: +@:LDP man-pages:3.79:2013/09/26:xprt_unregister:3:rpc:3: +☆:LDP man-pages:3.78=>3.79:2014/01/18:y0:3:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/18:y0f:3:y0:3: +@:LDP man-pages:3.79:2014/01/18:y0l:3:y0:3: +@:LDP man-pages:3.79:2014/01/18:y1:3:y0:3: +@:LDP man-pages:3.79:2014/01/18:y1f:3:y0:3: +@:LDP man-pages:3.79:2014/01/18:y1l:3:y0:3: +@:LDP man-pages:3.79:2014/01/18:yn:3:y0:3: +@:LDP man-pages:3.79:2014/01/18:ynf:3:y0:3: +@:LDP man-pages:3.79:2014/01/18:ynl:3:y0:3: +×:LDP man-pages:3.79:2012/08/05:cciss:4::::: +☆:LDP man-pages:3.78=>3.79:1994/10/31:console:4:2015/01/24:o:argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2012/08/05:console_codes:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2009/02/28:console_ioctl:4:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +×:LDP man-pages:3.79:2009/03/31:cpuid:4::::: +☆:LDP man-pages:3.78=>3.79:2012/08/05:dsp56k:4:2015/01/24::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2014/05/10:fd:4:2015/01/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +☆:LDP man-pages:3.78=>3.79:2007/11/24:full:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:1992/12/17:hd:4:2015/01/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +×:LDP man-pages:3.79:2012/08/05:hpsa:4::::: +☆:LDP man-pages:3.78=>3.79:2010/09/04:initrd:4:2015/01/24:o:amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2007/10/23:intro:4:2015/01/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +@:LDP man-pages:3.79:2015/01/02:kmem:4:mem:4: +☆:LDP man-pages:3.78=>3.79:1995/01/15:lp:4:2015/01/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +☆:LDP man-pages:3.78=>3.79:2015/01/02:mem:4:2015/01/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +☆:LDP man-pages:3.78=>3.79:1996/02/10:mouse:4:2015/01/24:o:ss236rx@ymg.urban.ne.jp:Shouichi Saito: +☆:LDP man-pages:3.78=>3.79:2009/03/31:msr:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2009/02/23:null:4:2015/01/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +@:LDP man-pages:3.79:2015/01/02:port:4:mem:4: +@:LDP man-pages:3.79:2002/10/09:ptmx:4:pts:4: +☆:LDP man-pages:3.78=>3.79:2002/10/09:pts:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:1992/11/21:ram:4:2015/01/24:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +☆:LDP man-pages:3.78=>3.79:2015/02/01:random:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/02/25:rtc:4:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2012/05/03:sd:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/08/05:sk98lin:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/09/04:st:4:2015/01/24::nakano@st.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2003/04/07:tty:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:1992/12/19:ttyS:4:2015/01/24::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +☆:LDP man-pages:3.78=>3.79:2013/11/12:tty_ioctl:4:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/02/01:urandom:4:random:4: +☆:LDP man-pages:3.78=>3.79:2007/12/17:vcs:4:2015/01/24::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +@:LDP man-pages:3.79:2007/12/17:vcsa:4:vcs:4: +☆:LDP man-pages:3.78=>3.79:2013/09/04:wavelan:4:2015/01/24::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +@:LDP man-pages:3.79:2009/02/23:zero:4:null:4: +☆:LDP man-pages:3.78=>3.79:2008/06/15:acct:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/07/08:charmap:5:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2014/08/19:core:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/08/09:dir_colors:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/04/17:elf:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/01/15:filesystems:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/01/15:fs:5:filesystems:5: +☆:LDP man-pages:3.78=>3.79:2000/08/27:ftpusers:5:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2013/02/13:gai.conf:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/10/21:group:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2003/08/23:host.conf:5:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2002/06/16:hosts:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2003/08/24:hosts.equiv:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2007/10/23:intro:5:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +@:LDP man-pages:3.79:2014/09/21:ipc:5:svipc:7: +☆:LDP man-pages:3.78=>3.79:1993/07/24:issue:5:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2015/01/22:locale:5:2015/01/26::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:1992/12/29:motd:5:2015/01/24::nagoya@cc.hit-u.ac.jp:Hiroaki Nagoya: +☆:LDP man-pages:3.78=>3.79:2008/09/04:networks:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/04/16:nologin:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/02/07:nscd.conf:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/02/13:nss:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/02/12:nsswitch.conf:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2012/08/05:numa_maps:5:numa:7: +☆:LDP man-pages:3.78=>3.79:2015/02/01:passwd:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.50=>3.79:2015/01/22:proc:5:2013/03/25::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2015/01/22:procfs:5:proc:5: +☆:LDP man-pages:3.78=>3.79:2012/08/05:protocols:5:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:2014/06/02:repertoiremap:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:resolv.conf:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/12/31:resolver:5:resolv.conf:5: +☆:LDP man-pages:3.78=>3.79:1985/09/26:rpc:5:2015/01/24::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.78=>3.79:1992/12/29:securetty:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/05/22:services:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/12/31:shells:5:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2007/09/30:slabinfo:5:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:1996/10/21:termcap:5:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2012/12/31:ttytype:5:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2012/05/04:tzfile:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:utmp:5:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/08/19:utmpx:5:utmp:5: +@:LDP man-pages:3.79:2014/08/19:wtmp:5:utmp:5: +☆:LDP man-pages:3.78=>3.79:2007/10/23:intro:6:2015/01/24::pessi@kmc.kyoto-u.ac.jp:II Ryouta: +☆:LDP man-pages:3.78=>3.79:2014/04/06:aio:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:armscii-8:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/11/25:arp:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:ascii:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/09/19:boot:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/06/13:bootparam:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/02/01:capabilities:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:charsets:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2011/09/16:complex:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:cp1251:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/16:cp1252:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +×:LDP man-pages:3.79:2014/05/21:cpuset:7::::: +☆:LDP man-pages:3.78=>3.79:2014/12/31:credentials:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/11/20:ddp:7:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2014/08/19:environ:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/10:epoll:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:fanotify:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/03/20:feature_test_macros:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/12/03:fifo:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/08/05:futex:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/07/08:glibc:7:libc:7: +☆:LDP man-pages:3.78=>3.79:2012/07/28:glob:7:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2012/08/05:hier:7:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2010/11/07:hostname:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/05/10:icmp:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:inotify:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2007/10/23:intro:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/05/10:ip:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/08/19:ipv6:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/10/02:iso-8859-1:7:iso_8859-1:7: +@:LDP man-pages:3.79:2014/10/02:iso-8859-10:7:iso_8859-10:7: +@:LDP man-pages:3.79:2014/10/02:iso-8859-11:7:iso_8859-11:7: +@:LDP man-pages:3.79:2014/10/02:iso-8859-13:7:iso_8859-13:7: +@:LDP man-pages:3.79:2014/10/02:iso-8859-14:7:iso_8859-14:7: +@:LDP man-pages:3.79:2014/10/02:iso-8859-15:7:iso_8859-15:7: +@:LDP man-pages:3.79:2014/10/02:iso-8859-16:7:iso_8859-16:7: +@:LDP man-pages:3.79:2014/10/02:iso-8859-2:7:iso_8859-2:7: +@:LDP man-pages:3.79:2014/10/02:iso-8859-3:7:iso_8859-3:7: +@:LDP man-pages:3.79:2014/10/02:iso-8859-4:7:iso_8859-4:7: +@:LDP man-pages:3.79:2014/10/02:iso-8859-5:7:iso_8859-5:7: +@:LDP man-pages:3.79:2014/10/02:iso-8859-6:7:iso_8859-6:7: +@:LDP man-pages:3.79:2014/10/02:iso-8859-7:7:iso_8859-7:7: +@:LDP man-pages:3.79:2014/10/02:iso-8859-8:7:iso_8859-8:7: +@:LDP man-pages:3.79:2014/10/02:iso-8859-9:7:iso_8859-9:7: +☆:LDP man-pages:3.78=>3.79:2014/10/02:iso_8859-1:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:iso_8859-10:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:iso_8859-11:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:iso_8859-13:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:iso_8859-14:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:iso_8859-15:7:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2014/10/02:iso_8859-16:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:iso_8859-2:7:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2014/10/02:iso_8859-3:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:iso_8859-4:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:iso_8859-5:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:iso_8859-6:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:iso_8859-7:7:2015/01/24::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.78=>3.79:2014/10/02:iso_8859-8:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:iso_8859-9:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/10/02:iso_8859_1:7:iso_8859-1:7: +@:LDP man-pages:3.79:2014/10/02:iso_8859_10:7:iso_8859-10:7: +@:LDP man-pages:3.79:2014/10/02:iso_8859_11:7:iso_8859-11:7: +@:LDP man-pages:3.79:2014/10/02:iso_8859_13:7:iso_8859-13:7: +@:LDP man-pages:3.79:2014/10/02:iso_8859_14:7:iso_8859-14:7: +@:LDP man-pages:3.79:2014/10/02:iso_8859_15:7:iso_8859-15:7: +@:LDP man-pages:3.79:2014/10/02:iso_8859_16:7:iso_8859-16:7: +@:LDP man-pages:3.79:2014/10/02:iso_8859_2:7:iso_8859-2:7: +@:LDP man-pages:3.79:2014/10/02:iso_8859_3:7:iso_8859-3:7: +@:LDP man-pages:3.79:2014/10/02:iso_8859_4:7:iso_8859-4:7: +@:LDP man-pages:3.79:2014/10/02:iso_8859_5:7:iso_8859-5:7: +@:LDP man-pages:3.79:2014/10/02:iso_8859_6:7:iso_8859-6:7: +@:LDP man-pages:3.79:2014/10/02:iso_8859_7:7:iso_8859-7:7: +@:LDP man-pages:3.79:2014/10/02:iso_8859_8:7:iso_8859-8:7: +@:LDP man-pages:3.79:2014/10/02:iso_8859_9:7:iso_8859-9:7: +☆:LDP man-pages:3.78=>3.79:2014/10/02:koi8-r:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:koi8-u:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/10/02:latin1:7:iso_8859-1:7: +@:LDP man-pages:3.79:2014/10/02:latin10:7:iso_8859-16:7: +@:LDP man-pages:3.79:2014/10/02:latin2:7:iso_8859-2:7: +@:LDP man-pages:3.79:2014/10/02:latin3:7:iso_8859-3:7: +@:LDP man-pages:3.79:2014/10/02:latin4:7:iso_8859-4:7: +@:LDP man-pages:3.79:2014/10/02:latin5:7:iso_8859-9:7: +@:LDP man-pages:3.79:2014/10/02:latin6:7:iso_8859-10:7: +@:LDP man-pages:3.79:2014/10/02:latin7:7:iso_8859-13:7: +@:LDP man-pages:3.79:2014/10/02:latin8:7:iso_8859-14:7: +@:LDP man-pages:3.79:2014/10/02:latin9:7:iso_8859-15:7: +☆:LDP man-pages:3.78=>3.79:2014/07/08:libc:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:locale:7:2015/01/25::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2004/09/15:mailaddr:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/08/05:man:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/12/31:man-pages:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2008/08/11:math_error:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:0000/00/00:mdoc:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:0000/00/00:mdoc.samples:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/09/21:mq_overview:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/09/21:namespaces:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/01/24:netdevice:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/10:netlink:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/08/05:numa:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2011/09/09:operator:7:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2014/08/19:packet:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2009/12/05:path_resolution:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/10:pid_namespaces:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/07/08:pipe:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2007/12/21:posixoptions:7:2015/01/24::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2014/05/21:pthreads:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2005/10/10:pty:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/05/10:raw:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2009/01/12:regex:7:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +×:LDP man-pages:3.79:2012/07/07:rtld-audit:7::::: +☆:LDP man-pages:3.78=>3.79:2013/03/05:rtnetlink:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/10/02:sched:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/05/13:sem_overview:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2010/09/10:shm_overview:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2011/09/09:sigevent:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/02/01:signal:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/07/08:socket:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +×:LDP man-pages:3.79:2007/12/20:spufs:7::::: +☆:LDP man-pages:3.78=>3.79:2014/01/15:standards:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2000/11/16:suffixes:7:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2014/09/21:svipc:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/04/06:symlink:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2015/01/10:tcp:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/02/12:termio:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/10/28:time:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/10/02:tis-620:7:iso_8859-11:7: +☆:LDP man-pages:3.78=>3.79:2013/07/31:udp:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/07/08:udplite:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/06/13:unicode:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/08/05:units:7:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2014/12/31:unix:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/03/18:uri:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/03/18:url:7:uri:7: +@:LDP man-pages:3.79:2014/03/18:urn:7:uri:7: +☆:LDP man-pages:3.78=>3.79:2014/09/21:user_namespaces:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/06/13:utf-8:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/06/13:utf8:7:utf-8:7: +☆:LDP man-pages:3.78=>3.79:2014/08/19:vdso:7:2015/01/25::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/08/05:x25:7:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2014/07/08:iconvconfig:8:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2007/10/23:intro:8:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.79:2014/12/31:ld-linux:8:ld.so:8: +@:LDP man-pages:3.79:2014/12/31:ld-linux.so:8:ld.so:8: +☆:LDP man-pages:3.78=>3.79:2014/12/31:ld.so:8:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/05/10:ldconfig:8:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2012/05/10:nscd:8:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2013/02/10:sln:8:2015/01/24::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.78=>3.79:2007/05/18:tzselect:8:2015/01/24::ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.78=>3.79:2013/02/12:zdump:8:2015/01/24::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.78=>3.79:2010/02/25:zic:8:2015/01/24::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: