From: Akihiro MOTOKI Date: Sat, 7 Jun 2014 16:31:09 +0000 (+0900) Subject: LDP: Update original to LDP v3.68 X-Git-Tag: LDP-3.68-final~9 X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=commitdiff_plain;h=110dba020f489b75aff2497105f7970c05e2b87c LDP: Update original to LDP v3.68 --- diff --git a/original/Changes b/original/Changes index 46eee657..57e77f3e 100644 --- a/original/Changes +++ b/original/Changes @@ -1,7 +1,18 @@ -==================== Changes in man-pages-3.67 ==================== - -Released: 2014-05-21, Munich - +==================== Changes in man-pages-3.68 ==================== + +Released: 2014-05-28, Munich + +Alastair McKinstry +Carsten Grohmann +Colin Williams +Heinrich Schuchardt +Lars Wirzenius +Marko Myllynen +Michael Kerrisk +Peng Haitao +Rasmus Villemoes +Richard Braakman +Simon Paillard Contributors ------------ @@ -17,449 +28,422 @@ Apologies if I missed anyone! New and rewritten pages ----------------------- -sched_setattr.2 - Michael Kerrisk, Peter Zijlstra [Juri Lelli] - New page describing sched_setattr(2) and sched_getattr(2) - -system.3 - Michael Kerrisk - Rewrote large parts of the page and added a number of details - - -Newly documented interfaces in existing pages ---------------------------------------------- +localedef.1 + Marko Myllynen [Richard Braakman, Alastair McKinstry, Lars Wirzenius] + New page for localedef(1) + Add new page based on Debian localedef(1) page. -sched.7 - Peter Zijlstra, Michael Kerrisk [Juri Lelli] - Document SCHED_DEADLINE - Raw text from Peter Zijlstra New and changed links --------------------- -renameat2.2 - Michael Kerrisk - New link to rename.2 - -sched_getattr.2 - Michael Kerrisk - New link to new sched_setattr. +procfs.5 + New link to proc.5 + Since the term "procfs" is widely used, it seems reasonable to have + a link from that name to proc(5). Changes to individual pages --------------------------- -bind.2 - Michael Kerrisk - ERRORS: Add EADDRINUSE for ephemeral port range exhaustion +locale.1 + Marko Myllynen + Provide a step-by-step example of how to use a custom locale + Marko Myllynen + Use LC_TELEPHONE instead of LC_MESSAGES in the example + yesstr/nostr in LC_MESSAGES are planned to be changed at some + point [1], so it's better to provide an example which won't + be obsoleted by that change. -chown.2 - Michael Kerrisk - NOTES: Add some subheadings + [1] https://sourceware.org/bugzilla/show_bug.cgi?id=16975 -connect.2 - Michael Kerrisk [William Morriss] - ERRORS: Add EADDRNOTAVAIL for ephemeral port range exhaustion - Verified from testing and the kernel source. - See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745775 - Michael Kerrisk - Remove mention of ip_local_port_range under EAGAIN error - Man-pages commit ac7477eb7a8 added EADDRNOTAVAIL as the correct - error for ephemeral port range exhaustion. However, that error - was also incorrectly described under the EAGAIN entry. So, - remove that text under EAGAIN. - -create_module.2 -delete_module.2 -init_module.2 -query_module.2 - Michael Kerrisk [Lucas De Marchi] - Clarify glibc header file declaration/ABI wrapper details - create_module(), delete_module(), init_module(), and - query_module() are not declared in header files, but - through an accident of history glibc provides an ABI - for them that it continues to maintain, for - compatibility reasons. - -execve.2 - Michael Kerrisk [Steven Stewart-Gallus] - Note SIGKILL case when execve() fails beyond the point of no return +adjtimex.2 Michael Kerrisk - NOTES: Add a subheading and reorder paragraphs + Add featute test macro requirements -fanotify_init.2 - Heinrich Schuchardt [Michael Kerrisk] - Document range of permitted flags for event_f_flags - With a new patch included in the mm tree, event_f_flags is - checked for allowable values. - -fcntl.2 +clone.2 Michael Kerrisk - Add "file locking" subheading under NOTES + ERRORS: add cross-reference to fork(2) for explanation of EAGAIN fork.2 Michael Kerrisk - ERRORS: SCHED_DEADLINE tasks can fail with EAGAIN - SCHED_DEADLINE tasks can fail with EAGAIN unless the - reset-on-fork flag is set. + ERRORS: add pid_max and threads-max to EAGAIN + And rewrite text to be the same as pthread_create(3). -futex.2 +getrlimit.2 Michael Kerrisk - Note that there is no glibc wrapper + RLIMIT_NPROC is not enforced if CAP_SYS_ADMIN or CAP_SYS_RESOURCE + +remap_file_pages.2 + Rasmus Villemoes + Fix prototype + The pgoff argument has type size_t, not ssize_t (and in the + kernel it is unsigned long). -getpriority.2 +set_mempolicy.2 Rasmus Villemoes - Fix prototypes for getpriority() and setpriority() - The who argument has type id_t (which happens to be u32 on linux). + Fix prototype for set_mempolicy(2) + The nodemask argument is const. The return type in numaif.h is long. -get_robust_list.2 +swapon.2 Rasmus Villemoes - Add to synopsis of get_robust_list() - If one were to implement wrappers for [gs]et_robust_list() using the - given prototypes, one would also have to include sys/types.h to get - a definition of size_t. + Remove header from synopsis + The header is not readily available, and the comment + seems to indicate that it is for getting PAGE_SIZE. But it is + never mentioned why one would need to know that, and it is in any + case better obtained using sysconf(), provided by . -getrusage.2 - Michael Kerrisk [Bill Allombert] - _GNU_SOURCE must be defined to obtain RUSAGE_THREAD definition - See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746569 +a64l.3 + Rasmus Villemoes + Fix prototype for a64l() + The argument is const, both according to POSIX and the + glibc headers. -link.2 -open.2 - Andy Lutomirski [Michael Kerrisk] - Update AT_EMPTY_PATH and O_PATH documentation +adjtime.3 + Rasmus Villemoes + Add required header + The prototype for adjtime(3) is declared in . -listen.2 - Michael Kerrisk - ERRORS: Add EADDRINUSE for ephemeral port range exhaustion +argz_add.3 + Rasmus Villemoes + Fix prototypes + Update the prototypes of argz_{delete,extract,next} to agree with + glibc headers and manual. -mbind.2 +bstring.3 Rasmus Villemoes - Fix prototype for mbind(2) - The nmask argument is const. The return type in numaif.h is long. - (Well, at least says nmask is const. The current kernel - does not define it as a const argument, but sys_mbind() only - passes it to get_nodes(), which does treat it as const.) + Fix prototypes + The length parameter n has type size_t in bcmp(), bcopy() and + bzero(). -msgop.2 - Davidlohr Bueso [Michael Kerrisk] - Enhance description of "full queue" criteria +envz_add.3 + Rasmus Villemoes + Fix prototypes + The envz_len parameters for envz_entry() and envz_get() are not + passed by reference. -poll.2 +fpathconf.3 Rasmus Villemoes - Add to synopsis for ppoll() - One needs to #include to get the definition of the - type (sigset_t) of the mask argument to ppoll(). + Fix prototype + The path argument to pathconf() is const. -readlink.2 +fseek.3 Rasmus Villemoes - Fix return type of readlinkat() + Fix prototype + The pos argument to fsetpos() is const. -recv.2 - Michael Kerrisk - Clarify details of msg_name and msg_namelen fields +gcvt.3 + Rasmus Villemoes + Fix prototype + The ndigit paramenter to gcvt() has type int. -recvmmsg.2 - Michael Kerrisk - Describe timeout bug - See FIXME https://bugzilla.kernel.org/show_bug.cgi?id=75371 - and http://thread.gmane.org/gmane.linux.man/5677 +getaddrinfo_a.3 + Rasmus Villemoes + Fix prototype + The pointer arguments to gai_suspend() are const. -remap_file_pages.2 - Andy Lutomirski [Christoph Hellwig, Andy Lutomirski] - remap_file_pages() has no benefit for real files - Linux commit 3ee6dafc677a68e461a7ddafc94a580ebab80735 caused - remap_file_pages to be emulated when used on real file. +getauxval.3 + Rasmus Villemoes + Fix permissions + There doesn't seem to be any reason for getauxval.3 to be + executable... -sched_get_priority_max.2 +getnameinfo.3 + Rasmus Villemoes + Fix prototype + The hostlen and servlen parameters have type socklet_t. + (The types changed in glibc 2.2) Michael Kerrisk - 'policy' can also be SCHED_DEADLINE + Note types of 'hostlen'; and 'servlen' in glibc < 2.2 -sched_setaffinity.2 +getrpcent.3 Rasmus Villemoes - Fix prototype for sched_setaffinity() - The mask argument is const. + Fix prototype + The argument to getrpcbyname() is const. -sched_setparam.2 - Michael Kerrisk - ERRORS: mark errors that apply just for sched_setparam() - Michael Kerrisk - ERRORS: Add EINVAL for invalid arguments - Michael Kerrisk - SEE ALSO: add sched_setattr(2) +getrpcport.3 + Rasmus Villemoes + Add #include and fix prototype + The prototype for getrpcport() is obtained by #include'ing + . Also, update its prototype. -sched_setscheduler.2 - Michael Kerrisk - ERRORS: mark errors that apply just to sched_setscheduler() - Michael Kerrisk - ERRORS: add EINVAL case for pid < 0 - Michael Kerrisk - ERRORS: separate out EINVAL cases +getspnam.3 + Rasmus Villemoes + Fix prototype + The struct spwd argument to putspent() is const. -semget.2 - Michael Kerrisk - NOTES: Add subheadings and reorder paragraphs +getutent.3 + Rasmus Villemoes + Fix prototypes + The arguments to getutid(), getutline(), and pututline() + are const. -semop.2 +inet.3 Rasmus Villemoes - Fix prototypes for semop() and semtimedop() - The nsops arguments have type size_t, not unsigned, and the - timeout argument of semtimedop() is const. - Michael Kerrisk - NOTES: Add a subheading + Fix prototype + The parameters to inet_makeaddr have type in_addr_t. -send.2 - Michael Kerrisk - Add details on various 'msghdr' fields - Michael Kerrisk - ERRORS: Add EAGAIN for ephemeral port range exhaustion - Michael Kerrisk - Add some subheadings under DESCRIPTION +inet_net_pton.3 + Rasmus Villemoes + srcfix, cfix + Use a consistent style throughout the man-pages. -shmget.2 - Michael Kerrisk - NOTES: Add a subheading +key_setsecret.3 + Rasmus Villemoes + Fix prototypes + Remove const qualifiers from arguments to key_decryptsession, + key_encryptsession, and key_setsecret. -stat.2 - Michael Kerrisk [Aurelien Jarno] - Describe feature test macro requirements for file type test macros - See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728240 - Michael Kerrisk - Update FTM requirements for lstat() - Michael Kerrisk - Split discussion of 'st_mode' fields into type and permissions - Michael Kerrisk - Move text on S_I*() macros to follow text on S_I* macros - That ordering is more logical +makecontext.3 + Rasmus Villemoes + Fix prototype + The second argument to swapcontext() is const. -stime.2 +makedev.3 Rasmus Villemoes - Fix prototype for stime() - The argument is const, both according to the actual header files and - according to . + Fix prototype + gnu_dev_makedev, and hence its trivial macro wrapper makedev, takes + two unsigned int parameters; this is consistent with it being the + inverse of (gnu_dev_)major/minor, which return unsigned int. -syscall.2 +malloc_trim.3 Rasmus Villemoes - Fix prototype for syscall() - The first argument and the return value of syscall() has type long, - not int. + Fix prototype + As mentioned further down, malloc_trim returns an integer. -getopt.3 - Michael Kerrisk - EXAMPLE: Add subheadings to distinguish the two example programs +mq_getattr.3 + Rasmus Villemoes + Fix prototype + The newattr parameter to mq_setattr is const. -malloc.3 +newlocale.3 + Marko Myllynen + List all available category masks Michael Kerrisk - Reword text referring to mallopt(3) - Linux libc is no longer "recent"; drop mention of it. + Add LC_ALL_MASK description + +nl_langinfo.3 + Marko Myllynen + Expand the example code a bit + Better illustrate querying elements from different categories. +perror.3 + Rasmus Villemoes + Fix declaration + The elements of the array sys_errlist are also const. + +pthread_attr_setaffinity_np.3 +pthread_attr_setdetachstate.3 +pthread_attr_setguardsize.3 pthread_attr_setinheritsched.3 pthread_attr_setschedparam.3 pthread_attr_setschedpolicy.3 -pthread_setaffinity_np.3 -pthread_setschedparam.3 -pthread_setschedprio.3 -pthread_yield.3 -pthreads.7 - Michael Kerrisk - Change references to "sched_setscheduler(2)" to "sched(7)" - Change consistent with the fact that the scheduling overview - page is now sched(7) not sched_setscheduler(2). - +pthread_attr_setscope.3 +pthread_attr_setstack.3 pthread_attr_setstackaddr.3 - Peng Haitao - ATTRIBUTES: Note functions that are thread-safe - The functions pthread_attr_setstackaddr() and - pthread_attr_getstackaddr() are thread safe. - pthread_attr_setstacksize.3 - Peng Haitao - ATTRIBUTES: Note functions that are thread-safe - The functions pthread_attr_setstacksize() and - pthread_attr_getstacksize() are thread safe. + Rasmus Villemoes + Constify parameters + Each of the pthread_attr_get* functions extract some piece of + information from a pthread_attr_t, which is passed by const + reference. Add the const keyword to the prototypes of these + functions. + +pthread_cleanup_push_defer_np.3 + Michael Kerrisk [Rasmus Villemoes] + Add feature test macro requirements -pthread_kill.3 +pthread_create.3 + Michael Kerrisk [Carsten Grohmann] + Add pid_max limit to EAGAIN error cases + +pthread_equal.3 Peng Haitao ATTRIBUTES: Note function that is thread-safe - The function pthread_kill() is thread safe. + The function pthread_equal() is thread safe. -pthread_kill_other_threads_np.3 +pthread_exit.3 Peng Haitao ATTRIBUTES: Note function that is thread-safe - The function pthread_kill_other_threads_np() is thread safe. + The function pthread_exit() is thread safe. -pthread_self.3 +pthread_getcpuclockid.3 Peng Haitao ATTRIBUTES: Note function that is thread-safe - The function pthread_self() is thread safe. - -pthread_setcancelstate.3 - Michael Kerrisk - Add paragraph breaks to "Asynchronous cancelability" subsection + The function pthread_getcpuclockid() is thread safe. -pthread_setcancelstate.3 +pthread_setaffinity_np.3 Peng Haitao ATTRIBUTES: Note functions that are thread-safe - The functions pthread_setcancelstate() and - pthread_setcanceltype() are thread safe. - Michael Kerrisk - NOTES: Add some subheadings + The functions pthread_setaffinity_np() and + pthread_getaffinity_np() are thread safe. -pthread_setschedparam.3 +pthread_setconcurrency.3 Peng Haitao ATTRIBUTES: Note functions that are thread-safe - The functions pthread_setschedparam() and pthread_getschedparam() - are thread safe. + The functions pthread_setconcurrency() and + pthread_getconcurrency() are thread safe. -pthread_setschedprio.3 - Peng Haitao - ATTRIBUTES: Note function that is thread-safe - The function pthread_setschedprio() is thread safe. +pthread_setname_np.3 + Rasmus Villemoes + Fix prototype + The name parameter of pthread_getname_np is an output parameter and + hence not const. -pthread_sigmask.3 - Peng Haitao - ATTRIBUTES: Note function that is thread-safe - The function pthread_sigmask() is thread safe. +pthread_setschedparam.3 + Rasmus Villemoes + Fix prototypes + Add return type for pthread_{s,g}etschedparam. + +pthread_setschedprio.3 + Rasmus Villemoes + Fix prototype + Add return type for pthread_setschedprio. pthread_sigqueue.3 - Peng Haitao - ATTRIBUTES: Note function that is thread-safe - The function pthread_sigqueue() is thread safe. + Rasmus Villemoes + Add missing #include -pthread_testcancel.3 - Peng Haitao - ATTRIBUTES: Note function that is thread-safe - The function pthread_testcancel() is thread safe. +rcmd.3 + Rasmus Villemoes + Fix prototypes + Unlike the BSDs, the second argument of rcmd() and rcmd_af() has + type unsigned short. + The first argument of iruserok_af() has type const void*. -pthread_yield.3 - Peng Haitao - ATTRIBUTES: Note function that is thread-safe - The function pthread_yield() is thread safe. +re_comp.3 + Rasmus Villemoes + Fix prototypes + re_comp and re_exec take const char* arguments. -remquo.3 - Peng Haitao - ATTRIBUTES: Note functions that are thread-safe - The functions remquo(), remquof() and remquol() are thread safe. +resolver.3 + Rasmus Villemoes + Fix prototypes and extern-declaration + Fix const- and signedness of various char* parameters. + + Also, there is no "struct state", but _res is a struct + __res_state. (Actually, _res is errno-like in that it is really a + macro expanding to (*__res_state()).) + +rexec.3 + Rasmus Villemoes + Fix prototypes + The user, passwd and cmd arguments to rexec and rexec_af are all + const. rtime.3 - Peng Haitao - ATTRIBUTES: Note function that is thread-safe - The function rtime() is thread safe. + Rasmus Villemoes + Replace header + The header does not provide rtime(); + does, as is also implied in both the NOTES and + EXAMPLE sections. -sched_getcpu.3 - Peng Haitao - ATTRIBUTES: Note function that is thread-safe - The function sched_getcpu() is thread safe. - -stpcpy.3 - Ingo Schwarze - Note some history of stpcpy() - Quoting Ingo: - I just noticed that the stpcpy(3) manual contains a speculation - that appears to be untrue on closer investigation: That function - did not originate in MS DOS, but in Lattice C on AmigaDOS. - - Here is a patch against the git master HEAD to fix that, and add - some more historical information. To provide some background and - allow you to more easily verify the correctness of the patch, i'm - appending my mail to , where i'm giving some - more details about the history and pointing to some primary - sources. That mail also contains the (similar, but shorter) - patch i just committed to the OpenBSD manual page. - -strcasecmp.3 - Michael Kerrisk [Aurelien Jarno, Török Edwin] - Explain why strcasecmp()+strncasecmp() are also declared in - See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729436 - -strcpy.3 - Michael Kerrisk - NOTES: Add a subheading +scandir.3 + Rasmus Villemoes + Fix prototypes + The alphasort and versionsort functions take arguments of type + const struct dirent **, not const void *. + +setlocale.3 + Michael Kerrisk [Marko Myllynen] + Simplify locale category listing and add GNU-specific locale categories + Some information that was here will move to locale(7). + Marko Myllynen + Remove now obsolete NOTES section + +setnetgrent.3 + Rasmus Villemoes + Fix prototype + The buflen argument to getnetgrent_r has type size_t. + +sigvec.3 + Rasmus Villemoes + Fix prototype + The vec argument to sigvec is const. -fd.4 - Michael Kerrisk [Sam Varshavchik] - Fix floppy disk device names - The naming convention shown in the page was ancient. - Now, the page is consistent with Documentation/devices.txt - (where it is noted that "The use of the capital letters - D, H and E for the 3.5" models have been deprecated, since - the drive type is insignificant for these devices" +tsearch.3 + Rasmus Villemoes + Fix prototype + The rootp argument to tfind is "void * const *", + not "const void **". + +core.5 + Michael Kerrisk + Core dump files are nowadays core.pid by default + +locale.5 + Marko Myllynen + Document mon_grouping and grouping properly + Michael Kerrisk + Note default value for 'first_workday' + Michael Kerrisk [Marko Myllynen] + Add brief descriptions of collating-element and collating-symbol + Marko Myllynen + t_fmt_ampm is needed only for locales that employ AM/PM convention + Michael Kerrisk [Marko Myllynen] + Remove crufty reference to /usr/lib/nls/src + That file is nowhere to be found + Marko Myllynen + Clarify LC_TIME/am_pm and LC_NAME keywords usage + am_pm should be defined only if AM/PM convention is used to signal + applications they should not try to print them when using them in + unwanted. + + Same for all LC_NAME keywords expect for name_fmt which should be + always defined. + Marko Myllynen + Clarify lang_term / lang_lib + As noted by Keld Simonsen in the lib-locales@sourceware mailing + list: + + https://sourceware.org/ml/libc-locales/2014-q2/msg00008.html + From: Keld Simonsen + To: Marko Myllynen + Date: Tue, 29 Apr 2014 17:02:09 +0200 + + lang_term reflects ISO 639-2/T (terminology) codes, while + lang_lib reflects ISO 639-2/B (bibliographic) codes. + lang_term is preferred over lang_lib codes for locale names. + There are 20 specific ISO 639-2/B codes. + Marko Myllynen + Correct the FILES section proc.5 Michael Kerrisk - Document /proc/timer_stats - Michael Kerrisk - (Briefly) document /proc/timer_list - Text taken from kernel commit - 289f480af87e45f7a6de6ba9b4c061c2e259fe98. - Michael Kerrisk - Add /proc/sys/kernel/{sched_rt_period_us,sched_rt_runtime_us} - Reference sched(7) for an explanation of these two files + 'pid_max' is a system-wide limit on number of threads and processes + Since PIDs > /proc/sys/kernel/pid_max are not allocated, this + file thus also imposes a system-wide limit on the number of + threads and processes. capabilities.7 Michael Kerrisk - Mention sched_setattr(2) under CAP_SYS_NICE - -cpuset.7 + CAP_SYS_ADMIN allows overriding RLIMIT_NPROC Michael Kerrisk - SEE ALSO: add sched(7) + CAP_SYS_PTRACE allows process_vm_readv(2) and process_vm_writev(2) -credentials.7 +charsets.7 + Michael Kerrisk [Marko Myllynen] + Remove crufty statement that Romanian may be switching to ISO 8859-16 Michael Kerrisk - Mention sched_getattr() as a place where credentials are checked + Remove ancient paragraph on charsets supported in glibc 2.3.2 + That test is rather ancient, and probably of little use. fanotify.7 - Heinrich Schuchardt [Jan Kara] - BUGS: error events can be lost when reading from fanotify FD - Michael Kerrisk [Heinrich Schuchardt] - Fix description of FAN_EVENT_NEXT() - FAN_EVENT_NEXT() does not update 'meta'; rather, it returns a - pointer to the next metadata structure. In addition, generally - rework the description to be a bit clearer and more detailed. Heinrich Schuchardt - Document FAN_EVENT_METADATA_LEN + Fix to example program: fanotifyi read() should use aligned buffer -ip.7 - Michael Kerrisk - Note cases where an ephemeral port is used - Michael Kerrisk - Remove BUGS text on glibc failing to declare in_pktinfo - Michael Kerrisk - Clarify 'ip_local_port_range' and mention the term "ephemeral ports" - Michael Kerrisk - Note some more details about assignment of ephemeral ports - Michael Kerrisk - BUGS: ephemeral port range exhaustion is diagnosed inconsistently - Different system calls use different 'errno' values to diagnose - exhaustion of the ephemeral port range. +inotify.7 + Heinrich Schuchardt + Add example program + This example of the usage of the inotify API shows the + usage of inotify_init1(2) and inotify_add_watch(2) as well + as polling and reading from the inotify file descriptor. + Heinrich Schuchardt + munmap() does not generate inotify events -sched.7 - Michael Kerrisk - Document sched_rt_period_us and sched_rt_runtime_us /proc files - And rework and relocate the text on dealing with runaway - real-time processes. +locale.7 + Marko Myllynen [Michael Kerrisk] + Document the LOCPATH environment variable Michael Kerrisk - Mention sched_setattr(2) in list of APIs that can change policies - Michael Kerrisk - sched_setattr(2) can also be used to set 'nice' value - Michael Kerrisk - Remove mention of sched_setscheduler() when talking about sched_priority - There are nowadays multiple ways to set sched_priority (and - in fact there always were, since we also had sched_setparam(2)). - Michael Kerrisk - SEE ALSO: Add Documentation/scheduler/sched-design-CFS.txt - Michael Kerrisk - Don't mention sched_setscheduler(2) in discussions of setting policies - In a couple of places, sched_setscheduler(2) is mentioned as the - way of setting policies. But now there is sched_setattr(2) as - well, rewrite the text in a more generic way. - Michael Kerrisk - Rework summary text describing sched_setattr(2) and sched_getattr(2) - Note that these APIs are a superset of sched_setscheduler(2) - and sched_getscheduler(2). - Michael Kerrisk - Remove crufty text relating to sched_setscheduler() - All of the removed text is in sched_setscheduler(2) and - should have been trimmed from this page. - Michael Kerrisk - SEE ALSO: Mention more files in Documentation/scheduler/ directory + Add further details on various categories + diff --git a/original/Changes.old b/original/Changes.old index b34feb55..2b3ae642 100644 --- a/original/Changes.old +++ b/original/Changes.old @@ -19913,7 +19913,7 @@ Guillem Jover Jianhua Li Linus Nilsson Lenaic Huard -mac@mcrowe.com +Mac Martin Schulze Maxin John Michael Kerrisk @@ -20056,7 +20056,7 @@ Contributors The following people contributed notes, ideas, or patches that have been incorporated in changes in this release: -caishuxian@gmail.com +caishuxian Denis Barbier Denis Silakov der Mouse @@ -20499,7 +20499,6 @@ random.3 readdir.3 Michael Kerrisk Clarify that "positive error numbers" are listed in ERRORS - Reported-by fkater@googlemail.com rexec.3 Michael Kerrisk @@ -22441,7 +22440,7 @@ Pat Pannuto Salvo Tomaselli Simone Piccardi Slaven Rezic -starlight@binnacle.cx +starlight Stephan Mueller Vijay Rao Walter Haidinger @@ -22547,16 +22546,16 @@ sync.2 PROTOTYPE: Fix return type of syncfs() vfork.2 - Michael Kerrisk [starlight@binnacle.cx] + Michael Kerrisk [starlight] Clarify what is duplicated in the child Add some words to make it clear to the reader that vfork(), like fork(), creates duplicates of process attributes in the child. Michael Kerrisk Note clone() flags equivalent to vfork() - Michael Kerrisk [starlight@binnacle.cx, Mike Frysinger] + Michael Kerrisk [starlight, Mike Frysinger] Add some notes on reasons why vfork() still exists - Michael Kerrisk [starlight@binnacle.cx] + Michael Kerrisk [starlight] Clarify that calling *thread* is suspended during vfork() Michael Kerrisk CONFORMING TO: Note that POSIX.1-2001 marked vfork() obsolete @@ -23485,7 +23484,7 @@ incorporated in changes in this release: Akihiro MOTOKI Andries E. Brouwer -Angelo Borsotti +Angelo Borsotti Bjarni Ingi Gislason Brian M. Carlson Casper.Dik@oracle.com @@ -23509,7 +23508,7 @@ Mike Frysinger Nick Piggin Paul Pluzhnikov Petr Baudis -Ralph Corderoy +Ralph Corderoy Rich Felker Simone Piccardi Simon Paillard @@ -23701,7 +23700,7 @@ io_submit.2 Rewrite to focus on the system call interface, adding some notes on the libaio wrapper differences. See the following mail: - 2012-05-07 "aio manuals", linux-man@vger.kernel.org + 2012-05-07 "aio manuals", linux-man@vger http://thread.gmane.org/gmane.linux.man/1935/focus=2910 Other minor rewrites. @@ -23923,7 +23922,7 @@ mmap64.3 Upstreamed from Red Hat / Fedora realpath.3 - Michael Kerrisk [Casper.Dik@oracle.com] + Michael Kerrisk [Casper Dik] Remove note about Solaris possibly returning a relative path syslog.3 @@ -27317,8 +27316,8 @@ Chuck Coffing David Prévot Denys Vlasenko Dmitry V. Levin -Felix_Schulte@McAfee.com -graud@gmx.com +Felix Schulte +Graud Michael Kerrisk Oleg Nesterov Peng Haitao @@ -27428,7 +27427,7 @@ readlink.2 cause the program to operate on uninitialized data. setpgid.2 - Michael Kerrisk [graud@gmx.com] + Michael Kerrisk [Graud] s/SIGTSTP/SIGTTIN/ when discussing reads from terminal See https://bugzilla.kernel.org/show_bug.cgi?id=60504 @@ -27489,7 +27488,7 @@ capabilities.7 Add open_by_handle_at(2) under CAP_DAC_READ_SEARCH inotify.7 - Michael Kerrisk [Felix_Schulte@McAfee.com] + Michael Kerrisk [Felix Schulte] Clarify description of IN_MOVED_FROM and IN_MOVED_TO man-pages.7 @@ -31454,3 +31453,484 @@ packet.7 Status in PACKET_RX_RING is actually a bit mask Michael Kerrisk [Carsten Andrich] SEE ALSO: add /tools/testing/selftests/net/psock_tpacket.c + + +==================== Changes in man-pages-3.67 ==================== + +Released: 2014-05-21, 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: + +Andy Lutomirski +Aurelien Jarno +Bill Allombert +Christoph Hellwig +Davidlohr Bueso +Heinrich Schuchardt +Ingo Schwarze +Jan Kara +Jon Grant +Juri Lelli +Lucas De Marchi +Michael Kerrisk +Peng Haitao +Peter Zijlstra +Rasmus Villemoes +Sam Varshavchik +Simon Paillard +Steven Stewart-Gallus +Török Edwin +William Morriss +Yuri Kozlov + +Apologies if I missed anyone! + + +New and rewritten pages +----------------------- + +sched_setattr.2 + Michael Kerrisk, Peter Zijlstra [Juri Lelli] + New page describing sched_setattr(2) and sched_getattr(2) + +system.3 + Michael Kerrisk + Rewrote large parts of the page and added a number of details + + +Newly documented interfaces in existing pages +--------------------------------------------- + +sched.7 + Peter Zijlstra, Michael Kerrisk [Juri Lelli] + Document SCHED_DEADLINE + +New and changed links +--------------------- + +renameat2.2 + Michael Kerrisk + New link to rename.2 + +sched_getattr.2 + Michael Kerrisk + New link to new sched_setattr + + +Changes to individual pages +--------------------------- + +bind.2 + Michael Kerrisk + ERRORS: Add EADDRINUSE for ephemeral port range exhaustion + +chown.2 + Michael Kerrisk + NOTES: Add some subheadings + +connect.2 + Michael Kerrisk [William Morriss] + ERRORS: Add EADDRNOTAVAIL for ephemeral port range exhaustion + Verified from testing and the kernel source. + See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745775 + Michael Kerrisk + Remove mention of ip_local_port_range under EAGAIN error + +create_module.2 +delete_module.2 +init_module.2 +query_module.2 + Michael Kerrisk [Lucas De Marchi] + Clarify glibc header file declaration/ABI wrapper details + create_module(), delete_module(), init_module(), and + query_module() are not declared in header files, but + through an accident of history glibc provides an ABI + for them that it continues to maintain, for + compatibility reasons. + +execve.2 + Michael Kerrisk [Steven Stewart-Gallus] + Note SIGKILL case when execve() fails beyond the point of no return + Michael Kerrisk + NOTES: Add a subheading and reorder paragraphs + +fanotify_init.2 + Heinrich Schuchardt [Michael Kerrisk] + Document range of permitted flags for event_f_flags + With a new patch included in the mm tree, event_f_flags is + checked for allowable values. + +fcntl.2 + Michael Kerrisk + Add "file locking" subheading under NOTES + +fork.2 + Michael Kerrisk + ERRORS: SCHED_DEADLINE tasks can fail with EAGAIN + SCHED_DEADLINE tasks can fail with EAGAIN unless the + reset-on-fork flag is set. + +futex.2 + Michael Kerrisk + Note that there is no glibc wrapper + +getpriority.2 + Rasmus Villemoes + Fix prototypes for getpriority() and setpriority() + The who argument has type id_t (which happens to be u32 on linux). + +get_robust_list.2 + Rasmus Villemoes + Add to synopsis of get_robust_list() + If one were to implement wrappers for [gs]et_robust_list() using the + given prototypes, one would also have to include sys/types.h to get + a definition of size_t. + +getrusage.2 + Michael Kerrisk [Bill Allombert] + _GNU_SOURCE must be defined to obtain RUSAGE_THREAD definition + See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746569 + +link.2 +open.2 + Andy Lutomirski [Michael Kerrisk] + Update AT_EMPTY_PATH and O_PATH documentation + +listen.2 + Michael Kerrisk + ERRORS: Add EADDRINUSE for ephemeral port range exhaustion + +mbind.2 + Rasmus Villemoes + Fix prototype for mbind(2) + The nmask argument is const. The return type in numaif.h is long. + (Well, at least says nmask is const. The current kernel + does not define it as a const argument, but sys_mbind() only + passes it to get_nodes(), which does treat it as const.) + +msgop.2 + Davidlohr Bueso [Michael Kerrisk] + Enhance description of "full queue" criteria + +poll.2 + Rasmus Villemoes + Add to synopsis for ppoll() + One needs to #include to get the definition of the + type (sigset_t) of the mask argument to ppoll(). + +readlink.2 + Rasmus Villemoes + Fix return type of readlinkat() + +recv.2 + Michael Kerrisk + Clarify details of msg_name and msg_namelen fields + +recvmmsg.2 + Michael Kerrisk + Describe timeout bug + See https://bugzilla.kernel.org/show_bug.cgi?id=75371 + and http://thread.gmane.org/gmane.linux.man/5677 + +remap_file_pages.2 + Andy Lutomirski [Christoph Hellwig, Andy Lutomirski] + remap_file_pages() has no benefit for real files + Linux commit 3ee6dafc677a68e461a7ddafc94a580ebab80735 caused + remap_file_pages to be emulated when used on real file. + +sched_get_priority_max.2 + Michael Kerrisk + 'policy' can also be SCHED_DEADLINE + +sched_setaffinity.2 + Rasmus Villemoes + Fix prototype for sched_setaffinity() + The mask argument is const. + +sched_setparam.2 + Michael Kerrisk + ERRORS: mark errors that apply just for sched_setparam() + Michael Kerrisk + ERRORS: Add EINVAL for invalid arguments + Michael Kerrisk + SEE ALSO: add sched_setattr(2) + +sched_setscheduler.2 + Michael Kerrisk + ERRORS: mark errors that apply just to sched_setscheduler() + Michael Kerrisk + ERRORS: add EINVAL case for pid < 0 + Michael Kerrisk + ERRORS: separate out EINVAL cases + +semget.2 + Michael Kerrisk + NOTES: Add subheadings and reorder paragraphs + +semop.2 + Rasmus Villemoes + Fix prototypes for semop() and semtimedop() + The nsops arguments have type size_t, not unsigned, and the + timeout argument of semtimedop() is const. + Michael Kerrisk + NOTES: Add a subheading + +send.2 + Michael Kerrisk + Add details on various 'msghdr' fields + Michael Kerrisk + ERRORS: Add EAGAIN for ephemeral port range exhaustion + Michael Kerrisk + Add some subheadings under DESCRIPTION + +shmget.2 + Michael Kerrisk + NOTES: Add a subheading + +stat.2 + Michael Kerrisk [Aurelien Jarno] + Describe feature test macro requirements for file type test macros + See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728240 + Michael Kerrisk + Update FTM requirements for lstat() + Michael Kerrisk + Split discussion of 'st_mode' fields into type and permissions + Michael Kerrisk + Move text on S_I*() macros to follow text on S_I* macros + That ordering is more logical + +stime.2 + Rasmus Villemoes + Fix prototype for stime() + The argument is const, both according to the actual header files and + according to . + +syscall.2 + Rasmus Villemoes + Fix prototype for syscall() + The first argument and the return value of syscall() has type long, + not int. + +getopt.3 + Michael Kerrisk + EXAMPLE: Add subheadings to distinguish the two example programs + +malloc.3 + Michael Kerrisk + Reword text referring to mallopt(3) + Linux libc is no longer "recent"; drop mention of it. + +pthread_attr_setinheritsched.3 +pthread_attr_setschedparam.3 +pthread_attr_setschedpolicy.3 +pthread_setaffinity_np.3 +pthread_setschedparam.3 +pthread_setschedprio.3 +pthread_yield.3 +pthreads.7 + Michael Kerrisk + Change references to "sched_setscheduler(2)" to "sched(7)" + Change consistent with the fact that the scheduling overview + page is now sched(7) not sched_setscheduler(2). + +pthread_attr_setstackaddr.3 + Peng Haitao + ATTRIBUTES: Note functions that are thread-safe + The functions pthread_attr_setstackaddr() and + pthread_attr_getstackaddr() are thread safe. + +pthread_attr_setstacksize.3 + Peng Haitao + ATTRIBUTES: Note functions that are thread-safe + The functions pthread_attr_setstacksize() and + pthread_attr_getstacksize() are thread safe. + +pthread_kill.3 + Peng Haitao + ATTRIBUTES: Note function that is thread-safe + The function pthread_kill() is thread safe. + +pthread_kill_other_threads_np.3 + Peng Haitao + ATTRIBUTES: Note function that is thread-safe + The function pthread_kill_other_threads_np() is thread safe. + +pthread_self.3 + Peng Haitao + ATTRIBUTES: Note function that is thread-safe + The function pthread_self() is thread safe. + +pthread_setcancelstate.3 + Michael Kerrisk + Add paragraph breaks to "Asynchronous cancelability" subsection + +pthread_setcancelstate.3 + Peng Haitao + ATTRIBUTES: Note functions that are thread-safe + The functions pthread_setcancelstate() and + pthread_setcanceltype() are thread safe. + Michael Kerrisk + NOTES: Add some subheadings + +pthread_setschedparam.3 + Peng Haitao + ATTRIBUTES: Note functions that are thread-safe + The functions pthread_setschedparam() and pthread_getschedparam() + are thread safe. + +pthread_setschedprio.3 + Peng Haitao + ATTRIBUTES: Note function that is thread-safe + The function pthread_setschedprio() is thread safe. + +pthread_sigmask.3 + Peng Haitao + ATTRIBUTES: Note function that is thread-safe + The function pthread_sigmask() is thread safe. + +pthread_sigqueue.3 + Peng Haitao + ATTRIBUTES: Note function that is thread-safe + The function pthread_sigqueue() is thread safe. + +pthread_testcancel.3 + Peng Haitao + ATTRIBUTES: Note function that is thread-safe + The function pthread_testcancel() is thread safe. + +pthread_yield.3 + Peng Haitao + ATTRIBUTES: Note function that is thread-safe + The function pthread_yield() is thread safe. + +remquo.3 + Peng Haitao + ATTRIBUTES: Note functions that are thread-safe + The functions remquo(), remquof() and remquol() are thread safe. + +rtime.3 + Peng Haitao + ATTRIBUTES: Note function that is thread-safe + The function rtime() is thread safe. + +sched_getcpu.3 + Peng Haitao + ATTRIBUTES: Note function that is thread-safe + The function sched_getcpu() is thread safe. + +stpcpy.3 + Ingo Schwarze + Note some history of stpcpy() + Quoting Ingo: + I just noticed that the stpcpy(3) manual contains a speculation + that appears to be untrue on closer investigation: That function + did not originate in MS DOS, but in Lattice C on AmigaDOS. + + Here is a patch against the git master HEAD to fix that, and add + some more historical information. To provide some background and + allow you to more easily verify the correctness of the patch, i'm + appending my mail to , where i'm giving some + more details about the history and pointing to some primary + sources. That mail also contains the (similar, but shorter) + patch i just committed to the OpenBSD manual page. + +strcasecmp.3 + Michael Kerrisk [Aurelien Jarno, Török Edwin] + Explain why strcasecmp()+strncasecmp() are also declared in + See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729436 + +strcpy.3 + Michael Kerrisk + NOTES: Add a subheading + +fd.4 + Michael Kerrisk [Sam Varshavchik] + Fix floppy disk device names + The naming convention shown in the page was ancient. + Now, the page is consistent with Documentation/devices.txt + (where it is noted that "The use of the capital letters + D, H and E for the 3.5" models have been deprecated, since + the drive type is insignificant for these devices" + +proc.5 + Michael Kerrisk + Document /proc/timer_stats + Michael Kerrisk + (Briefly) document /proc/timer_list + Michael Kerrisk + Add /proc/sys/kernel/{sched_rt_period_us,sched_rt_runtime_us} + Reference sched(7) for an explanation of these two files + +capabilities.7 + Michael Kerrisk + Mention sched_setattr(2) under CAP_SYS_NICE + +cpuset.7 + Michael Kerrisk + SEE ALSO: add sched(7) + +credentials.7 + Michael Kerrisk + Mention sched_getattr() as a place where credentials are checked + +fanotify.7 + Heinrich Schuchardt [Jan Kara] + BUGS: error events can be lost when reading from fanotify FD + Michael Kerrisk [Heinrich Schuchardt] + Fix description of FAN_EVENT_NEXT() + FAN_EVENT_NEXT() does not update 'meta'; rather, it returns a + pointer to the next metadata structure. In addition, generally + rework the description to be a bit clearer and more detailed. + Heinrich Schuchardt + Document FAN_EVENT_METADATA_LEN + +ip.7 + Michael Kerrisk + Note cases where an ephemeral port is used + Michael Kerrisk + Remove BUGS text on glibc failing to declare in_pktinfo + Michael Kerrisk + Clarify 'ip_local_port_range' and mention the term "ephemeral ports" + Michael Kerrisk + Note some more details about assignment of ephemeral ports + Michael Kerrisk + BUGS: ephemeral port range exhaustion is diagnosed inconsistently + Different system calls use different 'errno' values to diagnose + exhaustion of the ephemeral port range. + +sched.7 + Michael Kerrisk + Document sched_rt_period_us and sched_rt_runtime_us /proc files + And rework and relocate the text on dealing with runaway + real-time processes. + Michael Kerrisk + Mention sched_setattr(2) in list of APIs that can change policies + Michael Kerrisk + sched_setattr(2) can also be used to set 'nice' value + Michael Kerrisk + Remove mention of sched_setscheduler() when talking about sched_priority + There are nowadays multiple ways to set sched_priority (and + in fact there always were, since we also had sched_setparam(2)). + Michael Kerrisk + SEE ALSO: Add Documentation/scheduler/sched-design-CFS.txt + Michael Kerrisk + Don't mention sched_setscheduler(2) in discussions of setting policies + In a couple of places, sched_setscheduler(2) is mentioned as the + way of setting policies. But now there is sched_setattr(2) as + well, rewrite the text in a more generic way. + Michael Kerrisk + Rework summary text describing sched_setattr(2) and sched_getattr(2) + Note that these APIs are a superset of sched_setscheduler(2) + and sched_getscheduler(2). + Michael Kerrisk + Remove crufty text relating to sched_setscheduler() + All of the removed text is in sched_setscheduler(2) and + should have been trimmed from this page. + Michael Kerrisk + SEE ALSO: Mention more files in Documentation/scheduler/ directory diff --git a/original/README b/original/README index 447a9258..0ec038fe 100644 --- a/original/README +++ b/original/README @@ -4,6 +4,8 @@ This package contains Linux man pages for sections Install by copying to your favourite location. "make install" will just copy them to /usr/share/man/man[1-8]. +To install to a path different from /usr use +"make install prefix=/install/path". "make" will move the pages from this package that are older than the already installed ones to a subdirectory `not_installed', then remove old versions (compressed or not), diff --git a/original/man-pages-3.67.Announce b/original/man-pages-3.68.Announce similarity index 98% rename from original/man-pages-3.67.Announce rename to original/man-pages-3.68.Announce index 47239a73..ee0a82eb 100644 --- a/original/man-pages-3.67.Announce +++ b/original/man-pages-3.68.Announce @@ -1,7 +1,7 @@ RELEASE The Linux man page maintainer proudly announces. . . - man-pages-3.67.tar.gz - man pages for Linux + man-pages-3.68.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.67.lsm b/original/man-pages-3.68.lsm similarity index 82% rename from original/man-pages-3.67.lsm rename to original/man-pages-3.68.lsm index ca0a8f57..80c81a71 100644 --- a/original/man-pages-3.67.lsm +++ b/original/man-pages-3.68.lsm @@ -1,13 +1,13 @@ Begin3 Title: Section 2, 3, 4, 5 and 7 man pages for Linux -Version: 3.67 -Entered-date: 2014-05-21 +Version: 3.68 +Entered-date: 2014-05-28 Description: Linux manual pages Keywords: man pages Author: several Maintained-by: Michael Kerrisk Primary-site: ftp://ftp.kernel.org/pub/linux/docs/man-pages - 1983k man-pages-3.67.tar.gz + 1992k man-pages-3.68.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 1ff16d42..6dc832a2 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.67 of the Linux +This page is part of release 3.68 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 5a02ba08..bc50c6dd 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.67 of the Linux +This page is part of release 3.68 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 3fd3ccbb..406089f4 100644 --- a/original/man1/ldd.1 +++ b/original/man1/ldd.1 @@ -109,7 +109,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.67 of the Linux +This page is part of release 3.68 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 3cf4c75a..281d738b 100644 --- a/original/man1/locale.1 +++ b/original/man1/locale.1 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH LOCALE 1 2014-03-10 "Linux" "Linux Programmer's Manual" +.TH LOCALE 1 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME locale \- get locale-specific information .SH SYNOPSIS @@ -153,25 +153,49 @@ $ \fBlocale \-ck date_fmt\fP LC_TIME date_fmt="%a %b %e %H:%M:%S %Z %Y" -$ \fBlocale LC_MESSAGES\fP -^[yY].* -^[nN].* -Yes -No +$ \fBlocale LC_TELEPHONE\fP ++%c (%a) %l +(%a) %l +11 +1 UTF\-8 -$ \fBlocale \-k LC_MESSAGES\fP -yesexpr="^[yY].*" -noexpr="^[nN].*" -yesstr="Yes" -nostr="No" -messages\-codeset="UTF\-8" +$ \fBlocale \-k LC_TELEPHONE\fP +tel_int_fmt="+%c (%a) %l" +tel_dom_fmt="(%a) %l" +int_select="11" +int_prefix="1" +telephone\-codeset="UTF\-8" +.fi + +The following example compiles a custom locale from the +.I ./wrk +directory with the +.BR localedef (1) +utility under the +.I $HOME/.locale +directory, then tests the result with the +.BR date (1) +command, and then sets the environment variables +.B LOCPATH +and +.B LANG +in the shell profile file so that the custom locale will be used in the +subsequent user sessions: + +.nf +$ \fBmkdir -p $HOME/.locale\fP +$ \fBI18NPATH=./wrk/ localedef -f UTF-8 -i fi_SE $HOME/.locale/fi_SE.UTF-8\fP +$ \fBLOCPATH=$HOME/.locale LC_ALL=fi_SE.UTF-8 date\fP +$ \fBecho "export LOCPATH=\\$HOME/.locale" >> $HOME/.bashrc\fP +$ \fBecho "export LANG=fi_SE.UTF-8" >> $HOME/.bashrc\fP .fi .SH SEE ALSO +.BR localedef (1), .BR locale (5), .BR locale (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 of the Linux .I man-pages project. A description of the project, diff --git a/original/man1/localedef.1 b/original/man1/localedef.1 new file mode 100644 index 00000000..85556398 --- /dev/null +++ b/original/man1/localedef.1 @@ -0,0 +1,374 @@ +.\" Copyright (C) 2001 Richard Braakman +.\" Copyright (C) 2004 Alastair McKinstry +.\" Copyright (C) 2005 Lars Wirzenius +.\" Copyright (C) 2014 Marko Myllynen +.\" +.\" %%%LICENSE_START(GPLv2+_DOC_FULL) +.\" This is free documentation; you can redistribute it and/or +.\" modify it under the terms of the GNU General Public License as +.\" published by the Free Software Foundation; either version 2 of +.\" the License, or (at your option) any later version. +.\" +.\" The GNU General Public License's references to "object code" +.\" and "executables" are to be interpreted as the output of any +.\" document formatting or typesetting system, including +.\" intermediate and printed output. +.\" +.\" This manual is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public +.\" License along with this manual; if not, see +.\" . +.\" %%%LICENSE_END +.\" +.\" This manual page was initially written by Richard Braakman +.\" on behalf of the Debian GNU/Linux Project and anyone else +.\" who wants it. It was amended by Alastair McKinstry to +.\" explain new ISO 14652 elements, and amended further by +.\" Lars Wirzenius to document new functionality (as of GNU +.\" C library 2.3.5). +.\" +.TH LOCALEDEF 1 2014-05-26 "Linux" "Linux Programmer's Manual" +.SH NAME +localedef \- compile locale definition files +.SH SYNOPSIS +.ad l +.nh +.B localedef +.RI [ options ] +.I outputpath +.br +.B "localedef \-\-list\-archive" +.RI [ options ] +.br +.B "localedef \-\-delete\-from\-archive" +.RI [ options ] +.IR localename " ..." +.br +.B "localedef \-\-add\-to\-archive" +.RI [ options ] +.IR compiledpath +.br +.B "localedef \-\-version" +.br +.B "localedef \-\-help" +.br +.B "localedef \-\-usage" +.ad b +.hy +.SH DESCRIPTION +The +.B localedef +program reads the indicated +.I charmap +and +.I input +files, compiles them to a binary form quickly usable by the +locale functions in the C library +.RB ( setlocale (3), +.BR localeconv (3), +etc.), and places the output in +.IR outputpath . + +The +.I outputpath +argument is interpreted as follows: +.IP * 3 +If +.I outputpath +contains a slash character ('/'), it is interpreted as the name of the +directory where the output defintions are to be stored. +In this case, there is a separate output file for each locale category +.RI ( LC_CTIME , +.IR LC_NUMERIC , +and so on). +.IP * +If the +.B \-\-no\-archive +option is used, +.I outputpath +is the name of a subdirectory in +.I /usr/lib/locale +where per-category compiled files are placed. +.IP * +Otherwise, +.I outputpath +is the name of a locale and the compiled locale data is added to the +archive file +.IR /usr/lib/locale/locale-archive . +A locale archive is a memory-mapped file which contains all the +system-provided locales; +it is used by all localized programs when the environment variable +.B LOCPATH +is not set. +.PP +In any case, +.B localedef +aborts if the directory in which it tries to write locale files has +not already been created. +.PP +If no +.I charmapfile +is given, the value +.I ANSI_X3.4-1968 +(for ASCII) is used by default. +If no +.I inputfile +is given, or if it is given as a dash +(\-), +.B localedef +reads from standard input. +.SH OPTIONS +.SS Operation-selection options +A few options direct +.B localedef +to do something other than compile locale definitions. +Only one of these options should be used at a time. +.TP +.B \-\-delete\-from\-archive +Delete the named locales from the locale archive file. +.TP +.B \-\-list\-archive +List the locales contained in the locale archive file. +.TP +.B \-\-add\-to\-archive +Add the +.I compiledpath +directories to the locale archive file. +The directories should have been created by previous runs of +.BR localedef , +using +.BR \-\-no\-archive . +.SS Other options +Some of the following options are only sensible for certain operations; +generally, it should be self-evident which ones. +.TP +.BI \-f " charmapfile" ", \-\-charmap=" charmapfile +Specify the file that defines the symbolic character names +that are used by the input file. +If +.I charmapfile +contains a slash character ('/'), +it is interpreted as the name of the character map. +Otherwise, the file is sought in the current directory +and the default directory for character maps. +If the environment variable +.B I18NPATH +is set, +.I $I18NPATH/charmaps/ +and +.I $I18NPATH/ +are also searched after the current directory. +The default directory for character maps is printed by +.BR "localedef \-\-help" . +.TP +.BI \-i " inputfile" ", \-\-inputfile=" inputfile +Specify the locale definition file to compile. +The file is sought in the current directory +and the default directory for locale definition files. +If the environment variable +.B I18NPATH +is set, +.I $I18NPATH/locales/ +and +.I $I18NPATH +are also searched after the current directory. +The default directory for locale definition files is printed by +.BR "localedef \-\-help" . +.TP +.BI \-u " repertoirefile" ", \-\-repertoire-map=" repertoirefile +Read mappings from symbolic names to Unicode UCS4 values from +.IR repertoirefile . +If +.I repertoirefile +contains a slash character ('/'), +it is interpreted as the pathname of the repertoire map. +Otherwise, the file is sought in the current directory +and the default directory for repertoire maps. +If the environment variable +.B I18NPATH +is set, +.I $I18NPATH/repertoiremaps/ +and +.I $I18NPATH +are also searched after the current directory. +The default directory for repertoire maps is printed by +.BR "localedef \-\-help" . +.TP +.BI \-A " aliasfile" ", \-\-alias\-file=" aliasfile +Use +.I aliasfile +to look up aliases for locale names. +There is no default aliases file. +.TP +.BI \-\-prefix= pathname +Set the prefix to be prepended to the full archive pathname. +By default, the prefix is empty. +Setting the prefix to +.IR foo , +the archive would be placed in +.IR foo/usr/lib/locale/locale-archive . +.TP +.B "\-c, \-\-force" +Write the output files even if warnings were generated about the input +file. +.TP +.B \-\-old\-style +Create old-style hash tables instead of 3-level access tables. +.TP +.B "\-v, \-\-verbose" +Generate extra warnings about errors that are normally ignored. +.TP +.B \-\-quiet +Suppress all notifications and warnings, and report only fatal errors. +.TP +.B \-\-posix +Conform strictly to POSIX. Implies +.BR \-\-verbose . +This option currently has no other effect. +POSIX conformance is assumed if the environment variable +.B POSIXLY_CORRECT +is set. +.TP +.B \-\-replace +Replace a locale in the locale archive file. +Without this option, if the locale is in the archive file already, +an error occurs. +.TP +.B \-\-no\-archive +Do not use the locale archive file, instead create +.I outputpath +as a subdirectory in the same directory as the locale archive file, +and create separate output files for locale categories in it. +.TP +.B "\-\-help" +Print a usage summary and exit. +Also prints the default paths used by +.BR localedef . +.TP +.B "\-\-usage" +Print a short usage summary and exit. +.TP +.B "\-V, \-\-version" +Print the version number, license, and disclaimer of warranty for +.BR localedef . +.SH EXIT STATUS +One of the following exit values can be returned by +.BR localedef : +.RS 3 +.TP 10 +.B 0 +Command completed successfully. +.TP +.B 1 +Warnings or errors occurred, output files were written. +.TP +.B 4 +Errors encountered, no output created. +.RE +.SH ENVIRONMENT +.TP +.B POSIXLY_CORRECT +The +.B \-\-posix +flag is assumed if this environment variable is set. +.TP +.B I18NPATH +A colon-separated list of search directories for files. +.SH FILES +.TP +.I /usr/share/i18n/charmaps +Usual default character map path. +.TP +.I /usr/share/i18n/locales +Usual default path for locale definition files. +.TP +.I /usr/share/i18n/repertoiremaps +Usual default repertoire map path. +.TP +.I /usr/lib/locale/locale-archive +Usual default locale archive location. +.TP +.I outputpath/LC_ADDRESS +An output file that contains contains information about formatting of +addresses and geography-related items. +.TP +.I outputpath/LC_COLLATE +An output file that contains information about the rules for comparing +strings. +.TP +.I outputpath/LC_CTYPE +An output file that contains information about character classes. +.TP +.I outputpath/LC_IDENTIFICATION +An output file that contains metadata about the locale. +.TP +.I outputpath/LC_MEASUREMENT +An output file that contains information about locale measurements +(metric versus US customary). +.TP +.I outputpath/LC_MESSAGES/SYS_LC_MESSAGES +An output file that contains information about the language messages +should be printed in, and what an affirmative or negative answer looks +like. +.TP +.I outputpath/LC_MONETARY +An output file that contains information about formatting of monetary +values. +.TP +.I outputpath/LC_NAME +An output file that contains information about salutations for persons. +.TP +.I outputpath/LC_NUMERIC +An output file that contains information about formatting of nonmonetary +numeric values. +.TP +.I outputpath/LC_PAPER +An output file that contains information about settings related to +standard paper size. +.TP +.I outputpath/LC_TELEPHONE +An output file that contains information about formats to be used with +telephone services. +.TP +.I outputpath/LC_TIME +An output file that contains information about formatting of data and +time values. +.SH CONFORMING TO +POSIX.1-2008. +.SH EXAMPLE +Compile the locale files for Finnish in the UTF\-8 character set +and add it to the default locale archive with the name +.BR fi_FI.UTF\-8 : +.PP +.RS +localedef \-f UTF\-8 \-i fi_FI fi_FI.UTF\-8 +.RE +.PP +The next example does the same thing, but generates files into the +.I fi_FI.UTF\-8 +directory which can then be used by programs when the environment +variable +.B LOCPATH +is set to the current directory (note that the last argument must +contain a slash): +.PP +.RS +localedef \-f UTF\-8 \-i fi_FI ./fi_FI.UTF\-8 +.RE +.SH "SEE ALSO" +.BR locale (1), +.BR locale (5), +.BR locale (7) +.SH COLOPHON +This page is part of release 3.68 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/man1/time.1 b/original/man1/time.1 index 18728850..68e6c964 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.67 of the Linux +This page is part of release 3.68 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 da2f7b5c..d38652f5 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.67 of the Linux +This page is part of release 3.68 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 9c0cbe5d..694740d9 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.67 of the Linux +This page is part of release 3.68 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 1798984c..831a8363 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.67 of the Linux +This page is part of release 3.68 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 82cf57cc..007b8fe1 100644 --- a/original/man2/access.2 +++ b/original/man2/access.2 @@ -381,7 +381,7 @@ is honored .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 6784815e..1ebdd266 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.67 of the Linux +This page is part of release 3.68 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 f6907622..4afd81d9 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.67 of the Linux +This page is part of release 3.68 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 0951fc31..b687ad73 100644 --- a/original/man2/adjtimex.2 +++ b/original/man2/adjtimex.2 @@ -34,13 +34,16 @@ .\" commit 094aa1881fdc1b8889b442eb3511b31f3ec2b762 .\" Author: Richard Cochran .\" -.TH ADJTIMEX 2 2013-08-07 "Linux" "Linux Programmer's Manual" +.TH ADJTIMEX 2 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME adjtimex \- tune kernel clock .SH SYNOPSIS +.nf +.BR "#define _BSD_SOURCE" " /* See feature_test_macros(7) */" .B #include -.sp + .BI "int adjtimex(struct timex *" "buf" ); +.fi .SH DESCRIPTION Linux uses David L. Mills' clock adjustment algorithm (see RFC\ 1305). The system call @@ -161,7 +164,7 @@ method of adjusting the system clock. .BR time (7), .BR adjtimex (8) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 e8d786f9..f3684e3a 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.67 of the Linux +This page is part of release 3.68 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 2394a63a..ebdffed2 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.67 of the Linux +This page is part of release 3.68 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 70ba1af2..5a539b2b 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.67 of the Linux +This page is part of release 3.68 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 6c41771b..54d2bc63 100644 --- a/original/man2/bdflush.2 +++ b/original/man2/bdflush.2 @@ -121,7 +121,7 @@ intended to be portable. .BR sync (2), .BR sync (8) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 38cb4b37..d4add9a0 100644 --- a/original/man2/bind.2 +++ b/original/man2/bind.2 @@ -341,7 +341,7 @@ main(int argc, char *argv[]) .BR socket (7), .BR unix (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 4ee2a221..2e057c4e 100644 --- a/original/man2/brk.2 +++ b/original/man2/brk.2 @@ -167,7 +167,7 @@ return the old break value. .BR end (3), .BR malloc (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 d16eecba..1fcdbb7e 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.67 of the Linux +This page is part of release 3.68 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 caf6fb34..1578710c 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.67 of the Linux +This page is part of release 3.68 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 d97f00ed..c273d200 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.67 of the Linux +This page is part of release 3.68 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 e3a46ad8..5855579f 100644 --- a/original/man2/chmod.2 +++ b/original/man2/chmod.2 @@ -352,7 +352,7 @@ argument. .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 3f1c6e05..d4b8231d 100644 --- a/original/man2/chown.2 +++ b/original/man2/chown.2 @@ -478,7 +478,7 @@ main(int argc, char *argv[]) .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 35e9b2a8..349276ff 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.67 of the Linux +This page is part of release 3.68 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 3b5a0874..ea4ff54a 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.67 of the Linux +This page is part of release 3.68 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 3903adcd..040edad7 100644 --- a/original/man2/clock_nanosleep.2 +++ b/original/man2/clock_nanosleep.2 @@ -253,7 +253,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.67 of the Linux +This page is part of release 3.68 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 efc9fb53..9d570f43 100644 --- a/original/man2/clone.2 +++ b/original/man2/clone.2 @@ -42,7 +42,7 @@ .\" FIXME Document CLONE_NEWUSER, which is new in 2.6.23 .\" (also supported for unshare()?) .\" -.TH CLONE 2 2014-02-27 "Linux" "Linux Programmer's Manual" +.TH CLONE 2 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME clone, __clone2 \- create a child process .SH SYNOPSIS @@ -887,7 +887,8 @@ will be set appropriately. .SH ERRORS .TP .B EAGAIN -Too many processes are already running. +Too many processes are already running; see +.BR fork (2). .TP .B EINVAL .B CLONE_SIGHAND @@ -1182,7 +1183,7 @@ main(int argc, char *argv[]) .BR capabilities (7), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 03ef86a4..738e240b 100644 --- a/original/man2/close.2 +++ b/original/man2/close.2 @@ -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.67 of the Linux +This page is part of release 3.68 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 e86344ef..9f413f38 100644 --- a/original/man2/connect.2 +++ b/original/man2/connect.2 @@ -275,7 +275,7 @@ is shown in .BR socket (2), .BR path_resolution (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 d719391d..09816432 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.67 of the Linux +This page is part of release 3.68 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 040cad75..5b8fc142 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.67 of the Linux +This page is part of release 3.68 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 80a8fdec..676106e3 100644 --- a/original/man2/dup.2 +++ b/original/man2/dup.2 @@ -209,7 +209,7 @@ first. .BR fcntl (2), .BR open (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 f683c5a7..9605897d 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.67 of the Linux +This page is part of release 3.68 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 955ebba4..4b2290f0 100644 --- a/original/man2/epoll_ctl.2 +++ b/original/man2/epoll_ctl.2 @@ -256,7 +256,7 @@ should specify a non-null pointer in .BR poll (2), .BR epoll (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 bac81530..8bcd36fb 100644 --- a/original/man2/epoll_wait.2 +++ b/original/man2/epoll_wait.2 @@ -231,7 +231,7 @@ this means that timeouts greater than 35.79 minutes are treated as infinity. .BR epoll_ctl (2), .BR epoll (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 0268a4ae..fd4e7a79 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.67 of the Linux +This page is part of release 3.68 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 ffa9a904..e29979ad 100644 --- a/original/man2/execve.2 +++ b/original/man2/execve.2 @@ -669,7 +669,7 @@ argv[4]: world .BR path_resolution (7), .BR ld.so (8) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 37d58b23..e75fe769 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.67 of the Linux +This page is part of release 3.68 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 053cc8fb..4496ae9d 100644 --- a/original/man2/fallocate.2 +++ b/original/man2/fallocate.2 @@ -376,7 +376,7 @@ is Linux-specific. .BR posix_fadvise (3), .BR posix_fallocate (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 552e82c7..f8bbff62 100644 --- a/original/man2/fanotify_init.2 +++ b/original/man2/fanotify_init.2 @@ -253,7 +253,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.67 of the Linux +This page is part of release 3.68 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 0e2c7be6..1b11194c 100644 --- a/original/man2/fanotify_mark.2 +++ b/original/man2/fanotify_mark.2 @@ -333,7 +333,7 @@ is not checked for invalid values. .BR fanotify_init (2), .BR fanotify (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 e6632cd3..7389358e 100644 --- a/original/man2/fcntl.2 +++ b/original/man2/fcntl.2 @@ -1361,7 +1361,7 @@ directory, and is called .IR mandatory.txt ) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 bc7141c8..7ea4970a 100644 --- a/original/man2/flock.2 +++ b/original/man2/flock.2 @@ -214,7 +214,7 @@ in the Linux kernel source tree .RI ( Documentation/locks.txt in older kernels) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 00d19670..07e08dd9 100644 --- a/original/man2/fork.2 +++ b/original/man2/fork.2 @@ -36,7 +36,7 @@ .\" Greatly expanded, to describe all attributes that differ .\" parent and child. .\" -.TH FORK 2 2014-05-12 "Linux" "Linux Programmer's Manual" +.TH FORK 2 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME fork \- create a child process .SH SYNOPSIS @@ -185,14 +185,22 @@ cannot allocate sufficient memory to copy the parent's page tables and allocate a task structure for the child. .TP .B EAGAIN -It was not possible to create a new process because the caller's -.B RLIMIT_NPROC -resource limit was encountered. -To exceed this limit, the process must have either the -.B CAP_SYS_ADMIN -or the -.B CAP_SYS_RESOURCE -capability. +\" NOTE! The following should match the description in pthread_create(3) +A system-imposed limit on the number of threads was encountered. +There are a number of limits that may trigger this error: the +.BR RLIMIT_NPROC +soft resource limit (set via +.BR setrlimit (2)), +which limits the number of processes and threads for a real user ID, +was reached; +the kernel's system-wide limit on the number of processes and threads, +.IR /proc/sys/kernel/threads-max , +was reached (see +.BR proc (5)); +or the maximum number of PIDs, +.IR /proc/sys/kernel/pid_max , +was reached (see +.BR proc (5)). .TP .B EAGAIN The caller is operating under the @@ -260,7 +268,7 @@ and .BR capabilities (7), .BR credentials (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 90719365..bfd5df18 100644 --- a/original/man2/fsync.2 +++ b/original/man2/fsync.2 @@ -168,7 +168,7 @@ to guarantee safe operation. .BR mount (8), .BR sync (8) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 a979d2fe..086b25e8 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.67 of the Linux +This page is part of release 3.68 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 56a2d143..09f9b3a1 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.67 of the Linux +This page is part of release 3.68 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 fd1446c4..c018156e 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.67 of the Linux +This page is part of release 3.68 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 24a16418..08e9473f 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.67 of the Linux +This page is part of release 3.68 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 c051bb4c..926367e7 100644 --- a/original/man2/get_robust_list.2 +++ b/original/man2/get_robust_list.2 @@ -136,7 +136,7 @@ and in the Linux kernel source tree .\" http://lwn.net/Articles/172149/ .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 88ae727b..535908ca 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.67 of the Linux +This page is part of release 3.68 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 421916d0..5a708829 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.67 of the Linux +This page is part of release 3.68 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 6b8bd27e..ad2fa516 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.67 of the Linux +This page is part of release 3.68 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 4753f654..68791bd4 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.67 of the Linux +This page is part of release 3.68 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 ebb5f9a0..d8472691 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.67 of the Linux +This page is part of release 3.68 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 0c6f26ce..6b22dad2 100644 --- a/original/man2/getgroups.2 +++ b/original/man2/getgroups.2 @@ -183,7 +183,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.67 of the Linux +This page is part of release 3.68 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 ce57c711..9e94075c 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.67 of the Linux +This page is part of release 3.68 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 8f81e669..7eade5ac 100644 --- a/original/man2/getitimer.2 +++ b/original/man2/getitimer.2 @@ -244,7 +244,7 @@ error. .BR timerfd_create (2), .BR time (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 8b89215c..c34fd99d 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.67 of the Linux +This page is part of release 3.68 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 9b7477a2..dd54eebe 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.67 of the Linux +This page is part of release 3.68 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 dea04c82..0c6dab03 100644 --- a/original/man2/getpid.2 +++ b/original/man2/getpid.2 @@ -108,7 +108,7 @@ via the glibc wrapper function. .BR tmpnam (3), .BR credentials (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 29e65d1a..78dc24af 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.67 of the Linux +This page is part of release 3.68 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/getresuid.2 b/original/man2/getresuid.2 index 612b2827..e51346f0 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.67 of the Linux +This page is part of release 3.68 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 f2199426..2c9a1161 100644 --- a/original/man2/getrlimit.2 +++ b/original/man2/getrlimit.2 @@ -61,7 +61,7 @@ .\" 2008-05-07, mtk / Peter Zijlstra, Added description of RLIMIT_RTTIME .\" 2010-11-06, mtk: Added documentation of prlimit() .\" -.TH GETRLIMIT 2 2014-01-22 "Linux" "Linux Programmer's Manual" +.TH GETRLIMIT 2 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME getrlimit, setrlimit, prlimit \- get/set resource limits .SH SYNOPSIS @@ -300,6 +300,11 @@ Upon encountering this limit, .BR fork (2) fails with the error .BR EAGAIN . +This limit is not enforced for processes that have either the +.B CAP_SYS_ADMIN +or the +.B CAP_SYS_RESOURCE +capability. .TP .B RLIMIT_RSS Specifies the limit (in pages) of the process's resident set @@ -677,7 +682,7 @@ main(int argc, char *argv[]) .BR capabilities (7), .BR signal (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 e2fe3f5c..2c30ee37 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.67 of the Linux +This page is part of release 3.68 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 4fc76a97..e07d5143 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.67 of the Linux +This page is part of release 3.68 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 4f9cba75..9dd8dd97 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.67 of the Linux +This page is part of release 3.68 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 2e21974c..bc0f78d4 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.67 of the Linux +This page is part of release 3.68 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 9464d58d..32da3682 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.67 of the Linux +This page is part of release 3.68 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 ee9d3bf6..17517a0c 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.67 of the Linux +This page is part of release 3.68 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 f71b0896..84531d1b 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.67 of the Linux +This page is part of release 3.68 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 c9b9bf0c..8a23b3c9 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.67 of the Linux +This page is part of release 3.68 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 1e01ea83..e8b13849 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.67 of the Linux +This page is part of release 3.68 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 0db3d3cf..38bf58cc 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.67 of the Linux +This page is part of release 3.68 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 dbcf024d..0d2f014c 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.67 of the Linux +This page is part of release 3.68 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 07992787..74272723 100644 --- a/original/man2/inotify_add_watch.2 +++ b/original/man2/inotify_add_watch.2 @@ -124,7 +124,7 @@ This system call is Linux-specific. .BR inotify_rm_watch (2), .BR inotify (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 36ea5892..e9088c61 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.67 of the Linux +This page is part of release 3.68 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 08e44b81..07e4dbe3 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.67 of the Linux +This page is part of release 3.68 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 1361d51b..6c6c9013 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.67 of the Linux +This page is part of release 3.68 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 2d63f7e3..cc52809e 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.67 of the Linux +This page is part of release 3.68 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 c69a0d7f..0752ba90 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.67 of the Linux +This page is part of release 3.68 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 1330ef02..54d2e0d9 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.67 of the Linux +This page is part of release 3.68 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 fca1ba33..1747288a 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.67 of the Linux +This page is part of release 3.68 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 82eca22c..d5d3fefb 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.67 of the Linux +This page is part of release 3.68 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 8f241f2a..ac26d943 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.67 of the Linux +This page is part of release 3.68 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 0f88fc9d..d0dc2999 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.67 of the Linux +This page is part of release 3.68 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 e0e59f6c..2a114e3f 100644 --- a/original/man2/ioperm.2 +++ b/original/man2/ioperm.2 @@ -123,7 +123,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.67 of the Linux +This page is part of release 3.68 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 7ac4e5be..c176df30 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.67 of the Linux +This page is part of release 3.68 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 10131836..6bc6d1ac 100644 --- a/original/man2/ioprio_set.2 +++ b/original/man2/ioprio_set.2 @@ -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.67 of the Linux +This page is part of release 3.68 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 0ab5102b..e24a45f2 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.67 of the Linux +This page is part of release 3.68 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 d3c01c8d..993c35af 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.67 of the Linux +This page is part of release 3.68 of the Linux .I man-pages project. A description of the project, diff --git a/original/man2/kexec_load.2 b/original/man2/kexec_load.2 index 5c031019..9a4d2d2f 100644 --- a/original/man2/kexec_load.2 +++ b/original/man2/kexec_load.2 @@ -160,7 +160,7 @@ This system call is available only if the kernel was configured with .BR reboot (2), .BR syscall (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 22ec382c..ee75e557 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.67 of the Linux +This page is part of release 3.68 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 e07f29dd..228ad85b 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.67 of the Linux +This page is part of release 3.68 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 c13bc8ae..af6b013b 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.67 of the Linux +This page is part of release 3.68 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 337a9d3c..b24ec519 100644 --- a/original/man2/link.2 +++ b/original/man2/link.2 @@ -398,7 +398,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.67 of the Linux +This page is part of release 3.68 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 eff2383a..af95fdfe 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.67 of the Linux +This page is part of release 3.68 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 bca70774..6e2a1598 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.67 of the Linux +This page is part of release 3.68 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 17c710c2..fd332cab 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.67 of the Linux +This page is part of release 3.68 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 816dd3b4..bfd0ee23 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.67 of the Linux +This page is part of release 3.68 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 f4f10047..93efb3d0 100644 --- a/original/man2/lseek.2 +++ b/original/man2/lseek.2 @@ -267,7 +267,7 @@ subject to race conditions. .BR lseek64 (3), .BR posix_fallocate (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 622ab350..2eab911c 100644 --- a/original/man2/madvise.2 +++ b/original/man2/madvise.2 @@ -379,7 +379,7 @@ from the system call, as it should). .BR prctl (2), .BR core (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 79c026b7..cc167669 100644 --- a/original/man2/mbind.2 +++ b/original/man2/mbind.2 @@ -466,7 +466,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.67 of the Linux +This page is part of release 3.68 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 08692987..e3acd564 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.67 of the Linux +This page is part of release 3.68 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 cfe3c253..c0d0606b 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.67 of the Linux +This page is part of release 3.68 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 0bd08d33..b4505cdc 100644 --- a/original/man2/mkdir.2 +++ b/original/man2/mkdir.2 @@ -232,7 +232,7 @@ Some of these affect .BR unlink (2), .BR path_resolution (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 8478c84c..f1831ee8 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.67 of the Linux +This page is part of release 3.68 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 b4080cbe..2a8320f6 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.67 of the Linux +This page is part of release 3.68 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 3c54d154..a68c9475 100644 --- a/original/man2/mmap.2 +++ b/original/man2/mmap.2 @@ -733,7 +733,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.67 of the Linux +This page is part of release 3.68 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 dfc3abac..675a6b42 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.67 of the Linux +This page is part of release 3.68 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 7dff485b..83c463c7 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.67 of the Linux +This page is part of release 3.68 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 52d2e52d..af7a06f6 100644 --- a/original/man2/mount.2 +++ b/original/man2/mount.2 @@ -487,7 +487,7 @@ for details. .BR mount (8), .BR umount (8) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 d2a4e9b8..120e54f7 100644 --- a/original/man2/move_pages.2 +++ b/original/man2/move_pages.2 @@ -233,7 +233,7 @@ or a similar package. .BR migratepages (8), .BR numastat (8) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 d349db64..5b4b004c 100644 --- a/original/man2/mprotect.2 +++ b/original/man2/mprotect.2 @@ -227,7 +227,7 @@ main(int argc, char *argv[]) .BR mmap (2), .BR sysconf (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 673cc5c6..22455bc8 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.67 of the Linux +This page is part of release 3.68 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 d884a82b..4f2fb0d7 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.67 of the Linux +This page is part of release 3.68 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 4da56574..a89559c2 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.67 of the Linux +This page is part of release 3.68 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 820b372f..cb6eb809 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.67 of the Linux +This page is part of release 3.68 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 b7ee05bc..7a30096e 100644 --- a/original/man2/msgop.2 +++ b/original/man2/msgop.2 @@ -582,7 +582,7 @@ in Linux 3.14. .BR mq_overview (7), .BR svipc (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 97f67bc4..6c98f461 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.67 of the Linux +This page is part of release 3.68 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 f4b66f40..98c78422 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.67 of the Linux +This page is part of release 3.68 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 6227d37d..e4de0be5 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.67 of the Linux +This page is part of release 3.68 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 09ff2cb5..7d976894 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.67 of the Linux +This page is part of release 3.68 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 8f2511eb..b67e1ed9 100644 --- a/original/man2/open.2 +++ b/original/man2/open.2 @@ -1479,7 +1479,7 @@ functionality. .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 1df49834..7c8dbeac 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.67 of the Linux +This page is part of release 3.68 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 4c8213ca..fc02e4cb 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.67 of the Linux +This page is part of release 3.68 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 075e3ba2..5429f56b 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.67 of the Linux +This page is part of release 3.68 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 a033b4e7..c077a71f 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.67 of the Linux +This page is part of release 3.68 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 10ca15b5..54ff3463 100644 --- a/original/man2/perf_event_open.2 +++ b/original/man2/perf_event_open.2 @@ -2656,7 +2656,7 @@ main(int argc, char **argv) .BR prctl (2), .BR read (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 d6310cb1..ac3b6c37 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.67 of the Linux +This page is part of release 3.68 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 254cec5c..5ed8fa7b 100644 --- a/original/man2/personality.2 +++ b/original/man2/personality.2 @@ -75,7 +75,7 @@ The kernel was unable to change the personality. is Linux-specific and should not be used in programs intended to be portable. .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 6091b5b2..f035109f 100644 --- a/original/man2/pipe.2 +++ b/original/man2/pipe.2 @@ -233,7 +233,7 @@ main(int argc, char *argv[]) .BR popen (3), .BR pipe (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 8e2f391c..5a31adab 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.67 of the Linux +This page is part of release 3.68 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 a7a5f874..a96ac873 100644 --- a/original/man2/poll.2 +++ b/original/man2/poll.2 @@ -383,7 +383,7 @@ BUGS section of .BR select_tut (2), .BR time (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 478b1a11..b918f455 100644 --- a/original/man2/posix_fadvise.2 +++ b/original/man2/posix_fadvise.2 @@ -195,7 +195,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.67 of the Linux +This page is part of release 3.68 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 962ec736..63d36b3b 100644 --- a/original/man2/prctl.2 +++ b/original/man2/prctl.2 @@ -1083,7 +1083,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.67 of the Linux +This page is part of release 3.68 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 7be04cfa..9dedcca6 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.67 of the Linux +This page is part of release 3.68 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 f5b96ab0..80b74c86 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.67 of the Linux +This page is part of release 3.68 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 79b10765..92e3cf53 100644 --- a/original/man2/ptrace.2 +++ b/original/man2/ptrace.2 @@ -2091,7 +2091,7 @@ attach.) .BR capabilities (7), .BR signal (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 f16a39b3..5e5971c0 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.67 of the Linux +This page is part of release 3.68 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 05ce68e6..66a54654 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.67 of the Linux +This page is part of release 3.68 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 82de5845..2a9dcdbf 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.67 of the Linux +This page is part of release 3.68 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 57cf21fc..d8691e95 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.67 of the Linux +This page is part of release 3.68 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 e506b417..e3c867c9 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.67 of the Linux +This page is part of release 3.68 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 8a7bd2b2..a43fe6ea 100644 --- a/original/man2/readlink.2 +++ b/original/man2/readlink.2 @@ -318,7 +318,7 @@ main(int argc, char *argv[]) .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 d4b3c327..12dbe6ce 100644 --- a/original/man2/readv.2 +++ b/original/man2/readv.2 @@ -286,7 +286,7 @@ nwritten = writev(STDOUT_FILENO, iov, 2); .BR read (2), .BR write (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 f8b225e7..0a6f63d0 100644 --- a/original/man2/reboot.2 +++ b/original/man2/reboot.2 @@ -202,7 +202,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.67 of the Linux +This page is part of release 3.68 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 99726433..21869b86 100644 --- a/original/man2/recv.2 +++ b/original/man2/recv.2 @@ -535,7 +535,7 @@ is shown in .BR sockatmark (3), .BR socket (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 99fce4d4..8cd462cd 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.67 of the Linux +This page is part of release 3.68 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 253d2746..1d6fb9b2 100644 --- a/original/man2/remap_file_pages.2 +++ b/original/man2/remap_file_pages.2 @@ -25,7 +25,7 @@ .\" 2003-12-10 Initial creation, Michael Kerrisk .\" 2004-10-28 aeb, corrected prototype, prot must be 0 .\" -.TH REMAP_FILE_PAGES 2 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH REMAP_FILE_PAGES 2 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME remap_file_pages \- create a nonlinear file mapping .SH SYNOPSIS @@ -34,7 +34,7 @@ remap_file_pages \- create a nonlinear file mapping .B #include .sp .BI "int remap_file_pages(void *" addr ", size_t " size ", int " prot , -.BI " ssize_t " pgoff ", int " flags ); +.BI " size_t " pgoff ", int " flags ); .fi .SH DESCRIPTION The @@ -173,7 +173,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.67 of the Linux +This page is part of release 3.68 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 7fa20dc1..82ed31ec 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.67 of the Linux +This page is part of release 3.68 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 343df6ce..3882dacc 100644 --- a/original/man2/rename.2 +++ b/original/man2/rename.2 @@ -431,7 +431,7 @@ for a similar problem. .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 c53058ff..5ce58490 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.67 of the Linux +This page is part of release 3.68 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 9a68f02b..3cc4e1a5 100644 --- a/original/man2/restart_syscall.2 +++ b/original/man2/restart_syscall.2 @@ -129,7 +129,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.67 of the Linux +This page is part of release 3.68 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 e0b82e2e..6b2afeb5 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.67 of the Linux +This page is part of release 3.68 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 3a00b508..48c9c9e1 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.67 of the Linux +This page is part of release 3.68 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 dc0bd6b2..b21f707c 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.67 of the Linux +This page is part of release 3.68 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 ae9ba8d6..4e9842a4 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.67 of the Linux +This page is part of release 3.68 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 39247f34..b3409232 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.67 of the Linux +This page is part of release 3.68 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 000b3bb9..74da3d2f 100644 --- a/original/man2/sched_setaffinity.2 +++ b/original/man2/sched_setaffinity.2 @@ -232,7 +232,7 @@ represent the CPU set bit mask. .BR cpuset (7), .BR sched (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 d0b56718..9a29a1cc 100644 --- a/original/man2/sched_setattr.2 +++ b/original/man2/sched_setattr.2 @@ -405,7 +405,7 @@ for the case described in ERRORS. .BR sched (7) .ad .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 8df336b4..459a77ca 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.67 of the Linux +This page is part of release 3.68 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 e75d1dce..8ba764df 100644 --- a/original/man2/sched_setscheduler.2 +++ b/original/man2/sched_setscheduler.2 @@ -239,7 +239,7 @@ since it always returns 0 on success. .BR sched (7) .ad .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 6e74200c..c7698d7a 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.67 of the Linux +This page is part of release 3.68 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 ebe2e7a9..b0818f81 100644 --- a/original/man2/select.2 +++ b/original/man2/select.2 @@ -597,7 +597,7 @@ main(void) For a tutorial with discussion and examples, see .BR select_tut (2). .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 81a973a6..7a25a3cb 100644 --- a/original/man2/select_tut.2 +++ b/original/man2/select_tut.2 @@ -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.67 of the Linux +This page is part of release 3.68 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 1d8ec4ec..a0e314a1 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.67 of the Linux +This page is part of release 3.68 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 b5769f4b..e13869c6 100644 --- a/original/man2/semget.2 +++ b/original/man2/semget.2 @@ -300,7 +300,7 @@ would more clearly show its function. .BR sem_overview (7), .BR svipc (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 105890b9..3cca71cd 100644 --- a/original/man2/semop.2 +++ b/original/man2/semop.2 @@ -543,7 +543,7 @@ and then increment the semaphore value by one. .BR svipc (7), .BR time (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 a0cd7bd6..9909ff24 100644 --- a/original/man2/send.2 +++ b/original/man2/send.2 @@ -469,7 +469,7 @@ is shown in .BR tcp (7), .BR udp (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 23417dbe..58ab6595 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.67 of the Linux +This page is part of release 3.68 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 a0d0e8eb..9d096873 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.67 of the Linux +This page is part of release 3.68 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 fd5c8aba..7786add0 100644 --- a/original/man2/set_mempolicy.2 +++ b/original/man2/set_mempolicy.2 @@ -24,15 +24,15 @@ .\" 2007-08-27, Lee Schermerhorn .\" more precise specification of behavior. .\" -.TH SET_MEMPOLICY 2 2008-08-15 Linux "Linux Programmer's Manual" +.TH SET_MEMPOLICY 2 2014-05-28 Linux "Linux Programmer's Manual" .SH NAME set_mempolicy \- set default NUMA memory policy for a process and its children .SH SYNOPSIS .nf .B "#include " .sp -.BI "int set_mempolicy(int " mode ", unsigned long *" nodemask , -.BI " unsigned long " maxnode ); +.BI "long set_mempolicy(int " mode ", const unsigned long *" nodemask , +.BI " unsigned long " maxnode ); .sp Link with \fI\-lnuma\fP. .fi @@ -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.67 of the Linux +This page is part of release 3.68 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 ace2efa5..25593703 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.67 of the Linux +This page is part of release 3.68 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 9eda28ef..ff49ca5f 100644 --- a/original/man2/set_tid_address.2 +++ b/original/man2/set_tid_address.2 @@ -100,7 +100,7 @@ This system call is Linux-specific. .BR clone (2), .BR futex (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 45d7d304..d2054552 100644 --- a/original/man2/seteuid.2 +++ b/original/man2/seteuid.2 @@ -129,7 +129,7 @@ and some implementations do not permit this. .BR capabilities (7), .BR credentials (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 15206481..368c1cdb 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.67 of the Linux +This page is part of release 3.68 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 91eae463..0ed8b655 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.67 of the Linux +This page is part of release 3.68 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 0a9af05e..63416e28 100644 --- a/original/man2/setgid.2 +++ b/original/man2/setgid.2 @@ -82,7 +82,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.67 of the Linux +This page is part of release 3.68 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 c1a4ba08..e46b1e47 100644 --- a/original/man2/setns.2 +++ b/original/man2/setns.2 @@ -203,7 +203,7 @@ main(int argc, char *argv[]) .BR proc (5), .BR unix (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 e3a9b724..7ef914f2 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.67 of the Linux +This page is part of release 3.68 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 83a528a5..48877f95 100644 --- a/original/man2/setresuid.2 +++ b/original/man2/setresuid.2 @@ -113,7 +113,7 @@ wrapper functions transparently deal with the variations across kernel versions. .BR capabilities (7), .BR credentials (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 70e10b38..60212f8c 100644 --- a/original/man2/setreuid.2 +++ b/original/man2/setreuid.2 @@ -167,7 +167,7 @@ wrapper functions transparently deal with the variations across kernel versions. .BR setuid (2), .BR capabilities (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 6d76944e..8727145b 100644 --- a/original/man2/setsid.2 +++ b/original/man2/setsid.2 @@ -89,7 +89,7 @@ and have the child do .BR tcgetsid (3), .BR credentials (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 8c5bd54a..506cca08 100644 --- a/original/man2/setuid.2 +++ b/original/man2/setuid.2 @@ -125,7 +125,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.67 of the Linux +This page is part of release 3.68 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 c131af5c..d3f139d0 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.67 of the Linux +This page is part of release 3.68 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 262720db..ec12a30c 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.67 of the Linux +This page is part of release 3.68 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 1ed90789..841173b9 100644 --- a/original/man2/sgetmask.2 +++ b/original/man2/sgetmask.2 @@ -83,7 +83,7 @@ or .BR sigprocmask (2), .BR signal (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 aba072bd..7d25a0b4 100644 --- a/original/man2/shmctl.2 +++ b/original/man2/shmctl.2 @@ -433,7 +433,7 @@ flag in .BR capabilities (7), .BR svipc (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 1111bd3e..244cb721 100644 --- a/original/man2/shmget.2 +++ b/original/man2/shmget.2 @@ -214,8 +214,7 @@ or greater than .BR SHMMAX . .TP .B EINVAL -(The call did not create a new segment and) -a segment for the given +A segment for the given .I key exists, but \fIsize\fP is greater than the size of that segment. @@ -349,7 +348,7 @@ would more clearly show its function. .BR shm_overview (7), .BR svipc (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 916e11e3..cf148e36 100644 --- a/original/man2/shmop.2 +++ b/original/man2/shmop.2 @@ -303,7 +303,7 @@ number of shared memory segments .BR shm_overview (7), .BR svipc (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 361f8b67..a60393a6 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.67 of the Linux +This page is part of release 3.68 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 7f0e2589..fb5d74fb 100644 --- a/original/man2/sigaction.2 +++ b/original/man2/sigaction.2 @@ -811,7 +811,7 @@ See .BR core (5), .BR signal (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 f98b06d2..4deb0486 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.67 of the Linux +This page is part of release 3.68 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 15f7323a..327cf035 100644 --- a/original/man2/signal.2 +++ b/original/man2/signal.2 @@ -295,7 +295,7 @@ provides BSD semantics. .BR sysv_signal (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 78e41d19..301743d9 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.67 of the Linux +This page is part of release 3.68 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 ceb70d71..7d5a1fe0 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.67 of the Linux +This page is part of release 3.68 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 2ef471d6..2780efe0 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.67 of the Linux +This page is part of release 3.68 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 0c859d05..b1dff22b 100644 --- a/original/man2/sigreturn.2 +++ b/original/man2/sigreturn.2 @@ -78,7 +78,7 @@ argument varies depending on the architecture. .BR signal (2), .BR signal (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 4148b38a..35758d41 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.67 of the Linux +This page is part of release 3.68 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 ffd86a0a..8de9fe8c 100644 --- a/original/man2/sigwaitinfo.2 +++ b/original/man2/sigwaitinfo.2 @@ -197,7 +197,7 @@ is a library function implemented on top of .BR signal (7), .BR time (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 3798325f..802cc88c 100644 --- a/original/man2/socket.2 +++ b/original/man2/socket.2 @@ -413,7 +413,7 @@ and reprinted in .I UNIX Programmer's Supplementary Documents Volume 1. .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 b7039b8d..2422cd70 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.67 of the Linux +This page is part of release 3.68 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 73264257..1c0d25da 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.67 of the Linux +This page is part of release 3.68 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 8e180eab..0f28c98c 100644 --- a/original/man2/splice.2 +++ b/original/man2/splice.2 @@ -228,7 +228,7 @@ See .BR tee (2), .BR vmsplice (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 10b95a21..5edd5b80 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.67 of the Linux +This page is part of release 3.68 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 d62bae1d..0c4b9372 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.67 of the Linux +This page is part of release 3.68 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 35432329..234588c0 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.67 of the Linux +This page is part of release 3.68 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 15f01893..3e551932 100644 --- a/original/man2/statfs.2 +++ b/original/man2/statfs.2 @@ -279,7 +279,7 @@ system call. .BR statvfs (2), .BR path_resolution (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 6eaf03ea..54c993a4 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.67 of the Linux +This page is part of release 3.68 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 a420003a..d0bcc65c 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.67 of the Linux +This page is part of release 3.68 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 ac1d6a3f..e4c67d24 100644 --- a/original/man2/swapon.2 +++ b/original/man2/swapon.2 @@ -34,14 +34,12 @@ .\" 2007-06-22 Ivana Varekova , mtk .\" Update text describing limit on number of swap files. .\" -.TH SWAPON 2 2014-02-26 "Linux" "Linux Programmer's Manual" +.TH SWAPON 2 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME swapon, swapoff \- start/stop swapping to file/device .SH SYNOPSIS .B #include .br -.B #include /* to find PAGE_SIZE */ -.br .B #include .sp .BI "int swapon(const char *" path ", int " swapflags ); @@ -201,7 +199,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.67 of the Linux +This page is part of release 3.68 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 3a68c6d5..470dbec9 100644 --- a/original/man2/symlink.2 +++ b/original/man2/symlink.2 @@ -256,7 +256,7 @@ If this behavior is not desired, use .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 28a12cfa..08b94ecc 100644 --- a/original/man2/sync.2 +++ b/original/man2/sync.2 @@ -122,7 +122,7 @@ large caches.) .BR fsync (2), .BR sync (8) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 2c3e87ee..67e9da51 100644 --- a/original/man2/sync_file_range.2 +++ b/original/man2/sync_file_range.2 @@ -224,7 +224,7 @@ under the name .BR msync (2), .BR sync (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 e70d26c0..77ab2d99 100644 --- a/original/man2/syscall.2 +++ b/original/man2/syscall.2 @@ -230,7 +230,7 @@ main(int argc, char *argv[]) .BR syscalls (2), .BR vdso (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 190a6aed..3e6cb71b 100644 --- a/original/man2/syscalls.2 +++ b/original/man2/syscalls.2 @@ -843,7 +843,7 @@ and similarly .BR libc (7), .BR vdso (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 3937581d..c04a6b65 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.67 of the Linux +This page is part of release 3.68 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 1caa2e2a..38f36650 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.67 of the Linux +This page is part of release 3.68 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 528ae013..483a4f57 100644 --- a/original/man2/sysinfo.2 +++ b/original/man2/sysinfo.2 @@ -94,7 +94,7 @@ glibc has one since 1.90. .SH SEE ALSO .BR proc (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 b4efe7c9..5065ca70 100644 --- a/original/man2/syslog.2 +++ b/original/man2/syslog.2 @@ -310,7 +310,7 @@ different animals. .BR syslog (3), .BR capabilities (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 77b99f5d..280587ba 100644 --- a/original/man2/tee.2 +++ b/original/man2/tee.2 @@ -198,7 +198,7 @@ main(int argc, char *argv[]) .BR splice (2), .BR vmsplice (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 e90ff61e..6e48a1dd 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.67 of the Linux +This page is part of release 3.68 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 64167848..3be9c823 100644 --- a/original/man2/timer_create.2 +++ b/original/man2/timer_create.2 @@ -420,7 +420,7 @@ main(int argc, char *argv[]) .BR signal (7), .BR time (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 b0c0977e..c7d2706d 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.67 of the Linux +This page is part of release 3.68 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 9abafaaf..9e48cf9c 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.67 of the Linux +This page is part of release 3.68 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 72cdebe2..59137cfe 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.67 of the Linux +This page is part of release 3.68 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 21e1f628..860f8ab4 100644 --- a/original/man2/timerfd_create.2 +++ b/original/man2/timerfd_create.2 @@ -551,7 +551,7 @@ main(int argc, char *argv[]) .BR epoll (7), .BR time (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 27dafd16..a671746b 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.67 of the Linux +This page is part of release 3.68 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 10f8e260..71e0df30 100644 --- a/original/man2/tkill.2 +++ b/original/man2/tkill.2 @@ -134,7 +134,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.67 of the Linux +This page is part of release 3.68 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 bac50047..bc36566b 100644 --- a/original/man2/truncate.2 +++ b/original/man2/truncate.2 @@ -258,7 +258,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.67 of the Linux +This page is part of release 3.68 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 c90acde9..cd825334 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.67 of the Linux +This page is part of release 3.68 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 00618e8d..4beb98a4 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.67 of the Linux +This page is part of release 3.68 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 7ef1ef30..3be5aa37 100644 --- a/original/man2/uname.2 +++ b/original/man2/uname.2 @@ -169,7 +169,7 @@ invoking the most recent version of the system call provided by the kernel. .BR getdomainname (2), .BR gethostname (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 daf4b02b..5b1eddf4 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.67 of the Linux +This page is part of release 3.68 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 3c56b1b7..7557684d 100644 --- a/original/man2/unlink.2 +++ b/original/man2/unlink.2 @@ -294,7 +294,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.67 of the Linux +This page is part of release 3.68 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 cd46f20f..d9fd7ebb 100644 --- a/original/man2/unshare.2 +++ b/original/man2/unshare.2 @@ -273,7 +273,7 @@ Such functionality may be added in the future, if required. .I Documentation/unshare.txt in the Linux kernel source tree .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 31efa2b7..b1d0d4c6 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.67 of the Linux +This page is part of release 3.68 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 4c519768..41c7221b 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.67 of the Linux +This page is part of release 3.68 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 ee70eed1..f33522e6 100644 --- a/original/man2/utime.2 +++ b/original/man2/utime.2 @@ -190,7 +190,7 @@ and hence does not allow a subsecond resolution. .BR futimens (3), .BR futimes (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 3f17419c..909db983 100644 --- a/original/man2/utimensat.2 +++ b/original/man2/utimensat.2 @@ -613,7 +613,7 @@ instead checks whether the .BR path_resolution (7), .BR symlink (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 cbc2ee70..0c18db8b 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.67 of the Linux +This page is part of release 3.68 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 68a9aa1d..ee78611e 100644 --- a/original/man2/vhangup.2 +++ b/original/man2/vhangup.2 @@ -67,7 +67,7 @@ intended to be portable. .BR capabilities (7), .BR init (8) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 4109b51c..44fdb2d6 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.67 of the Linux +This page is part of release 3.68 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 add4fbbd..8c7099a9 100644 --- a/original/man2/vmsplice.2 +++ b/original/man2/vmsplice.2 @@ -155,7 +155,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.67 of the Linux +This page is part of release 3.68 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 d1f36c1e..914bac79 100644 --- a/original/man2/wait.2 +++ b/original/man2/wait.2 @@ -644,7 +644,7 @@ main(int argc, char *argv[]) .BR credentials (7), .BR signal (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 06fb59f8..ddc217ff 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.67 of the Linux +This page is part of release 3.68 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 3d92b0ef1..86d98789 100644 --- a/original/man2/write.2 +++ b/original/man2/write.2 @@ -260,7 +260,7 @@ This problem was fixed in Linux 3.14. .BR writev (2), .BR fwrite (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 af97f891..b53f44fe 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.67 of the Linux +This page is part of release 3.68 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 5f53b70f..be18861a 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.67 of the Linux +This page is part of release 3.68 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 9131fdfa..49a0de71 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.67 of the Linux +This page is part of release 3.68 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 4abeabee..02fb6c0f 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.67 of the Linux +This page is part of release 3.68 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 56e7f755..ba2498ac 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.67 of the Linux +This page is part of release 3.68 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 bd80c7b6..2a104d57 100644 --- a/original/man3/a64l.3 +++ b/original/man3/a64l.3 @@ -6,13 +6,13 @@ .\" .\" Corrected, aeb, 2002-05-30 .\" -.TH A64L 3 2013-06-21 "" "Linux Programmer's Manual" +.TH A64L 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME a64l, l64a \- convert between long and base-64 .SH SYNOPSIS .B #include .sp -.BI "long a64l(char *" str64 ); +.BI "long a64l(const char *" str64 ); .sp .BI "char *l64a(long " value ); .sp @@ -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.67 of the Linux +This page is part of release 3.68 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 ebe720ab..0fee647a 100644 --- a/original/man3/abort.3 +++ b/original/man3/abort.3 @@ -83,7 +83,7 @@ SVr4, POSIX.1-2001, 4.3BSD, C89, C99. .BR longjmp (3), .BR raise (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 b6dadaef..4ab9e45a 100644 --- a/original/man3/abs.3 +++ b/original/man3/abs.3 @@ -139,7 +139,7 @@ as built-ins. .BR floor (3), .BR rint (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 9b0bb10d..f4d17756 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.67 of the Linux +This page is part of release 3.68 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 8642784f..4a8fe3cd 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.67 of the Linux +This page is part of release 3.68 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 a0962b78..9684ada4 100644 --- a/original/man3/addseverity.3 +++ b/original/man3/addseverity.3 @@ -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.67 of the Linux +This page is part of release 3.68 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 1757cb52..58c474f9 100644 --- a/original/man3/adjtime.3 +++ b/original/man3/adjtime.3 @@ -22,11 +22,13 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH ADJTIME 3 2013-10-07 "Linux" "Linux Programmer's Manual" +.TH ADJTIME 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME adjtime \- correct the time to synchronize the system clock .SH SYNOPSIS .nf +.B #include +.sp .BI "int adjtime(const struct timeval *" delta ", struct timeval *" olddelta ); .fi .sp @@ -149,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.67 of the Linux +This page is part of release 3.68 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 ab38fb81..7a390628 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.67 of the Linux +This page is part of release 3.68 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 8bb017e6..d9aea14b 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.67 of the Linux +This page is part of release 3.68 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 afed3ce1..c1c00fe9 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.67 of the Linux +This page is part of release 3.68 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 d5683280..3733b7e1 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.67 of the Linux +This page is part of release 3.68 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 0eb2ece4..868b0751 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.67 of the Linux +This page is part of release 3.68 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 7344986f..948c97b0 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.67 of the Linux +This page is part of release 3.68 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 19cc384a..d53b17cc 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.67 of the Linux +This page is part of release 3.68 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 b4e4e722..caf6ebf6 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.67 of the Linux +This page is part of release 3.68 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 58a0114c..be2449e3 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.67 of the Linux +This page is part of release 3.68 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 cd6bd1a8..0ceff224 100644 --- a/original/man3/argz_add.3 +++ b/original/man3/argz_add.3 @@ -7,7 +7,7 @@ .\" based on the description in glibc source and infopages .\" .\" Corrections and additions, aeb -.TH ARGZ_ADD 3 2007-05-18 "" "Linux Programmer's Manual" +.TH ARGZ_ADD 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME argz_add, argz_add_sep, argz_append, argz_count, argz_create, argz_create_sep, argz_delete, argz_extract, argz_insert, @@ -33,14 +33,14 @@ argz_next, argz_replace, argz_stringify \- functions to handle an argz list .BI "error_t argz_create_sep(const char *" str ", int " sep ", char **" argz , .BI " size_t *" argz_len ); .sp -.BI "error_t argz_delete(char **" argz ", size_t *" argz_len ", char *" entry ); +.BI "void argz_delete(char **" argz ", size_t *" argz_len ", char *" entry ); .sp -.BI "void argz_extract(char *" argz ", size_t " argz_len ", char **" argv ); +.BI "void argz_extract(const char *" argz ", size_t " argz_len ", char **" argv ); .sp .BI "error_t argz_insert(char **" argz ", size_t *" argz_len ", char *" before , .BI " const char *" entry ); .sp -.BI "char *argz_next(char *" argz ", size_t " argz_len ", const char *" entry ); +.BI "char *argz_next(const char *" argz ", size_t " argz_len ", const char *" entry ); .sp .BI "error_t argz_replace(char **" argz ", size_t *" argz_len \ ", const char *" str , @@ -204,7 +204,7 @@ Segmentation Faults. .SH SEE ALSO .BR envz_add (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 befa4ce3..6cb1d530 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.67 of the Linux +This page is part of release 3.68 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 e38a929e..49229ad1 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.67 of the Linux +This page is part of release 3.68 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 556534e3..b62cc9d3 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.67 of the Linux +This page is part of release 3.68 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 62c0a1cb..9f0f986e 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.67 of the Linux +This page is part of release 3.68 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 ff8eebd0..b7209253 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.67 of the Linux +This page is part of release 3.68 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 11f8180f..2e31d040 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.67 of the Linux +This page is part of release 3.68 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 43b5f6ad..bf5d40b7 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.67 of the Linux +This page is part of release 3.68 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 52c07312..7c3e9358 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.67 of the Linux +This page is part of release 3.68 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 6fc937ec..132610a2 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.67 of the Linux +This page is part of release 3.68 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 bf7b290c..9d0ad01a 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.67 of the Linux +This page is part of release 3.68 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 37f58ef5..13fa966c 100644 --- a/original/man3/atoi.3 +++ b/original/man3/atoi.3 @@ -128,7 +128,7 @@ not in libc4 or libc5. .BR strtol (3), .BR strtoul (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 55153bef..da18ceea 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.67 of the Linux +This page is part of release 3.68 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 950d48f3..7fc70c29 100644 --- a/original/man3/basename.3 +++ b/original/man3/basename.3 @@ -178,7 +178,7 @@ printf("dirname=%s, basename=%s\\n", dname, bname); .BR basename (1), .BR dirname (1) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 93e8106a..ad82b6b9 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.67 of the Linux +This page is part of release 3.68 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 6c405005..15321ac0 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.67 of the Linux +This page is part of release 3.68 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 dfd53239..0ebaa6f1 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.67 of the Linux +This page is part of release 3.68 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 6d2fa108..4ca21962 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.67 of the Linux +This page is part of release 3.68 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 f8bd091f..f73cb42a 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.67 of the Linux +This page is part of release 3.68 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 c64fdae4..0bd00c8e 100644 --- a/original/man3/bstring.3 +++ b/original/man3/bstring.3 @@ -29,7 +29,7 @@ .\" Modified 1993-04-12, David Metcalfe .\" Modified 1993-07-24, Rik Faith (faith@cs.unc.edu) .\" Modified 2002-01-20, Walter Harms -.TH BSTRING 3 2002-01-20 "" "Linux Programmer's Manual" +.TH BSTRING 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME bcmp, bcopy, bzero, memccpy, memchr, memcmp, memcpy, memfrob, memmem, memmove, memset \- byte string operations @@ -37,11 +37,11 @@ memmove, memset \- byte string operations .nf .B #include .sp -.BI "int bcmp(const void *" s1 ", const void *" s2 ", int " n ); +.BI "int bcmp(const void *" s1 ", const void *" s2 ", size_t " n ); .sp -.BI "void bcopy(const void *" src ", void *" dest ", int " n ); +.BI "void bcopy(const void *" src ", void *" dest ", size_t " n ); .sp -.BI "void bzero(void *" s ", int " n ); +.BI "void bzero(void *" s ", size_t " n ); .sp .BI "void *memccpy(void *" dest ", const void *" src ", int " c ", size_t " n ); .sp @@ -92,7 +92,7 @@ instead. .BR memmove (3), .BR memset (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 a321c6c5..4cc76adf 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.67 of the Linux +This page is part of release 3.68 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 3ad896e4..82189535 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.67 of the Linux +This page is part of release 3.68 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 d4732312..8cf75127 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.67 of the Linux +This page is part of release 3.68 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 a0c8fb47..6de3e076 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.67 of the Linux +This page is part of release 3.68 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 2356a88f..24f111f0 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.67 of the Linux +This page is part of release 3.68 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 0c2bdeca..113f4274 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.67 of the Linux +This page is part of release 3.68 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 7bcb38da..7e3fac5c 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.67 of the Linux +This page is part of release 3.68 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 71147d05..e51a356c 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.67 of the Linux +This page is part of release 3.68 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 626568d8..e4dd01d8 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.67 of the Linux +This page is part of release 3.68 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 6e49dff4..8ba9fcc4 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.67 of the Linux +This page is part of release 3.68 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 e3ba6cee..18dbf9d7 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.67 of the Linux +This page is part of release 3.68 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 84e752ea..23016102 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.67 of the Linux +This page is part of release 3.68 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 c9cf6468..9b492e0e 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.67 of the Linux +This page is part of release 3.68 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 49595265..befb50f3 100644 --- a/original/man3/catgets.3 +++ b/original/man3/catgets.3 @@ -85,7 +85,7 @@ in favor of always returning .BR catopen (3), .BR setlocale (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 0a5f951a..116da482 100644 --- a/original/man3/catopen.3 +++ b/original/man3/catopen.3 @@ -191,7 +191,7 @@ and .BR catgets (3), .BR setlocale (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 e5024740..f864c795 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.67 of the Linux +This page is part of release 3.68 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 3fa68fca..fbe95b88 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.67 of the Linux +This page is part of release 3.68 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 24d7fed7..75bc3d69 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.67 of the Linux +This page is part of release 3.68 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 fc86e43f..29bd9096 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.67 of the Linux +This page is part of release 3.68 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 8d9857ae..0d766f68 100644 --- a/original/man3/cerf.3 +++ b/original/man3/cerf.3 @@ -41,7 +41,7 @@ Not yet in glibc, as at version 2.12. .BR erf (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 106a7d28..9ddf27ad 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.67 of the Linux +This page is part of release 3.68 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 8df140be..26c25c3b 100644 --- a/original/man3/cexp2.3 +++ b/original/man3/cexp2.3 @@ -31,7 +31,7 @@ Not yet in glibc, as at version 2.17. .BR clog10 (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 2cdc39fe..a277ca17 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.67 of the Linux +This page is part of release 3.68 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 f3f3f0e9..be65a2c9 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.67 of the Linux +This page is part of release 3.68 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 9e372e7e..62cec5b7 100644 --- a/original/man3/clearenv.3 +++ b/original/man3/clearenv.3 @@ -101,7 +101,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.67 of the Linux +This page is part of release 3.68 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 4b610586..2a28db1a 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.67 of the Linux +This page is part of release 3.68 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 872f4fde..2632a9d3 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.67 of the Linux +This page is part of release 3.68 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 02d8e6aa..37dad36e 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.67 of the Linux +This page is part of release 3.68 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 59b4b0b7..c17455e5 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.67 of the Linux +This page is part of release 3.68 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 05be77c6..c0512bbf 100644 --- a/original/man3/clog2.3 +++ b/original/man3/clog2.3 @@ -43,7 +43,7 @@ Not yet in glibc, as at version 2.17. .BR clog10 (3), .BR complex (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 4261e5a8..3b682f40 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.67 of the Linux +This page is part of release 3.68 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 984c949a..85aa62ec 100644 --- a/original/man3/cmsg.3 +++ b/original/man3/cmsg.3 @@ -220,7 +220,7 @@ msg.msg_controllen = cmsg\->cmsg_len; .PP RFC\ 2292 .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 50b1432b..9958b059 100644 --- a/original/man3/confstr.3 +++ b/original/man3/confstr.3 @@ -152,7 +152,7 @@ confstr(_CS_PATH, pathbuf, n); .BR pathconf (3) .BR system (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 e5da6f13..53a7b406 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.67 of the Linux +This page is part of release 3.68 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 d97ce850..c4b5fadc 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.67 of the Linux +This page is part of release 3.68 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 cadb6958..83d79cc0 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.67 of the Linux +This page is part of release 3.68 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 d80dc34c..5fe7d028 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.67 of the Linux +This page is part of release 3.68 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 1151c83c..db7aa75e 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.67 of the Linux +This page is part of release 3.68 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 3df02dd3..0c1ccdee 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.67 of the Linux +This page is part of release 3.68 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 61bb8962..c6c1c965 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.67 of the Linux +This page is part of release 3.68 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 c6f97011..f8f336c0 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.67 of the Linux +This page is part of release 3.68 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 647ec36d..2555e6df 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.67 of the Linux +This page is part of release 3.68 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 4bbda067..025ce590 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.67 of the Linux +This page is part of release 3.68 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 cb85ac4f..0f8a7f35 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.67 of the Linux +This page is part of release 3.68 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 65274b2d..9aaf68ad 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.67 of the Linux +This page is part of release 3.68 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 999c7bd3..4d5bd078 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.67 of the Linux +This page is part of release 3.68 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 bc9e0c92..19953800 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.67 of the Linux +This page is part of release 3.68 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 662d7fd2..02f925a7 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.67 of the Linux +This page is part of release 3.68 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 15bb570e..9bf89ce4 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.67 of the Linux +This page is part of release 3.68 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 93ab1961..2cddb99b 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.67 of the Linux +This page is part of release 3.68 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 12b62cb0..58bc7141 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.67 of the Linux +This page is part of release 3.68 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 91867227..35414b7e 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.67 of the Linux +This page is part of release 3.68 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 d2944d4b..fdb9c5da 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.67 of the Linux +This page is part of release 3.68 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 1909917d..099f7ac7 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.67 of the Linux +This page is part of release 3.68 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 8c2f254d..9c903c63 100644 --- a/original/man3/dl_iterate_phdr.3 +++ b/original/man3/dl_iterate_phdr.3 @@ -32,8 +32,8 @@ dl_iterate_phdr \- walk through list of shared objects .BI "int dl_iterate_phdr(" .BI " int (*" callback ") (struct dl_phdr_info *" info , -.BI " size_t " size ", void *" data , -.BI " void *" data ; +.BI " size_t " size ", void *" data ")," +.BI " void *" data ");" .fi .SH DESCRIPTION The @@ -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.67 of the Linux +This page is part of release 3.68 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 96533555..94128103 100644 --- a/original/man3/dlopen.3 +++ b/original/man3/dlopen.3 @@ -528,7 +528,7 @@ as the example name: ld.so info pages, gcc info pages, ld info pages .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 4ed4c169..20309b7d 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.67 of the Linux +This page is part of release 3.68 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 66314454..bbde20a9 100644 --- a/original/man3/drand48.3 +++ b/original/man3/drand48.3 @@ -267,7 +267,7 @@ should be used instead. .BR rand (3), .BR random (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 cbc877c4..882a8c0c 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.67 of the Linux +This page is part of release 3.68 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 b4d78ebc..1fec281e 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.67 of the Linux +This page is part of release 3.68 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 16bc8736..2a286e70 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.67 of the Linux +This page is part of release 3.68 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 ad297026..f6d01e75 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.67 of the Linux +This page is part of release 3.68 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 b28402a5..ec65ad2d 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.67 of the Linux +This page is part of release 3.68 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 efc7ba83..dd7def62 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.67 of the Linux +This page is part of release 3.68 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 0e1fdf35..fcdb8b6a 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.67 of the Linux +This page is part of release 3.68 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 9c0d4842..8ca4c8ea 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.67 of the Linux +This page is part of release 3.68 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 a56810a5..f9a351dd 100644 --- a/original/man3/envz_add.3 +++ b/original/man3/envz_add.3 @@ -7,7 +7,7 @@ .\" based on the description in glibc source and infopages .\" .\" Corrections and additions, aeb -.TH ENVZ_ADD 3 2007-05-18 "" "Linux Programmer's Manual" +.TH ENVZ_ADD 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME envz_add, envz_entry, envz_get, envz_merge, envz_remove, envz_strip \- environment string support @@ -18,10 +18,10 @@ envz_remove, envz_strip \- environment string support .BI "error_t envz_add(char **" envz ", size_t *" envz_len , .BI " const char *" name ", const char *" value ); -.BI "char *envz_entry(const char *" envz ", size_t *" envz_len \ +.BI "char *envz_entry(const char *" envz ", size_t " envz_len \ ", const char *" name ); -.BI "char *envz_get(const char *" envz ", size_t *" envz_len \ +.BI "char *envz_get(const char *" envz ", size_t " envz_len \ ", const char *" name ); .BI "error_t envz_merge(char **" envz ", size_t *" envz_len , @@ -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.67 of the Linux +This page is part of release 3.68 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 b5c3e7a0..24cbdccb 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.67 of the Linux +This page is part of release 3.68 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 bac9ba03..1a1aa2cf 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.67 of the Linux +This page is part of release 3.68 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 7e44d6c0..4bf5f2f1 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.67 of the Linux +This page is part of release 3.68 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 26b34732..361360e1 100644 --- a/original/man3/errno.3 +++ b/original/man3/errno.3 @@ -540,7 +540,7 @@ and the declaration is needed. .BR perror (3), .BR strerror (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 850494e9..b93ee962 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.67 of the Linux +This page is part of release 3.68 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 1334a698..f7414299 100644 --- a/original/man3/ether_aton.3 +++ b/original/man3/ether_aton.3 @@ -149,7 +149,7 @@ is broken. .SH SEE ALSO .BR ethers (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 d640a8e0..72b5784b 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.67 of the Linux +This page is part of release 3.68 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 1e912e14..9be2a325 100644 --- a/original/man3/exec.3 +++ b/original/man3/exec.3 @@ -246,7 +246,7 @@ described above occurs. .BR fexecve (3), .BR environ (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 f90baaf0..35321e25 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.67 of the Linux +This page is part of release 3.68 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 bbaed4c9..cc488256 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.67 of the Linux +This page is part of release 3.68 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 e7ccd481..9bcc1a0c 100644 --- a/original/man3/exp10.3 +++ b/original/man3/exp10.3 @@ -83,7 +83,7 @@ These functions are GNU extensions. .BR log10 (3), .BR sqrt (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 2bbcb4ba..64b5c4eb 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.67 of the Linux +This page is part of release 3.68 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 d0bbabdf..16ad7ad5 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.67 of the Linux +This page is part of release 3.68 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 1b73aad2..5303bd41 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.67 of the Linux +This page is part of release 3.68 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 ef8116c4..7affac1d 100644 --- a/original/man3/fclose.3 +++ b/original/man3/fclose.3 @@ -106,7 +106,7 @@ or .BR fopen (3), .BR setbuf (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 235e968b..2edf48b9 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.67 of the Linux +This page is part of release 3.68 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 9e4cfd5d..2dc6bec8 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.67 of the Linux +This page is part of release 3.68 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 7099052a..876c02c8 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.67 of the Linux +This page is part of release 3.68 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 8cac3bf1..225ad12c 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.67 of the Linux +This page is part of release 3.68 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 4612e296..8297f4ad 100644 --- a/original/man3/fexecve.3 +++ b/original/man3/fexecve.3 @@ -137,7 +137,7 @@ prevent it from being modified by malicious users. .SH SEE ALSO .BR execve (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 d45478a0..f78e088a 100644 --- a/original/man3/fflush.3 +++ b/original/man3/fflush.3 @@ -119,7 +119,7 @@ or .BR setbuf (3), .BR unlocked_stdio (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 37413fd6..a0ffe4b3 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.67 of the Linux +This page is part of release 3.68 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 c3c02ada..6d364428 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.67 of the Linux +This page is part of release 3.68 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 043d9c20..5f4feeb7 100644 --- a/original/man3/fgetgrent.3 +++ b/original/man3/fgetgrent.3 @@ -102,7 +102,7 @@ SVr4. .BR setgrent (3), .BR group (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 4951d098..0fc7ba5c 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.67 of the Linux +This page is part of release 3.68 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 13275d73..d21be90a 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.67 of the Linux +This page is part of release 3.68 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 fdb73ca1..c8c9a2af 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.67 of the Linux +This page is part of release 3.68 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 018fb58d..ffe79a68 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.67 of the Linux +This page is part of release 3.68 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 8265003d..c53c0e09 100644 --- a/original/man3/flockfile.3 +++ b/original/man3/flockfile.3 @@ -143,7 +143,7 @@ since glibc 2.0. .SH SEE ALSO .BR unlocked_stdio (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 62b96c47..be292ba1 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.67 of the Linux +This page is part of release 3.68 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 e1f87eeb..6bad2d90 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.67 of the Linux +This page is part of release 3.68 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 22010099..00d6cb96 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.67 of the Linux +This page is part of release 3.68 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 b74c8b1c..68e7ce2c 100644 --- a/original/man3/fmemopen.3 +++ b/original/man3/fmemopen.3 @@ -342,7 +342,7 @@ main(int argc, char *argv[]) .BR fopen (3), .BR fopencookie (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 6bd70094..4cb92cc3 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.67 of the Linux +This page is part of release 3.68 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 6c15ef32..5cea3234 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.67 of the Linux +This page is part of release 3.68 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 7eefe127..8cdcd3d9 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.67 of the Linux +This page is part of release 3.68 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 1be50112..dd84dcf2 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.67 of the Linux +This page is part of release 3.68 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 f9df2a71..4165cd9b 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.67 of the Linux +This page is part of release 3.68 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 a13ed37c..63e72a28 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.67 of the Linux +This page is part of release 3.68 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 8b9c454b..8c82f6ef 100644 --- a/original/man3/fpathconf.3 +++ b/original/man3/fpathconf.3 @@ -38,7 +38,7 @@ .\" _PC_SYMLINK_MAX, .\" _PC_2_SYMLINKS .\" -.TH FPATHCONF 3 2014-03-20 "GNU" "Linux Programmer's Manual" +.TH FPATHCONF 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME fpathconf, pathconf \- get configuration values for files .SH SYNOPSIS @@ -47,7 +47,7 @@ fpathconf, pathconf \- get configuration values for files .sp .BI "long fpathconf(int " fd ", int " name ); .br -.BI "long pathconf(char *" path ", int " name ); +.BI "long pathconf(const char *" path ", int " name ); .fi .SH DESCRIPTION .BR fpathconf () @@ -184,7 +184,7 @@ memory. .BR confstr (3), .BR sysconf (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 dab4376d..d04da23c 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.67 of the Linux +This page is part of release 3.68 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 9b4b7e8e..e26158a7 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.67 of the Linux +This page is part of release 3.68 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 9d804338..0df66823 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.67 of the Linux +This page is part of release 3.68 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 c694236b..5885462e 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.67 of the Linux +This page is part of release 3.68 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 9071a1b1..5e067ca2 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.67 of the Linux +This page is part of release 3.68 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 b1af6164..cf2a293c 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.67 of the Linux +This page is part of release 3.68 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 eebe5a93..0371f141 100644 --- a/original/man3/fseek.3 +++ b/original/man3/fseek.3 @@ -39,7 +39,7 @@ .\" .\" Converted for Linux, Mon Nov 29 15:22:01 1993, faith@cs.unc.edu .\" -.TH FSEEK 3 2014-04-02 "GNU" "Linux Programmer's Manual" +.TH FSEEK 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME fgetpos, fseek, fsetpos, ftell, rewind \- reposition a stream .SH SYNOPSIS @@ -53,7 +53,7 @@ fgetpos, fseek, fsetpos, ftell, rewind \- reposition a stream .BI "int fgetpos(FILE *" stream ", fpos_t *" pos ); .br -.BI "int fsetpos(FILE *" stream ", fpos_t *" pos ); +.BI "int fsetpos(FILE *" stream ", const fpos_t *" pos ); .SH DESCRIPTION The .BR fseek () @@ -172,7 +172,7 @@ C89, C99. .BR lseek (2), .BR fseeko (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 054dc140..3631da81 100644 --- a/original/man3/fseeko.3 +++ b/original/man3/fseeko.3 @@ -110,7 +110,7 @@ but are available since glibc 2.1. .SH SEE ALSO .BR fseek (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 fa19312b..bd879995 100644 --- a/original/man3/ftime.3 +++ b/original/man3/ftime.3 @@ -100,7 +100,7 @@ glibc 2.1.1 is correct again. .BR gettimeofday (2), .BR time (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 d4bf1ae1..7808dc07 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.67 of the Linux +This page is part of release 3.68 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 514f5615..0d9e7cf1 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.67 of the Linux +This page is part of release 3.68 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 630bc6a1..6cc0bfa3 100644 --- a/original/man3/ftw.3 +++ b/original/man3/ftw.3 @@ -422,7 +422,7 @@ main(int argc, char *argv[]) .BR fts (3), .BR readdir (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 597b47b4..a0417c1c 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.67 of the Linux +This page is part of release 3.68 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 a4034fba..e861b1b6 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.67 of the Linux +This page is part of release 3.68 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 5454bdec..a2d06052 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.67 of the Linux +This page is part of release 3.68 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 6f2fa55b..cec7e248 100644 --- a/original/man3/gcvt.3 +++ b/original/man3/gcvt.3 @@ -27,14 +27,14 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 19:32:25 1993 by Rik Faith (faith@cs.unc.edu) -.TH GCVT 3 2010-09-20 "" "Linux Programmer's Manual" +.TH GCVT 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME gcvt \- convert a floating-point number to a string .SH SYNOPSIS .nf .B #include .sp -.BI "char *gcvt(double " number ", size_t " ndigit ", char *" buf ); +.BI "char *gcvt(double " number ", int " ndigit ", char *" buf ); .fi .sp .in -4n @@ -88,7 +88,7 @@ may be preferable). .BR fcvt (3), .BR sprintf (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 7231aff8..76a7b9d2 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.67 of the Linux +This page is part of release 3.68 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 233e5960..bfcf6ba5 100644 --- a/original/man3/getaddrinfo.3 +++ b/original/man3/getaddrinfo.3 @@ -835,7 +835,7 @@ main(int argc, char *argv[]) .BR hostname (7), .BR ip (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 e415adc5..ab4dc459 100644 --- a/original/man3/getaddrinfo_a.3 +++ b/original/man3/getaddrinfo_a.3 @@ -26,7 +26,7 @@ .\" References: http://people.redhat.com/drepper/asynchnl.pdf, .\" http://www.imperialviolet.org/2005/06/01/asynchronous-dns-lookups-with-glibc.html .\" -.TH GETADDRINFO_A 3 2010-09-27 "GNU" "Linux Programmer's Manual" +.TH GETADDRINFO_A 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME getaddrinfo_a, gai_suspend, gai_error, gai_cancel \- asynchronous network address and service translation @@ -38,8 +38,8 @@ network address and service translation .BI "int getaddrinfo_a(int " "mode" ", struct gaicb *" "list[]" , .BI " int " "nitems" ", struct sigevent *" "sevp" ); .sp -.BI "int gai_suspend(struct gaicb *" "list[]" ", int " "nitems" , -.BI " struct timespec *" "timeout" ); +.BI "int gai_suspend(const struct gaicb * const " "list[]" ", int " "nitems" , +.BI " const struct timespec *" "timeout" ); .sp .BI "int gai_error(struct gaicb *" "req" ); .sp @@ -605,7 +605,7 @@ main(int argc, char *argv[]) .BR ip (7), .BR sigevent (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 of the Linux .I man-pages project. A description of the project, diff --git a/original/man3/getauxval.3 b/original/man3/getauxval.3 old mode 100755 new mode 100644 index a54b8bc0..fd5c18c0 --- a/original/man3/getauxval.3 +++ b/original/man3/getauxval.3 @@ -26,7 +26,7 @@ .\" .\" FIXME glibc 2.18 added AT_HWCAP2 .\" -.TH GETAUXVAL 3 2014-04-08 "GNU" "Linux Programmer's Manual" +.TH GETAUXVAL 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME getauxval \- retrieve a value from the auxiliary vector .SH SYNOPSIS @@ -220,7 +220,7 @@ for more information. .BR vdso (7), .BR ld-linux.so (8) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 320f0890..3504e676 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.67 of the Linux +This page is part of release 3.68 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 ea481885..c13a2d1c 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.67 of the Linux +This page is part of release 3.68 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 bb12dc24..2bd17cfc 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.67 of the Linux +This page is part of release 3.68 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 07acf632..9eb68438 100644 --- a/original/man3/getdirentries.3 +++ b/original/man3/getdirentries.3 @@ -73,7 +73,7 @@ instead. .BR lseek (2), .BR open (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 ccb7d55e..70c9477e 100644 --- a/original/man3/getdtablesize.3 +++ b/original/man3/getdtablesize.3 @@ -93,7 +93,7 @@ The libc4 and libc5 versions return .BR getrlimit (2), .BR open (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 12463332..dbcc88e8 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.67 of the Linux +This page is part of release 3.68 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 5dc23554..1d99b067 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.67 of the Linux +This page is part of release 3.68 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 2a4f5b18..36148810 100644 --- a/original/man3/getgrent.3 +++ b/original/man3/getgrent.3 @@ -174,7 +174,7 @@ SVr4, 4.3BSD, POSIX.1-2001. .BR putgrent (3), .BR group (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 3f706dc6..18a9826a 100644 --- a/original/man3/getgrent_r.3 +++ b/original/man3/getgrent_r.3 @@ -188,7 +188,7 @@ main(void) .BR putgrent (3), .BR group (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 5c7929e1..8ebafe08 100644 --- a/original/man3/getgrnam.3 +++ b/original/man3/getgrnam.3 @@ -251,7 +251,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.67 of the Linux +This page is part of release 3.68 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 c09c264c..c55efc76 100644 --- a/original/man3/getgrouplist.3 +++ b/original/man3/getgrouplist.3 @@ -193,7 +193,7 @@ main(int argc, char *argv[]) .BR group (5), .BR passwd (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 158b33b3..57e3827d 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.67 of the Linux +This page is part of release 3.68 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 3980e52c..f7982c03 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.67 of the Linux +This page is part of release 3.68 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 c2c6c68f..16e0139e 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.67 of the Linux +This page is part of release 3.68 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 8014da2a..6baca727 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.67 of the Linux +This page is part of release 3.68 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 612af95f..6701c02d 100644 --- a/original/man3/getline.3 +++ b/original/man3/getline.3 @@ -177,7 +177,7 @@ main(void) .BR fread (3), .BR scanf (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 a682c984..1dddb9e8 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.67 of the Linux +This page is part of release 3.68 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 546dde29..af0d0873 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.67 of the Linux +This page is part of release 3.68 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 23deda9b..2e2ad9d8 100644 --- a/original/man3/getmntent.3 +++ b/original/man3/getmntent.3 @@ -221,7 +221,7 @@ a wrapper around the system call .BR fstab (5), .BR mount (8) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 f535cbec..9005605a 100644 --- a/original/man3/getnameinfo.3 +++ b/original/man3/getnameinfo.3 @@ -7,7 +7,7 @@ .\" 2004-12-14, mtk, Added EAI_OVERFLOW error .\" 2004-12-14 Fixed description of error return .\" -.TH GETNAMEINFO 3 2013-01-15 "GNU" "Linux Programmer's Manual" +.TH GETNAMEINFO 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME getnameinfo \- address-to-name translation in protocol-independent manner .SH SYNOPSIS @@ -16,8 +16,8 @@ getnameinfo \- address-to-name translation in protocol-independent manner .B #include .sp .BI "int getnameinfo(const struct sockaddr *" "sa" ", socklen_t " "salen" , -.BI " char *" "host" ", size_t " "hostlen" , -.BI " char *" "serv" ", size_t " "servlen" ", int " "flags" ); +.BI " char *" "host" ", socklen_t " "hostlen" , +.BI " char *" "serv" ", socklen_t " "servlen" ", int " "flags" ); .fi .sp .in -4n @@ -233,6 +233,13 @@ in recent versions of BIND's header file. The latter is a guess based on the services listed in the current Assigned Numbers RFC. + +Before glibc version 2.2, the +.I hostlen +and +.I servlen +arguments were typed as +.IR size_t . .SH EXAMPLE The following code tries to get the numeric hostname and service name, for a given socket address. @@ -306,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.67 of the Linux +This page is part of release 3.68 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 0b3a0af4..3c633009 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.67 of the Linux +This page is part of release 3.68 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 0e058d29..0e30d88a 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.67 of the Linux +This page is part of release 3.68 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 ddb8ed1a..6a806b86 100644 --- a/original/man3/getopt.3 +++ b/original/man3/getopt.3 @@ -515,7 +515,7 @@ main(int argc, char **argv) .SH SEE ALSO .BR getsubopt (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 3a17cfec..9155b293 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.67 of the Linux +This page is part of release 3.68 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 0aeedd82..a984e743 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.67 of the Linux +This page is part of release 3.68 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 71158443..205437eb 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.67 of the Linux +This page is part of release 3.68 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 75c604b5..e369e210 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.67 of the Linux +This page is part of release 3.68 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 952eadff..2ad40c62 100644 --- a/original/man3/getpw.3 +++ b/original/man3/getpw.3 @@ -112,7 +112,7 @@ It is obsoleted by .BR setpwent (3), .BR passwd (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 a68acbb2..23c27b06 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.67 of the Linux +This page is part of release 3.68 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 777580a5..17b216fb 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.67 of the Linux +This page is part of release 3.68 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 82a56f86..11a14358 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.67 of the Linux +This page is part of release 3.68 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 3e7e1d02..7f42b43b 100644 --- a/original/man3/getrpcent.3 +++ b/original/man3/getrpcent.3 @@ -5,7 +5,7 @@ .\" %%%LICENSE_END .\" .\" @(#)getrpcent.3n 2.2 88/08/02 4.0 RPCSRC; from 1.11 88/03/14 SMI -.TH GETRPCENT 3 2008-08-19 "" "Linux Programmer's Manual" +.TH GETRPCENT 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME getrpcent, getrpcbyname, getrpcbynumber, setrpcent, endrpcent \- get RPC entry @@ -15,7 +15,7 @@ RPC entry .BI "struct rpcent *getrpcent(void);" -.BI "struct rpcent *getrpcbyname(char *" name ); +.BI "struct rpcent *getrpcbyname(const char *" name ); .BI "struct rpcent *getrpcbynumber(int " number ); @@ -113,7 +113,7 @@ to be saved. .BR rpcinfo (8), .BR ypserv (8) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 18b71f34..fbe8cd8c 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.67 of the Linux +This page is part of release 3.68 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 41aa63ba..e7faa71a 100644 --- a/original/man3/getrpcport.3 +++ b/original/man3/getrpcport.3 @@ -5,13 +5,15 @@ .\" %%%LICENSE_END .\" .\" @(#)getrpcport.3r 2.2 88/08/02 4.0 RPCSRC; from 1.12 88/02/26 SMI -.TH GETRPCPORT 3 2007-12-23 "" "Linux Programmer's Manual" +.TH GETRPCPORT 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME getrpcport \- get RPC port number .SH SYNOPSIS .nf -.BI "int getrpcport(char *" host ", int " prognum ", int " versnum \ -", int " proto ); +.B "#include " +.sp +.BI "int getrpcport(const char *" host ", unsigned long " prognum \ +", unsigned long " versnum ", unsigned " proto ); .fi .SH DESCRIPTION .BR getrpcport () @@ -37,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.67 of the Linux +This page is part of release 3.68 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 85cca2de..dc4c096f 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.67 of the Linux +This page is part of release 3.68 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 310dfa87..9d4a7281 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.67 of the Linux +This page is part of release 3.68 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 70fbb908..263a067c 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.67 of the Linux +This page is part of release 3.68 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 39427e31..9b0b7e5b 100644 --- a/original/man3/getspnam.3 +++ b/original/man3/getspnam.3 @@ -5,7 +5,7 @@ .\" Distributed under GPL .\" %%%LICENSE_END .\" -.TH GETSPNAM 3 2013-04-19 "GNU" "Linux Programmer's Manual" +.TH GETSPNAM 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME getspnam, getspnam_r, getspent, getspent_r, setspent, endspent, fgetspent, fgetspent_r, sgetspent, sgetspent_r, putspent, @@ -28,7 +28,7 @@ lckpwdf, ulckpwdf \- get shadow password file entry .sp .BI "struct spwd *sgetspent(const char *" s ); .sp -.BI "int putspent(struct spwd *" p ", FILE *" fp ); +.BI "int putspent(const struct spwd *" p ", FILE *" fp ); .sp .B int lckpwdf(void); .sp @@ -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.67 of the Linux +This page is part of release 3.68 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 49af37ca..b10236f6 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.67 of the Linux +This page is part of release 3.68 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 cd8275cb..06444f77 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.67 of the Linux +This page is part of release 3.68 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 e9896b46..3fa2b469 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.67 of the Linux +This page is part of release 3.68 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 1ce9812b..cc6556c1 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.67 of the Linux +This page is part of release 3.68 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 6fd576ea..02239b22 100644 --- a/original/man3/getutent.3 +++ b/original/man3/getutent.3 @@ -28,7 +28,7 @@ .\" Modified Thu Jul 25 14:43:46 MET DST 1996 by Michael Haardt .\" .\" -.TH GETUTENT 3 2013-04-19 "" "Linux Programmer's Manual" +.TH GETUTENT 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME getutent, getutid, getutline, pututline, setutent, endutent, utmpname \- access utmp file entries @@ -37,11 +37,11 @@ utmpname \- access utmp file entries .sp .B struct utmp *getutent(void); .br -.BI "struct utmp *getutid(struct utmp *" ut ); +.BI "struct utmp *getutid(const struct utmp *" ut ); .br -.BI "struct utmp *getutline(struct utmp *" ut ); +.BI "struct utmp *getutline(const struct utmp *" ut ); .sp -.BI "struct utmp *pututline(struct utmp *" ut ); +.BI "struct utmp *pututline(const struct utmp *" ut ); .sp .B void setutent(void); .br @@ -293,7 +293,7 @@ main(int argc, char *argv[]) .BR getutmp (3), .BR utmp (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 a395e0ae..757586e2 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.67 of the Linux +This page is part of release 3.68 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 bf26226c..7bbfa327 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.67 of the Linux +This page is part of release 3.68 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 3218c3c6..69ab7dcd 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.67 of the Linux +This page is part of release 3.68 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 1dfae5a6..671654ae 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.67 of the Linux +This page is part of release 3.68 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 6515d693..a42701bb 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.67 of the Linux +This page is part of release 3.68 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 e30a35a5..a79adcd1 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.67 of the Linux +This page is part of release 3.68 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 f1b7262f..dc58c69a 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.67 of the Linux +This page is part of release 3.68 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 85caf580..2aa056a5 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.67 of the Linux +This page is part of release 3.68 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 398d031e..f7c88254 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.67 of the Linux +This page is part of release 3.68 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 f4f5f8e2..49c68d9b 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.67 of the Linux +This page is part of release 3.68 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 3f051a13..dc01ab82 100644 --- a/original/man3/iconv.3 +++ b/original/man3/iconv.3 @@ -164,7 +164,7 @@ tight restrictions on alignment. .BR iconv_close (3), .BR iconv_open (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 0c740715..a6fdb88b 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.67 of the Linux +This page is part of release 3.68 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 2a821d3f..26ec92f9 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.67 of the Linux +This page is part of release 3.68 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 a8bc1357..a621441b 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.67 of the Linux +This page is part of release 3.68 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 bd3eb3d1..42b694f7 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.67 of the Linux +This page is part of release 3.68 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 371f2388..47d35cf9 100644 --- a/original/man3/ilogb.3 +++ b/original/man3/ilogb.3 @@ -158,7 +158,7 @@ C99, POSIX.1-2001. .BR logb (3), .BR significand (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 a913ef94..a79e9090 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.67 of the Linux +This page is part of release 3.68 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 25769707..5c77bfbf 100644 --- a/original/man3/inet.3 +++ b/original/man3/inet.3 @@ -39,7 +39,7 @@ .\" Add discussion of Classful Addressing, noting that it is obsolete. .\" Added an EXAMPLE program. .\" -.TH INET 3 2014-04-19 "GNU" "Linux Programmer's Manual" +.TH INET 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME inet_aton, inet_addr, inet_network, inet_ntoa, inet_makeaddr, inet_lnaof, inet_netof \- Internet address manipulation routines @@ -57,7 +57,7 @@ inet_netof \- Internet address manipulation routines .sp .BI "char *inet_ntoa(struct in_addr " in ); .sp -.BI "struct in_addr inet_makeaddr(int " net ", int " host ); +.BI "struct in_addr inet_makeaddr(in_addr_t " net ", in_addr_t " host ); .sp .BI "in_addr_t inet_lnaof(struct in_addr " in ); .sp @@ -314,7 +314,7 @@ main(int argc, char *argv[]) .BR hosts (5), .BR networks (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 d1676bb9..a93eccc6 100644 --- a/original/man3/inet_net_pton.3 +++ b/original/man3/inet_net_pton.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH INET_NET_PTON 3 2014-04-14 "Linux" "Linux Programmer's Manual" +.TH INET_NET_PTON 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME inet_net_pton, inet_net_ntop \- Internet network number conversion .SH SYNOPSIS @@ -37,8 +37,7 @@ inet_net_pton, inet_net_ntop \- Internet network number conversion .BI " char *" pres ", size_t " psize ); .fi .sp -Link with -.IR \-lresolv . +Link with \fI\-lresolv\fP. .sp .in -4n Feature Test Macro Requirements for glibc (see @@ -331,7 +330,7 @@ Raw address: c1a80180 .in .SS Program source .nf -/* Link with -lresolv */ +/* Link with "\-lresolv" */ #include #include @@ -392,7 +391,7 @@ main(int argc, char *argv[]) .BR inet (3), .BR networks (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 a86de23d..95acae9d 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.67 of the Linux +This page is part of release 3.68 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 aeff30b2..350501ac 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.67 of the Linux +This page is part of release 3.68 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 e76c6de5..b701cb16 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.67 of the Linux +This page is part of release 3.68 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 77c7fd4b..6f756711 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.67 of the Linux +This page is part of release 3.68 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 2e479538..b341599a 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.67 of the Linux +This page is part of release 3.68 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 4a35001e..cf14025a 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.67 of the Linux +This page is part of release 3.68 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 02e8eafb..37869395 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.67 of the Linux +This page is part of release 3.68 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 c7e77fd6..dc2d5da0 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.67 of the Linux +This page is part of release 3.68 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 06ae70ba..202c1373 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.67 of the Linux +This page is part of release 3.68 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 769c5608..5ce7ea0f 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.67 of the Linux +This page is part of release 3.68 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 28ed0573..695ef17c 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.67 of the Linux +This page is part of release 3.68 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 66a09cf1..264f5fed 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.67 of the Linux +This page is part of release 3.68 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 cd75e496..729705ee 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.67 of the Linux +This page is part of release 3.68 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 0c2fb5e1..cba6cdf7 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.67 of the Linux +This page is part of release 3.68 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 ff47a1cd..a8f19434 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.67 of the Linux +This page is part of release 3.68 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 e60eb8a6..f17ff8df 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.67 of the Linux +This page is part of release 3.68 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 e6d794fc..cb65535e 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.67 of the Linux +This page is part of release 3.68 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 49169aeb..5047d7ed 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.67 of the Linux +This page is part of release 3.68 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 490526a4..c14fcdad 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.67 of the Linux +This page is part of release 3.68 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 fcb52556..dc75422a 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.67 of the Linux +This page is part of release 3.68 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 96596341..864e5dc3 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.67 of the Linux +This page is part of release 3.68 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 7a09e9dc..902ed13a 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.67 of the Linux +This page is part of release 3.68 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 4ecd029a..a67b4c6a 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.67 of the Linux +This page is part of release 3.68 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 ef13a271..95cd7405 100644 --- a/original/man3/key_setsecret.3 +++ b/original/man3/key_setsecret.3 @@ -6,22 +6,22 @@ .\" .\" I had no way the check the functions out .\" be careful -.TH KEY_SETSECRET 3 2002-07-18 "" "Linux Programmer's Manual" +.TH KEY_SETSECRET 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME key_decryptsession, key_encryptsession, key_setsecret, key_gendes, key_secretkey_is_set \- interfaces to rpc keyserver daemon .SH SYNOPSIS .B "#include " .sp -.BI "int key_decryptsession(const char *" remotename , +.BI "int key_decryptsession(char *" remotename , .BI "des_block *" deskey ); .sp -.BI "int key_encryptsession(const char *" remotename , +.BI "int key_encryptsession(char *" remotename , .BI "des_block *" deskey ); .sp .BI "int key_gendes(des_block *" deskey ); .sp -.BI "int key_setsecret(const char *" key ); +.BI "int key_setsecret(char *" key ); .sp .B "int key_secretkey_is_set(void);" .SH DESCRIPTION @@ -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.67 of the Linux +This page is part of release 3.68 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 c1767f3f..d90e671a 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.67 of the Linux +This page is part of release 3.68 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 1a61a714..94e0f60c 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.67 of the Linux +This page is part of release 3.68 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 d798f1ba..7c5dc119 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.67 of the Linux +This page is part of release 3.68 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 66756aad..92eb0db2 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.67 of the Linux +This page is part of release 3.68 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 011ce2f1..fbda0cff 100644 --- a/original/man3/lockf.3 +++ b/original/man3/lockf.3 @@ -169,7 +169,7 @@ directory, and is called .IR mandatory.txt ) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 e2aad579..df296601 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.67 of the Linux +This page is part of release 3.68 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 1a5e4f6f..327b5e01 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.67 of the Linux +This page is part of release 3.68 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 0641de08..7c4db30a 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.67 of the Linux +This page is part of release 3.68 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 8e2895f2..029ccce6 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.67 of the Linux +This page is part of release 3.68 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 f83be106..c6ca229e 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.67 of the Linux +This page is part of release 3.68 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 7cdb58b7..d02e11eb 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.67 of the Linux +This page is part of release 3.68 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 a8a8161e..df345a13 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.67 of the Linux +This page is part of release 3.68 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 93a39c8d..d8053bd0 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.67 of the Linux +This page is part of release 3.68 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 e33581e4..f4229ec2 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.67 of the Linux +This page is part of release 3.68 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 9c2f7773..18345a4a 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.67 of the Linux +This page is part of release 3.68 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 24fc9760..3b1aaa68 100644 --- a/original/man3/lseek64.3 +++ b/original/man3/lseek64.3 @@ -165,7 +165,7 @@ function is thread-safe. .BR llseek (2), .BR lseek (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 cdf0959b..ad18970d 100644 --- a/original/man3/makecontext.3 +++ b/original/man3/makecontext.3 @@ -25,7 +25,7 @@ .\" .\" 2006-08-02, mtk, Added example program .\" -.TH MAKECONTEXT 3 2014-04-14 "GNU" "Linux Programmer's Manual" +.TH MAKECONTEXT 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME makecontext, swapcontext \- manipulate user context .SH SYNOPSIS @@ -34,7 +34,7 @@ makecontext, swapcontext \- manipulate user context .BI "void makecontext(ucontext_t *" ucp ", void (*" func )(), .BI "int " argc ", ...);" .sp -.BI "int swapcontext(ucontext_t *" oucp ", ucontext_t *" ucp ); +.BI "int swapcontext(ucontext_t *" oucp ", const ucontext_t *" ucp ); .SH DESCRIPTION In a System V-like environment, one has the type \fIucontext_t\fP defined in .I @@ -231,7 +231,7 @@ main(int argc, char *argv[]) .BR getcontext (3), .BR sigsetjmp (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 c4f52fb2..dbf59f25 100644 --- a/original/man3/makedev.3 +++ b/original/man3/makedev.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH MAKEDEV 3 2012-05-10 "Linux" "Linux Programmer's Manual" +.TH MAKEDEV 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME makedev, major, minor \- manage a device number .SH SYNOPSIS @@ -31,7 +31,7 @@ makedev, major, minor \- manage a device number .BR "#define _BSD_SOURCE" " /* See feature_test_macros(7) */" .B #include -.BI "dev_t makedev(int " maj ", int " min ); +.BI "dev_t makedev(unsigned int " maj ", unsigned int " min ); .BI "unsigned int major(dev_t " dev ); .BI "unsigned int minor(dev_t " dev ); @@ -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.67 of the Linux +This page is part of release 3.68 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 530f5cf5..c5610279 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.67 of the Linux +This page is part of release 3.68 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 2ccf20ab..cfd26f76 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.67 of the Linux +This page is part of release 3.68 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 e2324239..b957411c 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.67 of the Linux +This page is part of release 3.68 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 e83bf640..987a1760 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.67 of the Linux +This page is part of release 3.68 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 2f875292..ba905098 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.67 of the Linux +This page is part of release 3.68 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 96cf20ea..62c10497 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.67 of the Linux +This page is part of release 3.68 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 9e693490..36a04a2b 100644 --- a/original/man3/malloc_trim.3 +++ b/original/man3/malloc_trim.3 @@ -23,13 +23,13 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH MALLOC_TRIM 3 2012-03-29 "Linux" "Linux Programmer's Manual" +.TH MALLOC_TRIM 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME malloc_trim \- release free memory from the top of the heap .SH SYNOPSIS .B #include -.BI "void malloc_trim(size_t " pad ); +.BI "int malloc_trim(size_t " pad ); .SH DESCRIPTION The .BR malloc_trim () @@ -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.67 of the Linux +This page is part of release 3.68 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 11abcd6d..a7f2242b 100644 --- a/original/man3/malloc_usable_size.3 +++ b/original/man3/malloc_usable_size.3 @@ -62,7 +62,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.67 of the Linux +This page is part of release 3.68 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 7ec69145..2a11c8f8 100644 --- a/original/man3/mallopt.3 +++ b/original/man3/mallopt.3 @@ -578,7 +578,7 @@ main(int argc, char *argv[]) .BR mtrace (3), .BR posix_memalign (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 8abdfc1b..feff8d68 100644 --- a/original/man3/matherr.3 +++ b/original/man3/matherr.3 @@ -427,7 +427,7 @@ main(int argc, char *argv[]) .BR math_error (7), .BR standards (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 cdf15375..71dd935f 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.67 of the Linux +This page is part of release 3.68 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 ccc3a434..8832ffe0 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.67 of the Linux +This page is part of release 3.68 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 998ff7b9..14372f4a 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.67 of the Linux +This page is part of release 3.68 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 2aca3574..5d3873ac 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.67 of the Linux +This page is part of release 3.68 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 e114e76b..920c787a 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.67 of the Linux +This page is part of release 3.68 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 17b87cab..cedebc97 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.67 of the Linux +This page is part of release 3.68 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 f96c2c46..245ec020 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.67 of the Linux +This page is part of release 3.68 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 6bd038f5..34a62905 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.67 of the Linux +This page is part of release 3.68 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 8ec143e2..be178852 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.67 of the Linux +This page is part of release 3.68 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 271afcfc..814d2960 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.67 of the Linux +This page is part of release 3.68 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 3dfc6be4..a4f9988d 100644 --- a/original/man3/memchr.3 +++ b/original/man3/memchr.3 @@ -153,7 +153,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.67 of the Linux +This page is part of release 3.68 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 6cfca3c0..b77ff276 100644 --- a/original/man3/memcmp.3 +++ b/original/man3/memcmp.3 @@ -73,7 +73,7 @@ SVr4, 4.3BSD, C89, C99, POSIX.1-2001. .BR strncmp (3), .BR wmemcmp (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 9fc64d70..d2d17e4a 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.67 of the Linux +This page is part of release 3.68 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 0194fc88..588d464d 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.67 of the Linux +This page is part of release 3.68 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 49e946c4..6d21162d 100644 --- a/original/man3/memmem.3 +++ b/original/man3/memmem.3 @@ -88,7 +88,7 @@ This is fixed in glibc 2.1. .SH SEE ALSO .BR strstr (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 4cd7dba8..ded4190c 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.67 of the Linux +This page is part of release 3.68 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 aee8e8f9..5bcc780c 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.67 of the Linux +This page is part of release 3.68 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 a4c562e2..e63ba186 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.67 of the Linux +This page is part of release 3.68 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 20a9e6e2..de83d89e 100644 --- a/original/man3/mkdtemp.3 +++ b/original/man3/mkdtemp.3 @@ -96,7 +96,7 @@ This function is present on the BSDs. .BR tmpfile (3), .BR tmpnam (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 f2d9fbc5..9a430ec9 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.67 of the Linux +This page is part of release 3.68 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 20c2defd..1576a4ee 100644 --- a/original/man3/mkstemp.3 +++ b/original/man3/mkstemp.3 @@ -237,7 +237,7 @@ for libc4, libc5, glibc1; glibc2 follows POSIX.1 and has the prototype in .BR tmpfile (3), .BR tmpnam (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 24c13463..76cbc9ad 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.67 of the Linux +This page is part of release 3.68 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 b5a88b13..aecc66b1 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.67 of the Linux +This page is part of release 3.68 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 8c6d8f26..aa5ad858 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.67 of the Linux +This page is part of release 3.68 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 b180ed09..d0df3daf 100644 --- a/original/man3/mq_close.3 +++ b/original/man3/mq_close.3 @@ -71,7 +71,7 @@ or upon .BR mq_unlink (3), .BR mq_overview (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 3d9f1c2e..9599918a 100644 --- a/original/man3/mq_getattr.3 +++ b/original/man3/mq_getattr.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH MQ_GETATTR 3 2010-08-29 "Linux" "Linux Programmer's Manual" +.TH MQ_GETATTR 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME mq_getattr, mq_setattr \- get/set message queue attributes .SH SYNOPSIS @@ -32,7 +32,7 @@ mq_getattr, mq_setattr \- get/set message queue attributes .sp .BI "int mq_getattr(mqd_t " mqdes ", struct mq_attr *" attr ); -.BI "int mq_setattr(mqd_t " mqdes ", struct mq_attr *" newattr "," +.BI "int mq_setattr(mqd_t " mqdes ", const struct mq_attr *" newattr "," .BI " struct mq_attr *" oldattr ); .fi .sp @@ -153,7 +153,7 @@ system call. .BR mq_unlink (3), .BR mq_overview (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 d9015e0c..483b570b 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.67 of the Linux +This page is part of release 3.68 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 491d33ff..0198a71d 100644 --- a/original/man3/mq_open.3 +++ b/original/man3/mq_open.3 @@ -236,7 +236,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.67 of the Linux +This page is part of release 3.68 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 35b594d3..f537ad08 100644 --- a/original/man3/mq_receive.3 +++ b/original/man3/mq_receive.3 @@ -171,7 +171,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.67 of the Linux +This page is part of release 3.68 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 e3ca3ae4..fc077c15 100644 --- a/original/man3/mq_send.3 +++ b/original/man3/mq_send.3 @@ -176,7 +176,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.67 of the Linux +This page is part of release 3.68 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 1b8b26f8..ba80e770 100644 --- a/original/man3/mq_unlink.3 +++ b/original/man3/mq_unlink.3 @@ -70,7 +70,7 @@ POSIX.1-2001. .BR mq_send (3), .BR mq_overview (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 282d3bdf..d3147c7a 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.67 of the Linux +This page is part of release 3.68 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 4573640a..1cbb6281 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.67 of the Linux +This page is part of release 3.68 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 8dc1ab80..5a20f40f 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.67 of the Linux +This page is part of release 3.68 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 8faec7ff..6f404c35 100644 --- a/original/man3/newlocale.3 +++ b/original/man3/newlocale.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH NEWLOCALE 3 2014-03-12 "Linux" "Linux Programmer's Manual" +.TH NEWLOCALE 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME newlocale, freelocale \- create, modify, and free a locale object .SH SYNOPSIS @@ -108,13 +108,22 @@ argument is a bit mask that specifies the locale categories that are to be set in a newly created locale object or modified in an existing object. The mask is constructed by a bitwise OR of the constants +.BR LC_ADDRESS_MASK , .BR LC_CTYPE_MASK , .BR LC_COLLATE_MASK , +.BR LC_IDENTIFICATION_MASK , +.BR LC_MEASUREMENT_MASK , .BR LC_MESSAGES_MASK , .BR LC_MONETARY_MASK , .BR LC_NUMERIC_MASK , +.BR LC_NAME_MASK , +.BR LC_PAPER_MASK , +.BR LC_TELEPHONE_MASK , and .BR LC_TIME_MASK . +Alternatively, the mask can be specified as +.BR LC_ALL_MASK , +which is equivalent to ORing all of the preceding constants. For each category specified in .IR category_mask , @@ -370,7 +379,7 @@ main(int argc, char *argv[]) .BR locale (5), .BR locale (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 f90bb66b..6159c6ab 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.67 of the Linux +This page is part of release 3.68 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 fa1a4064..b7431dbd 100644 --- a/original/man3/nl_langinfo.3 +++ b/original/man3/nl_langinfo.3 @@ -13,7 +13,7 @@ .\" .\" Corrected prototype, 2002-10-18, aeb .\" -.TH NL_LANGINFO 3 2010-10-03 "GNU" "Linux Programmer's Manual" +.TH NL_LANGINFO 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME nl_langinfo \- query language and locale information .SH SYNOPSIS @@ -116,8 +116,9 @@ or .SH CONFORMING TO SUSv2, POSIX.1-2001. .SH EXAMPLE -The following program sets the character type locale according to the -environment and queries the terminal character set. +The following program sets the character type and the numeric locale +according to the environment and queries the terminal character set and +the radix character. .LP .nf #include @@ -129,7 +130,9 @@ int main(int argc, char *argv[]) { setlocale(LC_CTYPE, ""); + setlocale(LC_NUMERIC, ""); printf("%s\\n", nl_langinfo(CODESET)); + printf("%s\\n", nl_langinfo(RADIXCHAR)); exit(EXIT_SUCCESS); } .fi @@ -142,7 +145,7 @@ main(int argc, char *argv[]) .br The GNU C Library Reference Manual .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 f023c5a7..5877e484 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.67 of the Linux +This page is part of release 3.68 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 05a6fd8c..78aba596 100644 --- a/original/man3/on_exit.3 +++ b/original/man3/on_exit.3 @@ -90,7 +90,7 @@ instead. .BR atexit (3), .BR exit (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 02e4ed92..763088eb 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.67 of the Linux +This page is part of release 3.68 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 5363dff1..6635d183 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.67 of the Linux +This page is part of release 3.68 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 facc10e7..0a812a99 100644 --- a/original/man3/perror.3 +++ b/original/man3/perror.3 @@ -28,7 +28,7 @@ .\" (msmith@falcon.mercer.peachnet.edu) and various other changes. .\" Modified 1996-05-16 by Martin Schulze (joey@infodrom.north.de) .\" -.TH PERROR 3 2012-04-17 "" "Linux Programmer's Manual" +.TH PERROR 3 2014-05-28 "" "Linux Programmer's Manual" .SH NAME perror \- print a system error message .SH SYNOPSIS @@ -38,11 +38,11 @@ perror \- print a system error message .sp .B #include .sp -.BI "const char *" sys_errlist []; +.BI "const char * const " sys_errlist []; .br .BI "int " sys_nerr ; .br -.BI "int " errno ; +.BI "int " errno "; /* Not really declared this way; see errno(3). */" .sp .in -4n Feature Test Macro Requirements for glibc (see @@ -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.67 of the Linux +This page is part of release 3.68 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 a443d767..e21269bd 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.67 of the Linux +This page is part of release 3.68 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 d47cec2d..9837788b 100644 --- a/original/man3/posix_fallocate.3 +++ b/original/man3/posix_fallocate.3 @@ -131,7 +131,7 @@ equals zero. .BR lseek (2), .BR posix_fadvise (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 eab4ae52..f20350fd 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.67 of the Linux +This page is part of release 3.68 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 943de099..17a229a1 100644 --- a/original/man3/posix_openpt.3 +++ b/original/man3/posix_openpt.3 @@ -112,7 +112,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.67 of the Linux +This page is part of release 3.68 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 65554c63..1109085e 100644 --- a/original/man3/pow.3 +++ b/original/man3/pow.3 @@ -367,7 +367,7 @@ in addition to the overflow or underflow exception. .BR cpow (3), .BR sqrt (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 70f2810d..e8f682a0 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.67 of the Linux +This page is part of release 3.68 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 764ceb70..f2ba527c 100644 --- a/original/man3/printf.3 +++ b/original/man3/printf.3 @@ -1092,7 +1092,7 @@ error instead of being handled gracefully. .BR wprintf (3), .BR locale (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 398bf67e..63ece581 100644 --- a/original/man3/profil.3 +++ b/original/man3/profil.3 @@ -84,7 +84,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.67 of the Linux +This page is part of release 3.68 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 2bf8fb83..5b1edb2b 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.67 of the Linux +This page is part of release 3.68 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 6c5b7e9a..a35d9218 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.67 of the Linux +This page is part of release 3.68 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 6d5584c6..cb113788 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.67 of the Linux +This page is part of release 3.68 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 b3253bdd..d109db3a 100644 --- a/original/man3/pthread_attr_setaffinity_np.3 +++ b/original/man3/pthread_attr_setaffinity_np.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_ATTR_SETAFFINITY_NP 3 2010-09-10 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETAFFINITY_NP 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_attr_setaffinity_np, pthread_attr_getaffinity_np \- set/get CPU affinity attribute in thread attributes object @@ -34,7 +34,7 @@ CPU affinity attribute in thread attributes object .BI "int pthread_attr_setaffinity_np(pthread_attr_t *" attr , .BI " size_t " cpusetsize ", const cpu_set_t *" cpuset ); -.BI "int pthread_attr_getaffinity_np(pthread_attr_t *" attr , +.BI "int pthread_attr_getaffinity_np(const pthread_attr_t *" attr , .BI " size_t " cpusetsize ", cpu_set_t *" cpuset ); .sp Compile and link with \fI\-pthread\fP. @@ -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.67 of the Linux +This page is part of release 3.68 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 5ec0d4c1..63c6b2e1 100644 --- a/original/man3/pthread_attr_setdetachstate.3 +++ b/original/man3/pthread_attr_setdetachstate.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_ATTR_SETDETACHSTATE 3 2014-04-14 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETDETACHSTATE 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_attr_setdetachstate, pthread_attr_getdetachstate \- set/get detach state attribute in thread attributes object @@ -33,7 +33,7 @@ set/get detach state attribute in thread attributes object .BI "int pthread_attr_setdetachstate(pthread_attr_t *" attr \ ", int " detachstate ); -.BI "int pthread_attr_getdetachstate(pthread_attr_t *" attr \ +.BI "int pthread_attr_getdetachstate(const pthread_attr_t *" attr \ ", int *" detachstate ); .sp Compile and link with \fI\-pthread\fP. @@ -122,7 +122,7 @@ See .BR pthread_join (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 8bc35fab..e629c3ba 100644 --- a/original/man3/pthread_attr_setguardsize.3 +++ b/original/man3/pthread_attr_setguardsize.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_ATTR_SETGUARDSIZE 3 2014-04-14 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETGUARDSIZE 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_attr_setguardsize, pthread_attr_getguardsize \- set/get guard size attribute in thread attributes object @@ -33,7 +33,7 @@ attribute in thread attributes object .BI "int pthread_attr_setguardsize(pthread_attr_t *" attr \ ", size_t " guardsize ); -.BI "int pthread_attr_getguardsize(pthread_attr_t *" attr \ +.BI "int pthread_attr_getguardsize(const pthread_attr_t *" attr \ ", size_t *" guardsize ); .sp Compile and link with \fI\-pthread\fP. @@ -171,7 +171,7 @@ See .BR pthread_create (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 162e0ce8..c5bb115c 100644 --- a/original/man3/pthread_attr_setinheritsched.3 +++ b/original/man3/pthread_attr_setinheritsched.3 @@ -33,7 +33,7 @@ inherit-scheduler attribute in thread attributes object .BI "int pthread_attr_setinheritsched(pthread_attr_t *" attr , .BI " int " inheritsched ); -.BI "int pthread_attr_getinheritsched(pthread_attr_t *" attr , +.BI "int pthread_attr_getinheritsched(const pthread_attr_t *" attr , .BI " int *" inheritsched ); .sp Compile and link with \fI\-pthread\fP. @@ -148,7 +148,7 @@ See .BR pthreads ,(7) .BR sched (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 8ab14834..452bae8b 100644 --- a/original/man3/pthread_attr_setschedparam.3 +++ b/original/man3/pthread_attr_setschedparam.3 @@ -33,7 +33,7 @@ scheduling parameter attributes in thread attributes object .BI "int pthread_attr_setschedparam(pthread_attr_t *" attr , .BI " const struct sched_param *" param ); -.BI "int pthread_attr_getschedparam(pthread_attr_t *" attr , +.BI "int pthread_attr_getschedparam(const pthread_attr_t *" attr , .BI " struct sched_param *" param ); .sp Compile and link with \fI\-pthread\fP. @@ -126,7 +126,7 @@ See .BR pthreads (7). .BR sched (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 3b3d3481..65c7910f 100644 --- a/original/man3/pthread_attr_setschedpolicy.3 +++ b/original/man3/pthread_attr_setschedpolicy.3 @@ -33,7 +33,7 @@ scheduling policy attribute in thread attributes object .BI "int pthread_attr_setschedpolicy(pthread_attr_t *" attr \ ", int " policy ); -.BI "int pthread_attr_getschedpolicy(pthread_attr_t *" attr \ +.BI "int pthread_attr_getschedpolicy(const pthread_attr_t *" attr \ ", int " *policy ); .sp Compile and link with \fI\-pthread\fP. @@ -121,7 +121,7 @@ See .BR pthreads (7), .BR sched (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 02f8bba5..4c38a3ac 100644 --- a/original/man3/pthread_attr_setscope.3 +++ b/original/man3/pthread_attr_setscope.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_ATTR_SETSCOPE 3 2014-04-21 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETSCOPE 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_attr_setscope, pthread_attr_getscope \- set/get contention scope attribute in thread attributes object @@ -33,7 +33,7 @@ attribute in thread attributes object .BI "int pthread_attr_setscope(pthread_attr_t *" attr \ ", int " scope ); -.BI "int pthread_attr_getscope(pthread_attr_t *" attr \ +.BI "int pthread_attr_getscope(const pthread_attr_t *" attr \ ", int *" scope ); .sp Compile and link with \fI\-pthread\fP. @@ -147,7 +147,7 @@ implementation-defined. .BR pthread_create (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 5142afbc..4eb4371f 100644 --- a/original/man3/pthread_attr_setstack.3 +++ b/original/man3/pthread_attr_setstack.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_ATTR_SETSTACK 3 2014-04-21 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETSTACK 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_attr_setstack, pthread_attr_getstack \- set/get stack attributes in thread attributes object @@ -33,7 +33,7 @@ attributes in thread attributes object .BI "int pthread_attr_setstack(pthread_attr_t *" attr , .BI " void *" stackaddr ", size_t " stacksize ); -.BI "int pthread_attr_getstack(pthread_attr_t *" attr , +.BI "int pthread_attr_getstack(const pthread_attr_t *" attr , .BI " void **" stackaddr ", size_t *" stacksize ); .sp Compile and link with \fI\-pthread\fP. @@ -172,7 +172,7 @@ See .BR pthread_create (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 4b9bac37..1f5aafad 100644 --- a/original/man3/pthread_attr_setstackaddr.3 +++ b/original/man3/pthread_attr_setstackaddr.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_ATTR_SETSTACKADDR 3 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETSTACKADDR 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_attr_setstackaddr, pthread_attr_getstackaddr \- set/get stack address attribute in thread attributes object @@ -33,7 +33,7 @@ set/get stack address attribute in thread attributes object .BI "int pthread_attr_setstackaddr(pthread_attr_t *" attr \ ", void *" stackaddr ); -.BI "int pthread_attr_getstackaddr(pthread_attr_t *" attr \ +.BI "int pthread_attr_getstackaddr(const pthread_attr_t *" attr \ ", void **" stackaddr ); .sp Compile and link with \fI\-pthread\fP. @@ -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.67 of the Linux +This page is part of release 3.68 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 3c9b166b..66239bd2 100644 --- a/original/man3/pthread_attr_setstacksize.3 +++ b/original/man3/pthread_attr_setstacksize.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_ATTR_SETSTACKSIZE 3 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETSTACKSIZE 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_attr_setstacksize, pthread_attr_getstacksize \- set/get stack size attribute in thread attributes object @@ -33,7 +33,7 @@ attribute in thread attributes object .BI "int pthread_attr_setstacksize(pthread_attr_t *" attr \ ", size_t " stacksize ); -.BI "int pthread_attr_getstacksize(pthread_attr_t *" attr \ +.BI "int pthread_attr_getstacksize(const pthread_attr_t *" attr \ ", size_t *" stacksize ); .sp Compile and link with \fI\-pthread\fP. @@ -123,7 +123,7 @@ See .BR pthread_create (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 4c01d46a..3dbaa24b 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.67 of the Linux +This page is part of release 3.68 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 c936cd59..4cb9a217 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.67 of the Linux +This page is part of release 3.68 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 dc5571f3..14b0ecd0 100644 --- a/original/man3/pthread_cleanup_push_defer_np.3 +++ b/original/man3/pthread_cleanup_push_defer_np.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_CLEANUP_PUSH_DEFER_NP 3 2008-12-04 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_CLEANUP_PUSH_DEFER_NP 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_cleanup_push_defer_np, pthread_cleanup_pop_restore_np \- push and pop thread cancellation clean-up handlers while saving cancelability type @@ -37,6 +37,19 @@ thread cancellation clean-up handlers while saving cancelability type .fi .sp Compile and link with \fI\-pthread\fP. +.sp +.in -4n +Feature Test Macro Requirements for glibc (see +.BR feature_test_macros (7)): +.in +.sp +.ad l +.BR pthread_cleanup_push_defer_np (), +.BR pthread_cleanup_pop_defer_np (): +.RS 4 +_GNU_SOURCE +.RE +.ad .SH DESCRIPTION These functions are the same as .BR pthread_cleanup_push (3) @@ -108,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.67 of the Linux +This page is part of release 3.68 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 b0c66bbc..bc8a4ce3 100644 --- a/original/man3/pthread_create.3 +++ b/original/man3/pthread_create.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_CREATE 3 2012-08-03 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_CREATE 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_create \- create a new thread .SH SYNOPSIS @@ -122,18 +122,25 @@ are undefined. .SH ERRORS .TP .B EAGAIN -Insufficient resources to create another thread, -or a system-imposed limit on the number of threads was encountered. -The latter case may occur in two ways: -the +Insufficient resources to create another thread. +.TP +.B EAGAIN +.\" NOTE! The following should match the description in fork(2) +A system-imposed limit on the number of threads was encountered. +There are a number of limits that may trigger this error: the .BR RLIMIT_NPROC soft resource limit (set via .BR setrlimit (2)), -which limits the number of process for a real user ID, +which limits the number of processes and threads for a real user ID, was reached; -or the kernel's system-wide limit on the number of threads, +the kernel's system-wide limit on the number of processes threads, .IR /proc/sys/kernel/threads-max , -was reached. +was reached (see +.BR proc (5)); +or the maximum number of PIDs, +.IR /proc/sys/kernel/pid_max , +was reached (see +.BR proc (5)). .TP .B EINVAL Invalid settings in @@ -380,7 +387,7 @@ main(int argc, char *argv[]) .BR pthread_self (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 266804f9..c56b2a16 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.67 of the Linux +This page is part of release 3.68 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 d0f93fdd..a1b3e94a 100644 --- a/original/man3/pthread_equal.3 +++ b/original/man3/pthread_equal.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_EQUAL 3 2009-03-30 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_EQUAL 3 2014-05-23 "Linux" "Linux Programmer's Manual" .SH NAME pthread_equal \- compare thread IDs .SH SYNOPSIS @@ -44,6 +44,11 @@ If the two thread IDs are equal, returns a nonzero value; otherwise, it returns 0. .SH ERRORS This function always succeeds. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR pthread_equal () +function is thread-safe. .SH CONFORMING TO POSIX.1-2001. .SH NOTES @@ -58,7 +63,7 @@ values. .BR pthread_self (3), .BR pthreads (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 00991d32..a18dc4db 100644 --- a/original/man3/pthread_exit.3 +++ b/original/man3/pthread_exit.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_EXIT 3 2009-03-30 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_EXIT 3 2014-05-23 "Linux" "Linux Programmer's Manual" .SH NAME pthread_exit \- terminate calling thread .SH SYNOPSIS @@ -72,6 +72,11 @@ are called. This function does not return to the caller. .SH ERRORS This function always succeeds. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR pthread_exit () +function is thread-safe. .SH CONFORMING TO POSIX.1-2001. .SH NOTES @@ -107,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.67 of the Linux +This page is part of release 3.68 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 69056fd3..3164ebc6 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.67 of the Linux +This page is part of release 3.68 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 c1e0e15a..aa3f1c39 100644 --- a/original/man3/pthread_getcpuclockid.3 +++ b/original/man3/pthread_getcpuclockid.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_GETCPUCLOCKID 3 2009-02-08 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_GETCPUCLOCKID 3 2014-05-23 "Linux" "Linux Programmer's Manual" .SH NAME pthread_getcpuclockid \- retrieve ID of a thread's CPU time clock .SH SYNOPSIS @@ -62,6 +62,11 @@ No thread with the ID could be found. .SH VERSIONS This function is available in glibc since version 2.2. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR pthread_getcpuclockid () +function is thread-safe. .SH CONFORMING TO POSIX.1-2001. .SH NOTES @@ -176,7 +181,7 @@ main(int argc, char *argv[]) .BR pthreads (7), .BR time (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 ed76cb24..369a482b 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.67 of the Linux +This page is part of release 3.68 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 c1873e8e..d72d1fe6 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.67 of the Linux +This page is part of release 3.68 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 a01b03a0..8cb9384a 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.67 of the Linux +This page is part of release 3.68 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 43de4697..03bf7988 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.67 of the Linux +This page is part of release 3.68 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 d9135389..f668e0d1 100644 --- a/original/man3/pthread_setaffinity_np.3 +++ b/original/man3/pthread_setaffinity_np.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_SETAFFINITY_NP 3 2014-05-21 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_SETAFFINITY_NP 3 2014-05-23 "Linux" "Linux Programmer's Manual" .SH NAME pthread_setaffinity_np, pthread_getaffinity_np \- set/get CPU affinity of a thread @@ -118,6 +118,13 @@ No thread with the ID could be found. .SH VERSIONS These functions are provided by glibc since version 2.3.4. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR pthread_setaffinity_np () +and +.BR pthread_getaffinity_np () +functions are thread-safe. .SH CONFORMING TO These functions are nonstandard GNU extensions; hence the suffix "_np" (nonportable) in the names. @@ -212,7 +219,7 @@ main(int argc, char *argv[]) .BR pthreads (7), .BR sched (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 f222f06d..48549f8e 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.67 of the Linux +This page is part of release 3.68 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 d67f23ab..491e1a03 100644 --- a/original/man3/pthread_setconcurrency.3 +++ b/original/man3/pthread_setconcurrency.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_SETCONCURRENCY 3 2009-04-10 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_SETCONCURRENCY 3 2014-05-23 "Linux" "Linux Programmer's Manual" .SH NAME pthread_setconcurrency, pthread_getconcurrency \- set/get the concurrency level @@ -80,6 +80,13 @@ error ("the value specified by would cause a system resource to be exceeded"). .SH VERSIONS These functions are available in glibc since version 2.1. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR pthread_setconcurrency () +and +.BR pthread_getconcurrency () +functions are thread-safe. .SH CONFORMING TO POSIX.1-2001. .SH NOTES @@ -101,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.67 of the Linux +This page is part of release 3.68 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 6ed182cf..9dcdcfe9 100644 --- a/original/man3/pthread_setname_np.3 +++ b/original/man3/pthread_setname_np.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_SETNAME_NP 3 2013-06-21 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_SETNAME_NP 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_setname_np, pthread_getname_np \- set/get the name of a thread .SH SYNOPSIS @@ -32,7 +32,7 @@ pthread_setname_np, pthread_getname_np \- set/get the name of a thread .B #include .BI "int pthread_setname_np(pthread_t " thread ", const char *" name "); .BI "int pthread_getname_np(pthread_t " thread , -.BI " const char *" name ", size_t " len ); +.BI " char *" name ", size_t " len ); .fi .sp Compile and link with \fI\-pthread\fP. @@ -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.67 of the Linux +This page is part of release 3.68 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 f57d98cb..09f8c20a 100644 --- a/original/man3/pthread_setschedparam.3 +++ b/original/man3/pthread_setschedparam.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_SETSCHEDPARAM 3 2014-05-19 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_SETSCHEDPARAM 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_setschedparam, pthread_getschedparam \- set/get scheduling policy and parameters of a thread @@ -31,10 +31,10 @@ scheduling policy and parameters of a thread .nf .B #include -.BI "pthread_setschedparam(pthread_t " thread ", int " policy , -.BI " const struct sched_param *" param ); -.BI "pthread_getschedparam(pthread_t " thread ", int *" policy , -.BI " struct sched_param *" param ); +.BI "int pthread_setschedparam(pthread_t " thread ", int " policy , +.BI " const struct sched_param *" param ); +.BI "int pthread_getschedparam(pthread_t " thread ", int *" policy , +.BI " struct sched_param *" param ); .sp Compile and link with \fI\-pthread\fP. .fi @@ -450,7 +450,7 @@ main(int argc, char *argv[]) .BR pthreads (7), .BR sched (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 2843e77d..200675d1 100644 --- a/original/man3/pthread_setschedprio.3 +++ b/original/man3/pthread_setschedprio.3 @@ -23,14 +23,14 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_SETSCHEDPRIO 3 2014-05-19 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_SETSCHEDPRIO 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_setschedprio \- set scheduling priority of a thread .SH SYNOPSIS .nf .B #include -.BI "pthread_setschedprio(pthread_t " thread ", int " prio ); +.BI "int pthread_setschedprio(pthread_t " thread ", int " prio ); .sp Compile and link with \fI\-pthread\fP. .fi @@ -108,7 +108,7 @@ in each scheduling policy, see .BR pthreads (7), .BR sched (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 d6e808f6..2783a0d2 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.67 of the Linux +This page is part of release 3.68 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 306f1624..5b35d560 100644 --- a/original/man3/pthread_sigqueue.3 +++ b/original/man3/pthread_sigqueue.3 @@ -22,11 +22,12 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_SIGQUEUE 3 2014-05-19 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_SIGQUEUE 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME pthread_sigqueue \- queue a signal and data to a thread .SH SYNOPSIS .nf +.B #include .B #include .BI "int pthread_sigqueue(pthread_t " thread ", int " sig , @@ -106,7 +107,7 @@ This function is a GNU extension. .BR pthreads (7), .BR signal (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 f004461a..6b245059 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.67 of the Linux +This page is part of release 3.68 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 992b755e..4949f50c 100644 --- a/original/man3/pthread_tryjoin_np.3 +++ b/original/man3/pthread_tryjoin_np.3 @@ -138,7 +138,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.67 of the Linux +This page is part of release 3.68 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 16f47977..220b8658 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.67 of the Linux +This page is part of release 3.68 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 76bddab8..4f86d152 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.67 of the Linux +This page is part of release 3.68 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 591535a6..db9f1f41 100644 --- a/original/man3/putenv.3 +++ b/original/man3/putenv.3 @@ -123,7 +123,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.67 of the Linux +This page is part of release 3.68 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 d724f30a..7b40b7c8 100644 --- a/original/man3/putgrent.3 +++ b/original/man3/putgrent.3 @@ -48,7 +48,7 @@ This function is a GNU extension. .BR getgrent (3), .BR group (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 2390c668..f8b33c05 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.67 of the Linux +This page is part of release 3.68 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 606ed63d..5862e939 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.67 of the Linux +This page is part of release 3.68 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 d3fd24b1..a745029c 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.67 of the Linux +This page is part of release 3.68 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 8b4a00fa..426d2ebc 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.67 of the Linux +This page is part of release 3.68 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 4fc647c0..f7f86b47 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.67 of the Linux +This page is part of release 3.68 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 4a98460a..4483f405 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.67 of the Linux +This page is part of release 3.68 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 0df372bc..b4a51b73 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.67 of the Linux +This page is part of release 3.68 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 9d35ec7e..81a69e1d 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.67 of the Linux +This page is part of release 3.68 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 fc88455f..705d0eec 100644 --- a/original/man3/random.3 +++ b/original/man3/random.3 @@ -200,7 +200,7 @@ is (as specified) set on error, but the function does not return NULL. .BR random_r (3), .BR srand (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 6089bcdb..e2b723f1 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.67 of the Linux +This page is part of release 3.68 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 7ff23ef5..52758db9 100644 --- a/original/man3/rcmd.3 +++ b/original/man3/rcmd.3 @@ -40,7 +40,7 @@ .\" .\" 2007-12-08, mtk, Converted from mdoc to man macros .\" -.TH RCMD 3 2012-04-23 "Linux" "Linux Programmer's Manual" +.TH RCMD 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME rcmd, rresvport, iruserok, ruserok, rcmd_af, rresvport_af, iruserok_af, ruserok_af \- routines for returning a @@ -49,7 +49,7 @@ stream to a remote command .nf .B #include \ \ \fP/* Or on some systems */ .sp -.BI "int rcmd(char **" ahost ", int " inport ", const char *" locuser ", " +.BI "int rcmd(char **" ahost ", unsigned short " inport ", const char *" locuser ", " .BI " const char *" remuser ", const char *" cmd ", int *" fd2p ); .sp .BI "int rresvport(int *" port ); @@ -60,13 +60,13 @@ stream to a remote command .BI "int ruserok(const char *" rhost ", int " superuser ", " .BI " const char *" ruser ", const char *" luser ); .sp -.BI "int rcmd_af(char **" ahost ", int " inport ", const char *" locuser ", " +.BI "int rcmd_af(char **" ahost ", unsigned short " inport ", const char *" locuser ", " .BI " const char *" remuser ", const char *" cmd ", int *" fd2p , .BI " sa_family_t " af ); .sp .BI "int rresvport_af(int *" port ", sa_family_t " af ); .sp -.BI "int iruserok_af(uint32_t " raddr ", int " superuser ", " +.BI "int iruserok_af(const void *" raddr ", int " superuser ", " .BI " const char *" ruser ", const char *" luser \ ", sa_family_t " af ); .sp @@ -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.67 of the Linux +This page is part of release 3.68 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 fb6be298..1c7b29b9 100644 --- a/original/man3/re_comp.3 +++ b/original/man3/re_comp.3 @@ -24,7 +24,7 @@ .\" .\" Wed Jun 14 16:10:28 BST 1995 Wilf. (G.Wilford@@ee.surrey.ac.uk) .\" -.TH RE_COMP 3 2013-06-21 "GNU" "Linux Programmer's Manual" +.TH RE_COMP 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME re_comp, re_exec \- BSD regex functions .SH SYNOPSIS @@ -34,9 +34,9 @@ re_comp, re_exec \- BSD regex functions .br .B #include .sp -.BI "char *re_comp(char *" regex ); +.BI "char *re_comp(const char *" regex ); .sp -.BI "int re_exec(char *" string ); +.BI "int re_exec(const char *" string ); .SH DESCRIPTION .BR re_comp () is used to compile the null-terminated regular expression pointed to by @@ -81,7 +81,7 @@ should be used instead. .BR regex (7), GNU regex manual .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 0c8cfded..89105818 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.67 of the Linux +This page is part of release 3.68 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 0ebd19bf..26f45387 100644 --- a/original/man3/realpath.3 +++ b/original/man3/realpath.3 @@ -230,7 +230,7 @@ needed a private version. .BR pathconf (3), .BR sysconf (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 17b73226..a8522941 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.67 of the Linux +This page is part of release 3.68 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 7ba25686..ba8254f8 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.67 of the Linux +This page is part of release 3.68 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 535de772..c84bf6f5 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.67 of the Linux +This page is part of release 3.68 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 d67e3688..d6b603e8 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.67 of the Linux +This page is part of release 3.68 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 9e2ad90c..762dfdc0 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.67 of the Linux +This page is part of release 3.68 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 ce015b31..83b5cbcd 100644 --- a/original/man3/resolver.3 +++ b/original/man3/resolver.3 @@ -29,7 +29,7 @@ .\" Modified 1993-07-25 by Rik Faith (faith@cs.unc.edu) .\" Modified 2004-10-31 by aeb .\" -.TH RESOLVER 3 2013-03-05 "GNU" "Linux Programmer's Manual" +.TH RESOLVER 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME res_init, res_query, res_search, res_querydomain, res_mkquery, res_send, dn_comp, dn_expand \- resolver routines @@ -38,7 +38,7 @@ dn_comp, dn_expand \- resolver routines .B #include .B #include .B #include -.B extern struct state _res; +.B extern struct __res_state _res; .sp .B int res_init(void); .sp @@ -60,23 +60,23 @@ dn_comp, dn_expand \- resolver routines .sp .BI "int res_mkquery(int " op ", const char *" dname ", int " class , .RS -.BI "int " type ", char *" data ", int " datalen ", struct rrec *" newrr , -.BI "char *" buf ", int " buflen ); +.BI "int " type ", const unsigned char *" data ", int " datalen , +.BI "const unsigned char *" newrr ", unsigned char *" buf ", int " buflen ); .RE .sp -.BI "int res_send(const char *" msg ", int " msglen ", char *" answer , +.BI "int res_send(const unsigned char *" msg ", int " msglen , .RS -.BI "int " anslen ); +.BI "unsigned char *" answer ", int " anslen ); .RE .sp -.BI "int dn_comp(unsigned char *" exp_dn ", unsigned char *" comp_dn , +.BI "int dn_comp(const char *" exp_dn ", unsigned char *" comp_dn , .RS .BI "int " length ", unsigned char **" dnptrs ", unsigned char **" lastdnptr ); .RE .sp -.BI "int dn_expand(unsigned char *" msg ", unsigned char *" eomorig , +.BI "int dn_expand(const unsigned char *" msg ", const unsigned char *" eomorig , .RS -.BI "unsigned char *" comp_dn ", char *" exp_dn , +.BI "const unsigned char *" comp_dn ", char *" exp_dn , .BI "int " length ); .RE .fi @@ -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.67 of the Linux +This page is part of release 3.68 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 d44f6349..b66a8a5c 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.67 of the Linux +This page is part of release 3.68 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 ad6c778c..246471b7 100644 --- a/original/man3/rexec.3 +++ b/original/man3/rexec.3 @@ -38,7 +38,7 @@ .\" .\" 2013-06-21, mtk, Converted from mdoc to man macros .\" -.TH REXEC 3 2013-09-26 "Linux" "Linux Programmer's Manual" +.TH REXEC 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME rexec, rexec_af \- return stream to a remote command .SH SYNOPSIS @@ -46,11 +46,11 @@ rexec, rexec_af \- return stream to a remote command .BR "#define _BSD_SOURCE" " /* See feature_test_macros(7) */" .B #include .sp -.BI "int rexec(char **" ahost ", int " inport ", char *" user ", " -.BI " char *" passwd ", char *" cmd ", int *" fd2p ); +.BI "int rexec(char **" ahost ", int " inport ", const char *" user ", " +.BI " const char *" passwd ", const char *" cmd ", int *" fd2p ); .sp -.BI "int rexec_af(char **" ahost ", int " inport ", char *" user ", " -.BI " char *" passwd ", char *" cmd ", int *" fd2p , +.BI "int rexec_af(char **" ahost ", int " inport ", const char *" user ", " +.BI " const char *" passwd ", const char *" cmd ", int *" fd2p , .BI " sa_family_t " af ); .fi .SH DESCRIPTION @@ -168,7 +168,7 @@ for explanations. .BR rcmd (3), .BR rexecd (8) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 c4457697..65307adb 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.67 of the Linux +This page is part of release 3.68 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 d6344aea..7776c1ce 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.67 of the Linux +This page is part of release 3.68 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 0049f4be..6d515c0c 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.67 of the Linux +This page is part of release 3.68 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 b48fe158..2b72aa38 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.67 of the Linux +This page is part of release 3.68 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 55bfb3f4..aa744535 100644 --- a/original/man3/rtime.3 +++ b/original/man3/rtime.3 @@ -9,12 +9,12 @@ .\" .\" Slightly polished, aeb, 2003-04-06 .\" -.TH RTIME 3 2014-05-10 "GNU" "Linux Programmer's Manual" +.TH RTIME 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME rtime \- get time from a remote machine .SH SYNOPSIS .nf -.B "#include " +.B "#include " .sp .BI "int rtime(struct sockaddr_in *" addrp ", struct rpc_timeval *" timep , .BI " struct rpc_timeval *" timeout ); @@ -136,7 +136,7 @@ main(void) .\" .BR rdate (1), .BR inetd (8) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 701357da..2683f9f1 100644 --- a/original/man3/rtnetlink.3 +++ b/original/man3/rtnetlink.3 @@ -124,7 +124,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.67 of the Linux +This page is part of release 3.68 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 964cbfd0..47c60f50 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.67 of the Linux +This page is part of release 3.68 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 86fd8d87..c150b76c 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.67 of the Linux +This page is part of release 3.68 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 62e6ab60..a174a4b0 100644 --- a/original/man3/scandir.3 +++ b/original/man3/scandir.3 @@ -59,7 +59,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH SCANDIR 3 2014-02-21 "GNU" "Linux Programmer's Manual" +.TH SCANDIR 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME scandir, scandirat, alphasort, versionsort \- scan a directory for matching entries @@ -73,9 +73,9 @@ a directory for matching entries .BI "int (*" compar ")(const struct dirent **, const struct dirent **));" .RE .sp -.BI "int alphasort(const void *" a ", const void *" b ); +.BI "int alphasort(const struct dirent **" a ", const struct dirent **" b ); .sp -.BI "int versionsort(const void *" a ", const void *" b ); +.BI "int versionsort(const struct dirent **" a ", const struct dirent **" b ); .BR "#include " " /* Definition of AT_* constants */" .B #include @@ -292,7 +292,7 @@ main(void) .BR strverscmp (3), .BR telldir (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 1f6e78f7..e9769484 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.67 of the Linux +This page is part of release 3.68 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 7b97247f..cca82bd3 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.67 of the Linux +This page is part of release 3.68 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 1bd159ab..4f0d236c 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.67 of the Linux +This page is part of release 3.68 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 4506c108..be652f03 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.67 of the Linux +This page is part of release 3.68 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 f0d13925..ebf5fe93 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.67 of the Linux +This page is part of release 3.68 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 9e60c01a..d30657ea 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.67 of the Linux +This page is part of release 3.68 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 fb9c9409..b1c344f1 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.67 of the Linux +This page is part of release 3.68 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 9e3de007..90e2f034 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.67 of the Linux +This page is part of release 3.68 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 37ba883a..c4161674 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.67 of the Linux +This page is part of release 3.68 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 0c7f727d..8be43ad8 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.67 of the Linux +This page is part of release 3.68 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 67c2ef85..2cb9ee81 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.67 of the Linux +This page is part of release 3.68 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 c64dd709..bca8187d 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.67 of the Linux +This page is part of release 3.68 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 17b5f841..f67825e1 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.67 of the Linux +This page is part of release 3.68 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 77698d9b..3d83619d 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.67 of the Linux +This page is part of release 3.68 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 d2396e2b..5d635de6 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.67 of the Linux +This page is part of release 3.68 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 0186c49e..5df6cd19 100644 --- a/original/man3/setlocale.3 +++ b/original/man3/setlocale.3 @@ -29,7 +29,7 @@ .\" Modified Tue Aug 24 17:11:01 1999 by Andries Brouwer (aeb@cwi.nl) .\" Modified Tue Feb 6 03:31:55 2001 by Andries Brouwer (aeb@cwi.nl) .\" -.TH SETLOCALE 3 2008-12-05 "GNU" "Linux Programmer's Manual" +.TH SETLOCALE 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME setlocale \- set the current locale .SH SYNOPSIS @@ -50,29 +50,37 @@ the program's current locale is modified according to the arguments. The argument .I category determines which parts of the program's current locale should be modified. -.TP -.B LC_ALL -for all of the locale. -.TP -.B LC_COLLATE -for regular expression matching (it determines the meaning -of range expressions and equivalence classes) and string collation. -.TP -.B LC_CTYPE -for regular expression matching, character classification, conversion, -case-sensitive comparison, and wide character functions. -.TP -.B LC_MESSAGES -for localizable natural-language messages. -.TP -.B LC_MONETARY -for monetary formatting. -.TP -.B LC_NUMERIC -for number formatting (such as the decimal point and the thousands separator). -.TP -.B LC_TIME -for time and date formatting. +.TS +lB lB +lB l. +Category Governs +LC_ALL All of the locale +LC_ADDRESS T{ +Formatting of addresses and +.br +geography-related items (*) +T} +LC_COLLATE String collation +LC_CTYPE Character classification +LC_IDENTIFICATION Metadata describing the locale (*) +LC_MEASUREMENT T{ +Settings related to measurements +.br +(metric versus US customary) (*) +T} +LC_MESSAGES Localizable natural-language messages +LC_MONETARY Formatting of monetary values +LC_NAME Formatting of salutations for persons (*) +LC_NUMERIC Formatting of nonmonetary numeric values +LC_PAPER Settings related to the standard paper size (*) +LC_TELEPHONE Formats to be used with telephone services (*) +LC_TIME Formatting of date and time values +.TE +.PP +The categories marked with an asterisk in the above table +are GNU extensions. +For further information on these locale categories, see +.BR locale (7). .PP The argument .I locale @@ -85,7 +93,7 @@ Such a string is either a well-known constant like "C" or "da_DK" .PP If .I locale -is +is an empty string, .BR """""" , each part of the locale that should be modified is set according to the environment variables. @@ -96,12 +104,7 @@ the environment variable .B LC_ALL is inspected, next the environment variable with the same name as the category -.RB ( LC_COLLATE , -.BR LC_CTYPE , -.BR LC_MESSAGES , -.BR LC_MONETARY , -.BR LC_NUMERIC , -.BR LC_TIME ) +(see the table above), and finally the environment variable .BR LANG . The first existing environment variable is used. @@ -172,21 +175,6 @@ locale. The return value is NULL if the request cannot be honored. .SH CONFORMING TO C89, C99, POSIX.1-2001. -.SH NOTES -Linux (that is, glibc) supports the portable locales -.BR """C""" " and " """POSIX""" . -In the good old days there used to be support for -the European Latin-1 -.B """ISO-8859-1""" -locale (e.g., in libc-4.5.21 and libc-4.6.27), and the Russian -.B """KOI-8""" -(more precisely, "koi-8r") locale (e.g., in libc-4.6.27), -so that having an environment variable \fILC_CTYPE=ISO-8859-1\fP -sufficed to make -.BR isprint (3) -return the right answer. -These days non-English speaking Europeans have to work a bit harder, -and must install actual locale files. .SH SEE ALSO .BR locale (1), .BR localedef (1), @@ -199,7 +187,7 @@ and must install actual locale files. .BR charsets (7), .BR locale (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 54f02f68..7859679a 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.67 of the Linux +This page is part of release 3.68 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 1fed3c45..2655b3a1 100644 --- a/original/man3/setnetgrent.3 +++ b/original/man3/setnetgrent.3 @@ -7,7 +7,7 @@ .\" based on glibc infopages .\" polished - aeb .\" -.TH SETNETGRENT 3 2007-07-26 "GNU" "Linux Programmer's Manual" +.TH SETNETGRENT 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME setnetgrent, endnetgrent, getnetgrent, getnetgrent_r, innetgr \- handle network group entries @@ -22,7 +22,7 @@ handle network group entries .BI "int getnetgrent(char **" host ", char **" user ", char **" domain ); .BI "int getnetgrent_r(char **" host ", char **" user "," -.BI " char **" domain ", char *" buf ", int " buflen ); +.BI " char **" domain ", char *" buf ", size_t " buflen ); .BI "int innetgr(const char *" netgroup ", const char *" host "," .BI " const char *" user ", const char *" domain ); @@ -109,7 +109,7 @@ returns void. .BR setprotoent (3), .BR setservent (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 a2ca1881..f2ea6d3e 100644 --- a/original/man3/shm_open.3 +++ b/original/man3/shm_open.3 @@ -280,7 +280,7 @@ mounted under .BR umask (2), .BR shm_overview (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 abf3c55a..47b0bc0d 100644 --- a/original/man3/siginterrupt.3 +++ b/original/man3/siginterrupt.3 @@ -96,7 +96,7 @@ flag instead. .SH SEE ALSO .BR signal (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 9e3560b6..0b780da4 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.67 of the Linux +This page is part of release 3.68 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 1b5f1f3a..a6af531d 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.67 of the Linux +This page is part of release 3.68 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 8acff064..a885b75b 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.67 of the Linux +This page is part of release 3.68 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 444dd24b..208864ee 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.67 of the Linux +This page is part of release 3.68 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 60cdf0a1..0173de18 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.67 of the Linux +This page is part of release 3.68 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 a4146906..ce64072e 100644 --- a/original/man3/sigsetops.3 +++ b/original/man3/sigsetops.3 @@ -188,7 +188,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.67 of the Linux +This page is part of release 3.68 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 8ba429ff..de143105 100644 --- a/original/man3/sigvec.3 +++ b/original/man3/sigvec.3 @@ -23,13 +23,13 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SIGVEC 3 2014-03-24 "Linux" "Linux Programmer's Manual" +.TH SIGVEC 3 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME sigvec, sigblock, sigsetmask, siggetmask, sigmask \- BSD signal API .SH SYNOPSIS .B #include .sp -.BI "int sigvec(int " sig ", struct sigvec *" vec ", struct sigvec *" ovec ); +.BI "int sigvec(int " sig ", const struct sigvec *" vec ", struct sigvec *" ovec ); .sp .BI "int sigmask(int " signum ); .sp @@ -273,7 +273,7 @@ for details. .BR sigset (3), .BR signal (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 b4bc38e1..9902397b 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.67 of the Linux +This page is part of release 3.68 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 02e66eef..a45f1492 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.67 of the Linux +This page is part of release 3.68 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 c8b69e92..ef9c97cb 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.67 of the Linux +This page is part of release 3.68 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 4c5be46d..a4126d7b 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.67 of the Linux +This page is part of release 3.68 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 74737ed9..723bd393 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.67 of the Linux +This page is part of release 3.68 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 93621fbe..91995c50 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.67 of the Linux +This page is part of release 3.68 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 3beed6fe..44038690 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.67 of the Linux +This page is part of release 3.68 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 54d2125c..d95ed186 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.67 of the Linux +This page is part of release 3.68 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 d3ddb0c0..97704d39 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.67 of the Linux +This page is part of release 3.68 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 0dffa25f..d9385144 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.67 of the Linux +This page is part of release 3.68 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 80e08090..7e93771a 100644 --- a/original/man3/stdio.3 +++ b/original/man3/stdio.3 @@ -106,7 +106,7 @@ opened explicitly: .I standard input (for reading conventional input), .I standard output -(for writing conventional input), and +(for writing conventional output), and .I standard error (for writing diagnostic output). These streams are abbreviated @@ -255,7 +255,7 @@ library conforms to C89. .BR stdout (3), .BR unlocked_stdio (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 a8097c83..f86eb9eb 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.67 of the Linux +This page is part of release 3.68 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 f97c0294..e9aea479 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.67 of the Linux +This page is part of release 3.68 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 c13b0276..6c1445a1 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.67 of the Linux +This page is part of release 3.68 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 34042be4..2ef57150 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.67 of the Linux +This page is part of release 3.68 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 13776134..f9b694a6 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.67 of the Linux +This page is part of release 3.68 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 1583e35a..37575eb3 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.67 of the Linux +This page is part of release 3.68 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 a259711c..a3277fe7 100644 --- a/original/man3/strcmp.3 +++ b/original/man3/strcmp.3 @@ -96,7 +96,7 @@ SVr4, 4.3BSD, C89, C99. .BR wcscmp (3), .BR wcsncmp (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 0586d2e5..56cc7e0d 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.67 of the Linux +This page is part of release 3.68 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 a1734fb9..62897157 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.67 of the Linux +This page is part of release 3.68 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 0f7e4105..383246bf 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.67 of the Linux +This page is part of release 3.68 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 e3ff3ada..536d0c97 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.67 of the Linux +This page is part of release 3.68 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 e52aa070..f036b763 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.67 of the Linux +This page is part of release 3.68 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 60e1724f..a3ef38da 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.67 of the Linux +This page is part of release 3.68 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 e53dd658..f83e26ee 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.67 of the Linux +This page is part of release 3.68 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 44245e12..e3608182 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.67 of the Linux +This page is part of release 3.68 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 e407eaac..229b6d29 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.67 of the Linux +This page is part of release 3.68 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 5dae8139..ce33b75e 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.67 of the Linux +This page is part of release 3.68 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 c4f4a0b4..b73dacbf 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.67 of the Linux +This page is part of release 3.68 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 79788bd5..19068e6d 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.67 of the Linux +This page is part of release 3.68 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 6b9c8659..40c06cbb 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.67 of the Linux +This page is part of release 3.68 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 17042cf7..9b12ca27 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.67 of the Linux +This page is part of release 3.68 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 2814f860..23e897f5 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.67 of the Linux +This page is part of release 3.68 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 5d7e2ede..d0bf6691 100644 --- a/original/man3/strstr.3 +++ b/original/man3/strstr.3 @@ -106,7 +106,7 @@ is empty. .BR strtok (3), .BR wcsstr (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 415c2c42..9ec01ced 100644 --- a/original/man3/strtod.3 +++ b/original/man3/strtod.3 @@ -195,7 +195,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.67 of the Linux +This page is part of release 3.68 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 d40e1de5..9d81bfb5 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.67 of the Linux +This page is part of release 3.68 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 b4e799b7..d296ff61 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.67 of the Linux +This page is part of release 3.68 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 0a68441a..a87de775 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.67 of the Linux +This page is part of release 3.68 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 3d92b0efd..c212592f 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.67 of the Linux +This page is part of release 3.68 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 616452eb..53849ee8 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.67 of the Linux +This page is part of release 3.68 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 d878868f..8fbff2f9 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.67 of the Linux +This page is part of release 3.68 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 1c7f28f4..0bff70f5 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.67 of the Linux +This page is part of release 3.68 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 20cde0e4..01cc66df 100644 --- a/original/man3/sysconf.3 +++ b/original/man3/sysconf.3 @@ -342,7 +342,7 @@ memory. .BR pathconf (3), .BR posixoptions (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 3dddff47..61483e71 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.67 of the Linux +This page is part of release 3.68 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 c9469748..0730693c 100644 --- a/original/man3/system.3 +++ b/original/man3/system.3 @@ -208,7 +208,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.67 of the Linux +This page is part of release 3.68 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 8191128f..70aeaca4 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.67 of the Linux +This page is part of release 3.68 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 3022963a..ed000dcd 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.67 of the Linux +This page is part of release 3.68 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 c4de9ed1..86632679 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.67 of the Linux +This page is part of release 3.68 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 33005d3c..d08bdee2 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.67 of the Linux +This page is part of release 3.68 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 e9d43715..fe671481 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.67 of the Linux +This page is part of release 3.68 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 201c5cb0..a027fbd3 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.67 of the Linux +This page is part of release 3.68 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 22800df5..16d62230 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.67 of the Linux +This page is part of release 3.68 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 e0515b21..d091c4b3 100644 --- a/original/man3/termios.3 +++ b/original/man3/termios.3 @@ -1039,7 +1039,7 @@ behaves like .BR tty_ioctl (4), .BR setserial (8) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 bc466744..e0b5e183 100644 --- a/original/man3/tgamma.3 +++ b/original/man3/tgamma.3 @@ -189,7 +189,7 @@ exception raised), rather than a pole error. .BR gamma (3), .BR lgamma (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 c6bf7851..378c8348 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.67 of the Linux +This page is part of release 3.68 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 5a0fd44d..0ce5db40 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.67 of the Linux +This page is part of release 3.68 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 f5fe5b5a..92bc653d 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.67 of the Linux +This page is part of release 3.68 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 95b09e1f..01b6da85 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.67 of the Linux +This page is part of release 3.68 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 fe997086..38da5667 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.67 of the Linux +This page is part of release 3.68 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 3080f8ff..98a98d64 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.67 of the Linux +This page is part of release 3.68 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 ba000e8c..5057561c 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.67 of the Linux +This page is part of release 3.68 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 e3b33165..722050a5 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.67 of the Linux +This page is part of release 3.68 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 4c088a5d..16da1796 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.67 of the Linux +This page is part of release 3.68 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 2f6ff4a7..de698979 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.67 of the Linux +This page is part of release 3.68 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 d291bb78..c9f8faa1 100644 --- a/original/man3/tsearch.3 +++ b/original/man3/tsearch.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH TSEARCH 3 2014-01-05 "GNU" "Linux Programmer's Manual" +.TH TSEARCH 3 2014-05-28 "GNU" "Linux Programmer's Manual" .SH NAME tsearch, tfind, tdelete, twalk, tdestroy \- manage a binary tree .SH SYNOPSIS @@ -32,7 +32,7 @@ tsearch, tfind, tdelete, twalk, tdestroy \- manage a binary tree .BI "void *tsearch(const void *" key ", void **" rootp , .BI " int (*" compar ")(const void *, const void *));" .sp -.BI "void *tfind(const void *" key ", const void **" rootp , +.BI "void *tfind(const void *" key ", void *const *" rootp , .BI " int (*" compar ")(const void *, const void *));" .sp .BI "void *tdelete(const void *" key ", void **" rootp , @@ -292,7 +292,7 @@ main(void) .BR lsearch (3), .BR qsort (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 fe0cf66c..8fae1bcd 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.67 of the Linux +This page is part of release 3.68 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 e66c934b..dde186ca 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.67 of the Linux +This page is part of release 3.68 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 8b38a598..fe52c7e6 100644 --- a/original/man3/tzset.3 +++ b/original/man3/tzset.3 @@ -238,7 +238,7 @@ otherwise the daylight saving time version. .BR getenv (3), .BR tzfile (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 767fb364..fe2fd9ea 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.67 of the Linux +This page is part of release 3.68 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 a2abb381..87b8a270 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.67 of the Linux +This page is part of release 3.68 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 53d3ee13..4fd6a06a 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.67 of the Linux +This page is part of release 3.68 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 b9efb0fd..9c14f1f1 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.67 of the Linux +This page is part of release 3.68 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 e49fe852..97a194a6 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.67 of the Linux +This page is part of release 3.68 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 577f9e4d..68178664 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.67 of the Linux +This page is part of release 3.68 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 1257c142..6eeba7cc 100644 --- a/original/man3/updwtmp.3 +++ b/original/man3/updwtmp.3 @@ -88,7 +88,7 @@ structure as its last argument. .BR getutxent (3), .BR wtmp (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 79e757c4..8c07a318 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.67 of the Linux +This page is part of release 3.68 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 0808cfd2..d3ca5b3e 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.67 of the Linux +This page is part of release 3.68 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 b326f786..87280db3 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.67 of the Linux +This page is part of release 3.68 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 95c83598..3e0e602b 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.67 of the Linux +This page is part of release 3.68 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 8c2dd443..ae04c2eb 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.67 of the Linux +This page is part of release 3.68 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 f3099056..c3d45269 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.67 of the Linux +This page is part of release 3.68 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 4ead4d40..67ff0100 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.67 of the Linux +This page is part of release 3.68 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 15111e10..ebfdac64 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.67 of the Linux +This page is part of release 3.68 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 795c8d88..1d3e2979 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.67 of the Linux +This page is part of release 3.68 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 26e37a6e..72a4e5c4 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.67 of the Linux +This page is part of release 3.68 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 2e213134..22acb021 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.67 of the Linux +This page is part of release 3.68 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 568ea69d..1766c1c2 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.67 of the Linux +This page is part of release 3.68 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 e333ac35..5df1484f 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.67 of the Linux +This page is part of release 3.68 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 88b9b73c..09507419 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.67 of the Linux +This page is part of release 3.68 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 7f863648..0f64cf13 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.67 of the Linux +This page is part of release 3.68 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 f9f72cef..f757b3c1 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.67 of the Linux +This page is part of release 3.68 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 2aa0b7c8..3085fea9 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.67 of the Linux +This page is part of release 3.68 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 53d01ba8..461b69cb 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.67 of the Linux +This page is part of release 3.68 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 c602fe39..101b2623 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.67 of the Linux +This page is part of release 3.68 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 4cf105ab..f1eb9ee1 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.67 of the Linux +This page is part of release 3.68 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 40064b14..358443e6 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.67 of the Linux +This page is part of release 3.68 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 7bf16143..5d6fcbec 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.67 of the Linux +This page is part of release 3.68 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 096ecf51..64ba00d5 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.67 of the Linux +This page is part of release 3.68 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 9b7d0ed1..013fb4fe 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.67 of the Linux +This page is part of release 3.68 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 0f94e07d..69feee2d 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.67 of the Linux +This page is part of release 3.68 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 a855e3ec..3232b52c 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.67 of the Linux +This page is part of release 3.68 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 4c6c378e..ea2179a5 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.67 of the Linux +This page is part of release 3.68 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 91b83839..a9e6397b 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.67 of the Linux +This page is part of release 3.68 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 f72c6686..f84a02e0 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.67 of the Linux +This page is part of release 3.68 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 01c95526..feb0c306 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.67 of the Linux +This page is part of release 3.68 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 48f21229..16d6951e 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.67 of the Linux +This page is part of release 3.68 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 0ed10c21..7eeec079 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.67 of the Linux +This page is part of release 3.68 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 ecb892c4..c902c806 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.67 of the Linux +This page is part of release 3.68 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 23da07ca..6c5ea58f 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.67 of the Linux +This page is part of release 3.68 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 db86b3ce..456c04d0 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.67 of the Linux +This page is part of release 3.68 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 12fde97d..560bd7cc 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.67 of the Linux +This page is part of release 3.68 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 db9b9510..50194ac3 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.67 of the Linux +This page is part of release 3.68 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 4e2339ea..513b43bf 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.67 of the Linux +This page is part of release 3.68 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 d65bd948..7ac50b8f 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.67 of the Linux +This page is part of release 3.68 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 97253c06..240863b4 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.67 of the Linux +This page is part of release 3.68 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 c8549a8d..7d4e23b5 100644 --- a/original/man3/xcrypt.3 +++ b/original/man3/xcrypt.3 @@ -72,7 +72,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.67 of the Linux +This page is part of release 3.68 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 374dfcfe..4e2e7614 100644 --- a/original/man3/xdr.3 +++ b/original/man3/xdr.3 @@ -26,7 +26,7 @@ and make use of the following types: .BI "typedef int " bool_t ; -.BI "typedef bool_t (*" xdrproc_ti ") (XDR *, void *,...);" +.BI "typedef bool_t (*" xdrproc_t ") (XDR *, void *,...);" .fi .in .LP @@ -553,7 +553,7 @@ RFC\ 1014, Sun Microsystems, Inc., USC-ISI. .RE .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 cd616f8f..feb660b4 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.67 of the Linux +This page is part of release 3.68 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 e41c2043..2ce09cd3 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.67 of the Linux +This page is part of release 3.68 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 34387dd0..24fbbeb4 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.67 of the Linux +This page is part of release 3.68 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 3758635b..37e5fb04 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.67 of the Linux +This page is part of release 3.68 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 f0a2338e..98894030 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.67 of the Linux +This page is part of release 3.68 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 9c78ff7f..a3bf7d1a 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.67 of the Linux +This page is part of release 3.68 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 3d1f60cc..c734ab8f 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.67 of the Linux +This page is part of release 3.68 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 9697b851..c5b71fb5 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.67 of the Linux +This page is part of release 3.68 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 d669673e..ce06db33 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.67 of the Linux +This page is part of release 3.68 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 e579eb14..4db3a461 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.67 of the Linux +This page is part of release 3.68 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 7085f56b..9c022ac8 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.67 of the Linux +This page is part of release 3.68 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 0618ab3a..a1daf65c 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.67 of the Linux +This page is part of release 3.68 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 e94f6d80..c8878b28 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.67 of the Linux +This page is part of release 3.68 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 298844f2..9bf72290 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.67 of the Linux +This page is part of release 3.68 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 c088b1e8..7d059dda 100644 --- a/original/man4/mem.4 +++ b/original/man4/mem.4 @@ -86,7 +86,7 @@ chown root:mem /dev/port .BR mknod (1), .BR ioperm (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 acd3be10..984a09ec 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.67 of the Linux +This page is part of release 3.68 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 81cc2c10..268d759e 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.67 of the Linux +This page is part of release 3.68 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 ea451f45..0c5f4651 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.67 of the Linux +This page is part of release 3.68 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 99128933..017a027d 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.67 of the Linux +This page is part of release 3.68 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 5c7df83b..1bfcd454 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.67 of the Linux +This page is part of release 3.68 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 13e8f86c..99998a96 100644 --- a/original/man4/random.4 +++ b/original/man4/random.4 @@ -284,7 +284,7 @@ wall clock) to the pools. .br RFC\ 1750, "Randomness Recommendations for Security" .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 977ed5a9..2e0c9df4 100644 --- a/original/man4/rtc.4 +++ b/original/man4/rtc.4 @@ -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.67 of the Linux +This page is part of release 3.68 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 e6bc5d10..5ad8f171 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.67 of the Linux +This page is part of release 3.68 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 18945520..2d160968 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.67 of the Linux +This page is part of release 3.68 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 a8bc7284..309437a4 100644 --- a/original/man4/st.4 +++ b/original/man4/st.4 @@ -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.67 of the Linux +This page is part of release 3.68 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 88c981aa..e65614d8 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.67 of the Linux +This page is part of release 3.68 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 d835e68c..d5597251 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.67 of the Linux +This page is part of release 3.68 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 f980ce4d..067960ad 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.67 of the Linux +This page is part of release 3.68 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 91e951b0..5e0b2e79 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.67 of the Linux +This page is part of release 3.68 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 8d5845f8..d3be0e67 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.67 of the Linux +This page is part of release 3.68 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 11b8611e..a95c5387 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.67 of the Linux +This page is part of release 3.68 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 ed22c803..0d51dcf0 100644 --- a/original/man5/charmap.5 +++ b/original/man5/charmap.5 @@ -128,7 +128,7 @@ POSIX.2. .BR setlocale (3), .BR locale (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 fb30af0d..d53e8022 100644 --- a/original/man5/core.5 +++ b/original/man5/core.5 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH CORE 5 2014-03-14 "Linux" "Linux Programmer's Manual" +.TH CORE 5 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME core \- core dump file .SH DESCRIPTION @@ -48,8 +48,13 @@ There are various circumstances in which a core dump file is not produced: .IP * 3 The process does not have permission to write the core file. -(By default the core file is called -.IR core , +(By default, the core file is called +.IR core +or +.IR core.pid , +where +.I pid +is the ID of the process that dumped core, and is created in the current working directory. See below for details on naming.) Writing the core file will fail if the directory in which @@ -432,7 +437,7 @@ main(int argc, char *argv[]) .BR pthreads (7), .BR signal (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 9a0fc752..31206d8d 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.67 of the Linux +This page is part of release 3.68 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 12313012..939266e8 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.67 of the Linux +This page is part of release 3.68 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 1a1b9db5..bea1057f 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.67 of the Linux +This page is part of release 3.68 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 fb29b55b..7019a866 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.67 of the Linux +This page is part of release 3.68 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 c5074af6..87b7e835 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.67 of the Linux +This page is part of release 3.68 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 a106ebbd..89779b56 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.67 of the Linux +This page is part of release 3.68 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 9108d8a3..05bf4d66 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.67 of the Linux +This page is part of release 3.68 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 76c0f440..fcd84579 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.67 of the Linux +This page is part of release 3.68 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 d586c787..b843abdd 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.67 of the Linux +This page is part of release 3.68 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 e54eb2ab..9a9e8585 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.67 of the Linux +This page is part of release 3.68 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 984bebbf..b86b10c5 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.67 of the Linux +This page is part of release 3.68 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 1aa732d4..111fccc7 100644 --- a/original/man5/locale.5 +++ b/original/man5/locale.5 @@ -21,7 +21,7 @@ .\" 2008-06-17 Petr Baudis .\" LC_TIME: Describe first_weekday and first_workday .\" -.TH LOCALE 5 2014-03-18 "Linux" "Linux User Manual" +.TH LOCALE 5 2014-05-23 "Linux" "Linux User Manual" .SH NAME locale \- describes a locale definition file .SH DESCRIPTION @@ -197,11 +197,15 @@ followed by the language name in the language of the current document. followed by the two-letter abbreviation of the language (ISO 639). .TP .I lang_term -followed by the three-letter abbreviation of the language (ISO 639-2). +followed by the three-letter abbreviation of the language (ISO 639-2/T). .TP .I lang_lib -followed by the three-letter abbreviation of the language for -library use (ISO 639-2). +followed by the three-letter abbreviation of the language for library +use (ISO 639-2/B). +Applications should in general prefer +.IR lang_term +over +.IR lang_lib . .PP The .B LC_ADDRESS @@ -407,7 +411,7 @@ The definition ends with the string .IR "END LC_CTYPE" . .SS LC_COLLATE -.\" FIXME: the decsription of LC_COLLATE lacks a lot of details +.\" FIXME: the description of LC_COLLATE lacks a lot of details The .B LC_COLLATE category defines the rules for collating characters. @@ -419,21 +423,20 @@ The definition starts with the string in the first column. The following keywords are allowed: -.\" FIXME 'reorder-after' is not documented -.\" FIXME 'reorder-end' is not documented -.\" FIXME 'reorder-sections-after' is not documented -.\" FIXME 'reorder-sections-end' is not documented .\" FIXME 'script' is not documented .\" FIXME 'symbol-equivalence' is not documented .TP .I collating-element +followed by the definition of a collating-element symbol +representing a multicharacter collating element. .TP .I collating-symbol +followed by the definition of a collating symbol +that can be used in collation order statements. .PP The order-definition starts with a line: .TP .I order_start -.PP followed by a list of keywords chosen from .BR forward , .BR backward , @@ -441,16 +444,11 @@ or .BR position . The order definition consists of lines that describe the order and is terminated with the keyword -.TP .IR order_end . -.PP -For more details see the sources in -.I /usr/lib/nls/src -notably the examples -.BR POSIX , -.B Example -and -.BR Example2 . +.\" FIXME 'reorder-after' is not documented +.\" FIXME 'reorder-end' is not documented +.\" FIXME 'reorder-sections-after' is not documented +.\" FIXME 'reorder-sections-end' is not documented .PP The .B LC_COLLATE @@ -606,8 +604,11 @@ followed by the string that will be used as a group separator when formatting monetary quantities. .TP .I mon_grouping -followed by a string that describes the formatting of numeric -quantities. +followed by a sequence of integers separated by semicolons that +describe the formatting of monetary quantities. +See +.I grouping +below for details. .TP .I positive_sign followed by a string that is used to indicate a positive sign for @@ -774,7 +775,12 @@ The definition starts with the string .B LC_NAME in the first column. -The following keywords are allowed: +Various keywords are allowed, but only +.IR name_fmt +is mandatory. +Other keywords are needed only if there is common convention to +use the corresponding salutation in this locale. +The allowed keywords are as follows: .TP .I name_fmt followed by a string containing field descriptors that define @@ -868,8 +874,17 @@ followed by the string that will be used as a group separator when formatting numeric quantities. .TP .I grouping -followed by a string that describes the formatting of numeric -quantities. +followed by a sequence of integers separated by semicolons that +describe the formatting of numeric quantities. +.IP +Each integer specifies the number of digits in a group. +The first integer defines the size of the group immediately +to the left of the decimal delimiter. +Subsequent integers define succeeding groups to the +left of the previous group. +If the last integer is not \-1, then the size of the previous group +(if any) is repeatedly used for the remainder of the digits. +If the last integer is \-1, then no further grouping is performed. .PP The .B LC_NUMERIC @@ -975,23 +990,25 @@ followed by a list of abbreviated month names. followed by a list of month names. .TP .I am_pm -The appropriate representation of the +followed by the appropriate representation of the .B am and .B pm strings. +This should be defined only for locales using AM/PM convention. .TP .I d_t_fmt -The appropriate date and time format. +followed by the appropriate date and time format. .TP .I d_fmt -The appropriate date format. +followed by the appropriate date format. .TP .I t_fmt -The appropriate time format. +followed by the appropriate time format. .TP .I t_fmt_ampm -The appropriate time format when using 12h clock format. +followed by the appropriate time format when using 12h clock format. +This should be defined only for locales using the AM/PM convention. .TP .I week followed by a list of three values: @@ -1015,7 +1032,7 @@ should have Monday translation as the first item in the list. .TP .IR first_weekday " (since glibc 2.2)" -Number of the first day from the +followed by the number of the first day from the .I day list to be shown in calendar applications. The default value of @@ -1026,9 +1043,11 @@ on the value of the second list item. .TP .IR first_workday " (since glibc 2.2)" -Number of the first working day from the +followed by the number of the first working day from the .I day list. +The default value is +.BR 2 . .TP .I cal_direction .\" from localedata/locales/uk_UA @@ -1055,12 +1074,14 @@ The definition ends with the string .IR "END LC_TIME" . .SH FILES -/usr/lib/locale/ -\(em database for the current locale setting of that category -.br -/usr/lib/nls/charmap/* \(em charmap-files +.TP +.I /usr/lib/locale/locale-archive +Usual default locale archive location. +.TP +.I /usr/share/i18n/locales +Usual default path for locale definition files. .SH CONFORMING TO -POSIX.2, ISO/IEC 14652. +POSIX.2, ISO/IEC TR 14652. .SH BUGS This manual page isn't complete. .\" .SH AUTHOR @@ -1075,7 +1096,7 @@ This manual page isn't complete. .BR charmap (5), .BR locale (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 265bcfca..3c907987 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.67 of the Linux +This page is part of release 3.68 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 f2ac5d4a..47f01b02 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.67 of the Linux +This page is part of release 3.68 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 cfc0931f..33f0ea66 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.67 of the Linux +This page is part of release 3.68 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 50634e6e..6fc3a16a 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.67 of the Linux +This page is part of release 3.68 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 24dda31c..ea6d0755 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.67 of the Linux +This page is part of release 3.68 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 661f7d57..9cce4b98 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.67 of the Linux +This page is part of release 3.68 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 72b0d25c..207a4bca 100644 --- a/original/man5/passwd.5 +++ b/original/man5/passwd.5 @@ -169,7 +169,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.67 of the Linux +This page is part of release 3.68 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 48876be7..2db8636c 100644 --- a/original/man5/proc.5 +++ b/original/man5/proc.5 @@ -59,7 +59,7 @@ .\" to see what information could be imported from that file .\" into this file. .\" -.TH PROC 5 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH PROC 5 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME proc \- process information pseudo-filesystem .SH DESCRIPTION @@ -3219,6 +3219,9 @@ file is also nonzero, then the machine will be rebooted. .IR /proc/sys/kernel/pid_max " (since Linux 2.5.34)" This file specifies the value at which PIDs wrap around (i.e., the value in this file is one greater than the maximum PID). +PIDs greater than this value not allocated; +thus, the value in this file also acts as a system-wide limit +on the total number of processes and threads. The default value for this file, 32768, results in the same range of PIDs as on earlier kernels. On 32-bit platforms, 32768 is the maximum value for @@ -3893,7 +3896,7 @@ The Linux kernel source files: and .IR Documentation/sysctl/vm.txt . .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 of the Linux .I man-pages project. A description of the project, diff --git a/original/man5/procfs.5 b/original/man5/procfs.5 new file mode 100644 index 00000000..d8be74ac --- /dev/null +++ b/original/man5/procfs.5 @@ -0,0 +1 @@ +.so man5/proc.5 diff --git a/original/man5/protocols.5 b/original/man5/protocols.5 index b956ebb1..da8d16f8 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.67 of the Linux +This page is part of release 3.68 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 d6e1d18a..10fd3177 100644 --- a/original/man5/resolv.conf.5 +++ b/original/man5/resolv.conf.5 @@ -295,7 +295,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.67 of the Linux +This page is part of release 3.68 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 48ce2285..ea3f02f3 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.67 of the Linux +This page is part of release 3.68 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 fe67875e..ab0bb817 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.67 of the Linux +This page is part of release 3.68 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 1f2a0323..776aaa0e 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.67 of the Linux +This page is part of release 3.68 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 919af761..34ed59e2 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.67 of the Linux +This page is part of release 3.68 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 08559182..21cbe639 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.67 of the Linux +This page is part of release 3.68 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 8e752e78..e79c9205 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.67 of the Linux +This page is part of release 3.68 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 1cfa4b51..170b6983 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.67 of the Linux +This page is part of release 3.68 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 5dd0e87f..e9ff2eed 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.67 of the Linux +This page is part of release 3.68 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 1797d577..0e6dd2a6 100644 --- a/original/man5/utmp.5 +++ b/original/man5/utmp.5 @@ -350,7 +350,7 @@ This man page is based on the libc5 one, things may work differently now. .BR updwtmp (3), .BR init (8) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 6e987e50..08ea2f2d 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.67 of the Linux +This page is part of release 3.68 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 a48db32f..7261e5f1 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.67 of the Linux +This page is part of release 3.68 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 77acf848..8b29ec0b 100644 --- a/original/man7/armscii-8.7 +++ b/original/man7/armscii-8.7 @@ -141,7 +141,7 @@ _ .BR ascii (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 4d1aa38f..3d919369 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.67 of the Linux +This page is part of release 3.68 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 a5b4b76b..a3f47788 100644 --- a/original/man7/ascii.7 +++ b/original/man7/ascii.7 @@ -199,7 +199,7 @@ Standards Institute (USASI) in 1968. .BR iso_8859-9 (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 aaa6f867..ec1fa95a 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.67 of the Linux +This page is part of release 3.68 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 76293af2..eeb1a17a 100644 --- a/original/man7/bootparam.7 +++ b/original/man7/bootparam.7 @@ -1593,7 +1593,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.67 of the Linux +This page is part of release 3.68 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 04d81565..bb2e20ff 100644 --- a/original/man7/capabilities.7 +++ b/original/man7/capabilities.7 @@ -312,6 +312,10 @@ and .B IPC_RMID operations on arbitrary System V IPC objects; .IP * +override +.B RLIMIT_NPROC +resource limit; +.IP * perform operations on .I trusted and @@ -377,7 +381,7 @@ employ the .B TIOCSTI .BR ioctl (2) to insert characters into the input queue of a terminal other than -the caller's controlling terminal. +the caller's controlling terminal; .IP * employ the obsolete .BR nfsservctl (2) @@ -466,13 +470,25 @@ Use .BR acct (2). .TP .B CAP_SYS_PTRACE +.PD 0 +.RS +.IP * 3 Trace arbitrary processes using .BR ptrace (2); +.IP * apply .BR get_robust_list (2) to arbitrary processes; +.IP * +transfer data to or from the memory of arbitrary processes using +.BR process_vm_readv (2) +and +.BR process_vm_writev (2). +.IP * inspect processes using .BR kcmp (2). +.RE +.PD .TP .B CAP_SYS_RAWIO .PD 0 @@ -598,6 +614,8 @@ employ various privileged operations on virtual terminals. .TP .BR CAP_SYSLOG " (since Linux 2.6.37)" +.RS +.PD 0 .IP * 3 Perform privileged .BR syslog (2) @@ -615,6 +633,8 @@ has the value 1. .I kptr_restrict in .BR proc (5).) +.PD +.RE .TP .BR CAP_WAKE_ALARM " (since Linux 3.0)" Trigger something that will wake up the system (set @@ -1161,7 +1181,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.67 of the Linux +This page is part of release 3.68 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 0739f6d6..4d5fe3ad 100644 --- a/original/man7/charsets.7 +++ b/original/man7/charsets.7 @@ -12,7 +12,13 @@ .\" research by esr. Portions derive from a writeup by Roman Czyborra. .\" .\" Last changed by David Starner . -.TH CHARSETS 7 2012-08-05 "Linux" "Linux Programmer's Manual" +.\" +.\" FIXME This page was written long ago, and various pieces are probably +.\" no longer quite current. A reworking by someone knowledgeable +.\" on charsets is needed. Among other things, the page needs to +.\" give more prominence to Unicode. mtk, May 2014 +.\" +.TH CHARSETS 7 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME charsets \- programmer's view of character sets and internationalization .SH DESCRIPTION @@ -31,12 +37,6 @@ ISO 4873. The primary emphasis is on character sets actually used as locale character sets, not the myriad others that can be found in data from other systems. -.LP -A complete list of charsets used in an officially supported locale in glibc -2.2.3 is: ISO-8859-{1,2,3,5,6,7,8,9,13,15}, CP1251, UTF-8, EUC-{KR,JP,TW}, -KOI8-{R,U}, GB2312, GB18030, GBK, BIG5, BIG5-HKSCS and TIS-620 (in no -particular order.) -(Romanian may be switching to ISO-8859-16.) .SS ASCII ASCII (American Standard Code For Information Interchange) is the original 7-bit character set, originally designed for American English. @@ -83,7 +83,7 @@ The lack of the ligatures Dutch ij, French oe and old-style .TP 8859-2 (Latin-2) Latin-2 supports most Latin-written Slavic and Central European -languages: Croatian, Czech, German, Hungarian, Polish, Rumanian, +languages: Croatian, Czech, German, Hungarian, Polish, Romanian, Slovak, and Slovene. .TP 8859-3 (Latin-3) @@ -155,7 +155,7 @@ Latin-1. .TP 8859-16 (Latin-10) This set covers many of the languages covered by 8859-2, and supports -Romanian more completely then that set does. +Romanian more completely than that set does. .SS KOI8-R KOI8-R is a non-ISO character set popular in Russia. The lower half @@ -365,7 +365,7 @@ are equivalent to ESC \- xx, ESC . xx, ESC / xx, respectively. .BR unicode (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 43aad2f1..6e3da945 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.67 of the Linux +This page is part of release 3.68 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 ed401df5..2e3f1b83 100644 --- a/original/man7/cp1251.7 +++ b/original/man7/cp1251.7 @@ -176,7 +176,7 @@ CP\ 1251 is also known as Windows Cyrillic. .SH SEE ALSO .BR ascii (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 84172dc1..cf587cf7 100644 --- a/original/man7/cpuset.7 +++ b/original/man7/cpuset.7 @@ -665,7 +665,7 @@ thread initializing or reading in the data set. Normally, under the default setting (disabled) of .IR cpuset.memory_migrate , once a page is allocated (given a physical page -of main memory) then that page stays on whatever node it +of main memory), then that page stays on whatever node it was allocated, so long as it remains allocated, even if the cpuset's memory-placement policy .I mems @@ -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.67 of the Linux +This page is part of release 3.68 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 706a64d3..f27d2526 100644 --- a/original/man7/credentials.7 +++ b/original/man7/credentials.7 @@ -334,7 +334,7 @@ is carried through to all of the POSIX threads in a process. .BR signal (7), .BR unix (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 f74e1f24..08b6812e 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.67 of the Linux +This page is part of release 3.68 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 a6ac007c..1a9242d4 100644 --- a/original/man7/environ.7 +++ b/original/man7/environ.7 @@ -260,7 +260,7 @@ should consider renaming their option to .BR unsetenv (3), .BR locale (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 557bb6cf..40992954 100644 --- a/original/man7/epoll.7 +++ b/original/man7/epoll.7 @@ -549,7 +549,7 @@ and Solaris has .BR epoll_ctl (2), .BR epoll_wait (2) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 604c3702..afa6883e 100644 --- a/original/man7/fanotify.7 +++ b/original/man7/fanotify.7 @@ -556,7 +556,7 @@ static void handle_events(int fd) { const struct fanotify_event_metadata *metadata; - char buf[4096]; + struct fanotify_event_metadata buf[200]; ssize_t len; char path[PATH_MAX]; ssize_t path_len; @@ -582,7 +582,7 @@ handle_events(int fd) /* Point to the first event in the buffer */ - metadata = (struct fanotify_event_metadata *) buf; + metadata = buf; /* Loop over all events in the buffer */ @@ -612,7 +612,7 @@ handle_events(int fd) response.fd = metadata\->fd; response.response = FAN_ALLOW; write(fd, &response, - sizeof(struct fanotify_response)); + sizeof(struct fanotify_response)); } /* Handle closing of writable file event */ @@ -741,7 +741,7 @@ main(int argc, char *argv[]) .BR fanotify_mark (2), .BR inotify (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 3de1b90f..ffb1176d 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.67 of the Linux +This page is part of release 3.68 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 0ef0d18e..8697c9e6 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.67 of the Linux +This page is part of release 3.68 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 624d5be1..17c6eb0d 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.67 of the Linux +This page is part of release 3.68 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 c0d0085c..77c18b60 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.67 of the Linux +This page is part of release 3.68 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 654bc651..dba480aa 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.67 of the Linux +This page is part of release 3.68 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 1551c740..b704669a 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.67 of the Linux +This page is part of release 3.68 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 d3b3f06f..8e41adbf 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.67 of the Linux +This page is part of release 3.68 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 f36204a8..bfdede69 100644 --- a/original/man7/inotify.7 +++ b/original/man7/inotify.7 @@ -1,5 +1,6 @@ '\" t .\" Copyright (C) 2006, 2014 Michael Kerrisk +.\" Copyright (C) 2014 Heinrich Schuchardt .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this @@ -23,7 +24,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH INOTIFY 7 2014-05-08 "Linux" "Linux Programmer's Manual" +.TH INOTIFY 7 2014-05-23 "Linux" "Linux Programmer's Manual" .SH NAME inotify \- monitoring filesystem events .SH DESCRIPTION @@ -632,9 +633,10 @@ are not monitorable with inotify. The inotify API does not report file accesses and modifications that may occur because of -.BR mmap (2) +.BR mmap (2), +.BR msync (2), and -.BR msync (2). +.BR munmap (2). The inotify API identifies affected files by filename. However, by the time an application processes an inotify event, @@ -752,6 +754,235 @@ if the older had not yet been read) instead checked if the most recent event could be coalesced with the .I oldest unread event. +.SH EXAMPLE +The following program demonstrates the usage of the inotify API. +It marks the directories passed as a command-line arguments +and waits for events of type +.BR IN_OPEN , +.BR IN_CLOSE_NOWRITE +and +.BR IN_CLOSE_WRITE . +.PP +The following output was recorded while editing the file +.I /home/user/temp/foo +and listing directory +.IR /tmp . +Before the file and the directory were opened, +.B IN_OPEN +events occurred. +After the file was closed, an +.B IN_CLOSE_WRITE +event occurred. +After the directory was closed, an +.B IN_CLOSE_NOWRITE +event occurred. +Execution of the program ended when the user pressed the ENTER key. +.SS Example output +.in +4n +.nf +$ \fB./a.out /tmp /home/user/temp\fP +Press enter key to terminate. +Listening for events. +IN_OPEN: /home/user/temp/foo [file] +IN_CLOSE_WRITE: /home/user/temp/foo [file] +IN_OPEN: /tmp/ [directory] +IN_CLOSE_NOWRITE: /tmp/ [directory] + +Listening for events stopped. +.fi +.in +.SS Program source +.nf +#include +#include +#include +#include +#include +#include + +/* Read all available inotify events from the file descriptor 'fd'. + wd is the table of watch descriptors for the directories in argv. + argc is the length of wd and argv. + argv is the list of watched directories. + Entry 0 of wd and argv is unused. */ + +static void +handle_events(int fd, int *wd, int argc, char* argv[]) +{ + /* Some systems cannot read integer variables if they are not + properly aligned. On other systems, incorrect alignment may + decrease performance. Hence, the buffer used for reading from + the inotify file descriptor should have the same alignment as + struct inotify_event. */ + + char buf[4096] + __attribute__ ((aligned(__alignof__(struct inotify_event)))); + const struct inotify_event *event; + int i; + ssize_t len; + char *ptr; + + /* Loop while events can be read from inotify file descriptor. */ + + for (;;) { + + /* Read some events. */ + + len = read(fd, buf, sizeof buf); + if (len == \-1 && errno != EAGAIN) { + perror("read"); + exit(EXIT_FAILURE); + } + + /* If the nonblocking read() found no events to read, then + it returns \-1 with errno set to EAGAIN. In that case, + we exit the loop. */ + + if (len <= 0) + break; + + /* Loop over all events in the buffer */ + + for (ptr = buf; ptr < buf + len; + ptr += sizeof(struct inotify_event) + event\->len) { + + event = (const struct inotify_event *) ptr; + + /* Print event type */ + + if (event\->mask & IN_OPEN) + printf("IN_OPEN: "); + if (event\->mask & IN_CLOSE_NOWRITE) + printf("IN_CLOSE_NOWRITE: "); + if (event\->mask & IN_CLOSE_WRITE) + printf("IN_CLOSE_WRITE: "); + + /* Print the name of the watched directory */ + + for (i = 1; i < argc; ++i) { + if (wd[i] == event\->wd) { + printf("%s/", argv[i]); + break; + } + } + + /* Print the name of the file */ + + if (event\->len) + printf("%s", event\->name); + + /* Print type of filesystem object */ + + if (event\->mask & IN_ISDIR) + printf(" [directory]\\n"); + else + printf(" [file]\\n"); + } + } +} + +int +main(int argc, char* argv[]) +{ + char buf; + int fd, i, poll_num; + int *wd; + nfds_t nfds; + struct pollfd fds[2]; + + if (argc < 2) { + printf("Usage: %s PATH [PATH ...]\\n", argv[0]); + exit(EXIT_FAILURE); + } + + printf("Press ENTER key to terminate.\\n"); + + /* Create the file descriptor for accessing the inotify API */ + + fd = inotify_init1(IN_NONBLOCK); + if (fd == \-1) { + perror("inotify_init1"); + exit(EXIT_FAILURE); + } + + /* Allocate memory for watch descriptors */ + + wd = calloc(argc, sizeof(int)); + if (wd == NULL) { + perror("calloc"); + exit(EXIT_FAILURE); + } + + /* Mark directories for events + \- file was opened + \- file was closed */ + + for (i = 1; i < argc; i++) { + wd[i] = inotify_add_watch(fd, argv[i], + IN_OPEN | IN_CLOSE); + if (wd[i] == \-1) { + fprintf(stderr, "Cannot watch '%s'\\n", argv[i]); + perror("inotify_add_watch"); + exit(EXIT_FAILURE); + } + } + + /* Prepare for polling */ + + nfds = 2; + + /* Console input */ + + fds[0].fd = STDIN_FILENO; + fds[0].events = POLLIN; + + /* Inotify input */ + + fds[1].fd = fd; + fds[1].events = POLLIN; + + /* Wait for events and/or terminal input */ + + printf("Listening for events.\\n"); + while (1) { + poll_num = poll(fds, nfds, \-1); + if (poll_num == \-1) { + if (errno == EINTR) + continue; + perror("poll"); + exit(EXIT_FAILURE); + } + + if (poll_num > 0) { + + if (fds[0].revents & POLLIN) { + + /* Console input is available. Empty stdin and quit */ + + while (read(STDIN_FILENO, &buf, 1) > 0 && buf != '\\n') + continue; + break; + } + + if (fds[1].revents & POLLIN) { + + /* Inotify events are available */ + + handle_events(fd, wd, argc, argv); + } + } + } + + printf("Listening for events stopped.\\n"); + + /* Close inotify file descriptor */ + + close(fd); + + free(wd); + exit(EXIT_SUCCESS); +} +.fi .SH SEE ALSO .BR inotifywait (1), .BR inotifywatch (1), @@ -766,7 +997,7 @@ unread event. .IR Documentation/filesystems/inotify.txt in the Linux kernel source tree .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 f0a449db..5c5d9f9b 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.67 of the Linux +This page is part of release 3.68 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 a980d221..987ae4b9 100644 --- a/original/man7/ip.7 +++ b/original/man7/ip.7 @@ -1288,7 +1288,7 @@ RFC\ 1122 for the IPv4 host requirements. RFC\ 1812 for the IPv4 router requirements. .\" FIXME autobind INADDR REUSEADDR .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 6b4dae18..ab0ab8fb 100644 --- a/original/man7/ipv6.7 +++ b/original/man7/ipv6.7 @@ -418,7 +418,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.67 of the Linux +This page is part of release 3.68 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 29108f8d..8a716a10 100644 --- a/original/man7/iso_8859-1.7 +++ b/original/man7/iso_8859-1.7 @@ -182,7 +182,7 @@ or the equivalent version from your national standardization body. .BR ascii (7), .BR iso_8859-15 (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 8257c31d..8a04a611 100644 --- a/original/man7/iso_8859-10.7 +++ b/original/man7/iso_8859-10.7 @@ -167,7 +167,7 @@ ISO 8859-10 is also known as Latin-6. .SH SEE ALSO .BR ascii (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 a3fd376b..55161887 100644 --- a/original/man7/iso_8859-11.7 +++ b/original/man7/iso_8859-11.7 @@ -160,7 +160,7 @@ while TIS 620 leaves it undefined. .SH SEE ALSO .BR ascii (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 193a7c73..003d1d91 100644 --- a/original/man7/iso_8859-13.7 +++ b/original/man7/iso_8859-13.7 @@ -165,7 +165,7 @@ ISO 8859-13 is also known as Latin-7. .SH SEE ALSO .BR ascii (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 7f38da09..e4a8d91e 100644 --- a/original/man7/iso_8859-14.7 +++ b/original/man7/iso_8859-14.7 @@ -163,7 +163,7 @@ ISO 8859-14 is also known as Latin-8. .SH SEE ALSO .BR ascii (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 92c68ee3..d600013c 100644 --- a/original/man7/iso_8859-15.7 +++ b/original/man7/iso_8859-15.7 @@ -177,7 +177,7 @@ _ .BR ascii (7), .BR iso_8859-1 (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 ac19ab40..774c07d7 100644 --- a/original/man7/iso_8859-16.7 +++ b/original/man7/iso_8859-16.7 @@ -178,7 +178,7 @@ _ .UR http://bucovina.chem.tue.nl\:/fonturi\:/index-en.html .UE . .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 109cb09f..33bafa1f 100644 --- a/original/man7/iso_8859-2.7 +++ b/original/man7/iso_8859-2.7 @@ -180,7 +180,7 @@ _ .UR http://sizif.mf.uni-lj.si\:/linux\:/cee\:/iso8859-2.html .UE . .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 374e3c86..f8854d8b 100644 --- a/original/man7/iso_8859-3.7 +++ b/original/man7/iso_8859-3.7 @@ -159,7 +159,7 @@ ISO 8859-3 is also known as Latin-3. .SH SEE ALSO .BR ascii (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 9fd62ce8..a1c7e0fa 100644 --- a/original/man7/iso_8859-4.7 +++ b/original/man7/iso_8859-4.7 @@ -162,7 +162,7 @@ _ .SH SEE ALSO .BR ascii (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 80145608..bde2396f 100644 --- a/original/man7/iso_8859-5.7 +++ b/original/man7/iso_8859-5.7 @@ -166,7 +166,7 @@ T} .BR ascii (7), .BR koi8-r (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 e25e997c..ebfa5339 100644 --- a/original/man7/iso_8859-6.7 +++ b/original/man7/iso_8859-6.7 @@ -119,7 +119,7 @@ such as Urdu and Persian (Farsi). .SH SEE ALSO .BR ascii (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 8ec02898..3743529f 100644 --- a/original/man7/iso_8859-7.7 +++ b/original/man7/iso_8859-7.7 @@ -169,7 +169,7 @@ ISO 8859-7 was formerly known as ELOT-928 or ECMA-118:1986. .SH SEE ALSO .BR ascii (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 5cf4b589..ffb8c264 100644 --- a/original/man7/iso_8859-8.7 +++ b/original/man7/iso_8859-8.7 @@ -132,7 +132,7 @@ ISO 8859-8 was also known as ISO-IR-138. .SH SEE ALSO .BR ascii (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 4557c5ad..a4a1ca9a 100644 --- a/original/man7/iso_8859-9.7 +++ b/original/man7/iso_8859-9.7 @@ -163,7 +163,7 @@ _ .SH SEE ALSO .BR ascii (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 ce357447..6e121b2d 100644 --- a/original/man7/koi8-r.7 +++ b/original/man7/koi8-r.7 @@ -205,7 +205,7 @@ RFC\ 1489, .UR http://koi8.pp.ru/ .UE .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 e44c6177..24559381 100644 --- a/original/man7/koi8-u.7 +++ b/original/man7/koi8-u.7 @@ -195,7 +195,7 @@ A4, A6, A7, AD, B4, B6, B7, and BD. .BR ascii (7), .BR koi8-r (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 29a6605a..6dad99ee 100644 --- a/original/man7/libc.7 +++ b/original/man7/libc.7 @@ -110,7 +110,7 @@ project. .BR standards (7), .BR vdso (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 c4d43ccf..f4762d76 100644 --- a/original/man7/locale.7 +++ b/original/man7/locale.7 @@ -28,10 +28,7 @@ .\" .\" Modified Thu Apr 25 00:43:19 2002 by Bruno Haible .\" -.\" FIXME Document LOCPATH; -.\" see http://sourceware.org/bugzilla/show_bug.cgi?id=174 -.\" Is removed for SUID/SGID programs (see sysdeps/generic/unsecvars.h) -.TH LOCALE 7 2014-03-18 "Linux" "Linux Programmer's Manual" +.TH LOCALE 7 2014-05-28 "Linux" "Linux Programmer's Manual" .SH NAME locale \- description of multilanguage support .SH SYNOPSIS @@ -82,7 +79,11 @@ which return strings such as "Deutschland" and "Deutsch" .IR .) .TP .B LC_COLLATE -This is used to change the behavior of the functions +This category governs the collation rules used for +sorting and regular expressions, +including character equivalence classes and +multicharacter collating elements. +This locale category changes the behavior of the functions .BR strcoll (3) and .BR strxfrm (3), @@ -91,7 +92,10 @@ For example, the German sharp s is sorted as "ss". .TP .B LC_CTYPE -This changes the behavior of the character handling and +This category determines the interpretation of byte sequences as characters +(e.g., single versus multibyte characters), character classifications +(e.g., alphabetic or digit), and the behavior of character classes. +It changes the behavior of the character handling and classification functions, such as .BR isupper (3) and @@ -118,8 +122,10 @@ and "USA". .IR .) .TP .B LC_MONETARY +This category determines the formatting used for +monetary-related numeric values. This changes the information returned by -.BR localeconv (3) +.BR localeconv (3), which describes the way numbers are usually printed, with details such as decimal point versus decimal comma. This information is internally @@ -127,9 +133,9 @@ used by the function .BR strfmon (3). .TP .B LC_MESSAGES -This changes the language messages are displayed in and what an affirmative or -negative answer looks like. -The GNU C-library contains the +This category affects the language in which messages are displayed +and what an affirmative or negative answer looks like. +The GNU C library contains the .BR gettext (3), .BR ngettext (3), and @@ -141,6 +147,8 @@ functions also obey the environment variable (containing a colon-separated list of locales) if the category is set to a valid locale other than .BR """C""" . +This category also affects the behavior of +.BR catopen (3). .TP .BR LC_MEASUREMENT " (GNU extension, since glibc 2.2)" Change the settings relating to the measurement system in the locale @@ -169,11 +177,16 @@ elements, which return strings such as "Herr" and "Frau" .IR .) .TP .B LC_NUMERIC -This changes the information used by the +This category determines the formatting rules used for nonmonetary +numeric values\(emfor example, +the thousands separator and the radix character +(a period in most English-speaking countries, +but a comma in many other regions). +It affects functions such as .BR printf (3) +.BR scanf (3), and -.BR scanf (3) -family of functions, when they are advised to use the locale settings. +.BR strtod (3). This information can also be read with the .BR localeconv (3) function. @@ -205,11 +218,13 @@ which returns a string such as "49" (for Germany). .IR .) .TP .B LC_TIME -This changes the behavior of the -.BR strftime (3) -function to display the current time in a locally acceptable form; for -example, most of Europe uses a 24-hour clock versus the +This category governs the formatting used for date and time values. +For example, most of Europe uses a 24-hour clock versus the 12-hour clock used in the United States. +the setting of this category affects the behavior of functions such as +.BR strftime (3) +and +.BR strptime (3). .TP .B LC_ALL All of the above. @@ -310,6 +325,32 @@ that extend the traditional locale-dependent APIs (e.g., .BR toupper (3)) to allow the specification of a locale object that should apply when executing the function. +.SH ENVIRONMENT +The following environment variable is used by +.BR newlocale (3) +and +.BR setlocale (3), +and thus affects all localized programs: +.TP +.B LOCPATH +A list of pathnames, separated by colons (\(aq:\(aq), +that should be used to find locale data. +If this variable is set, only the individual locale data files from +.I LOCPATH +and the system default locale data path are used; any available locale +archives are not used. The individual locale data files are searched +under subdirectories which depend on the currently used locale. For +example, when +.I en_GB.UTF-8 +is used for a category, the following subdirectories are searched for, +in this order: +.IR en_GB.UTF-8 , +.IR en_GB.utf8 , +.IR en_GB , +.IR en.UTF-8 , +.IR en.utf8 , +and +.IR en . .SH CONFORMING TO POSIX.1-2001. .\" @@ -334,7 +375,7 @@ POSIX.1-2001. .BR wcstombs (3), .BR locale (5) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 fb36ccfb..9888fa62 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.67 of the Linux +This page is part of release 3.68 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 38f77735..6ee0ddd2 100644 --- a/original/man7/man-pages.7 +++ b/original/man7/man-pages.7 @@ -894,7 +894,7 @@ and .BR man (7), .BR mdoc (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 26ab60f8..d4e89c4e 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.67 of the Linux +This page is part of release 3.68 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 c3b950a0..56e522a3 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.67 of the Linux +This page is part of release 3.68 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 c281c7c1..14183e50 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.67 of the Linux +This page is part of release 3.68 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 35a4abe6..c93ab588 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.67 of the Linux +This page is part of release 3.68 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 c2182657..448c828a 100644 --- a/original/man7/mq_overview.7 +++ b/original/man7/mq_overview.7 @@ -292,7 +292,7 @@ An example of the use of various message queue functions is shown in .BR mq_unlink (3), .BR epoll (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 4630055f..617326ba 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.67 of the Linux +This page is part of release 3.68 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 6ce34030..2cb1628a 100644 --- a/original/man7/netlink.7 +++ b/original/man7/netlink.7 @@ -480,7 +480,7 @@ information about libnl RFC 3549 "Linux Netlink as an IP Services Protocol" .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 be009456..9d8d2f7c 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.67 of the Linux +This page is part of release 3.68 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 871360c4..6e0b46a1 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.67 of the Linux +This page is part of release 3.68 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 6b2902ed..93752869 100644 --- a/original/man7/packet.7 +++ b/original/man7/packet.7 @@ -665,7 +665,7 @@ contains example source code for all available versions of and .BR PACKET_TX_RING . .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 706a64e8..534935f4 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.67 of the Linux +This page is part of release 3.68 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 fd21fbc4..8ea88247 100644 --- a/original/man7/pipe.7 +++ b/original/man7/pipe.7 @@ -242,7 +242,7 @@ bidirectional pipe semantics. .BR epoll (7), .BR fifo (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 bbb3c003..74a83f4a 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.67 of the Linux +This page is part of release 3.68 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 e397ff98..c05570d5 100644 --- a/original/man7/pthreads.7 +++ b/original/man7/pthreads.7 @@ -925,7 +925,7 @@ Various Pthreads manual pages, for example: and .BR pthread_testcancel (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 2a17d55d..94253fac 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.67 of the Linux +This page is part of release 3.68 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 f5d784c5..465548a9 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.67 of the Linux +This page is part of release 3.68 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 a9edce60..ab2d9a05 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.67 of the Linux +This page is part of release 3.68 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 6611a9dd..45599760 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.67 of the Linux +This page is part of release 3.68 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 f7a955bb..3f48110f 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.67 of the Linux +This page is part of release 3.68 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 168bf9e7..749964bf 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.67 of the Linux +This page is part of release 3.68 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 0bddef2e..cb293807 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.67 of the Linux +This page is part of release 3.68 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 48297a95..38aa1446 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.67 of the Linux +This page is part of release 3.68 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 4fa79e50..1610435a 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.67 of the Linux +This page is part of release 3.68 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 8a36c342..8cc56bc9 100644 --- a/original/man7/signal.7 +++ b/original/man7/signal.7 @@ -882,7 +882,7 @@ POSIX.1, except as noted. .BR pthreads (7), .BR sigevent (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 c3f29432..aa41304c 100644 --- a/original/man7/socket.7 +++ b/original/man7/socket.7 @@ -968,7 +968,7 @@ library. .BR udp (7), .BR unix (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 aa74ef7f..5e3f7a87 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.67 of the Linux +This page is part of release 3.68 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 06e0c3ac..915f5ffd 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.67 of the Linux +This page is part of release 3.68 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 d0215eac..301ee256 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.67 of the Linux +This page is part of release 3.68 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 06521430..3dd9554f 100644 --- a/original/man7/svipc.7 +++ b/original/man7/svipc.7 @@ -346,7 +346,7 @@ system call that changed .BR shmget (2), .BR ftok (3) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 02394ec6..50c9c178 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.67 of the Linux +This page is part of release 3.68 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 49ce58a4..945b4ff5 100644 --- a/original/man7/tcp.7 +++ b/original/man7/tcp.7 @@ -1286,7 +1286,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.67 of the Linux +This page is part of release 3.68 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 4dd7a10b..9dd6112e 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.67 of the Linux +This page is part of release 3.68 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 17eb5324..1545d350 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.67 of the Linux +This page is part of release 3.68 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 0ab5832f..5ee083e3 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.67 of the Linux +This page is part of release 3.68 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 bb72632f..8000389b 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.67 of the Linux +This page is part of release 3.68 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 053329d7..8da7f2e1 100644 --- a/original/man7/unicode.7 +++ b/original/man7/unicode.7 @@ -313,7 +313,7 @@ with sophisticated text rendering engines. .BR charsets (7), .BR utf-8 (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 84ce8a5c..884cb9f4 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.67 of the Linux +This page is part of release 3.68 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 67a85a5b..42e2ab18 100644 --- a/original/man7/unix.7 +++ b/original/man7/unix.7 @@ -452,7 +452,7 @@ see .BR credentials (7), .BR socket (7) .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 0e09f43c..0b7542df 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.67 of the Linux +This page is part of release 3.68 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 b63b7b1a..44f913f7 100644 --- a/original/man7/utf-8.7 +++ b/original/man7/utf-8.7 @@ -296,7 +296,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.67 of the Linux +This page is part of release 3.68 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 47f6047b..4c221046 100644 --- a/original/man7/vdso.7 +++ b/original/man7/vdso.7 @@ -508,7 +508,7 @@ find arch/ -iname '*vdso*' -o -iname '*gate*' .fi .in .SH COLOPHON -This page is part of release 3.67 of the Linux +This page is part of release 3.68 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 dae56d7c..a0d8745f 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.67 of the Linux +This page is part of release 3.68 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 f9483c51..aafe20c2 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.67 of the Linux +This page is part of release 3.68 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 c2905c2f..0f2945e8 100644 --- a/original/man8/ld.so.8 +++ b/original/man8/ld.so.8 @@ -496,7 +496,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.67 of the Linux +This page is part of release 3.68 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 7d166156..4779841d 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.67 of the Linux +This page is part of release 3.68 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 7584a8b3..32a00852 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.67 of the Linux +This page is part of release 3.68 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 15cb3b7b..837365af 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.67 of the Linux +This page is part of release 3.68 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 10858917..39b5caa0 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.67 of the Linux +This page is part of release 3.68 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 328aa1b6..2e2e5c05 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.67 of the Linux +This page is part of release 3.68 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 2d0f4b65..f72fb0cd 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.67 of the Linux +This page is part of release 3.68 of the Linux .I man-pages project. A description of the project, diff --git a/translation_list b/translation_list index 80eb5ef6..65bb0889 100644 --- a/translation_list +++ b/translation_list @@ -1,2203 +1,2205 @@ -○:LDP man-pages:3.67:2013/03/15:getent:1:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2007/11/15:intro:1:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/07/16:ldd:1:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: -×:LDP man-pages:3.67:2014/03/10:locale:1::::: -○:LDP man-pages:3.67:2008/11/14:time:1:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:_Exit:2:_exit:2: -@:LDP man-pages:3.67:2014/02/27:__clone2:2:clone:2: -○:LDP man-pages:3.67:2010/09/20:_exit:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/07/13:_llseek:2:llseek:2: -@:LDP man-pages:3.67:2014/01/31:_newselect:2:select:2: -○:LDP man-pages:3.67:2007/12/19:_syscall:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/12/22:_sysctl:2:sysctl:2: -○:LDP man-pages:3.67:2010/09/10:accept:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/10:accept4:2:accept:2: -○:LDP man-pages:3.67:2014/02/21:access:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/06/16:acct:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -×:LDP man-pages:3.67:2010/02/25:add_key:2::::: -○:LDP man-pages:3.67:2013/08/07:adjtimex:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/02/12:afs_syscall:2:unimplemented:2: -○:LDP man-pages:3.67:2014/02/23:alarm:2:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2007/05/31:alloc_hugepages:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2007/12/26:arch_prctl:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/03:arm_fadvise:2:posix_fadvise:2: -@:LDP man-pages:3.67:2014/05/03:arm_fadvise64_64:2:posix_fadvise:2: -@:LDP man-pages:3.67:2013/04/01:arm_sync_file_range:2:sync_file_range:2: -○:LDP man-pages:3.67:2014/04/06:bdflush:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/10:bind:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/02/12:break:2:unimplemented:2: -○:LDP man-pages:3.67:2010/09/20:brk:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2007/05/26:cacheflush:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/03/11:capget:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/03/11:capset:2:capget:2: -○:LDP man-pages:3.67:2010/11/25:chdir:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/21:chmod:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/21:chown:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/21:chown32:2:chown:2: -○:LDP man-pages:3.67:2010/09/20:chroot:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2013/12/28:clock_getres:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/12/28:clock_gettime:2:clock_getres:2: -○:LDP man-pages:3.67:2013/07/30:clock_nanosleep:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/12/28:clock_settime:2:clock_getres:2: -○:LDP man-pages:3.67:2014/02/27:clone:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/27:clone2:2:clone:2: -○:LDP man-pages:3.67:2013/12/30:close:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/10:connect:2:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/10:creat:2:open:2: -☆:LDP man-pages:3.65=>3.67:2014/05/10:create_module:2:2014/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -☆:LDP man-pages:3.41=>3.67:2014/05/10:delete_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/02/14:dup:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/02/14:dup2:2:dup:2: -@:LDP man-pages:3.67:2012/02/14:dup3:2:dup:2: -○:LDP man-pages:3.67:2012/04/15:epoll_create:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/04/15:epoll_create1:2:epoll_create:2: -○:LDP man-pages:3.67:2012/04/15:epoll_ctl:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/31:epoll_pwait:2:epoll_wait:2: -○:LDP man-pages:3.67:2014/01/31:epoll_wait:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/08/30:eventfd:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/08/30:eventfd2:2:eventfd:2: -○:LDP man-pages:3.67:2014/05/10:execve:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:exit:2:_exit:2: -○:LDP man-pages:3.67:2008/11/27:exit_group:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2014/02/21:faccessat:2:access:2: -@:LDP man-pages:3.67:2014/05/03:fadvise64:2:posix_fadvise:2: -@:LDP man-pages:3.67:2014/05/03:fadvise64_64:2:posix_fadvise:2: -☆:LDP man-pages:3.65=>3.67:2014/05/08:fallocate:2:2014/04/27::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.67:2014/05/18:fanotify_init:2::::: -×:LDP man-pages:3.67:2014/04/24:fanotify_mark:2::::: -@:LDP man-pages:3.67:2013/02/12:fattach:2:unimplemented:2: -@:LDP man-pages:3.67:2010/11/25:fchdir:2:chdir:2: -@:LDP man-pages:3.67:2014/02/21:fchmod:2:chmod:2: -@:LDP man-pages:3.67:2014/02/21:fchmodat:2:chmod:2: -@:LDP man-pages:3.67:2014/05/21:fchown:2:chown:2: -@:LDP man-pages:3.67:2014/05/21:fchown32:2:fchown:2: -@:LDP man-pages:3.67:2014/05/21:fchownat:2:chown:2: -○:LDP man-pages:3.67:2014/05/21:fcntl:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/21:fcntl64:2:fcntl:2: -@:LDP man-pages:3.67:2014/04/06:fdatasync:2:fsync:2: -@:LDP man-pages:3.67:2013/02/12:fdetach:2:unimplemented:2: -@:LDP man-pages:3.67:2014/04/06:fgetxattr:2:getxattr:2: -@:LDP man-pages:3.67:2014/05/10:finit_module:2:init_module:2: -@:LDP man-pages:3.67:2014/02/06:flistxattr:2:listxattr:2: -○:LDP man-pages:3.67:2014/04/22:flock:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/12:fork:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2007/05/31:free_hugepages:2:alloc_hugepages:2: -@:LDP man-pages:3.67:2014/02/06:fremovexattr:2:removexattr:2: -@:LDP man-pages:3.67:2014/02/06:fsetxattr:2:setxattr:2: -@:LDP man-pages:3.67:2014/05/10:fstat:2:stat:2: -@:LDP man-pages:3.67:2014/05/10:fstat64:2:fstat:2: -@:LDP man-pages:3.67:2014/05/10:fstatat:2:stat:2: -@:LDP man-pages:3.67:2014/03/19:fstatat64:2:fstatat:2: -@:LDP man-pages:3.67:2010/11/21:fstatfs:2:statfs:2: -@:LDP man-pages:3.67:2010/11/21:fstatfs64:2:fstatfs:2: -@:LDP man-pages:3.67:2013/09/26:fstatvfs:2:statvfs:3: -○:LDP man-pages:3.67:2014/04/06:fsync:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/04/01:ftruncate:2:truncate:2: -@:LDP man-pages:3.67:2013/04/01:ftruncate64:2:ftruncate:2: -○:LDP man-pages:3.67:2014/05/21:futex:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -☆:LDP man-pages:3.54=>3.67:2012/05/10:futimesat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/10/18:get_kernel_syms:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/08/15:get_mempolicy:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -×:LDP man-pages:3.67:2014/05/10:get_robust_list:2::::: -○:LDP man-pages:3.67:2012/07/13:get_thread_area:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/04/08:getcontext:2:getcontext:3: -○:LDP man-pages:3.67:2013/04/03:getcpu:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:getcwd:2:getcwd:3: -○:LDP man-pages:3.67:2012/08/03:getdents:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/08/03:getdents64:2:getdents:2: -○:LDP man-pages:3.67:2012/10/25:getdomainname:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:0000/00/00:getdtablesize:2:2007/01/14::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2010/11/22:getegid:2:getgid:2: -@:LDP man-pages:3.67:2010/11/22:getegid32:2:getegid:2: -@:LDP man-pages:3.67:2010/11/22:geteuid:2:getuid:2: -@:LDP man-pages:3.67:2010/11/22:geteuid32:2:geteuid:2: -○:LDP man-pages:3.67:2010/11/22:getgid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/11/22:getgid32:2:getgid:2: -○:LDP man-pages:3.67:2013/10/18:getgroups:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/10/18:getgroups32:2:getgroups:2: -@:LDP man-pages:3.67:2010/09/20:gethostid:2:gethostid:3: -○:LDP man-pages:3.67:2010/09/26:gethostname:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/10/01:getitimer:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/02/12:getmsg:2:unimplemented:2: -○:LDP man-pages:3.67:2010/11/16:getpagesize:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/02/12:getpeername:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/07:getpgid:2:setpgid:2: -@:LDP man-pages:3.67:2014/01/07:getpgrp:2:setpgid:2: -○:LDP man-pages:3.67:2008/09/23:getpid:2:2014/06/04::suto@av.crl.sony.co.jp:SUTO, Mitsuaki: -@:LDP man-pages:3.67:2013/02/12:getpmsg:2:unimplemented:2: -@:LDP man-pages:3.67:2008/09/23:getppid:2:getpid:2: -○:LDP man-pages:3.67:2014/05/10:getpriority:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/11/22:getresgid:2:getresuid:2: -@:LDP man-pages:3.67:2010/11/22:getresgid32:2:getresgid:2: -○:LDP man-pages:3.67:2010/11/22:getresuid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/11/22:getresuid32:2:getresuid:2: -○:LDP man-pages:3.67:2014/01/22:getrlimit:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/10:getrusage:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/26:getsid:2:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2008/12/03:getsockname:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2014/04/28:getsockopt:2:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2014/02/11:gettid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/04/26:gettimeofday:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/11/22:getuid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/11/22:getuid32:2:getuid:2: -×:LDP man-pages:3.67:2013/02/13:getunwind:2::::: -○:LDP man-pages:3.67:2014/04/06:getxattr:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/02/12:gtty:2:unimplemented:2: -○:LDP man-pages:3.67:2012/12/31:idle:2:2014/06/04::argrath@yo.rim.or.jp:Kentaro Shirakata: -@:LDP man-pages:3.67:2012/12/31:inb:2:outb:2: -@:LDP man-pages:3.67:2012/12/31:inb_p:2:outb:2: -☆:LDP man-pages:3.41=>3.67:2014/05/10:init_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/12/31:inl:2:outb:2: -@:LDP man-pages:3.67:2012/12/31:inl_p:2:outb:2: -○:LDP man-pages:3.67:2014/03/28:inotify_add_watch:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/03/28:inotify_init:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/03/28:inotify_init1:2:inotify_init:2: -○:LDP man-pages:3.67:2010/10/15:inotify_rm_watch:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/12/31:insb:2:outb:2: -@:LDP man-pages:3.67:2012/12/31:insl:2:outb:2: -@:LDP man-pages:3.67:2012/12/31:insw:2:outb:2: -○:LDP man-pages:3.67:2014/02/20:intro:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/12/31:inw:2:outb:2: -@:LDP man-pages:3.67:2012/12/31:inw_p:2:outb:2: -○:LDP man-pages:3.67:2013/04/10:io_cancel:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/04/08:io_destroy:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/04/08:io_getevents:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/06/21:io_setup:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/07/13:io_submit:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/11/08:ioctl:2:2014/06/04::tati@kc5.so-net.ne.jp:TACHIBANA Akira: -○:LDP man-pages:3.67:2013/09/17:ioctl_list:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/03/12:ioperm:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/03/15:iopl:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/02/12:ioprio_get:2:ioprio_set:2: -○:LDP man-pages:3.67:2013/02/12:ioprio_set:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/10/16:ipc:2:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -@:LDP man-pages:3.67:2013/02/12:isastream:2:unimplemented:2: -○:LDP man-pages:3.67:2013/12/08:kcmp:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/07/13:kexec_load:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.67:2014/01/22:keyctl:2::::: -○:LDP man-pages:3.67:2013/09/17:kill:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/20:killpg:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2014/05/21:lchown:2:chown:2: -@:LDP man-pages:3.67:2014/03/19:lchown32:2:lchown:2: -@:LDP man-pages:3.67:2014/04/06:lgetxattr:2:getxattr:2: -☆:LDP man-pages:3.65=>3.67:2014/05/10:link:2:2014/04/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2014/05/10:linkat:2:link:2: -○:LDP man-pages:3.67:2014/05/10:listen:2:2014/06/08::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2014/02/06:listxattr:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/06:llistxattr:2:listxattr:2: -○:LDP man-pages:3.67:2012/07/13:llseek:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2013/02/12:lock:2:unimplemented:2: -○:LDP man-pages:3.67:2004/06/17:lookup_dcookie:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/06:lremovexattr:2:removexattr:2: -○:LDP man-pages:3.67:2014/01/22:lseek:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/06:lsetxattr:2:setxattr:2: -@:LDP man-pages:3.67:2014/05/10:lstat:2:stat:2: -@:LDP man-pages:3.67:2014/05/10:lstat64:2:lstat:2: -○:LDP man-pages:3.67:2014/04/20:madvise:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/02/12:madvise1:2:unimplemented:2: -○:LDP man-pages:3.67:2014/05/10:mbind:2:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/08/01:migrate_pages:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/04/22:mincore:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/21:mkdir:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/21:mkdirat:2:mkdir:2: -○:LDP man-pages:3.67:2014/02/21:mknod:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/21:mknodat:2:mknod:2: -○:LDP man-pages:3.67:2014/04/14:mlock:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/04/14:mlockall:2:mlock:2: -○:LDP man-pages:3.67:2014/04/06:mmap:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/25:mmap2:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/07/13:modify_ldt:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/03/17:mount:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/06/11:move_pages:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/05:mprotect:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/02/12:mpx:2:unimplemented:2: -○:LDP man-pages:3.67:2012/07/13:mq_getsetattr:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/04/06:mq_notify:2:mq_notify:3: -@:LDP man-pages:3.67:2009/02/20:mq_open:2:mq_open:3: -@:LDP man-pages:3.67:2014/01/18:mq_timedreceive:2:mq_receive:3: -@:LDP man-pages:3.67:2014/01/18:mq_timedsend:2:mq_send:3: -@:LDP man-pages:3.67:2010/08/29:mq_unlink:2:mq_unlink:3: -○:LDP man-pages:3.67:2010/06/10:mremap:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/24:msgctl:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/04/30:msgget:2:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/16:msgop:2:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/16:msgrcv:2:msgop:2: -@:LDP man-pages:3.67:2014/05/16:msgsnd:2:msgop:2: -○:LDP man-pages:3.67:2014/04/20:msync:2:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2014/04/14:munlock:2:mlock:2: -@:LDP man-pages:3.67:2014/04/14:munlockall:2:mlock:2: -@:LDP man-pages:3.67:2014/04/06:munmap:2:mmap:2: -※:LDP man-pages:3.67:2014/05/08:name_to_handle_at:2:open_by_handle_at:2: -○:LDP man-pages:3.67:2013/07/30:nanosleep:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/09/17:nfsservctl:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/04/28:nice:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/10:oldfstat:2:stat:2: -@:LDP man-pages:3.67:2014/05/10:oldlstat:2:stat:2: -@:LDP man-pages:3.67:2008/12/03:oldolduname:2:uname:2: -@:LDP man-pages:3.67:2014/05/10:oldstat:2:stat:2: -@:LDP man-pages:3.67:2008/12/03:olduname:2:uname:2: -☆:LDP man-pages:3.65=>3.67:2014/05/10:open:2:2014/04/28::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.67:2014/05/08:open_by_handle_at:2::::: -@:LDP man-pages:3.67:2014/05/10:openat:2:open:2: -○:LDP man-pages:3.67:2012/12/31:outb:2:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2012/12/31:outb_p:2:outb:2: -@:LDP man-pages:3.67:2012/12/31:outl:2:outb:2: -@:LDP man-pages:3.67:2012/12/31:outl_p:2:outb:2: -@:LDP man-pages:3.67:2012/12/31:outsb:2:outb:2: -@:LDP man-pages:3.67:2012/12/31:outsl:2:outb:2: -@:LDP man-pages:3.67:2012/12/31:outsw:2:outb:2: -@:LDP man-pages:3.67:2012/12/31:outw:2:outb:2: -@:LDP man-pages:3.67:2012/12/31:outw_p:2:outb:2: -○:LDP man-pages:3.67:2008/10/06:pause:2:2014/06/04::suto@av.crl.sony.co.jp:SUTO, Mitsuaki: -@:LDP man-pages:3.67:2003/07/14:pciconfig_iobase:2:pciconfig_read:2: -○:LDP man-pages:3.67:2003/07/14:pciconfig_read:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2003/07/14:pciconfig_write:2:pciconfig_read:2: -×:LDP man-pages:3.67:2014/04/17:perf_event_open:2::::: -×:LDP man-pages:3.67:2013/02/13:perfmonctl:2::::: -○:LDP man-pages:3.67:2014/04/15:personality:2:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2013/02/12:phys:2:unimplemented:2: -○:LDP man-pages:3.67:2014/02/11:pipe:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/11:pipe2:2:pipe:2: -○:LDP man-pages:3.67:2012/07/13:pivot_root:2:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2014/05/10:poll:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/03:posix_fadvise:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/10:ppoll:2:poll:2: -☆:LDP man-pages:3.40=>3.67:2014/04/14:prctl:2:2012/05/26::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/06/21:pread:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/06/21:pread64:2:pread:2: -@:LDP man-pages:3.67:2010/11/17:preadv:2:readv:2: -@:LDP man-pages:3.67:2014/01/22:prlimit:2:getrlimit:2: -×:LDP man-pages:3.67:2014/05/05:process_vm_readv:2::::: -※:LDP man-pages:3.67:2014/05/05:process_vm_writev:2:process_vm_readv:2: -@:LDP man-pages:3.67:2013/02/12:prof:2:unimplemented:2: -@:LDP man-pages:3.67:2014/01/31:pselect:2:select:2: -@:LDP man-pages:3.67:2014/01/31:pselect6:2:select:2: -×:LDP man-pages:3.67:2014/02/20:ptrace:2::::: -@:LDP man-pages:3.67:2013/02/12:putmsg:2:unimplemented:2: -@:LDP man-pages:3.67:2013/02/12:putpmsg:2:unimplemented:2: -@:LDP man-pages:3.67:2013/06/21:pwrite:2:pread:2: -@:LDP man-pages:3.67:2013/06/21:pwrite64:2:pwrite:2: -@:LDP man-pages:3.67:2010/11/17:pwritev:2:readv:2: -☆:LDP man-pages:3.65=>3.67:2014/05/10:query_module:2:2014/04/24::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.67:2010/06/16:quotactl:2::::: -☆:LDP man-pages:3.65=>3.67:2014/05/04:read:2:2014/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/03/15:readahead:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/06/21:readdir:2:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2014/05/10:readlink:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/10:readlinkat:2:readlink:2: -○:LDP man-pages:3.67:2010/11/17:readv:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/12/28:reboot:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/10:recv:2:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/10:recvfrom:2:recv:2: -○:LDP man-pages:3.67:2014/05/21:recvmmsg:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/10:recvmsg:2:recv:2: -☆:LDP man-pages:3.65=>3.67:2014/05/10:remap_file_pages:2:2014/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/06:removexattr:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -☆:LDP man-pages:3.65=>3.67:2014/05/08:rename:2:2014/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/08:renameat:2:rename:2: -@:LDP man-pages:3.67:2014/05/08:renameat2:2:rename:2: -×:LDP man-pages:3.67:2010/02/25:request_key:2::::: -×:LDP man-pages:3.67:2014/02/11:restart_syscall:2::::: -○:LDP man-pages:3.67:2008/05/08:rmdir:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/04/27:rt_sigaction:2:sigaction:2: -@:LDP man-pages:3.67:2013/12/11:rt_sigpending:2:sigpending:2: -@:LDP man-pages:3.67:2013/04/19:rt_sigprocmask:2:sigprocmask:2: -×:LDP man-pages:3.67:2012/07/13:rt_sigqueueinfo:2::::: -@:LDP man-pages:3.67:2013/07/30:rt_sigreturn:2:sigreturn:2: -@:LDP man-pages:3.67:2013/04/19:rt_sigsuspend:2:sigsuspend:2: -@:LDP man-pages:3.67:2013/09/04:rt_sigtimedwait:2:sigtimedwait:2: -※:LDP man-pages:3.67:2012/07/13:rt_tgsigqueueinfo:2:rt_sigqueueinfo:2: -×:LDP man-pages:3.67:2012/12/17:s390_runtime_instr:2::::: -@:LDP man-pages:3.67:2010/09/20:sbrk:2:brk:2: -○:LDP man-pages:3.67:2014/05/12:sched_get_priority_max:2:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/12:sched_get_priority_min:2:sched_get_priority_max:2: -@:LDP man-pages:3.67:2014/05/10:sched_getaffinity:2:sched_setaffinity:2: -※:LDP man-pages:3.67:2014/05/13:sched_getattr:2:sched_setattr:2: -@:LDP man-pages:3.67:2014/05/11:sched_getparam:2:sched_setparam:2: -@:LDP man-pages:3.67:2014/05/21:sched_getscheduler:2:sched_setscheduler:2: -○:LDP man-pages:3.67:2014/04/28:sched_rr_get_interval:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/10:sched_setaffinity:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.67:2014/05/13:sched_setattr:2::::: -○:LDP man-pages:3.67:2014/05/11:sched_setparam:2:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -☆:LDP man-pages:3.65=>3.67:2014/05/21:sched_setscheduler:2:2014/04/24::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/04/28:sched_yield:2:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -@:LDP man-pages:3.67:2013/02/12:security:2:unimplemented:2: -○:LDP man-pages:3.67:2014/01/31:select:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/12/30:select_tut:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/06/03:semctl:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -☆:LDP man-pages:3.65=>3.67:2014/05/21:semget:2:2014/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/10:semop:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/10:semtimedop:2:semop:2: -○:LDP man-pages:3.67:2014/05/10:send:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2011/09/14:sendfile:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2011/09/14:sendfile64:2:sendfile:2: -○:LDP man-pages:3.67:2012/12/16:sendmmsg:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/10:sendmsg:2:send:2: -@:LDP man-pages:3.67:2014/05/10:sendto:2:send:2: -○:LDP man-pages:3.67:2008/08/15:set_mempolicy:2:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -※:LDP man-pages:3.67:2014/05/10:set_robust_list:2:get_robust_list:2: -○:LDP man-pages:3.67:2012/07/13:set_thread_area:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/07/19:set_tid_address:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2014/04/08:setcontext:2:getcontext:3: -@:LDP man-pages:3.67:2012/10/25:setdomainname:2:getdomainname:2: -@:LDP man-pages:3.67:2012/07/02:setegid:2:seteuid:2: -○:LDP man-pages:3.67:2012/07/02:seteuid:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/08/08:setfsgid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/08/08:setfsgid32:2:setfsgid:2: -○:LDP man-pages:3.67:2013/08/08:setfsuid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/08/08:setfsuid32:2:setfsuid:2: -○:LDP man-pages:3.67:2010/11/22:setgid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/11/22:setgid32:2:setgid:2: -@:LDP man-pages:3.67:2013/10/18:setgroups:2:getgroups:2: -@:LDP man-pages:3.67:2013/10/18:setgroups32:2:setgroups:2: -@:LDP man-pages:3.67:2010/09/20:sethostid:2:gethostid:3: -@:LDP man-pages:3.67:2010/09/26:sethostname:2:gethostname:2: -@:LDP man-pages:3.67:2012/10/01:setitimer:2:getitimer:2: -○:LDP man-pages:3.67:2013/01/01:setns:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/07:setpgid:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/07:setpgrp:2:setpgid:2: -@:LDP man-pages:3.67:2014/05/10:setpriority:2:getpriority:2: -@:LDP man-pages:3.67:2013/12/12:setregid:2:setreuid:2: -@:LDP man-pages:3.67:2013/12/12:setregid32:2:setregid:2: -@:LDP man-pages:3.67:2010/11/22:setresgid:2:setresuid:2: -@:LDP man-pages:3.67:2010/11/22:setresgid32:2:setresgid:2: -○:LDP man-pages:3.67:2010/11/22:setresuid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/11/22:setresuid32:2:setresuid:2: -○:LDP man-pages:3.67:2013/12/12:setreuid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/12/12:setreuid32:2:setreuid:2: -@:LDP man-pages:3.67:2014/01/22:setrlimit:2:getrlimit:2: -○:LDP man-pages:3.67:2013/02/11:setsid:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2014/04/28:setsockopt:2:getsockopt:2: -@:LDP man-pages:3.67:2012/04/26:settimeofday:2:gettimeofday:2: -○:LDP man-pages:3.67:2010/11/22:setuid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/11/22:setuid32:2:setuid:2: -○:LDP man-pages:3.67:2008/12/03:setup:2:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2014/02/06:setxattr:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/25:sgetmask:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/04/28:shmat:2:shmop:2: -○:LDP man-pages:3.67:2014/02/07:shmctl:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/04/28:shmdt:2:shmop:2: -☆:LDP man-pages:3.65=>3.67:2014/05/21:shmget:2:2014/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -☆:LDP man-pages:3.65=>3.67:2014/04/28:shmop:2:2014/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/09/06:shutdown:2:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2014/04/27:sigaction:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/26:sigaltstack:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/04/19:signal:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2009/01/13:signalfd:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2009/01/13:signalfd4:2:signalfd:2: -○:LDP man-pages:3.67:2013/12/11:sigpending:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/04/19:sigprocmask:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/12/16:sigqueue:2:sigqueue:3: -○:LDP man-pages:3.67:2013/07/30:sigreturn:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/04/19:sigsuspend:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/09/04:sigtimedwait:2:sigwaitinfo:2: -○:LDP man-pages:3.67:2013/09/04:sigwaitinfo:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/12/31:socket:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/10/16:socketcall:2:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2008/10/11:socketpair:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/05/04:splice:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/08/05:spu_create:2:2014/06/04::amotoki@gmail.com:Akihiro Motoki: -○:LDP man-pages:3.67:2012/08/05:spu_run:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/25:ssetmask:2:sgetmask:2: -○:LDP man-pages:3.67:2014/05/10:stat:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/10:stat64:2:stat:2: -○:LDP man-pages:3.67:2010/11/21:statfs:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/11/21:statfs64:2:statfs:2: -@:LDP man-pages:3.67:2013/09/26:statvfs:2:statvfs:3: -○:LDP man-pages:3.67:2014/05/10:stime:2:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2013/02/12:stty:2:unimplemented:2: -×:LDP man-pages:3.67:2012/07/13:subpage_prot:2::::: -@:LDP man-pages:3.67:2014/02/26:swapoff:2:swapon:2: -○:LDP man-pages:3.67:2014/02/26:swapon:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -☆:LDP man-pages:3.65=>3.67:2014/05/05:symlink:2:2014/04/24::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2014/05/05:symlinkat:2:symlink:2: -○:LDP man-pages:3.67:2014/04/06:sync:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/04/01:sync_file_range:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/04/01:sync_file_range2:2:sync_file_range:2: -@:LDP man-pages:3.67:2014/04/06:syncfs:2:sync:2: -○:LDP man-pages:3.67:2014/05/10:syscall:2:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.67:2014/05/08:syscalls:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/12/22:sysctl:2:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2010/06/27:sysfs:2:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.67:2012/05/05:sysinfo:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/11/29:syslog:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/05/04:tee:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/07/13:tgkill:2:tkill:2: -○:LDP man-pages:3.67:2011/09/09:time:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.67:2014/01/20:timer_create:2::::: -○:LDP man-pages:3.67:2009/02/20:timer_delete:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.67:2009/02/20:timer_getoverrun:2::::: -※:LDP man-pages:3.67:2012/10/15:timer_gettime:2:timer_settime:2: -×:LDP man-pages:3.67:2012/10/15:timer_settime:2::::: -○:LDP man-pages:3.67:2011/09/14:timerfd_create:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2011/09/14:timerfd_gettime:2:timerfd_create:2: -@:LDP man-pages:3.67:2011/09/14:timerfd_settime:2:timerfd_create:2: -○:LDP man-pages:3.67:2012/10/22:times:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/07/13:tkill:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/04/01:truncate:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/04/01:truncate64:2:truncate:2: -@:LDP man-pages:3.67:2013/02/12:tuxcall:2:unimplemented:2: -@:LDP man-pages:3.67:2014/01/22:ugetrlimit:2:getrlimit:2: -○:LDP man-pages:3.67:2008/01/09:umask:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/26:umount:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/26:umount2:2:umount:2: -○:LDP man-pages:3.67:2008/12/03:uname:2:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.67:2013/02/12:unimplemented:2:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2014/02/21:unlink:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/21:unlinkat:2:unlink:2: -○:LDP man-pages:3.67:2013/04/17:unshare:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2005/01/09:uselib:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2003/08/04:ustat:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2014/02/21:utime:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -×:LDP man-pages:3.67:2014/01/24:utimensat:2::::: -@:LDP man-pages:3.67:2014/02/21:utimes:2:utime:2: -○:LDP man-pages:3.67:2012/08/05:vfork:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2007/07/26:vhangup:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2009/02/20:vm86:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2009/02/20:vm86old:2:vm86:2: -○:LDP man-pages:3.67:2012/05/04:vmsplice:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/02/12:vserver:2:unimplemented:2: -○:LDP man-pages:3.67:2013/09/04:wait:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/09/23:wait3:2:wait4:2: -○:LDP man-pages:3.67:2012/09/23:wait4:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/09/04:waitid:2:wait:2: -@:LDP man-pages:3.67:2013/09/04:waitpid:2:wait:2: -☆:LDP man-pages:3.65=>3.67:2014/05/04:write:2:2014/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/11/17:writev:2:readv:2: -@:LDP man-pages:3.67:2007/12/28:CIRCLEQ_ENTRY:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:CIRCLEQ_HEAD:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:CIRCLEQ_INIT:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:CIRCLEQ_INSERT_AFTER:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:CIRCLEQ_INSERT_BEFORE:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:CIRCLEQ_INSERT_HEAD:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:CIRCLEQ_INSERT_TAIL:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:CIRCLEQ_REMOVE:3:queue:3: -@:LDP man-pages:3.67:2008/11/20:CMSG_ALIGN:3:cmsg:3: -@:LDP man-pages:3.67:2008/11/20:CMSG_FIRSTHDR:3:cmsg:3: -@:LDP man-pages:3.67:2008/11/20:CMSG_NXTHDR:3:cmsg:3: -@:LDP man-pages:3.67:2008/11/20:CMSG_SPACE:3:cmsg:3: -@:LDP man-pages:3.67:2012/03/15:CPU_ALLOC:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_ALLOC_SIZE:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_AND:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_AND_S:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_CLR:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_CLR_S:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_COUNT:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_COUNT_S:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_EQUAL:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_EQUAL_S:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_FREE:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_ISSET:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_ISSET_S:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_OR:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_OR_S:3:CPU_SET:3: -○:LDP man-pages:3.67:2012/03/15:CPU_SET:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/03/15:CPU_SET_S:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_XOR:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_XOR_S:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_ZERO:3:CPU_SET:3: -@:LDP man-pages:3.67:2012/03/15:CPU_ZERO_S:3:CPU_SET:3: -@:LDP man-pages:3.67:2013/09/18:DES_FAILED:3:des_crypt:3: -@:LDP man-pages:3.67:2014/01/31:FD_CLR:3:select:2: -@:LDP man-pages:3.67:2014/01/31:FD_ISSET:3:select:2: -@:LDP man-pages:3.67:2014/01/31:FD_SET:3:select:2: -@:LDP man-pages:3.67:2014/01/31:FD_ZERO:3:select:2: -@:LDP man-pages:3.67:2007/07/26:HUGE_VAL:3:INFINITY:3: -@:LDP man-pages:3.67:2007/07/26:HUGE_VALF:3:INFINITY:3: -@:LDP man-pages:3.67:2007/07/26:HUGE_VALL:3:INFINITY:3: -○:LDP man-pages:3.67:2007/07/26:INFINITY:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2007/12/28:LIST_ENTRY:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:LIST_HEAD:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:LIST_INIT:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:LIST_INSERT_AFTER:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:LIST_INSERT_HEAD:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:LIST_REMOVE:3:queue:3: -○:LDP man-pages:3.67:1999/07/04:MB_CUR_MAX:3:2014/06/04::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi: -○:LDP man-pages:3.67:1999/07/04:MB_LEN_MAX:3:2014/06/04::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi: -@:LDP man-pages:3.67:2007/07/26:NAN:3:INFINITY:3: -@:LDP man-pages:3.67:2007/12/28:TAILQ_ENTRY:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:TAILQ_HEAD:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:TAILQ_INIT:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:TAILQ_INSERT_AFTER:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:TAILQ_INSERT_HEAD:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:TAILQ_INSERT_TAIL:3:queue:3: -@:LDP man-pages:3.67:2007/12/28:TAILQ_REMOVE:3:queue:3: -@:LDP man-pages:3.67:2010/10/13:__after_morecore_hook:3:malloc_hook:3: -@:LDP man-pages:3.67:2013/06/21:__fbufsize:3:stdio_ext:3: -@:LDP man-pages:3.67:2013/06/21:__flbf:3:stdio_ext:3: -@:LDP man-pages:3.67:2013/06/21:__fpending:3:stdio_ext:3: -@:LDP man-pages:3.67:2001/12/15:__fpurge:3:fpurge:3: -@:LDP man-pages:3.67:2013/06/21:__freadable:3:stdio_ext:3: -@:LDP man-pages:3.67:2013/06/21:__freading:3:stdio_ext:3: -@:LDP man-pages:3.67:2010/10/13:__free_hook:3:malloc_hook:3: -@:LDP man-pages:3.67:2013/06/21:__fsetlocking:3:stdio_ext:3: -@:LDP man-pages:3.67:2013/06/21:__fwritable:3:stdio_ext:3: -@:LDP man-pages:3.67:2013/06/21:__fwriting:3:stdio_ext:3: -@:LDP man-pages:3.67:2010/10/13:__malloc_hook:3:malloc_hook:3: -@:LDP man-pages:3.67:2010/10/13:__malloc_initialize_hook:3:malloc_hook:3: -@:LDP man-pages:3.67:2010/10/13:__memalign_hook:3:malloc_hook:3: -@:LDP man-pages:3.67:2010/10/13:__realloc_hook:3:malloc_hook:3: -○:LDP man-pages:3.67:2012/12/31:__setfpucw:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -@:LDP man-pages:3.67:2013/06/21:_flushlbf:3:stdio_ext:3: -○:LDP man-pages:3.67:2013/06/21:a64l:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2014/03/25:abort:3:2014/06/04::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -○:LDP man-pages:3.67:2013/06/21:abs:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/20:acos:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:acosf:3:acos:3: -○:LDP man-pages:3.67:2010/09/20:acosh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:acoshf:3:acosh:3: -@:LDP man-pages:3.67:2010/09/20:acoshl:3:acosh:3: -@:LDP man-pages:3.67:2010/09/20:acosl:3:acos:3: -@:LDP man-pages:3.67:2009/09/15:addmntent:3:getmntent:3: -○:LDP man-pages:3.67:2008/06/14:addseverity:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2013/10/07:adjtime:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/05/08:aio_cancel:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/07/04:aio_error:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/05/08:aio_fsync:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/04/26:aio_init:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/05/08:aio_read:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/07/04:aio_return:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/05/08:aio_suspend:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/05/08:aio_write:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/09/02:aligned_alloc:3:posix_memalign:3: -○:LDP man-pages:3.67:2013/10/07:alloca:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2014/02/21:alphasort:3:scandir:3: -@:LDP man-pages:3.67:2007/05/18:argz:3:argz_add:3: -○:LDP man-pages:3.67:2007/05/18:argz_add:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2007/05/18:argz_add_sep:3:argz_add:3: -@:LDP man-pages:3.67:2007/05/18:argz_append:3:argz_add:3: -@:LDP man-pages:3.67:2007/05/18:argz_count:3:argz_add:3: -@:LDP man-pages:3.67:2007/05/18:argz_create:3:argz_add:3: -@:LDP man-pages:3.67:2007/05/18:argz_create_sep:3:argz_add:3: -@:LDP man-pages:3.67:2007/05/18:argz_delete:3:argz_add:3: -@:LDP man-pages:3.67:2007/05/18:argz_extract:3:argz_add:3: -@:LDP man-pages:3.67:2007/05/18:argz_insert:3:argz_add:3: -@:LDP man-pages:3.67:2007/05/18:argz_next:3:argz_add:3: -@:LDP man-pages:3.67:2007/05/18:argz_replace:3:argz_add:3: -@:LDP man-pages:3.67:2007/05/18:argz_stringify:3:argz_add:3: -@:LDP man-pages:3.67:2013/12/30:asctime:3:ctime:3: -@:LDP man-pages:3.67:2013/12/30:asctime_r:3:ctime:3: -○:LDP man-pages:3.67:2010/09/20:asin:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:asinf:3:asin:3: -○:LDP man-pages:3.67:2013/10/14:asinh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/10/14:asinhf:3:asinh:3: -@:LDP man-pages:3.67:2013/10/14:asinhl:3:asinh:3: -@:LDP man-pages:3.67:2010/09/20:asinl:3:asin:3: -○:LDP man-pages:3.67:2013/06/21:asprintf:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2013/09/26:assert:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2013/09/26:assert_perror:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/10/07:atan:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/20:atan2:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:atan2f:3:atan2:3: -@:LDP man-pages:3.67:2010/09/20:atan2l:3:atan2:3: -@:LDP man-pages:3.67:2013/10/07:atanf:3:atan:3: -○:LDP man-pages:3.67:2010/09/11:atanh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/11:atanhf:3:atanh:3: -@:LDP man-pages:3.67:2010/09/11:atanhl:3:atanh:3: -@:LDP man-pages:3.67:2013/10/07:atanl:3:atan:3: -○:LDP man-pages:3.67:2008/12/05:atexit:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/22:atof:3:2014/06/04::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -○:LDP man-pages:3.67:2014/01/22:atoi:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2014/01/22:atol:3:atoi:3: -@:LDP man-pages:3.67:2014/01/22:atoll:3:atoi:3: -@:LDP man-pages:3.67:2014/01/22:atoq:3:atoi:3: -@:LDP man-pages:3.67:2013/09/26:auth_destroy:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:authnone_create:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:authunix_create:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:authunix_create_default:3:rpc:3: -○:LDP man-pages:3.67:2008/06/14:backtrace:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/06/14:backtrace_symbols:3:backtrace:3: -@:LDP man-pages:3.67:2008/06/14:backtrace_symbols_fd:3:backtrace:3: -○:LDP man-pages:3.67:2009/03/30:basename:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/10/21:bcmp:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2013/10/22:bcopy:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2010/09/10:be16toh:3:endian:3: -@:LDP man-pages:3.67:2010/09/10:be32toh:3:endian:3: -@:LDP man-pages:3.67:2010/09/10:be64toh:3:endian:3: -○:LDP man-pages:3.67:2013/06/21:bindresvport:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/10/22:bsd_signal:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2003/11/01:bsearch:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2002/01/20:bstring:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2011/09/22:btowc:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/04/23:btree:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/04/08:byteorder:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/10/22:bzero:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/08/11:cabs:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/11:cabsf:3:cabs:3: -@:LDP man-pages:3.67:2008/08/11:cabsl:3:cabs:3: -○:LDP man-pages:3.67:2011/09/15:cacos:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2011/09/15:cacosf:3:cacos:3: -○:LDP man-pages:3.67:2011/09/15:cacosh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2011/09/15:cacoshf:3:cacosh:3: -@:LDP man-pages:3.67:2011/09/15:cacoshl:3:cacosh:3: -@:LDP man-pages:3.67:2011/09/15:cacosl:3:cacos:3: -@:LDP man-pages:3.67:2014/05/21:calloc:3:malloc:3: -@:LDP man-pages:3.67:2013/09/26:callrpc:3:rpc:3: -○:LDP man-pages:3.67:2013/05/11:canonicalize_file_name:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/08/11:carg:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/11:cargf:3:carg:3: -@:LDP man-pages:3.67:2008/08/11:cargl:3:carg:3: -○:LDP man-pages:3.67:2008/08/11:casin:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/11:casinf:3:casin:3: -○:LDP man-pages:3.67:2008/08/11:casinh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/11:casinhf:3:casinh:3: -@:LDP man-pages:3.67:2008/08/11:casinhl:3:casinh:3: -@:LDP man-pages:3.67:2008/08/11:casinl:3:casin:3: -○:LDP man-pages:3.67:2011/09/15:catan:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2011/09/15:catanf:3:catan:3: -○:LDP man-pages:3.67:2011/09/15:catanh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2011/09/15:catanhf:3:catanh:3: -@:LDP man-pages:3.67:2011/09/15:catanhl:3:catanh:3: -@:LDP man-pages:3.67:2011/09/15:catanl:3:catan:3: -@:LDP man-pages:3.67:2001/12/14:catclose:3:catopen:3: -○:LDP man-pages:3.67:2013/06/21:catgets:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2001/12/14:catopen:3:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: -@:LDP man-pages:3.67:2013/09/18:cbc_crypt:3:des_crypt:3: -○:LDP man-pages:3.67:2013/09/18:cbrt:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/09/18:cbrtf:3:cbrt:3: -@:LDP man-pages:3.67:2013/09/18:cbrtl:3:cbrt:3: -○:LDP man-pages:3.67:2008/08/11:ccos:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/11:ccosf:3:ccos:3: -○:LDP man-pages:3.67:2008/08/11:ccosh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/11:ccoshf:3:ccosh:3: -@:LDP man-pages:3.67:2008/08/11:ccoshl:3:ccosh:3: -@:LDP man-pages:3.67:2008/08/11:ccosl:3:ccos:3: -○:LDP man-pages:3.67:2013/06/21:ceil:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/06/21:ceilf:3:ceil:3: -@:LDP man-pages:3.67:2013/06/21:ceill:3:ceil:3: -○:LDP man-pages:3.67:2010/09/12:cerf:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/12:cerfc:3:cerf:3: -@:LDP man-pages:3.67:2010/09/12:cerfcf:3:cerf:3: -@:LDP man-pages:3.67:2010/09/12:cerfcl:3:cerf:3: -@:LDP man-pages:3.67:2010/09/12:cerff:3:cerf:3: -@:LDP man-pages:3.67:2010/09/12:cerfl:3:cerf:3: -○:LDP man-pages:3.67:2008/08/11:cexp:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/02/27:cexp2:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/02/27:cexp2f:3:cexp2:3: -@:LDP man-pages:3.67:2013/02/27:cexp2l:3:cexp2:3: -@:LDP man-pages:3.67:2008/08/11:cexpf:3:cexp:3: -@:LDP man-pages:3.67:2008/08/11:cexpl:3:cexp:3: -@:LDP man-pages:3.67:2014/05/08:cfgetispeed:3:termios:3: -@:LDP man-pages:3.67:2014/05/08:cfgetospeed:3:termios:3: -@:LDP man-pages:3.67:2014/05/08:cfmakeraw:3:termios:3: -○:LDP man-pages:3.67:2007/07/26:cfree:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2014/05/08:cfsetispeed:3:termios:3: -@:LDP man-pages:3.67:2014/05/08:cfsetospeed:3:termios:3: -@:LDP man-pages:3.67:2014/05/08:cfsetspeed:3:termios:3: -○:LDP man-pages:3.67:2013/06/21:cimag:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/06/21:cimagf:3:cimag:3: -@:LDP man-pages:3.67:2013/06/21:cimagl:3:cimag:3: -○:LDP man-pages:3.67:2010/10/04:clearenv:3:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: -@:LDP man-pages:3.67:2014/01/15:clearerr:3:ferror:3: -@:LDP man-pages:3.67:2008/08/29:clearerr_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.67:2013/09/26:clnt_broadcast:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:clnt_call:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:clnt_control:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:clnt_create:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:clnt_destroy:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:clnt_freeres:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:clnt_geterr:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:clnt_pcreateerror:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:clnt_perrno:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:clnt_perror:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:clnt_spcreateerror:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:clnt_sperrno:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:clnt_sperror:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:clntraw_create:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:clnttcp_create:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:clntudp_bufcreate:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:clntudp_create:3:rpc:3: -○:LDP man-pages:3.67:2013/08/19:clock:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/07/04:clock_getcpuclockid:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/12/28:clock_getres:3:clock_getres:2: -@:LDP man-pages:3.67:2013/12/28:clock_gettime:3:clock_getres:2: -@:LDP man-pages:3.67:2013/12/28:clock_settime:3:clock_getres:2: -○:LDP man-pages:3.67:2008/08/11:clog:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/08/11:clog10:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/11:clog10f:3:clog10:3: -@:LDP man-pages:3.67:2008/08/11:clog10l:3:clog10:3: -○:LDP man-pages:3.67:2013/07/23:clog2:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/07/23:clog2f:3:clog2:3: -@:LDP man-pages:3.67:2013/07/23:clog2l:3:clog2:3: -@:LDP man-pages:3.67:2008/08/11:clogf:3:clog:3: -@:LDP man-pages:3.67:2008/08/11:clogl:3:clog:3: -○:LDP man-pages:3.67:2008/09/23:closedir:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2012/08/17:closelog:3:syslog:3: -○:LDP man-pages:3.67:2008/11/20:cmsg:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2014/03/20:confstr:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/06/21:conj:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/06/21:conjf:3:conj:3: -@:LDP man-pages:3.67:2013/06/21:conjl:3:conj:3: -○:LDP man-pages:3.67:2013/10/14:copysign:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/10/14:copysignf:3:copysign:3: -@:LDP man-pages:3.67:2013/10/14:copysignl:3:copysign:3: -○:LDP man-pages:3.67:2013/10/14:cos:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/10/14:cosf:3:cos:3: -○:LDP man-pages:3.67:2010/09/20:cosh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:coshf:3:cosh:3: -@:LDP man-pages:3.67:2010/09/20:coshl:3:cosh:3: -@:LDP man-pages:3.67:2013/10/14:cosl:3:cos:3: -○:LDP man-pages:3.67:2008/08/11:cpow:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/11:cpowf:3:cpow:3: -@:LDP man-pages:3.67:2008/08/11:cpowl:3:cpow:3: -○:LDP man-pages:3.67:2013/09/18:cproj:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/09/18:cprojf:3:cproj:3: -@:LDP man-pages:3.67:2013/09/18:cprojl:3:cproj:3: -○:LDP man-pages:3.67:2013/09/18:creal:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/09/18:crealf:3:creal:3: -@:LDP man-pages:3.67:2013/09/18:creall:3:creal:3: -○:LDP man-pages:3.67:2014/02/26:crypt:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2014/02/26:crypt_r:3:crypt:3: -○:LDP man-pages:3.67:2008/08/11:csin:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/11:csinf:3:csin:3: -○:LDP man-pages:3.67:2008/08/11:csinh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/11:csinhf:3:csinh:3: -@:LDP man-pages:3.67:2008/08/11:csinhl:3:csinh:3: -@:LDP man-pages:3.67:2008/08/11:csinl:3:csin:3: -○:LDP man-pages:3.67:2008/08/11:csqrt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/11:csqrtf:3:csqrt:3: -@:LDP man-pages:3.67:2008/08/11:csqrtl:3:csqrt:3: -○:LDP man-pages:3.67:2008/08/11:ctan:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/11:ctanf:3:ctan:3: -○:LDP man-pages:3.67:2008/08/11:ctanh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/11:ctanhf:3:ctanh:3: -@:LDP man-pages:3.67:2008/08/11:ctanhl:3:ctanh:3: -@:LDP man-pages:3.67:2008/08/11:ctanl:3:ctan:3: -○:LDP man-pages:3.67:2013/07/04:ctermid:3:2014/06/04::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki: -○:LDP man-pages:3.67:2013/12/30:ctime:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/12/30:ctime_r:3:ctime:3: -@:LDP man-pages:3.67:2013/04/19:cuserid:3:getlogin:3: -○:LDP man-pages:3.67:2013/10/28:daemon:3:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: -@:LDP man-pages:3.67:2012/03/25:daylight:3:tzset:3: -@:LDP man-pages:3.67:2012/05/04:db:3:dbopen:3: -○:LDP man-pages:3.67:2012/05/04:dbopen:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/09/18:des_crypt:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2013/09/18:des_setparity:3:des_crypt:3: -○:LDP man-pages:3.67:2013/10/28:difftime:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/07/05:dirfd:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2009/03/30:dirname:3:basename:3: -○:LDP man-pages:3.67:2013/07/05:div:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2007/05/18:dl_iterate_phdr:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2014/01/08:dladdr:3:dlopen:3: -@:LDP man-pages:3.67:2014/01/08:dlclose:3:dlopen:3: -@:LDP man-pages:3.67:2014/01/08:dlerror:3:dlopen:3: -○:LDP man-pages:3.67:2014/01/08:dlopen:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/08:dlsym:3:dlopen:3: -@:LDP man-pages:3.67:2014/01/08:dlvsym:3:dlopen:3: -@:LDP man-pages:3.67:2013/03/05:dn_comp:3:resolver:3: -@:LDP man-pages:3.67:2013/03/05:dn_expand:3:resolver:3: -○:LDP man-pages:3.67:2010/09/15:dprintf:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2013/06/21:drand48:3:2014/06/04::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: -○:LDP man-pages:3.67:2013/09/09:drand48_r:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2010/09/20:drem:3:remainder:3: -@:LDP man-pages:3.67:2010/09/20:dremf:3:remainder:3: -@:LDP man-pages:3.67:2010/09/20:dreml:3:remainder:3: -○:LDP man-pages:3.67:2014/03/12:duplocale:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/09/25:dysize:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -@:LDP man-pages:3.67:2013/09/25:eaccess:3:euidaccess:3: -@:LDP man-pages:3.67:2013/09/18:ecb_crypt:3:des_crypt:3: -○:LDP man-pages:3.67:2013/07/04:ecvt:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2007/07/26:ecvt_r:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/07/17:edata:3:end:3: -○:LDP man-pages:3.67:2013/07/22:encrypt:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2013/07/22:encrypt_r:3:encrypt:3: -○:LDP man-pages:3.67:2008/07/17:end:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2003/09/09:endaliasent:3:setaliasent:3: -@:LDP man-pages:3.67:2002/02/28:endfsent:3:getfsent:3: -@:LDP man-pages:3.67:2013/06/21:endgrent:3:getgrent:3: -@:LDP man-pages:3.67:2014/03/11:endhostent:3:gethostbyname:3: -○:LDP man-pages:3.67:2010/09/10:endian:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2009/09/15:endmntent:3:getmntent:3: -@:LDP man-pages:3.67:2008/08/19:endnetent:3:getnetent:3: -@:LDP man-pages:3.67:2007/07/26:endnetgrent:3:setnetgrent:3: -@:LDP man-pages:3.67:2008/08/19:endprotoent:3:getprotoent:3: -@:LDP man-pages:3.67:2013/06/21:endpwent:3:getpwent:3: -@:LDP man-pages:3.67:2008/08/19:endrpcent:3:getrpcent:3: -@:LDP man-pages:3.67:2008/08/19:endservent:3:getservent:3: -@:LDP man-pages:3.67:2013/04/19:endspent:3:getspnam:3: -@:LDP man-pages:3.67:2013/07/22:endttyent:3:getttyent:3: -@:LDP man-pages:3.67:2013/06/21:endusershell:3:getusershell:3: -@:LDP man-pages:3.67:2013/04/19:endutent:3:getutent:3: -@:LDP man-pages:3.67:2013/04/19:endutxent:3:getutent:3: -@:LDP man-pages:3.67:2007/05/18:envz:3:envz_add:3: -○:LDP man-pages:3.67:2007/05/18:envz_add:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2007/05/18:envz_entry:3:envz_add:3: -@:LDP man-pages:3.67:2007/05/18:envz_get:3:envz_add:3: -@:LDP man-pages:3.67:2007/05/18:envz_merge:3:envz_add:3: -@:LDP man-pages:3.67:2007/05/18:envz_remove:3:envz_add:3: -@:LDP man-pages:3.67:2007/05/18:envz_strip:3:envz_add:3: -@:LDP man-pages:3.67:2013/06/21:erand48:3:drand48:3: -@:LDP man-pages:3.67:2013/09/09:erand48_r:3:drand48_r:3: -○:LDP man-pages:3.67:2013/10/29:erf:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/10/29:erfc:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/10/29:erfcf:3:erfc:3: -@:LDP man-pages:3.67:2013/10/29:erfcl:3:erfc:3: -@:LDP man-pages:3.67:2013/10/29:erff:3:erf:3: -@:LDP man-pages:3.67:2013/10/29:erfl:3:erf:3: -○:LDP man-pages:3.67:2013/12/30:err:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/07/09:errno:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/08/29:error:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/08/29:error_at_line:3:error:3: -@:LDP man-pages:3.67:2010/08/29:error_message_count:3:error:3: -@:LDP man-pages:3.67:2010/08/29:error_one_per_line:3:error:3: -@:LDP man-pages:3.67:2010/08/29:error_print_progname:3:error:3: -@:LDP man-pages:3.67:2013/12/30:errx:3:err:3: -@:LDP man-pages:3.67:2008/07/17:etext:3:end:3: -○:LDP man-pages:3.67:2013/07/04:ether_aton:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/07/04:ether_aton_r:3:ether_aton:3: -@:LDP man-pages:3.67:2013/07/04:ether_hostton:3:ether_aton:3: -@:LDP man-pages:3.67:2013/07/04:ether_line:3:ether_aton:3: -@:LDP man-pages:3.67:2013/07/04:ether_ntoa:3:ether_aton:3: -@:LDP man-pages:3.67:2013/07/04:ether_ntoa_r:3:ether_aton:3: -@:LDP man-pages:3.67:2013/07/04:ether_ntohost:3:ether_aton:3: -○:LDP man-pages:3.67:2013/09/25:euidaccess:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/08/30:eventfd_read:3:eventfd:2: -@:LDP man-pages:3.67:2010/08/30:eventfd_write:3:eventfd:2: -○:LDP man-pages:3.67:2010/09/25:exec:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/25:execl:3:exec:3: -@:LDP man-pages:3.67:2010/09/25:execle:3:exec:3: -@:LDP man-pages:3.67:2010/09/25:execlp:3:exec:3: -@:LDP man-pages:3.67:2010/09/25:execv:3:exec:3: -@:LDP man-pages:3.67:2010/09/25:execvp:3:exec:3: -@:LDP man-pages:3.67:2010/09/25:execvpe:3:exec:3: -○:LDP man-pages:3.67:2014/03/25:exit:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/20:exp:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/08/11:exp10:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/11:exp10f:3:exp10:3: -@:LDP man-pages:3.67:2008/08/11:exp10l:3:exp10:3: -○:LDP man-pages:3.67:2010/09/20:exp2:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:exp2f:3:exp2:3: -@:LDP man-pages:3.67:2010/09/20:exp2l:3:exp2:3: -@:LDP man-pages:3.67:2010/09/20:expf:3:exp:3: -@:LDP man-pages:3.67:2010/09/20:expl:3:exp:3: -○:LDP man-pages:3.67:2013/10/14:expm1:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/10/14:expm1f:3:expm1:3: -@:LDP man-pages:3.67:2013/10/14:expm1l:3:expm1:3: -○:LDP man-pages:3.67:2013/07/10:fabs:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/07/10:fabsf:3:fabs:3: -@:LDP man-pages:3.67:2013/07/10:fabsl:3:fabs:3: -○:LDP man-pages:3.67:2009/02/23:fclose:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/06/21:fcloseall:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/07/04:fcvt:3:ecvt:3: -@:LDP man-pages:3.67:2007/07/26:fcvt_r:3:ecvt_r:3: -○:LDP man-pages:3.67:2013/07/15:fdim:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/07/15:fdimf:3:fdim:3: -@:LDP man-pages:3.67:2013/07/15:fdiml:3:fdim:3: -@:LDP man-pages:3.67:2012/04/22:fdopen:3:fopen:3: -@:LDP man-pages:3.67:2010/06/20:fdopendir:3:opendir:3: -@:LDP man-pages:3.67:2014/04/01:feclearexcept:3:fenv:3: -@:LDP man-pages:3.67:2014/04/01:fedisableexcept:3:fenv:3: -@:LDP man-pages:3.67:2014/04/01:feenableexcept:3:fenv:3: -@:LDP man-pages:3.67:2014/04/01:fegetenv:3:fenv:3: -@:LDP man-pages:3.67:2014/04/01:fegetexcept:3:fenv:3: -@:LDP man-pages:3.67:2014/04/01:fegetexceptflag:3:fenv:3: -@:LDP man-pages:3.67:2014/04/01:fegetround:3:fenv:3: -@:LDP man-pages:3.67:2014/04/01:feholdexcept:3:fenv:3: -○:LDP man-pages:3.67:2014/04/01:fenv:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/15:feof:3:ferror:3: -@:LDP man-pages:3.67:2008/08/29:feof_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.67:2014/04/01:feraiseexcept:3:fenv:3: -○:LDP man-pages:3.67:2014/01/15:ferror:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2008/08/29:ferror_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.67:2014/04/01:fesetenv:3:fenv:3: -@:LDP man-pages:3.67:2014/04/01:fesetexceptflag:3:fenv:3: -@:LDP man-pages:3.67:2014/04/01:fesetround:3:fenv:3: -@:LDP man-pages:3.67:2014/04/01:fetestexcept:3:fenv:3: -@:LDP man-pages:3.67:2014/04/01:feupdateenv:3:fenv:3: -○:LDP man-pages:3.67:2014/04/20:fexecve:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/07/15:fflush:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2008/08/29:fflush_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.67:2014/04/14:ffs:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2014/04/14:ffsl:3:ffs:3: -@:LDP man-pages:3.67:2014/04/14:ffsll:3:ffs:3: -○:LDP man-pages:3.67:2013/12/31:fgetc:3:2014/06/04::amotoki@gmail.com:Akihiro Motoki: -@:LDP man-pages:3.67:2008/08/29:fgetc_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.67:2013/04/19:fgetgrent:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -@:LDP man-pages:3.67:2010/10/21:fgetgrent_r:3:getgrent_r:3: -@:LDP man-pages:3.67:2014/04/02:fgetpos:3:fseek:3: -○:LDP man-pages:3.67:2013/04/19:fgetpwent:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -@:LDP man-pages:3.67:2010/10/21:fgetpwent_r:3:getpwent_r:3: -@:LDP man-pages:3.67:2013/12/31:fgets:3:fgetc:3: -@:LDP man-pages:3.67:2008/08/29:fgets_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.67:2013/04/19:fgetspent:3:getspnam:3: -@:LDP man-pages:3.67:2013/04/19:fgetspent_r:3:getspnam:3: -○:LDP man-pages:3.67:2013/04/19:fgetwc:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2008/08/29:fgetwc_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.67:2011/09/28:fgetws:3:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: -@:LDP man-pages:3.67:2008/08/29:fgetws_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.67:2014/01/15:fileno:3:ferror:3: -@:LDP man-pages:3.67:2008/08/29:fileno_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.67:2013/07/22:finite:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/07/22:finitef:3:finite:3: -@:LDP man-pages:3.67:2013/07/22:finitel:3:finite:3: -○:LDP man-pages:3.67:2013/07/23:flockfile:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/07/23:floor:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/07/23:floorf:3:floor:3: -@:LDP man-pages:3.67:2013/07/23:floorl:3:floor:3: -○:LDP man-pages:3.67:2013/09/17:fma:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/09/17:fmaf:3:fma:3: -@:LDP man-pages:3.67:2013/09/17:fmal:3:fma:3: -○:LDP man-pages:3.67:2013/09/17:fmax:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/09/17:fmaxf:3:fmax:3: -@:LDP man-pages:3.67:2013/09/17:fmaxl:3:fmax:3: -○:LDP man-pages:3.67:2014/04/06:fmemopen:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/09/17:fmin:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/09/17:fminf:3:fmin:3: -@:LDP man-pages:3.67:2013/09/17:fminl:3:fmin:3: -○:LDP man-pages:3.67:2012/03/15:fmod:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/03/15:fmodf:3:fmod:3: -@:LDP man-pages:3.67:2012/03/15:fmodl:3:fmod:3: -○:LDP man-pages:3.67:2013/06/21:fmtmsg:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2000/10/15:fnmatch:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/04/22:fopen:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.67:2013/03/17:fopencookie:3::::: -@:LDP man-pages:3.67:2010/06/13:forkpty:3:openpty:3: -○:LDP man-pages:3.67:2014/03/20:fpathconf:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2013/08/06:fpclassify:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/12/30:fprintf:3:printf:3: -○:LDP man-pages:3.67:2001/12/15:fpurge:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -@:LDP man-pages:3.67:2014/01/11:fputc:3:puts:3: -@:LDP man-pages:3.67:2008/08/29:fputc_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.67:2014/01/11:fputs:3:puts:3: -@:LDP man-pages:3.67:2008/08/29:fputs_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.67:2013/04/19:fputwc:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2008/08/29:fputwc_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.67:2011/09/28:fputws:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2008/08/29:fputws_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.67:2012/03/30:fread:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/29:fread_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.67:2014/05/21:free:3:malloc:3: -@:LDP man-pages:3.67:2014/04/06:freeaddrinfo:3:getaddrinfo:3: -@:LDP man-pages:3.67:2010/09/04:freehostent:3:getipnodebyname:3: -@:LDP man-pages:3.67:2014/02/26:freeifaddrs:3:getifaddrs:3: -※:LDP man-pages:3.67:2014/03/12:freelocale:3:newlocale:3: -@:LDP man-pages:3.67:2012/04/22:freopen:3:fopen:3: -○:LDP man-pages:3.67:2013/08/06:frexp:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/08/06:frexpf:3:frexp:3: -@:LDP man-pages:3.67:2013/08/06:frexpl:3:frexp:3: -@:LDP man-pages:3.67:2014/01/11:fscanf:3:scanf:3: -○:LDP man-pages:3.67:2014/04/02:fseek:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2014/03/20:fseeko:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/04/02:fsetpos:3:fseek:3: -@:LDP man-pages:3.67:2013/09/26:fstatvfs:3:statvfs:3: -@:LDP man-pages:3.67:2014/04/02:ftell:3:fseek:3: -@:LDP man-pages:3.67:2014/03/20:ftello:3:fseeko:3: -○:LDP man-pages:3.67:2013/09/26:ftime:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2013/10/07:ftok:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -@:LDP man-pages:3.67:2013/07/23:ftrylockfile:3:flockfile:3: -○:LDP man-pages:3.67:2014/03/18:fts:3:2014/06/04::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: -@:LDP man-pages:3.67:2014/03/18:fts_children:3:fts:3: -@:LDP man-pages:3.67:2014/03/18:fts_close:3:fts:3: -@:LDP man-pages:3.67:2014/03/18:fts_open:3:fts:3: -@:LDP man-pages:3.67:2014/03/18:fts_read:3:fts:3: -@:LDP man-pages:3.67:2014/03/18:fts_set:3:fts:3: -○:LDP man-pages:3.67:2014/01/11:ftw:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/07/23:funlockfile:3:flockfile:3: -※:LDP man-pages:3.67:2014/01/24:futimens:3:utimensat:2: -○:LDP man-pages:3.67:2013/10/29:futimes:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/03/19:fwide:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -@:LDP man-pages:3.67:2014/03/19:fwprintf:3:wprintf:3: -@:LDP man-pages:3.67:2012/03/30:fwrite:3:fread:3: -@:LDP man-pages:3.67:2008/08/29:fwrite_unlocked:3:unlocked_stdio:3: -※:LDP man-pages:3.67:2010/09/27:gai_cancel:3:getaddrinfo_a:3: -※:LDP man-pages:3.67:2010/09/27:gai_error:3:getaddrinfo_a:3: -@:LDP man-pages:3.67:2014/04/06:gai_strerror:3:getaddrinfo:3: -※:LDP man-pages:3.67:2010/09/27:gai_suspend:3:getaddrinfo_a:3: -○:LDP man-pages:3.67:2008/08/05:gamma:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/05:gammaf:3:gamma:3: -@:LDP man-pages:3.67:2008/08/05:gammal:3:gamma:3: -○:LDP man-pages:3.67:2010/09/20:gcvt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:get_current_dir_name:3:getcwd:3: -@:LDP man-pages:3.67:2013/09/26:get_myaddress:3:rpc:3: -@:LDP man-pages:3.67:2012/03/20:get_nprocs:3:get_nprocs_conf:3: -○:LDP man-pages:3.67:2012/03/20:get_nprocs_conf:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/04/06:getaddrinfo:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.67:2010/09/27:getaddrinfo_a:3::::: -@:LDP man-pages:3.67:2003/09/09:getaliasbyname:3:setaliasent:3: -@:LDP man-pages:3.67:2003/09/09:getaliasbyname_r:3:setaliasent:3: -@:LDP man-pages:3.67:2003/09/09:getaliasent:3:setaliasent:3: -@:LDP man-pages:3.67:2003/09/09:getaliasent_r:3:setaliasent:3: -×:LDP man-pages:3.67:2014/04/08:getauxval:3::::: -@:LDP man-pages:3.67:2013/12/31:getc:3:fgetc:3: -@:LDP man-pages:3.67:2008/08/29:getc_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.67:2013/12/31:getchar:3:fgetc:3: -@:LDP man-pages:3.67:2008/08/29:getchar_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.67:2014/04/08:getcontext:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/20:getcwd:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2014/01/17:getdate:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/17:getdate_err:3:getdate:3: -@:LDP man-pages:3.67:2014/01/17:getdate_r:3:getdate:3: -@:LDP man-pages:3.67:2014/04/06:getdelim:3:getline:3: -○:LDP man-pages:3.67:2007/07/26:getdirentries:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2013/02/05:getdtablesize:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/08/14:getenv:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2002/02/28:getfsent:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -@:LDP man-pages:3.67:2002/02/28:getfsfile:3:getfsent:3: -@:LDP man-pages:3.67:2002/02/28:getfsspec:3:getfsent:3: -○:LDP man-pages:3.67:2013/06/21:getgrent:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/10/21:getgrent_r:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2013/07/22:getgrgid:3:getgrnam:3: -@:LDP man-pages:3.67:2013/07/22:getgrgid_r:3:getgrnam:3: -○:LDP man-pages:3.67:2013/07/22:getgrnam:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/07/22:getgrnam_r:3:getgrnam:3: -○:LDP man-pages:3.67:2008/07/03:getgrouplist:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/03/11:gethostbyaddr:3:gethostbyname:3: -@:LDP man-pages:3.67:2014/03/11:gethostbyaddr_r:3:gethostbyname:3: -○:LDP man-pages:3.67:2014/03/11:gethostbyname:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/03/11:gethostbyname2:3:gethostbyname:3: -@:LDP man-pages:3.67:2014/03/11:gethostbyname2_r:3:gethostbyname:3: -@:LDP man-pages:3.67:2014/03/11:gethostbyname_r:3:gethostbyname:3: -@:LDP man-pages:3.67:2014/03/11:gethostent:3:gethostbyname:3: -@:LDP man-pages:3.67:2014/03/11:gethostent_r:3:gethostbyname:3: -○:LDP man-pages:3.67:2010/09/20:gethostid:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/26:getifaddrs:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/04:getipnodebyaddr:3:getipnodebyname:3: -○:LDP man-pages:3.67:2010/09/04:getipnodebyname:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2014/04/06:getline:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/04/01:getloadavg:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2013/04/19:getlogin:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/04/19:getlogin_r:3:getlogin:3: -○:LDP man-pages:3.67:2009/09/15:getmntent:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2009/09/15:getmntent_r:3:getmntent:3: -○:LDP man-pages:3.67:2013/01/15:getnameinfo:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/19:getnetbyaddr:3:getnetent:3: -@:LDP man-pages:3.67:2010/09/10:getnetbyaddr_r:3:getnetent_r:3: -@:LDP man-pages:3.67:2008/08/19:getnetbyname:3:getnetent:3: -@:LDP man-pages:3.67:2010/09/10:getnetbyname_r:3:getnetent_r:3: -○:LDP man-pages:3.67:2008/08/19:getnetent:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/10:getnetent_r:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2007/07/26:getnetgrent:3:setnetgrent:3: -@:LDP man-pages:3.67:2007/07/26:getnetgrent_r:3:setnetgrent:3: -○:LDP man-pages:3.67:2014/05/09:getopt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/09:getopt_long:3:getopt:3: -@:LDP man-pages:3.67:2014/05/09:getopt_long_only:3:getopt:3: -○:LDP man-pages:3.67:2013/06/21:getpass:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -@:LDP man-pages:3.67:2008/08/19:getprotobyname:3:getprotoent:3: -@:LDP man-pages:3.67:2010/09/10:getprotobyname_r:3:getprotoent_r:3: -@:LDP man-pages:3.67:2008/08/19:getprotobynumber:3:getprotoent:3: -@:LDP man-pages:3.67:2010/09/10:getprotobynumber_r:3:getprotoent_r:3: -○:LDP man-pages:3.67:2008/08/19:getprotoent:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/10:getprotoent_r:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/04/01:getpt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/10/21:getpw:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2013/06/21:getpwent:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/10/21:getpwent_r:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/07/22:getpwnam:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/07/22:getpwnam_r:3:getpwnam:3: -@:LDP man-pages:3.67:2013/07/22:getpwuid:3:getpwnam:3: -@:LDP man-pages:3.67:2013/07/22:getpwuid_r:3:getpwnam:3: -@:LDP man-pages:3.67:2008/08/19:getrpcbyname:3:getrpcent:3: -@:LDP man-pages:3.67:2010/09/10:getrpcbyname_r:3:getrpcent_r:3: -@:LDP man-pages:3.67:2008/08/19:getrpcbynumber:3:getrpcent:3: -@:LDP man-pages:3.67:2010/09/10:getrpcbynumber_r:3:getrpcent_r:3: -○:LDP man-pages:3.67:2008/08/19:getrpcent:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/10:getrpcent_r:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2007/12/23:getrpcport:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2014/01/24:gets:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/19:getservbyname:3:getservent:3: -@:LDP man-pages:3.67:2010/09/10:getservbyname_r:3:getservent_r:3: -@:LDP man-pages:3.67:2008/08/19:getservbyport:3:getservent:3: -@:LDP man-pages:3.67:2010/09/10:getservbyport_r:3:getservent_r:3: -○:LDP man-pages:3.67:2008/08/19:getservent:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/10:getservent_r:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/04/19:getspent:3:getspnam:3: -@:LDP man-pages:3.67:2013/04/19:getspent_r:3:getspnam:3: -○:LDP man-pages:3.67:2013/04/19:getspnam:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/04/19:getspnam_r:3:getspnam:3: -○:LDP man-pages:3.67:2014/04/08:getsubopt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/07/22:getttyent:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2013/07/22:getttynam:3:getttyent:3: -○:LDP man-pages:3.67:2010/09/10:getumask:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/06/21:getusershell:3:2014/06/04::ishioka@dad.eec.toshiba.co.jp:ISHIOKA Takashi: -○:LDP man-pages:3.67:2013/04/19:getutent:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/04/19:getutent_r:3:getutent:3: -@:LDP man-pages:3.67:2013/04/19:getutid:3:getutent:3: -@:LDP man-pages:3.67:2013/04/19:getutid_r:3:getutent:3: -@:LDP man-pages:3.67:2013/04/19:getutline:3:getutent:3: -@:LDP man-pages:3.67:2013/04/19:getutline_r:3:getutent:3: -○:LDP man-pages:3.67:2014/04/08:getutmp:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/04/08:getutmpx:3:getutmp:3: -@:LDP man-pages:3.67:2013/04/19:getutxent:3:getutent:3: -@:LDP man-pages:3.67:2013/04/19:getutxid:3:getutent:3: -@:LDP man-pages:3.67:2013/04/19:getutxline:3:getutent:3: -○:LDP man-pages:3.67:2010/09/26:getw:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2013/04/19:getwc:3:fgetwc:3: -@:LDP man-pages:3.67:2008/08/29:getwc_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.67:1999/07/25:getwchar:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2008/08/29:getwchar_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.67:2010/09/20:getwd:3:getcwd:3: -○:LDP man-pages:3.67:2007/10/10:glob:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2007/10/10:globfree:3:glob:3: -@:LDP man-pages:3.67:2013/12/30:gmtime:3:ctime:3: -@:LDP man-pages:3.67:2013/12/30:gmtime_r:3:ctime:3: -@:LDP man-pages:3.67:2012/05/10:gnu_dev_major:3:makedev:3: -@:LDP man-pages:3.67:2012/05/10:gnu_dev_makedev:3:makedev:3: -@:LDP man-pages:3.67:2012/05/10:gnu_dev_minor:3:makedev:3: -@:LDP man-pages:3.67:2012/08/26:gnu_get_libc_release:3:gnu_get_libc_version:3: -○:LDP man-pages:3.67:2012/08/26:gnu_get_libc_version:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/06/14:grantpt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2007/07/26:gsignal:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/03/11:h_errno:3:gethostbyname:3: -○:LDP man-pages:3.67:2012/04/23:hash:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2009/09/15:hasmntopt:3:getmntent:3: -@:LDP man-pages:3.67:2014/01/05:hcreate:3:hsearch:3: -@:LDP man-pages:3.67:2014/01/05:hcreate_r:3:hsearch:3: -@:LDP man-pages:3.67:2014/01/05:hdestroy:3:hsearch:3: -@:LDP man-pages:3.67:2014/01/05:hdestroy_r:3:hsearch:3: -@:LDP man-pages:3.67:2014/03/11:herror:3:gethostbyname:3: -○:LDP man-pages:3.67:2014/01/05:hsearch:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/05:hsearch_r:3:hsearch:3: -@:LDP man-pages:3.67:2014/03/11:hstrerror:3:gethostbyname:3: -@:LDP man-pages:3.67:2010/09/10:htobe16:3:endian:3: -@:LDP man-pages:3.67:2010/09/10:htobe32:3:endian:3: -@:LDP man-pages:3.67:2010/09/10:htobe64:3:endian:3: -@:LDP man-pages:3.67:2010/09/10:htole16:3:endian:3: -@:LDP man-pages:3.67:2010/09/10:htole32:3:endian:3: -@:LDP man-pages:3.67:2010/09/10:htole64:3:endian:3: -@:LDP man-pages:3.67:2014/04/08:htonl:3:byteorder:3: -@:LDP man-pages:3.67:2014/04/08:htons:3:byteorder:3: -○:LDP man-pages:3.67:2010/09/20:hypot:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:hypotf:3:hypot:3: -@:LDP man-pages:3.67:2010/09/20:hypotl:3:hypot:3: -○:LDP man-pages:3.67:2012/05/10:iconv:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/08/11:iconv_close:3:2014/06/04::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: -○:LDP man-pages:3.67:2008/08/11:iconv_open:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/11/21:if_freenameindex:3:if_nameindex:3: -@:LDP man-pages:3.67:2014/04/01:if_indextoname:3:if_nametoindex:3: -○:LDP man-pages:3.67:2012/11/21:if_nameindex:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/04/01:if_nametoindex:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/08/06:ilogb:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/08/06:ilogbf:3:ilogb:3: -@:LDP man-pages:3.67:2013/08/06:ilogbl:3:ilogb:3: -@:LDP man-pages:3.67:2013/06/21:imaxabs:3:abs:3: -@:LDP man-pages:3.67:2013/07/05:imaxdiv:3:div:3: -○:LDP man-pages:3.67:2014/04/01:index:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.67:2014/04/19:inet:3:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/04/19:inet_addr:3:inet:3: -@:LDP man-pages:3.67:2014/04/19:inet_aton:3:inet:3: -@:LDP man-pages:3.67:2014/04/19:inet_lnaof:3:inet:3: -@:LDP man-pages:3.67:2014/04/19:inet_makeaddr:3:inet_addr:3: -※:LDP man-pages:3.67:2014/04/14:inet_net_ntop:3:inet_net_pton:3: -×:LDP man-pages:3.67:2014/04/14:inet_net_pton:3::::: -@:LDP man-pages:3.67:2014/04/19:inet_netof:3:inet:3: -@:LDP man-pages:3.67:2014/04/19:inet_network:3:inet:3: -@:LDP man-pages:3.67:2014/04/19:inet_ntoa:3:inet:3: -○:LDP man-pages:3.67:2008/11/11:inet_ntop:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/06/18:inet_pton:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:1993/06/02:infnan:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2007/07/26:initgroups:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/03/25:initstate:3:random:3: -@:LDP man-pages:3.67:2014/03/25:initstate_r:3:random_r:3: -@:LDP man-pages:3.67:2007/07/26:innetgr:3:setnetgrent:3: -○:LDP man-pages:3.67:2010/09/09:insque:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/11/11:intro:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/04/23:iruserok:3:rcmd:3: -@:LDP man-pages:3.67:2012/04/23:iruserok_af:3:rcmd:3: -@:LDP man-pages:3.67:2014/03/18:isalnum:3:isalpha:3: -@:LDP man-pages:3.67:2014/03/18:isalnum_l:3:isalpha:3: -○:LDP man-pages:3.67:2014/03/18:isalpha:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/03/18:isascii:3:isalpha:3: -@:LDP man-pages:3.67:2014/03/18:isascii_l:3:isalpha:3: -○:LDP man-pages:3.67:2014/01/27:isatty:3:2014/06/04::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki: -@:LDP man-pages:3.67:2014/03/18:isblank:3:isalpha:3: -@:LDP man-pages:3.67:2014/03/18:isblank_l:3:isalpha:3: -@:LDP man-pages:3.67:2014/03/18:iscntrl:3:isalpha:3: -@:LDP man-pages:3.67:2014/03/18:iscntrl_l:3:isalpha:3: -@:LDP man-pages:3.67:2014/03/18:isdigit:3:isalpha:3: -@:LDP man-pages:3.67:2014/03/18:isdigit_l:3:isalpha:3: -@:LDP man-pages:3.67:2013/08/06:isfinite:3:fpclassify:3: -@:LDP man-pages:3.67:2014/03/18:isgraph:3:isalpha:3: -@:LDP man-pages:3.67:2014/03/18:isgraph_l:3:isalpha:3: -○:LDP man-pages:3.67:2014/01/27:isgreater:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/27:isgreaterequal:3:isgreater:3: -@:LDP man-pages:3.67:2013/08/06:isinf:3:fpclassify:3: -@:LDP man-pages:3.67:2013/07/22:isinff:3:finite:3: -@:LDP man-pages:3.67:2013/07/22:isinfl:3:finite:3: -@:LDP man-pages:3.67:2014/01/27:isless:3:isgreater:3: -@:LDP man-pages:3.67:2014/01/27:islessequal:3:isgreater:3: -@:LDP man-pages:3.67:2014/01/27:islessgreater:3:isgreater:3: -@:LDP man-pages:3.67:2014/03/18:islower:3:isalpha:3: -@:LDP man-pages:3.67:2014/03/18:islower_l:3:isalpha:3: -@:LDP man-pages:3.67:2013/08/06:isnan:3:fpclassify:3: -@:LDP man-pages:3.67:2013/07/22:isnanf:3:finite:3: -@:LDP man-pages:3.67:2013/07/22:isnanl:3:finite:3: -@:LDP man-pages:3.67:2013/08/06:isnormal:3:fpclassify:3: -@:LDP man-pages:3.67:2014/03/18:isprint:3:isalpha:3: -@:LDP man-pages:3.67:2014/03/18:isprint_l:3:isalpha:3: -@:LDP man-pages:3.67:2014/03/18:ispunct:3:isalpha:3: -@:LDP man-pages:3.67:2014/03/18:ispunct_l:3:isalpha:3: -@:LDP man-pages:3.67:2014/03/18:isspace:3:isalpha:3: -@:LDP man-pages:3.67:2014/03/18:isspace_l:3:isalpha:3: -@:LDP man-pages:3.67:2014/01/27:isunordered:3:isgreater:3: -@:LDP man-pages:3.67:2014/03/18:isupper:3:isalpha:3: -@:LDP man-pages:3.67:2014/03/18:isupper_l:3:isalpha:3: -○:LDP man-pages:3.67:2014/01/28:iswalnum:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2014/01/28:iswalpha:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2014/02/10:iswblank:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2014/02/10:iswcntrl:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2014/02/26:iswctype:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:1999/07/25:iswdigit:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:1999/07/25:iswgraph:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:1999/07/25:iswlower:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:1999/07/25:iswprint:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:1999/07/25:iswpunct:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:1999/07/25:iswspace:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:1999/07/25:iswupper:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:1999/07/25:iswxdigit:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2014/03/18:isxdigit:3:isalpha:3: -@:LDP man-pages:3.67:2014/03/18:isxdigit_l:3:isalpha:3: -○:LDP man-pages:3.67:2014/01/18:j0:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/18:j0f:3:j0:3: -@:LDP man-pages:3.67:2014/01/18:j0l:3:j0:3: -@:LDP man-pages:3.67:2014/01/18:j1:3:j0:3: -@:LDP man-pages:3.67:2014/01/18:j1f:3:j0:3: -@:LDP man-pages:3.67:2014/01/18:j1l:3:j0:3: -@:LDP man-pages:3.67:2014/01/18:jn:3:j0:3: -@:LDP man-pages:3.67:2014/01/18:jnf:3:j0:3: -@:LDP man-pages:3.67:2014/01/18:jnl:3:j0:3: -@:LDP man-pages:3.67:2013/06/21:jrand48:3:drand48:3: -@:LDP man-pages:3.67:2013/09/09:jrand48_r:3:drand48_r:3: -@:LDP man-pages:3.67:2002/07/18:key_decryptsession:3:key_setsecret:3: -@:LDP man-pages:3.67:2002/07/18:key_encryptsession:3:key_setsecret:3: -@:LDP man-pages:3.67:2002/07/18:key_gendes:3:key_setsecret:3: -@:LDP man-pages:3.67:2002/07/18:key_secretkey_is_set:3:key_setsecret:3: -○:LDP man-pages:3.67:2002/07/18:key_setsecret:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/11/29:klogctl:3:syslog:2: -@:LDP man-pages:3.67:2013/06/21:l64a:3:a64l:3: -@:LDP man-pages:3.67:2013/06/21:labs:3:abs:3: -@:LDP man-pages:3.67:2013/04/19:lckpwdf:3:getspnam:3: -@:LDP man-pages:3.67:2013/06/21:lcong48:3:drand48:3: -@:LDP man-pages:3.67:2013/09/09:lcong48_r:3:drand48_r:3: -○:LDP man-pages:3.67:2013/08/19:ldexp:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/08/19:ldexpf:3:ldexp:3: -@:LDP man-pages:3.67:2013/08/19:ldexpl:3:ldexp:3: -@:LDP man-pages:3.67:2013/07/05:ldiv:3:div:3: -@:LDP man-pages:3.67:2010/09/10:le16toh:3:endian:3: -@:LDP man-pages:3.67:2010/09/10:le32toh:3:endian:3: -@:LDP man-pages:3.67:2010/09/10:le64toh:3:endian:3: -@:LDP man-pages:3.67:1999/09/27:lfind:3:lsearch:3: -○:LDP man-pages:3.67:2014/01/18:lgamma:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/18:lgamma_r:3:lgamma:3: -@:LDP man-pages:3.67:2014/01/18:lgammaf:3:lgamma:3: -@:LDP man-pages:3.67:2014/01/18:lgammaf_r:3:lgamma:3: -@:LDP man-pages:3.67:2014/01/18:lgammal:3:lgamma:3: -@:LDP man-pages:3.67:2014/01/18:lgammal_r:3:lgamma:3: -○:LDP man-pages:3.67:2012/05/08:lio_listio:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/06/21:llabs:3:abs:3: -@:LDP man-pages:3.67:2013/07/05:lldiv:3:div:3: -@:LDP man-pages:3.67:2014/01/18:llrint:3:lrint:3: -@:LDP man-pages:3.67:2014/01/18:llrintf:3:lrint:3: -@:LDP man-pages:3.67:2014/01/18:llrintl:3:lrint:3: -@:LDP man-pages:3.67:2013/08/26:llround:3:lround:3: -@:LDP man-pages:3.67:2013/08/26:llroundf:3:lround:3: -@:LDP man-pages:3.67:2013/08/26:llroundl:3:lround:3: -○:LDP man-pages:3.67:2013/06/21:localeconv:3:2014/06/04::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -@:LDP man-pages:3.67:2013/12/30:localtime:3:ctime:3: -@:LDP man-pages:3.67:2013/12/30:localtime_r:3:ctime:3: -○:LDP man-pages:3.67:2014/02/11:lockf:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/20:log:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/20:log10:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:log10f:3:log10:3: -@:LDP man-pages:3.67:2010/09/20:log10l:3:log10:3: -○:LDP man-pages:3.67:2014/02/28:log1p:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/28:log1pf:3:log1p:3: -@:LDP man-pages:3.67:2014/02/28:log1pl:3:log1p:3: -○:LDP man-pages:3.67:2010/09/12:log2:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/12:log2f:3:log2:3: -@:LDP man-pages:3.67:2010/09/12:log2l:3:log2:3: -○:LDP man-pages:3.67:2014/02/28:logb:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/28:logbf:3:logb:3: -@:LDP man-pages:3.67:2014/02/28:logbl:3:logb:3: -@:LDP man-pages:3.67:2010/09/20:logf:3:log:3: -○:LDP man-pages:3.67:2004/05/06:login:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2010/06/13:login_tty:3:openpty:3: -@:LDP man-pages:3.67:2010/09/20:logl:3:log:3: -@:LDP man-pages:3.67:2004/05/06:logout:3:login:3: -@:LDP man-pages:3.67:2008/07/02:logwtmp:3:updwtmp:3: -○:LDP man-pages:3.67:2009/01/13:longjmp:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/06/21:lrand48:3:drand48:3: -@:LDP man-pages:3.67:2013/09/09:lrand48_r:3:drand48_r:3: -○:LDP man-pages:3.67:2014/01/18:lrint:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/18:lrintf:3:lrint:3: -@:LDP man-pages:3.67:2014/01/18:lrintl:3:lrint:3: -○:LDP man-pages:3.67:2013/08/26:lround:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/08/26:lroundf:3:lround:3: -@:LDP man-pages:3.67:2013/08/26:lroundl:3:lround:3: -○:LDP man-pages:3.67:1999/09/27:lsearch:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/08/19:lseek64:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2013/10/29:lutimes:3:futimes:3: -@:LDP man-pages:3.67:2012/05/10:major:3:makedev:3: -○:LDP man-pages:3.67:2014/04/14:makecontext:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/05/10:makedev:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.67:2012/05/06:mallinfo:3::::: -○:LDP man-pages:3.67:2014/05/21:malloc:3:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.67:2012/05/04:malloc_get_state:3::::: -○:LDP man-pages:3.67:2010/10/13:malloc_hook:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/04/19:malloc_info:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -※:LDP man-pages:3.67:2012/05/04:malloc_set_state:3:malloc_get_state:3: -○:LDP man-pages:3.67:2012/05/06:malloc_stats:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.67:2012/03/29:malloc_trim:3::::: -×:LDP man-pages:3.67:2012/03/29:malloc_usable_size:3::::: -×:LDP man-pages:3.67:2012/04/30:mallopt:3::::: -○:LDP man-pages:3.67:2010/09/10:matherr:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/06/21:mblen:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2013/06/21:mbrlen:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2014/03/18:mbrtowc:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2014/03/18:mbsinit:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2014/03/18:mbsnrtowcs:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2014/03/18:mbsrtowcs:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2014/03/18:mbstowcs:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2014/03/18:mbtowc:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -×:LDP man-pages:3.67:2014/01/11:mcheck:3::::: -※:LDP man-pages:3.67:2014/01/11:mcheck_check_all:3:mcheck:3: -※:LDP man-pages:3.67:2014/01/11:mcheck_pedantic:3:mcheck:3: -@:LDP man-pages:3.67:2013/09/02:memalign:3:posix_memalign:3: -○:LDP man-pages:3.67:2014/03/10:memccpy:3:2014/06/04::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -○:LDP man-pages:3.67:2014/03/10:memchr:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/03/14:memcmp:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.67:2014/03/17:memcpy:3:2014/06/04::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -○:LDP man-pages:3.67:2014/03/17:memfrob:3:2014/06/04::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.67:2014/03/17:memmem:3:2014/06/04::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -○:LDP man-pages:3.67:2014/03/17:memmove:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/03/18:mempcpy:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2014/03/10:memrchr:3:memchr:3: -○:LDP man-pages:3.67:2014/03/18:memset:3:2014/06/04::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: -@:LDP man-pages:3.67:2012/05/10:minor:3:makedev:3: -○:LDP man-pages:3.67:2010/09/26:mkdtemp:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/03/24:mkfifo:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2014/03/24:mkfifoat:3:mkfifo:3: -@:LDP man-pages:3.67:2013/12/28:mkostemp:3:mkstemp:3: -@:LDP man-pages:3.67:2013/12/28:mkostemps:3:mkstemp:3: -○:LDP man-pages:3.67:2013/12/28:mkstemp:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/12/28:mkstemps:3:mkstemp:3: -○:LDP man-pages:3.67:2014/02/27:mktemp:3:2014/06/04::tanisako@osa.dec.com:Kazuyuki Tanisako: -@:LDP man-pages:3.67:2013/12/30:mktime:3:ctime:3: -@:LDP man-pages:3.67:2014/04/06:mmap64:3:mmap:2: -○:LDP man-pages:3.67:2013/06/21:modf:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/06/21:modff:3:modf:3: -@:LDP man-pages:3.67:2013/06/21:modfl:3:modf:3: -○:LDP man-pages:3.67:2012/04/26:mpool:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -※:LDP man-pages:3.67:2014/01/11:mprobe:3:mcheck:3: -○:LDP man-pages:3.67:2010/08/29:mq_close:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/08/29:mq_getattr:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/04/06:mq_notify:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2009/02/20:mq_open:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/18:mq_receive:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/18:mq_send:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/08/29:mq_setattr:3:mq_getattr:3: -@:LDP man-pages:3.67:2014/01/18:mq_timedreceive:3:mq_receive:3: -@:LDP man-pages:3.67:2014/01/18:mq_timedsend:3:mq_send:3: -○:LDP man-pages:3.67:2010/08/29:mq_unlink:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/06/21:mrand48:3:drand48:3: -@:LDP man-pages:3.67:2013/09/09:mrand48_r:3:drand48_r:3: -×:LDP man-pages:3.67:2012/04/18:mtrace:3::::: -※:LDP man-pages:3.67:2012/04/18:muntrace:3:mtrace:3: -○:LDP man-pages:3.67:2010/09/20:nan:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:nanf:3:nan:3: -@:LDP man-pages:3.67:2010/09/20:nanl:3:nan:3: -@:LDP man-pages:3.67:2013/08/26:nearbyint:3:rint:3: -@:LDP man-pages:3.67:2013/08/26:nearbyintf:3:rint:3: -@:LDP man-pages:3.67:2013/08/26:nearbyintl:3:rint:3: -○:LDP man-pages:3.67:2014/03/20:netlink:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -×:LDP man-pages:3.67:2014/03/12:newlocale:3::::: -○:LDP man-pages:3.67:2013/09/02:nextafter:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/09/02:nextafterf:3:nextafter:3: -@:LDP man-pages:3.67:2013/09/02:nextafterl:3:nextafter:3: -@:LDP man-pages:3.67:2013/09/02:nexttoward:3:nextafter:3: -@:LDP man-pages:3.67:2013/09/02:nexttowardf:3:nextafter:3: -@:LDP man-pages:3.67:2013/09/02:nexttowardl:3:nextafter:3: -@:LDP man-pages:3.67:2014/01/11:nftw:3:ftw:3: -○:LDP man-pages:3.67:2010/10/03:nl_langinfo:3:2014/06/04::KY4N-UCD@asahi-net.or.jp:UCHIDA Norihiro: -@:LDP man-pages:3.67:2013/06/21:nrand48:3:drand48:3: -@:LDP man-pages:3.67:2013/09/09:nrand48_r:3:drand48_r:3: -@:LDP man-pages:3.67:2014/04/08:ntohl:3:byteorder:3: -@:LDP man-pages:3.67:2014/04/08:ntohs:3:byteorder:3: -○:LDP man-pages:3.67:2014/04/06:offsetof:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/12/05:on_exit:3:2014/06/04:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/04/06:open_memstream:3:fmemopen:3: -@:LDP man-pages:3.67:2014/04/06:open_wmemstream:3:fmemopen:3: -○:LDP man-pages:3.67:2010/06/20:opendir:3:2014/06/04:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/08/17:openlog:3:syslog:3: -○:LDP man-pages:3.67:2010/06/13:openpty:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/09:optarg:3:getopt:3: -@:LDP man-pages:3.67:2014/05/09:opterr:3:getopt:3: -@:LDP man-pages:3.67:2014/05/09:optind:3:getopt:3: -@:LDP man-pages:3.67:2014/05/09:optopt:3:getopt:3: -@:LDP man-pages:3.67:2003/04/04:passwd2des:3:xcrypt:3: -@:LDP man-pages:3.67:2014/03/20:pathconf:3:fpathconf:3: -@:LDP man-pages:3.67:2013/04/19:pclose:3:popen:3: -○:LDP man-pages:3.67:2012/04/17:perror:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/09/26:pmap_getmaps:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:pmap_getport:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:pmap_rmtcall:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:pmap_set:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:pmap_unset:3:rpc:3: -○:LDP man-pages:3.67:2013/04/19:popen:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/02/12:posix_fallocate:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2013/09/02:posix_memalign:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/04/20:posix_openpt:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/12:pow:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/08/11:pow10:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2008/08/11:pow10f:3:pow10:3: -@:LDP man-pages:3.67:2008/08/11:pow10l:3:pow10:3: -@:LDP man-pages:3.67:2010/09/12:powf:3:pow:3: -@:LDP man-pages:3.67:2010/09/12:powl:3:pow:3: -○:LDP man-pages:3.67:2013/12/30:printf:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2007/07/26:profil:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2006/04/29:program_invocation_name:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2006/04/29:program_invocation_short_name:3:program_invocation_name:3: -@:LDP man-pages:3.67:2010/10/06:psiginfo:3:psignal:3: -○:LDP man-pages:3.67:2010/10/06:psignal:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/11/11:pthread_attr_destroy:3:pthread_attr_init:3: -@:LDP man-pages:3.67:2010/09/10:pthread_attr_getaffinity_np:3:pthread_attr_setaffinity_np:3: -@:LDP man-pages:3.67:2014/04/14:pthread_attr_getdetachstate:3:pthread_attr_setdetachstate:3: -@:LDP man-pages:3.67:2014/04/14:pthread_attr_getguardsize:3:pthread_attr_setguardsize:3: -@:LDP man-pages:3.67:2014/05/21:pthread_attr_getinheritsched:3:pthread_attr_setinheritsched:3: -@:LDP man-pages:3.67:2014/05/21:pthread_attr_getschedparam:3:pthread_attr_setschedparam:3: -@:LDP man-pages:3.67:2014/05/21:pthread_attr_getschedpolicy:3:pthread_attr_setschedpolicy:3: -@:LDP man-pages:3.67:2014/04/21:pthread_attr_getscope:3:pthread_attr_setscope:3: -@:LDP man-pages:3.67:2014/04/21:pthread_attr_getstack:3:pthread_attr_setstack:3: -@:LDP man-pages:3.67:2014/05/10:pthread_attr_getstackaddr:3:pthread_attr_setstackaddr:3: -@:LDP man-pages:3.67:2014/05/10:pthread_attr_getstacksize:3:pthread_attr_setstacksize:3: -○:LDP man-pages:3.67:2008/11/11:pthread_attr_init:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/10:pthread_attr_setaffinity_np:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/04/14:pthread_attr_setdetachstate:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/04/14:pthread_attr_setguardsize:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/21:pthread_attr_setinheritsched:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/21:pthread_attr_setschedparam:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/21:pthread_attr_setschedpolicy:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/04/21:pthread_attr_setscope:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/04/21:pthread_attr_setstack:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/10:pthread_attr_setstackaddr:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/10:pthread_attr_setstacksize:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/11/17:pthread_cancel:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/11/24:pthread_cleanup_pop:3:pthread_cleanup_push:3: -@:LDP man-pages:3.67:2008/12/04:pthread_cleanup_pop_restore_np:3:pthread_cleanup_push_defer_np:3: -○:LDP man-pages:3.67:2008/11/24:pthread_cleanup_push:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/12/04:pthread_cleanup_push_defer_np:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/08/03:pthread_create:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/11/27:pthread_detach:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2009/03/30:pthread_equal:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2009/03/30:pthread_exit:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/21:pthread_getaffinity_np:3:pthread_setaffinity_np:3: -○:LDP man-pages:3.67:2010/09/10:pthread_getattr_np:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2009/04/10:pthread_getconcurrency:3:pthread_setconcurrency:3: -○:LDP man-pages:3.67:2009/02/08:pthread_getcpuclockid:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/06/21:pthread_getname_np:3:pthread_setname_np:3: -@:LDP man-pages:3.67:2014/05/19:pthread_getschedparam:3:pthread_setschedparam:3: -○:LDP man-pages:3.67:2008/11/27:pthread_join:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/13:pthread_kill:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/13:pthread_kill_other_threads_np:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/13:pthread_self:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/21:pthread_setaffinity_np:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/13:pthread_setcancelstate:3:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/13:pthread_setcanceltype:3:pthread_setcancelstate:3: -○:LDP man-pages:3.67:2009/04/10:pthread_setconcurrency:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/06/21:pthread_setname_np:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/19:pthread_setschedparam:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/19:pthread_setschedprio:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/19:pthread_sigmask:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/19:pthread_sigqueue:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/19:pthread_testcancel:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/10:pthread_timedjoin_np:3:pthread_tryjoin_np:3: -○:LDP man-pages:3.67:2010/09/10:pthread_tryjoin_np:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/13:pthread_yield:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/06/21:ptsname:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/06/21:ptsname_r:3:ptsname:3: -@:LDP man-pages:3.67:2014/01/11:putc:3:puts:3: -@:LDP man-pages:3.67:2008/08/29:putc_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.67:2014/01/11:putchar:3:puts:3: -@:LDP man-pages:3.67:2008/08/29:putchar_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.67:2013/04/19:putenv:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2003/09/09:putgrent:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2013/04/19:putpwent:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.67:2014/01/11:puts:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2013/04/19:putspent:3:getspnam:3: -@:LDP man-pages:3.67:2013/04/19:pututline:3:getutent:3: -@:LDP man-pages:3.67:2013/04/19:pututxline:3:getutent:3: -@:LDP man-pages:3.67:2010/09/26:putw:3:getw:3: -@:LDP man-pages:3.67:2013/04/19:putwc:3:fputwc:3: -@:LDP man-pages:3.67:2008/08/29:putwc_unlocked:3:unlocked_stdio:3: -○:LDP man-pages:3.67:1999/07/25:putwchar:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2008/08/29:putwchar_unlocked:3:unlocked_stdio:3: -@:LDP man-pages:3.67:2013/09/02:pvalloc:3:posix_memalign:3: -○:LDP man-pages:3.67:2014/03/11:qecvt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2007/07/26:qecvt_r:3:ecvt_r:3: -@:LDP man-pages:3.67:2014/03/11:qfcvt:3:qecvt:3: -@:LDP man-pages:3.67:2007/07/26:qfcvt_r:3:ecvt_r:3: -@:LDP man-pages:3.67:2014/03/11:qgcvt:3:qecvt:3: -○:LDP man-pages:3.67:2012/03/08:qsort:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/03/08:qsort_r:3:qsort:3: -○:LDP man-pages:3.67:2007/12/28:queue:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/03/10:raise:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/18:rand:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/18:rand_r:3:rand:3: -○:LDP man-pages:3.67:2014/03/25:random:3:2014/06/04::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: -○:LDP man-pages:3.67:2014/03/25:random_r:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/03/10:rawmemchr:3:memchr:3: -○:LDP man-pages:3.67:2012/04/23:rcmd:3:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/04/23:rcmd_af:3:rcmd:3: -○:LDP man-pages:3.67:2013/06/21:re_comp:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -@:LDP man-pages:3.67:2013/06/21:re_exec:3:re_comp:3: -○:LDP man-pages:3.67:2013/06/21:readdir:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/06/21:readdir_r:3:readdir:3: -@:LDP man-pages:3.67:2014/05/21:realloc:3:malloc:3: -○:LDP man-pages:3.67:2013/03/15:realpath:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/04/23:recno:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/02/11:regcomp:3:regex:3: -@:LDP man-pages:3.67:2013/02/11:regerror:3:regex:3: -○:LDP man-pages:3.67:2013/02/11:regex:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/02/11:regexec:3:regex:3: -@:LDP man-pages:3.67:2013/02/11:regfree:3:regex:3: -@:LDP man-pages:3.67:2013/09/26:registerrpc:3:rpc:3: -○:LDP man-pages:3.67:2010/09/20:remainder:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:remainderf:3:remainder:3: -@:LDP man-pages:3.67:2010/09/20:remainderl:3:remainder:3: -○:LDP man-pages:3.67:2014/03/10:remove:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2010/09/09:remque:3:insque:3: -○:LDP man-pages:3.67:2014/05/10:remquo:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/10:remquof:3:remquo:3: -@:LDP man-pages:3.67:2014/05/10:remquol:3:remquo:3: -@:LDP man-pages:3.67:2013/03/05:res_init:3:resolver:3: -@:LDP man-pages:3.67:2013/03/05:res_mkquery:3:resolver:3: -@:LDP man-pages:3.67:2013/03/05:res_query:3:resolver:3: -@:LDP man-pages:3.67:2013/03/05:res_querydomain:3:resolver:3: -@:LDP man-pages:3.67:2013/03/05:res_search:3:resolver:3: -@:LDP man-pages:3.67:2013/03/05:res_send:3:resolver:3: -○:LDP man-pages:3.67:2013/03/05:resolver:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/04/02:rewind:3:fseek:3: -○:LDP man-pages:3.67:2013/09/02:rewinddir:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.67:2013/09/26:rexec:3:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/09/26:rexec_af:3:rexec:3: -@:LDP man-pages:3.67:2014/04/01:rindex:3:index:3: -○:LDP man-pages:3.67:2013/08/26:rint:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/08/26:rintf:3:rint:3: -@:LDP man-pages:3.67:2013/08/26:rintl:3:rint:3: -○:LDP man-pages:3.67:2013/06/21:round:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/06/21:roundf:3:round:3: -@:LDP man-pages:3.67:2013/06/21:roundl:3:round:3: -○:LDP man-pages:3.67:2013/09/26:rpc:3:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.67:2007/07/26:rpmatch:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/04/23:rresvport:3:rcmd:3: -@:LDP man-pages:3.67:2012/04/23:rresvport_af:3:rcmd:3: -○:LDP man-pages:3.67:2014/05/10:rtime:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2012/03/24:rtnetlink:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/04/23:ruserok:3:rcmd:3: -@:LDP man-pages:3.67:2012/04/23:ruserok_af:3:rcmd:3: -○:LDP man-pages:3.67:2013/03/23:scalb:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/03/23:scalbf:3:scalb:3: -@:LDP man-pages:3.67:2013/03/23:scalbl:3:scalb:3: -○:LDP man-pages:3.67:2013/06/21:scalbln:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/06/21:scalblnf:3:scalbln:3: -@:LDP man-pages:3.67:2013/06/21:scalblnl:3:scalbln:3: -@:LDP man-pages:3.67:2013/06/21:scalbn:3:scalbln:3: -@:LDP man-pages:3.67:2013/06/21:scalbnf:3:scalbln:3: -@:LDP man-pages:3.67:2013/06/21:scalbnl:3:scalbln:3: -○:LDP man-pages:3.67:2014/02/21:scandir:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/21:scandirat:3:scandir:3: -○:LDP man-pages:3.67:2014/01/11:scanf:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/10:sched_getcpu:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/08/14:secure_getenv:3:getenv:3: -@:LDP man-pages:3.67:2013/06/21:seed48:3:drand48:3: -@:LDP man-pages:3.67:2013/09/09:seed48_r:3:drand48_r:3: -○:LDP man-pages:3.67:2013/09/09:seekdir:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -○:LDP man-pages:3.67:2012/05/13:sem_close:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/03/03:sem_destroy:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/03/03:sem_getvalue:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/03/10:sem_init:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/05/13:sem_open:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/26:sem_post:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/26:sem_timedwait:3:sem_wait:3: -@:LDP man-pages:3.67:2014/02/26:sem_trywait:3:sem_wait:3: -○:LDP man-pages:3.67:2014/02/26:sem_unlink:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/26:sem_wait:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2003/09/09:setaliasent:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2014/02/18:setbuf:3:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: -@:LDP man-pages:3.67:2014/02/18:setbuffer:3:setbuf:3: -@:LDP man-pages:3.67:2014/04/08:setcontext:3:getcontext:3: -○:LDP man-pages:3.67:2013/10/11:setenv:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2002/02/28:setfsent:3:getfsent:3: -@:LDP man-pages:3.67:2013/06/21:setgrent:3:getgrent:3: -@:LDP man-pages:3.67:2014/03/11:sethostent:3:gethostbyname:3: -@:LDP man-pages:3.67:2010/09/20:sethostid:3:gethostid:3: -○:LDP man-pages:3.67:2014/01/07:setjmp:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2013/07/22:setkey:3:encrypt:3: -@:LDP man-pages:3.67:2013/07/22:setkey_r:3:encrypt:3: -@:LDP man-pages:3.67:2014/02/18:setlinebuf:3:setbuf:3: -○:LDP man-pages:3.67:2008/12/05:setlocale:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2001/10/05:setlogmask:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2009/09/15:setmntent:3:getmntent:3: -@:LDP man-pages:3.67:2008/08/19:setnetent:3:getnetent:3: -○:LDP man-pages:3.67:2007/07/26:setnetgrent:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/08/19:setprotoent:3:getprotoent:3: -@:LDP man-pages:3.67:2013/06/21:setpwent:3:getpwent:3: -@:LDP man-pages:3.67:2008/08/19:setrpcent:3:getrpcent:3: -@:LDP man-pages:3.67:2008/08/19:setservent:3:getservent:3: -@:LDP man-pages:3.67:2013/04/19:setspent:3:getspnam:3: -@:LDP man-pages:3.67:2014/03/25:setstate:3:random:3: -@:LDP man-pages:3.67:2014/03/25:setstate_r:3:random_r:3: -@:LDP man-pages:3.67:2013/07/22:setttyent:3:getttyent:3: -@:LDP man-pages:3.67:2013/06/21:setusershell:3:getusershell:3: -@:LDP man-pages:3.67:2013/04/19:setutent:3:getutent:3: -@:LDP man-pages:3.67:2013/04/19:setutxent:3:getutent:3: -@:LDP man-pages:3.67:2014/02/18:setvbuf:3:setbuf:3: -@:LDP man-pages:3.67:2013/04/19:sgetspent:3:getspnam:3: -@:LDP man-pages:3.67:2013/04/19:sgetspent_r:3:getspnam:3: -○:LDP man-pages:3.67:2009/02/25:shm_open:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2009/02/25:shm_unlink:3:shm_open:3: -@:LDP man-pages:3.67:2014/04/14:sigaddset:3:sigsetops:3: -@:LDP man-pages:3.67:2014/04/14:sigandset:3:sigsetops:3: -@:LDP man-pages:3.67:2014/03/24:sigblock:3:sigvec:3: -@:LDP man-pages:3.67:2014/04/14:sigdelset:3:sigsetops:3: -@:LDP man-pages:3.67:2014/04/14:sigemptyset:3:sigsetops:3: -@:LDP man-pages:3.67:2014/04/14:sigfillset:3:sigsetops:3: -@:LDP man-pages:3.67:2014/03/24:siggetmask:3:sigvec:3: -@:LDP man-pages:3.67:2010/09/20:sighold:3:sigset:3: -@:LDP man-pages:3.67:2010/09/20:sigignore:3:sigset:3: -○:LDP man-pages:3.67:2013/04/19:siginterrupt:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -@:LDP man-pages:3.67:2014/04/14:sigisemptyset:3:sigsetops:3: -@:LDP man-pages:3.67:2014/04/14:sigismember:3:sigsetops:3: -@:LDP man-pages:3.67:2009/01/13:siglongjmp:3:longjmp:3: -@:LDP man-pages:3.67:2014/03/24:sigmask:3:sigvec:3: -○:LDP man-pages:3.67:2013/07/04:signbit:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/18:signgam:3:lgamma:3: -○:LDP man-pages:3.67:2009/02/04:significand:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2009/02/04:significandf:3:significand:3: -@:LDP man-pages:3.67:2009/02/04:significandl:3:significand:3: -@:LDP man-pages:3.67:2014/04/14:sigorset:3:sigsetops:3: -○:LDP man-pages:3.67:2014/01/07:sigpause:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/12/16:sigqueue:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:sigrelse:3:sigset:3: -○:LDP man-pages:3.67:2010/09/20:sigset:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/07:sigsetjmp:3:setjmp:3: -@:LDP man-pages:3.67:2014/03/24:sigsetmask:3:sigvec:3: -○:LDP man-pages:3.67:2014/04/14:sigsetops:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/26:sigstack:3:sigaltstack:2: -○:LDP man-pages:3.67:2014/03/24:sigvec:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/12/16:sigwait:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/12/16:sin:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/12/23:sincos:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/12/23:sincosf:3:sincos:3: -@:LDP man-pages:3.67:2013/12/23:sincosl:3:sincos:3: -@:LDP man-pages:3.67:2013/12/16:sinf:3:sin:3: -○:LDP man-pages:3.67:2010/09/20:sinh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:sinhf:3:sinh:3: -@:LDP man-pages:3.67:2010/09/20:sinhl:3:sinh:3: -@:LDP man-pages:3.67:2013/12/16:sinl:3:sin:3: -○:LDP man-pages:3.67:2010/02/03:sleep:3:2014/06/04::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: -@:LDP man-pages:3.67:2013/12/30:snprintf:3:printf:3: -○:LDP man-pages:3.67:2014/02/28:sockatmark:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2013/12/30:sprintf:3:printf:3: -○:LDP man-pages:3.67:2010/09/20:sqrt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:sqrtf:3:sqrt:3: -@:LDP man-pages:3.67:2010/09/20:sqrtl:3:sqrt:3: -@:LDP man-pages:3.67:2014/01/18:srand:3:rand:3: -@:LDP man-pages:3.67:2013/06/21:srand48:3:drand48:3: -@:LDP man-pages:3.67:2013/09/09:srand48_r:3:drand48_r:3: -@:LDP man-pages:3.67:2014/03/25:srandom:3:random:3: -@:LDP man-pages:3.67:2014/03/25:srandom_r:3:random_r:3: -@:LDP man-pages:3.67:2014/01/11:sscanf:3:scanf:3: -@:LDP man-pages:3.67:2007/07/26:ssignal:3:gsignal:3: -○:LDP man-pages:3.67:2013/09/26:statvfs:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2013/12/10:stdarg:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2008/07/14:stderr:3:stdin:3: -○:LDP man-pages:3.67:2008/07/14:stdin:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2001/12/26:stdio:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2013/06/21:stdio_ext:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2008/07/14:stdout:3:stdin:3: -○:LDP man-pages:3.67:2014/05/10:stpcpy:3:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/10:stpncpy:3:2014/06/08::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2014/05/10:strcasecmp:3:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/22:strcasestr:3:strstr:3: -○:LDP man-pages:3.67:2014/01/20:strcat:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/20:strchr:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/20:strchrnul:3:strchr:3: -○:LDP man-pages:3.67:2014/01/20:strcmp:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/20:strcoll:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/21:strcpy:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/28:strcspn:3:strspn:3: -○:LDP man-pages:3.67:2013/04/19:strdup:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/04/19:strdupa:3:strdup:3: -○:LDP man-pages:3.67:2014/03/18:strerror:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/03/18:strerror_r:3:strerror:3: -○:LDP man-pages:3.67:2000/12/05:strfmon:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2010/09/20:strfry:3:2014/06/04::motoki@hal.t.u-tokyo.ac.jp:Akihiro Motoki: -○:LDP man-pages:3.67:2014/03/18:strftime:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/04:string:3:2014/06/04::yoshino@civil.jcn.nihon-u.ac.jp:YOSHINO Takashi: -○:LDP man-pages:3.67:2014/02/25:strlen:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/10:strncasecmp:3:strcasecmp:3: -@:LDP man-pages:3.67:2014/01/20:strncat:3:strcat:3: -@:LDP man-pages:3.67:2014/01/20:strncmp:3:strcmp:3: -@:LDP man-pages:3.67:2014/05/21:strncpy:3:strcpy:3: -@:LDP man-pages:3.67:2013/04/19:strndup:3:strdup:3: -@:LDP man-pages:3.67:2013/04/19:strndupa:3:strdup:3: -○:LDP man-pages:3.67:2014/02/25:strnlen:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/25:strpbrk:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/17:strptime:3:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: -@:LDP man-pages:3.67:2014/01/20:strrchr:3:strchr:3: -○:LDP man-pages:3.67:2014/02/25:strsep:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2010/09/15:strsignal:3:2014/06/04::argrath@yo.rim.or.jp:Kentaro Shirakata: -○:LDP man-pages:3.67:2014/02/28:strspn:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/22:strstr:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2014/01/22:strtod:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/22:strtof:3:strtod:3: -○:LDP man-pages:3.67:2014/01/22:strtoimax:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2013/05/19:strtok:3:2014/06/04:o:amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/05/19:strtok_r:3:strtok:3: -○:LDP man-pages:3.67:2014/03/18:strtol:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/22:strtold:3:strtod:3: -@:LDP man-pages:3.67:2014/03/18:strtoll:3:strtol:3: -@:LDP man-pages:3.67:2014/03/18:strtoq:3:strtol:3: -○:LDP man-pages:3.67:2014/03/18:strtoul:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/03/18:strtoull:3:strtoul:3: -@:LDP man-pages:3.67:2014/01/22:strtoumax:3:strtoimax:3: -@:LDP man-pages:3.67:2014/03/18:strtouq:3:strtoul:3: -○:LDP man-pages:3.67:2001/12/19:strverscmp:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/05/10:strxfrm:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/09/26:svc_destroy:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svc_freeargs:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svc_getargs:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svc_getcaller:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svc_getreq:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svc_getreqset:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svc_register:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svc_run:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svc_sendreply:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svc_unregister:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svcerr_auth:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svcerr_decode:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svcerr_noproc:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svcerr_noprog:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svcerr_progvers:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svcerr_systemerr:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svcerr_weakauth:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svcfd_create:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svcraw_create:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svctcp_create:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svcudp_bufcreate:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:svcudp_create:3:rpc:3: -○:LDP man-pages:3.67:2014/02/25:swab:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2014/04/14:swapcontext:3:makecontext:3: -@:LDP man-pages:3.67:2014/03/19:swprintf:3:wprintf:3: -@:LDP man-pages:3.67:2012/04/17:sys_errlist:3:perror:3: -@:LDP man-pages:3.67:2012/04/17:sys_nerr:3:perror:3: -○:LDP man-pages:3.67:2014/03/20:sysconf:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/08/17:syslog:3:2014/06/04:o:amotoki@gmail.com:Akihiro MOTOKI: -☆:LDP man-pages:3.65=>3.67:2014/05/10:system:3:2014/04/24:o:amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/06:sysv_signal:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/06:tan:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/06:tanf:3:tan:3: -○:LDP man-pages:3.67:2014/01/07:tanh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/07:tanhf:3:tanh:3: -@:LDP man-pages:3.67:2014/01/07:tanhl:3:tanh:3: -@:LDP man-pages:3.67:2014/01/06:tanl:3:tan:3: -@:LDP man-pages:3.67:2014/05/08:tcdrain:3:termios:3: -@:LDP man-pages:3.67:2014/05/08:tcflow:3:termios:3: -@:LDP man-pages:3.67:2014/05/08:tcflush:3:termios:3: -@:LDP man-pages:3.67:2014/05/08:tcgetattr:3:termios:3: -○:LDP man-pages:3.67:2014/01/13:tcgetpgrp:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/13:tcgetsid:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/05/08:tcsendbreak:3:termios:3: -@:LDP man-pages:3.67:2014/05/08:tcsetattr:3:termios:3: -@:LDP man-pages:3.67:2014/01/13:tcsetpgrp:3:tcgetpgrp:3: -@:LDP man-pages:3.67:2014/01/05:tdelete:3:tsearch:3: -@:LDP man-pages:3.67:2014/01/05:tdestroy:3:tsearch:3: -○:LDP man-pages:3.67:2013/09/02:telldir:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/27:tempnam:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/08:termios:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/05:tfind:3:tsearch:3: -○:LDP man-pages:3.67:2010/09/20:tgamma:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/09/20:tgammaf:3:tgamma:3: -@:LDP man-pages:3.67:2010/09/20:tgammal:3:tgamma:3: -○:LDP man-pages:3.67:2013/07/04:timegm:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -@:LDP man-pages:3.67:2013/07/04:timelocal:3:timegm:3: -○:LDP man-pages:3.67:2010/02/25:timeradd:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2010/02/25:timerclear:3:timeradd:3: -@:LDP man-pages:3.67:2010/02/25:timercmp:3:timeradd:3: -@:LDP man-pages:3.67:2010/02/25:timerisset:3:timeradd:3: -@:LDP man-pages:3.67:2010/02/25:timersub:3:timeradd:3: -@:LDP man-pages:3.67:2012/03/25:timezone:3:tzset:3: -○:LDP man-pages:3.67:2008/07/14:tmpfile:3:2014/06/04:o:ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.67:2014/02/27:tmpnam:3:2014/06/04:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/27:tmpnam_r:3:tmpnam:3: -○:LDP man-pages:3.67:2013/12/23:toascii:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: -@:LDP man-pages:3.67:2014/03/18:tolower:3:toupper:3: -@:LDP man-pages:3.67:2014/03/18:tolower_l:3:toupper:3: -○:LDP man-pages:3.67:2014/03/18:toupper:3:2014/06/04::rui@linux.or.jp:Ueyama Rui: -@:LDP man-pages:3.67:2014/03/18:toupper_l:3:toupper:3: -○:LDP man-pages:3.67:2013/12/24:towctrans:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2014/03/18:towlower:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -@:LDP man-pages:3.67:2014/03/18:towlower_l:3:towlower:3: -○:LDP man-pages:3.67:2014/03/18:towupper:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -@:LDP man-pages:3.67:2014/03/18:towupper_l:3:towupper:3: -○:LDP man-pages:3.67:2013/06/21:trunc:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/06/21:truncf:3:trunc:3: -@:LDP man-pages:3.67:2013/06/21:truncl:3:trunc:3: -○:LDP man-pages:3.67:2014/01/05:tsearch:3:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.67:2013/06/21:ttyname:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2013/06/21:ttyname_r:3:ttyname:3: -○:LDP man-pages:3.67:2013/07/22:ttyslot:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2014/01/05:twalk:3:tsearch:3: -@:LDP man-pages:3.67:2012/03/25:tzname:3:tzset:3: -○:LDP man-pages:3.67:2012/03/25:tzset:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/12/23:ualarm:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/04/19:ulckpwdf:3:getspnam:3: -○:LDP man-pages:3.67:2008/08/06:ulimit:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2012/12/21:undocumented:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/12/31:ungetc:3:fgetc:3: -○:LDP man-pages:3.67:2013/12/09:ungetwc:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2008/08/29:unlocked_stdio:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/12/09:unlockpt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/10/11:unsetenv:3:setenv:3: -○:LDP man-pages:3.67:2008/07/02:updwtmp:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -@:LDP man-pages:3.67:2008/07/02:updwtmpx:3:updwtmp:3: -×:LDP man-pages:3.67:2014/03/10:uselocale:3::::: -○:LDP man-pages:3.67:2013/12/10:usleep:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/04/19:utmpname:3:getutent:3: -@:LDP man-pages:3.67:2013/04/19:utmpxname:3:getutent:3: -@:LDP man-pages:3.67:2013/12/10:va_arg:3:stdarg:3: -@:LDP man-pages:3.67:2013/12/10:va_copy:3:stdarg:3: -@:LDP man-pages:3.67:2013/12/10:va_end:3:stdarg:3: -@:LDP man-pages:3.67:2013/12/10:va_start:3:stdarg:3: -@:LDP man-pages:3.67:2013/09/02:valloc:3:posix_memalign:3: -@:LDP man-pages:3.67:2013/06/21:vasprintf:3:asprintf:3: -@:LDP man-pages:3.67:2010/09/15:vdprintf:3:dprintf:3: -@:LDP man-pages:3.67:2013/12/30:verr:3:err:3: -@:LDP man-pages:3.67:2013/12/30:verrx:3:err:3: -@:LDP man-pages:3.67:2014/02/21:versionsort:3:scandir:3: -@:LDP man-pages:3.67:2013/12/30:vfprintf:3:printf:3: -@:LDP man-pages:3.67:2014/01/11:vfscanf:3:scanf:3: -@:LDP man-pages:3.67:2014/03/19:vfwprintf:3:wprintf:3: -@:LDP man-pages:3.67:2014/01/22:vlimit:3:getrlimit:2: -@:LDP man-pages:3.67:2013/12/30:vprintf:3:printf:3: -@:LDP man-pages:3.67:2014/01/11:vscanf:3:scanf:3: -@:LDP man-pages:3.67:2013/12/30:vsnprintf:3:printf:3: -@:LDP man-pages:3.67:2013/12/30:vsprintf:3:printf:3: -@:LDP man-pages:3.67:2014/01/11:vsscanf:3:scanf:3: -@:LDP man-pages:3.67:2014/03/19:vswprintf:3:wprintf:3: -@:LDP man-pages:3.67:2012/08/17:vsyslog:3:syslog:3: -@:LDP man-pages:3.67:2014/05/10:vtimes:3:getrusage:2: -@:LDP man-pages:3.67:2013/12/30:vwarn:3:err:3: -@:LDP man-pages:3.67:2013/12/30:vwarnx:3:err:3: -@:LDP man-pages:3.67:2014/03/19:vwprintf:3:wprintf:3: -@:LDP man-pages:3.67:2013/12/30:warn:3:err:3: -@:LDP man-pages:3.67:2013/12/30:warnx:3:err:3: -○:LDP man-pages:3.67:2013/12/10:wcpcpy:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/12/16:wcpncpy:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2014/03/18:wcrtomb:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/22:wcscasecmp:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2013/12/02:wcscat:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2013/12/02:wcschr:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2013/12/02:wcscmp:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2013/12/02:wcscpy:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2013/12/02:wcscspn:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2013/04/19:wcsdup:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2013/11/21:wcslen:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/22:wcsncasecmp:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2013/11/25:wcsncat:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2013/11/25:wcsncmp:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/11/25:wcsncpy:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2013/11/25:wcsnlen:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2014/03/18:wcsnrtombs:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/11/18:wcspbrk:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2013/11/19:wcsrchr:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2014/03/18:wcsrtombs:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/11/11:wcsspn:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2013/11/12:wcsstr:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2014/01/22:wcstoimax:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2013/11/18:wcstok:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2014/03/18:wcstombs:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/22:wcstoumax:3:wcstoimax:3: -○:LDP man-pages:3.67:2014/01/22:wcswidth:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2011/09/22:wctob:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2014/03/18:wctomb:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2014/01/22:wctrans:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2014/01/22:wctype:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2014/01/22:wcwidth:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/11/05:wmemchr:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2013/11/05:wmemcmp:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2013/11/11:wmemcpy:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2013/11/11:wmemmove:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -@:LDP man-pages:3.67:2014/03/18:wmempcpy:3:mempcpy:3: -○:LDP man-pages:3.67:2013/11/11:wmemset:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: -○:LDP man-pages:3.67:2008/07/14:wordexp:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2008/07/14:wordfree:3:wordexp:3: -○:LDP man-pages:3.67:2014/03/19:wprintf:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2003/04/04:xcrypt:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -@:LDP man-pages:3.67:2003/04/04:xdecrypt:3:xcrypt:3: -○:LDP man-pages:3.67:2007/12/30:xdr:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -@:LDP man-pages:3.67:2013/09/26:xdr_accepted_reply:3:rpc:3: -@:LDP man-pages:3.67:2007/12/30:xdr_array:3:xdr:3: -@:LDP man-pages:3.67:2013/09/26:xdr_authunix_parms:3:rpc:3: -@:LDP man-pages:3.67:2007/12/30:xdr_bool:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_bytes:3:xdr:3: -@:LDP man-pages:3.67:2013/09/26:xdr_callhdr:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:xdr_callmsg:3:rpc:3: -@:LDP man-pages:3.67:2007/12/30:xdr_char:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_destroy:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_double:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_enum:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_float:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_free:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_getpos:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_inline:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_int:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_long:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_opaque:3:xdr:3: -@:LDP man-pages:3.67:2013/09/26:xdr_opaque_auth:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:xdr_pmap:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:xdr_pmaplist:3:rpc:3: -@:LDP man-pages:3.67:2007/12/30:xdr_pointer:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_reference:3:xdr:3: -@:LDP man-pages:3.67:2013/09/26:xdr_rejected_reply:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:xdr_replymsg:3:rpc:3: -@:LDP man-pages:3.67:2007/12/30:xdr_setpos:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_short:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_string:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_u_char:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_u_int:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_u_long:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_u_short:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_union:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_vector:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_void:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdr_wrapstring:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdrmem_create:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdrrec_create:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdrrec_endofrecord:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdrrec_eof:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdrrec_skiprecord:3:xdr:3: -@:LDP man-pages:3.67:2007/12/30:xdrstdio_create:3:xdr:3: -@:LDP man-pages:3.67:2003/04/04:xencrypt:3:xcrypt:3: -@:LDP man-pages:3.67:2013/09/26:xprt_register:3:rpc:3: -@:LDP man-pages:3.67:2013/09/26:xprt_unregister:3:rpc:3: -○:LDP man-pages:3.67:2014/01/18:y0:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/18:y0f:3:y0:3: -@:LDP man-pages:3.67:2014/01/18:y0l:3:y0:3: -@:LDP man-pages:3.67:2014/01/18:y1:3:y0:3: -@:LDP man-pages:3.67:2014/01/18:y1f:3:y0:3: -@:LDP man-pages:3.67:2014/01/18:y1l:3:y0:3: -@:LDP man-pages:3.67:2014/01/18:yn:3:y0:3: -@:LDP man-pages:3.67:2014/01/18:ynf:3:y0:3: -@:LDP man-pages:3.67:2014/01/18:ynl:3:y0:3: -×:LDP man-pages:3.67:2012/08/05:cciss:4::::: -○:LDP man-pages:3.67:1994/10/31:console:4:2014/06/04:o:argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2012/08/05:console_codes:4:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2009/02/28:console_ioctl:4:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -×:LDP man-pages:3.67:2009/03/31:cpuid:4::::: -○:LDP man-pages:3.67:2012/08/05:dsp56k:4:2014/06/04::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: -○:LDP man-pages:3.67:2014/05/10:fd:4:2014/06/04:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.67:2007/11/24:full:4:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:1992/12/17:hd:4:2014/06/04:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -×:LDP man-pages:3.67:2012/08/05:hpsa:4::::: -○:LDP man-pages:3.67:2010/09/04:initrd:4:2014/06/04:o:amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2007/10/23:intro:4:2014/06/04:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -@:LDP man-pages:3.67:1992/11/21:kmem:4:mem:4: -○:LDP man-pages:3.67:1995/01/15:lp:4:2014/06/04:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.67:1992/11/21:mem:4:2014/06/04:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.67:1996/02/10:mouse:4:2014/06/04:o:ss236rx@ymg.urban.ne.jp:Shouichi Saito: -○:LDP man-pages:3.67:2009/03/31:msr:4:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2009/02/23:null:4:2014/06/04:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -@:LDP man-pages:3.67:1992/11/21:port:4:mem:4: -@:LDP man-pages:3.67:2002/10/09:ptmx:4:pts:4: -○:LDP man-pages:3.67:2002/10/09:pts:4:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:1992/11/21:ram:4:2014/06/04:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.67:2013/03/15:random:4:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/02/25:rtc:4:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2012/05/03:sd:4:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/08/05:sk98lin:4:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/04:st:4:2014/06/04::nakano@st.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2003/04/07:tty:4:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:1992/12/19:ttyS:4:2014/06/04::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -○:LDP man-pages:3.67:2013/11/12:tty_ioctl:4:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/03/15:urandom:4:random:4: -○:LDP man-pages:3.67:2007/12/17:vcs:4:2014/06/04::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: -@:LDP man-pages:3.67:2007/12/17:vcsa:4:vcs:4: -○:LDP man-pages:3.67:2013/09/04:wavelan:4:2014/06/04::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: -@:LDP man-pages:3.67:2009/02/23:zero:4:null:4: -○:LDP man-pages:3.67:2008/06/15:acct:5:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:1994/11/28:charmap:5:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2014/03/14:core:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/08/09:dir_colors:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/04/17:elf:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/15:filesystems:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/15:fs:5:filesystems:5: -○:LDP man-pages:3.67:2000/08/27:ftpusers:5:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2013/02/13:gai.conf:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/10/21:group:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2003/08/23:host.conf:5:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2002/06/16:hosts:5:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2003/08/24:hosts.equiv:5:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2007/10/23:intro:5:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -@:LDP man-pages:3.67:2013/02/12:ipc:5:svipc:7: -○:LDP man-pages:3.67:1993/07/24:issue:5:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -☆:LDP man-pages:3.54=>3.67:2014/03/18:locale:5:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:1992/12/29:motd:5:2014/06/04::nagoya@cc.hit-u.ac.jp:Hiroaki Nagoya: -○:LDP man-pages:3.67:2008/09/04:networks:5:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/04/16:nologin:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/07:nscd.conf:5:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -×:LDP man-pages:3.67:2013/02/13:nss:5::::: -○:LDP man-pages:3.67:2013/02/12:nsswitch.conf:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2012/08/05:numa_maps:5:numa:7: -○:LDP man-pages:3.67:2014/02/11:passwd:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -☆:LDP man-pages:3.50=>3.67:2014/05/10:proc:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/08/05:protocols:5:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:2014/02/22:resolv.conf:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/22:resolver:5:resolv.conf:5: -○:LDP man-pages:3.67:1985/09/26:rpc:5:2014/06/04::argrath@ub32.org:Kentaro Shirakata: -○:LDP man-pages:3.67:1992/12/29:securetty:5:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/05/22:services:5:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro Motoki: -○:LDP man-pages:3.67:2012/12/31:shells:5:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2007/09/30:slabinfo:5:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:1996/10/21:termcap:5:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2012/12/31:ttytype:5:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2012/05/04:tzfile:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/02/11:utmp:5:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2013/02/11:utmpx:5:utmp:5: -@:LDP man-pages:3.67:2013/02/11:wtmp:5:utmp:5: -○:LDP man-pages:3.67:2007/10/23:intro:6:2014/06/04::pessi@kmc.kyoto-u.ac.jp:II Ryouta: -○:LDP man-pages:3.67:2014/04/06:aio:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/16:armscii-8:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/11/25:arp:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/26:ascii:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/19:boot:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/08/01:bootparam:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/21:capabilities:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/08/05:charsets:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2011/09/16:complex:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/16:cp1251:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.67:2014/05/21:cpuset:7::::: -○:LDP man-pages:3.67:2014/05/21:credentials:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/11/20:ddp:7:2014/06/08::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2014/01/18:environ:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/04/17:epoll:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.67:2014/05/21:fanotify:7::::: -○:LDP man-pages:3.67:2014/03/20:feature_test_macros:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/12/03:fifo:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/08/05:futex:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/04/20:glibc:7:libc:7: -○:LDP man-pages:3.67:2012/07/28:glob:7:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2012/08/05:hier:7:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2010/11/07:hostname:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/05/10:icmp:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/05/08:inotify:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2007/10/23:intro:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -☆:LDP man-pages:3.65=>3.67:2014/05/10:ip:7:2014/04/24::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/12/16:ipv6:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/16:iso-8859-1:7:iso_8859-1:7: -@:LDP man-pages:3.67:2014/02/16:iso-8859-10:7:iso_8859-10:7: -@:LDP man-pages:3.67:2014/02/16:iso-8859-11:7:iso_8859-11:7: -@:LDP man-pages:3.67:2014/02/16:iso-8859-13:7:iso_8859-13:7: -@:LDP man-pages:3.67:2014/02/16:iso-8859-14:7:iso_8859-14:7: -@:LDP man-pages:3.67:2014/02/16:iso-8859-15:7:iso_8859-15:7: -@:LDP man-pages:3.67:2014/02/16:iso-8859-16:7:iso_8859-16:7: -@:LDP man-pages:3.67:2014/02/16:iso-8859-2:7:iso_8859-2:7: -@:LDP man-pages:3.67:2014/02/16:iso-8859-3:7:iso_8859-3:7: -@:LDP man-pages:3.67:2014/02/16:iso-8859-4:7:iso_8859-4:7: -@:LDP man-pages:3.67:2014/02/16:iso-8859-5:7:iso_8859-5:7: -@:LDP man-pages:3.67:2014/02/16:iso-8859-6:7:iso_8859-6:7: -@:LDP man-pages:3.67:2014/02/16:iso-8859-7:7:iso_8859-7:7: -@:LDP man-pages:3.67:2014/02/16:iso-8859-8:7:iso_8859-8:7: -@:LDP man-pages:3.67:2014/02/16:iso-8859-9:7:iso_8859-9:7: -○:LDP man-pages:3.67:2014/02/16:iso_8859-1:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/16:iso_8859-10:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/16:iso_8859-11:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/16:iso_8859-13:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/16:iso_8859-14:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/16:iso_8859-15:7:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2014/02/16:iso_8859-16:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/16:iso_8859-2:7:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2014/02/16:iso_8859-3:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/16:iso_8859-4:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/16:iso_8859-5:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/16:iso_8859-6:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/16:iso_8859-7:7:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: -○:LDP man-pages:3.67:2014/02/16:iso_8859-8:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/16:iso_8859-9:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/16:iso_8859_1:7:iso_8859-1:7: -@:LDP man-pages:3.67:2014/02/16:iso_8859_10:7:iso_8859-10:7: -@:LDP man-pages:3.67:2014/02/16:iso_8859_11:7:iso_8859-11:7: -@:LDP man-pages:3.67:2014/02/16:iso_8859_13:7:iso_8859-13:7: -@:LDP man-pages:3.67:2014/02/16:iso_8859_14:7:iso_8859-14:7: -@:LDP man-pages:3.67:2014/02/16:iso_8859_15:7:iso_8859-15:7: -@:LDP man-pages:3.67:2014/02/16:iso_8859_16:7:iso_8859-16:7: -@:LDP man-pages:3.67:2014/02/16:iso_8859_2:7:iso_8859-2:7: -@:LDP man-pages:3.67:2014/02/16:iso_8859_3:7:iso_8859-3:7: -@:LDP man-pages:3.67:2014/02/16:iso_8859_4:7:iso_8859-4:7: -@:LDP man-pages:3.67:2014/02/16:iso_8859_5:7:iso_8859-5:7: -@:LDP man-pages:3.67:2014/02/16:iso_8859_6:7:iso_8859-6:7: -@:LDP man-pages:3.67:2014/02/16:iso_8859_7:7:iso_8859-7:7: -@:LDP man-pages:3.67:2014/02/16:iso_8859_8:7:iso_8859-8:7: -@:LDP man-pages:3.67:2014/02/16:iso_8859_9:7:iso_8859-9:7: -○:LDP man-pages:3.67:2014/02/16:koi8-r:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/03/18:koi8-u:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/16:latin1:7:iso_8859-1:7: -@:LDP man-pages:3.67:2014/02/16:latin10:7:iso_8859-16:7: -@:LDP man-pages:3.67:2014/02/16:latin2:7:iso_8859-2:7: -@:LDP man-pages:3.67:2014/02/16:latin3:7:iso_8859-3:7: -@:LDP man-pages:3.67:2014/02/16:latin4:7:iso_8859-4:7: -@:LDP man-pages:3.67:2014/02/16:latin5:7:iso_8859-9:7: -@:LDP man-pages:3.67:2014/02/16:latin6:7:iso_8859-10:7: -@:LDP man-pages:3.67:2014/02/16:latin7:7:iso_8859-13:7: -@:LDP man-pages:3.67:2014/02/16:latin8:7:iso_8859-14:7: -@:LDP man-pages:3.67:2014/02/16:latin9:7:iso_8859-15:7: -○:LDP man-pages:3.67:2014/04/20:libc:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/03/18:locale:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2004/09/15:mailaddr:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/08/05:man:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/03/16:man-pages:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/08/11:math_error:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:0000/00/00:mdoc:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:0000/00/00:mdoc.samples:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2009/09/27:mq_overview:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/01/24:netdevice:7:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/03/15:netlink:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/08/05:numa:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2011/09/09:operator:7:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -☆:LDP man-pages:3.65=>3.67:2014/04/28:packet:7:2014/04/27::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2009/12/05:path_resolution:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2005/12/08:pipe:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2007/12/21:posixoptions:7:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: -○:LDP man-pages:3.67:2014/05/21:pthreads:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2005/10/10:pty:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/05/10:raw:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2009/01/12:regex:7:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -×:LDP man-pages:3.67:2012/07/07:rtld-audit:7::::: -○:LDP man-pages:3.67:2013/03/05:rtnetlink:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.67:2014/05/13:sched:7::::: -○:LDP man-pages:3.67:2012/05/13:sem_overview:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2010/09/10:shm_overview:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2011/09/09:sigevent:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/07/30:signal:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/02/21:socket:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -×:LDP man-pages:3.67:2007/12/20:spufs:7::::: -○:LDP man-pages:3.67:2014/01/15:standards:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2000/11/16:suffixes:7:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: -○:LDP man-pages:3.67:2013/02/12:svipc:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -×:LDP man-pages:3.67:2014/04/06:symlink:7::::: -○:LDP man-pages:3.67:2014/03/31:tcp:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/02/12:termio:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/10/28:time:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/16:tis-620:7:iso_8859-11:7: -○:LDP man-pages:3.67:2013/07/31:udp:7:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2008/12/03:udplite:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/08/05:unicode:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/08/05:units:7:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2012/05/10:unix:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2014/03/18:uri:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/03/18:url:7:uri:7: -@:LDP man-pages:3.67:2014/03/18:urn:7:uri:7: -○:LDP man-pages:3.67:2014/02/26:utf-8:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/02/26:utf8:7:utf-8:7: -×:LDP man-pages:3.67:2014/02/01:vdso:7::::: -○:LDP man-pages:3.67:2012/08/05:x25:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2007/10/23:intro:8:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: -@:LDP man-pages:3.67:2014/01/08:ld-linux:8:ld.so:8: -@:LDP man-pages:3.67:2014/01/08:ld-linux.so:8:ld.so:8: -○:LDP man-pages:3.67:2014/01/08:ld.so:8:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/05/10:ldconfig:8:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2012/05/10:nscd:8:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2013/02/10:sln:8:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: -○:LDP man-pages:3.67:2007/05/18:tzselect:8:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: -☆:LDP man-pages:3.50=>3.67:2013/02/12:zdump:8:2013/03/26::nakano@apm.seikei.ac.jp:NAKANO Takeo: -○:LDP man-pages:3.67:2010/02/25:zic:8:2014/06/04::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2013/03/15:getent:1:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2007/11/15:intro:1:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/07/16:ldd:1:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: +×:LDP man-pages:3.68:2014/05/28:locale:1::::: +×:LDP man-pages:3.68:2014/05/26:localedef:1::::: +☆:LDP man-pages:3.67=>3.68:2008/11/14:time:1:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:_Exit:2:_exit:2: +@:LDP man-pages:3.68:2014/05/28:__clone2:2:clone:2: +☆:LDP man-pages:3.67=>3.68:2010/09/20:_exit:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/07/13:_llseek:2:llseek:2: +@:LDP man-pages:3.68:2014/01/31:_newselect:2:select:2: +☆:LDP man-pages:3.67=>3.68:2007/12/19:_syscall:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/12/22:_sysctl:2:sysctl:2: +☆:LDP man-pages:3.67=>3.68:2010/09/10:accept:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/10:accept4:2:accept:2: +☆:LDP man-pages:3.67=>3.68:2014/02/21:access:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/06/16:acct:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +×:LDP man-pages:3.68:2010/02/25:add_key:2::::: +☆:LDP man-pages:3.67=>3.68:2014/05/28:adjtimex:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/02/12:afs_syscall:2:unimplemented:2: +☆:LDP man-pages:3.67=>3.68:2014/02/23:alarm:2:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2007/05/31:alloc_hugepages:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2007/12/26:arch_prctl:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/03:arm_fadvise:2:posix_fadvise:2: +@:LDP man-pages:3.68:2014/05/03:arm_fadvise64_64:2:posix_fadvise:2: +@:LDP man-pages:3.68:2013/04/01:arm_sync_file_range:2:sync_file_range:2: +☆:LDP man-pages:3.67=>3.68:2014/04/06:bdflush:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/10:bind:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/02/12:break:2:unimplemented:2: +☆:LDP man-pages:3.67=>3.68:2010/09/20:brk:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2007/05/26:cacheflush:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/03/11:capget:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/03/11:capset:2:capget:2: +☆:LDP man-pages:3.67=>3.68:2010/11/25:chdir:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/21:chmod:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/21:chown:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/21:chown32:2:chown:2: +☆:LDP man-pages:3.67=>3.68:2010/09/20:chroot:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2013/12/28:clock_getres:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/12/28:clock_gettime:2:clock_getres:2: +☆:LDP man-pages:3.67=>3.68:2013/07/30:clock_nanosleep:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/12/28:clock_settime:2:clock_getres:2: +☆:LDP man-pages:3.67=>3.68:2014/05/28:clone:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:clone2:2:clone:2: +☆:LDP man-pages:3.67=>3.68:2013/12/30:close:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/10:connect:2:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/10:creat:2:open:2: +☆:LDP man-pages:3.65=>3.68:2014/05/10:create_module:2:2014/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.41=>3.68:2014/05/10:delete_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/02/14:dup:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/02/14:dup2:2:dup:2: +@:LDP man-pages:3.68:2012/02/14:dup3:2:dup:2: +☆:LDP man-pages:3.67=>3.68:2012/04/15:epoll_create:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/04/15:epoll_create1:2:epoll_create:2: +☆:LDP man-pages:3.67=>3.68:2012/04/15:epoll_ctl:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/31:epoll_pwait:2:epoll_wait:2: +☆:LDP man-pages:3.67=>3.68:2014/01/31:epoll_wait:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/08/30:eventfd:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/08/30:eventfd2:2:eventfd:2: +☆:LDP man-pages:3.67=>3.68:2014/05/10:execve:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:exit:2:_exit:2: +☆:LDP man-pages:3.67=>3.68:2008/11/27:exit_group:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2014/02/21:faccessat:2:access:2: +@:LDP man-pages:3.68:2014/05/03:fadvise64:2:posix_fadvise:2: +@:LDP man-pages:3.68:2014/05/03:fadvise64_64:2:posix_fadvise:2: +☆:LDP man-pages:3.65=>3.68:2014/05/08:fallocate:2:2014/04/27::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.68:2014/05/18:fanotify_init:2::::: +×:LDP man-pages:3.68:2014/04/24:fanotify_mark:2::::: +@:LDP man-pages:3.68:2013/02/12:fattach:2:unimplemented:2: +@:LDP man-pages:3.68:2010/11/25:fchdir:2:chdir:2: +@:LDP man-pages:3.68:2014/02/21:fchmod:2:chmod:2: +@:LDP man-pages:3.68:2014/02/21:fchmodat:2:chmod:2: +@:LDP man-pages:3.68:2014/05/21:fchown:2:chown:2: +@:LDP man-pages:3.68:2014/05/21:fchown32:2:fchown:2: +@:LDP man-pages:3.68:2014/05/21:fchownat:2:chown:2: +☆:LDP man-pages:3.67=>3.68:2014/05/21:fcntl:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/21:fcntl64:2:fcntl:2: +@:LDP man-pages:3.68:2014/04/06:fdatasync:2:fsync:2: +@:LDP man-pages:3.68:2013/02/12:fdetach:2:unimplemented:2: +@:LDP man-pages:3.68:2014/04/06:fgetxattr:2:getxattr:2: +@:LDP man-pages:3.68:2014/05/10:finit_module:2:init_module:2: +@:LDP man-pages:3.68:2014/02/06:flistxattr:2:listxattr:2: +☆:LDP man-pages:3.67=>3.68:2014/04/22:flock:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:fork:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2007/05/31:free_hugepages:2:alloc_hugepages:2: +@:LDP man-pages:3.68:2014/02/06:fremovexattr:2:removexattr:2: +@:LDP man-pages:3.68:2014/02/06:fsetxattr:2:setxattr:2: +@:LDP man-pages:3.68:2014/05/10:fstat:2:stat:2: +@:LDP man-pages:3.68:2014/05/10:fstat64:2:fstat:2: +@:LDP man-pages:3.68:2014/05/10:fstatat:2:stat:2: +@:LDP man-pages:3.68:2014/05/10:fstatat64:2:fstatat:2: +@:LDP man-pages:3.68:2010/11/21:fstatfs:2:statfs:2: +@:LDP man-pages:3.68:2010/11/21:fstatfs64:2:fstatfs:2: +@:LDP man-pages:3.68:2013/09/26:fstatvfs:2:statvfs:3: +☆:LDP man-pages:3.67=>3.68:2014/04/06:fsync:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/04/01:ftruncate:2:truncate:2: +@:LDP man-pages:3.68:2013/04/01:ftruncate64:2:ftruncate:2: +☆:LDP man-pages:3.67=>3.68:2014/05/21:futex:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.54=>3.68:2012/05/10:futimesat:2:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/10/18:get_kernel_syms:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/08/15:get_mempolicy:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +×:LDP man-pages:3.68:2014/05/10:get_robust_list:2::::: +☆:LDP man-pages:3.67=>3.68:2012/07/13:get_thread_area:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/04/08:getcontext:2:getcontext:3: +☆:LDP man-pages:3.67=>3.68:2013/04/03:getcpu:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:getcwd:2:getcwd:3: +☆:LDP man-pages:3.67=>3.68:2012/08/03:getdents:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/08/03:getdents64:2:getdents:2: +☆:LDP man-pages:3.67=>3.68:2012/10/25:getdomainname:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +○:LDP man-pages:3.68:0000/00/00:getdtablesize:2:2007/01/14::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2010/11/22:getegid:2:getgid:2: +@:LDP man-pages:3.68:2010/11/22:getegid32:2:getegid:2: +@:LDP man-pages:3.68:2010/11/22:geteuid:2:getuid:2: +@:LDP man-pages:3.68:2010/11/22:geteuid32:2:geteuid:2: +☆:LDP man-pages:3.67=>3.68:2010/11/22:getgid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/11/22:getgid32:2:getgid:2: +☆:LDP man-pages:3.67=>3.68:2013/10/18:getgroups:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/10/18:getgroups32:2:getgroups:2: +@:LDP man-pages:3.68:2010/09/20:gethostid:2:gethostid:3: +☆:LDP man-pages:3.67=>3.68:2010/09/26:gethostname:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/10/01:getitimer:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/02/12:getmsg:2:unimplemented:2: +☆:LDP man-pages:3.67=>3.68:2010/11/16:getpagesize:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/02/12:getpeername:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/07:getpgid:2:setpgid:2: +@:LDP man-pages:3.68:2014/01/07:getpgrp:2:setpgid:2: +☆:LDP man-pages:3.67=>3.68:2008/09/23:getpid:2:2014/06/04::suto@av.crl.sony.co.jp:SUTO, Mitsuaki: +@:LDP man-pages:3.68:2013/02/12:getpmsg:2:unimplemented:2: +@:LDP man-pages:3.68:2008/09/23:getppid:2:getpid:2: +☆:LDP man-pages:3.67=>3.68:2014/05/10:getpriority:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/11/22:getresgid:2:getresuid:2: +@:LDP man-pages:3.68:2010/11/22:getresgid32:2:getresgid:2: +☆:LDP man-pages:3.67=>3.68:2010/11/22:getresuid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/11/22:getresuid32:2:getresuid:2: +☆:LDP man-pages:3.67=>3.68:2014/05/28:getrlimit:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/10:getrusage:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/26:getsid:2:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2008/12/03:getsockname:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2014/04/28:getsockopt:2:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2014/02/11:gettid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/04/26:gettimeofday:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/11/22:getuid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/11/22:getuid32:2:getuid:2: +×:LDP man-pages:3.68:2013/02/13:getunwind:2::::: +☆:LDP man-pages:3.67=>3.68:2014/04/06:getxattr:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/02/12:gtty:2:unimplemented:2: +☆:LDP man-pages:3.67=>3.68:2012/12/31:idle:2:2014/06/04::argrath@yo.rim.or.jp:Kentaro Shirakata: +@:LDP man-pages:3.68:2012/12/31:inb:2:outb:2: +@:LDP man-pages:3.68:2012/12/31:inb_p:2:outb:2: +☆:LDP man-pages:3.41=>3.68:2014/05/10:init_module:2:2006/07/30::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/12/31:inl:2:outb:2: +@:LDP man-pages:3.68:2012/12/31:inl_p:2:outb:2: +☆:LDP man-pages:3.67=>3.68:2014/03/28:inotify_add_watch:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/03/28:inotify_init:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/03/28:inotify_init1:2:inotify_init:2: +☆:LDP man-pages:3.67=>3.68:2010/10/15:inotify_rm_watch:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/12/31:insb:2:outb:2: +@:LDP man-pages:3.68:2012/12/31:insl:2:outb:2: +@:LDP man-pages:3.68:2012/12/31:insw:2:outb:2: +☆:LDP man-pages:3.67=>3.68:2014/02/20:intro:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/12/31:inw:2:outb:2: +@:LDP man-pages:3.68:2012/12/31:inw_p:2:outb:2: +☆:LDP man-pages:3.67=>3.68:2013/04/10:io_cancel:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/04/08:io_destroy:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/04/08:io_getevents:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/06/21:io_setup:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/07/13:io_submit:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/11/08:ioctl:2:2014/06/04::tati@kc5.so-net.ne.jp:TACHIBANA Akira: +☆:LDP man-pages:3.67=>3.68:2013/09/17:ioctl_list:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/03/12:ioperm:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/03/15:iopl:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/02/12:ioprio_get:2:ioprio_set:2: +☆:LDP man-pages:3.67=>3.68:2013/02/12:ioprio_set:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/10/16:ipc:2:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +@:LDP man-pages:3.68:2013/02/12:isastream:2:unimplemented:2: +☆:LDP man-pages:3.67=>3.68:2013/12/08:kcmp:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/07/13:kexec_load:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.68:2014/01/22:keyctl:2::::: +☆:LDP man-pages:3.67=>3.68:2013/09/17:kill:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/20:killpg:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2014/05/21:lchown:2:chown:2: +@:LDP man-pages:3.68:2014/05/21:lchown32:2:lchown:2: +@:LDP man-pages:3.68:2014/04/06:lgetxattr:2:getxattr:2: +☆:LDP man-pages:3.65=>3.68:2014/05/10:link:2:2014/04/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2014/05/10:linkat:2:link:2: +☆:LDP man-pages:3.67=>3.68:2014/05/10:listen:2:2014/06/08::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2014/02/06:listxattr:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/06:llistxattr:2:listxattr:2: +☆:LDP man-pages:3.67=>3.68:2012/07/13:llseek:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2013/02/12:lock:2:unimplemented:2: +☆:LDP man-pages:3.67=>3.68:2004/06/17:lookup_dcookie:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/06:lremovexattr:2:removexattr:2: +☆:LDP man-pages:3.67=>3.68:2014/01/22:lseek:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/06:lsetxattr:2:setxattr:2: +@:LDP man-pages:3.68:2014/05/10:lstat:2:stat:2: +@:LDP man-pages:3.68:2014/05/10:lstat64:2:lstat:2: +☆:LDP man-pages:3.67=>3.68:2014/04/20:madvise:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/02/12:madvise1:2:unimplemented:2: +☆:LDP man-pages:3.67=>3.68:2014/05/10:mbind:2:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/08/01:migrate_pages:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/04/22:mincore:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/21:mkdir:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/21:mkdirat:2:mkdir:2: +☆:LDP man-pages:3.67=>3.68:2014/02/21:mknod:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/21:mknodat:2:mknod:2: +☆:LDP man-pages:3.67=>3.68:2014/04/14:mlock:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/04/14:mlockall:2:mlock:2: +☆:LDP man-pages:3.67=>3.68:2014/04/06:mmap:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/25:mmap2:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/07/13:modify_ldt:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/03/17:mount:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/06/11:move_pages:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/05:mprotect:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/02/12:mpx:2:unimplemented:2: +☆:LDP man-pages:3.67=>3.68:2012/07/13:mq_getsetattr:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/04/06:mq_notify:2:mq_notify:3: +@:LDP man-pages:3.68:2009/02/20:mq_open:2:mq_open:3: +@:LDP man-pages:3.68:2014/01/18:mq_timedreceive:2:mq_receive:3: +@:LDP man-pages:3.68:2014/01/18:mq_timedsend:2:mq_send:3: +@:LDP man-pages:3.68:2010/08/29:mq_unlink:2:mq_unlink:3: +☆:LDP man-pages:3.67=>3.68:2010/06/10:mremap:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/24:msgctl:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/04/30:msgget:2:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/16:msgop:2:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/16:msgrcv:2:msgop:2: +@:LDP man-pages:3.68:2014/05/16:msgsnd:2:msgop:2: +☆:LDP man-pages:3.67=>3.68:2014/04/20:msync:2:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2014/04/14:munlock:2:mlock:2: +@:LDP man-pages:3.68:2014/04/14:munlockall:2:mlock:2: +@:LDP man-pages:3.68:2014/04/06:munmap:2:mmap:2: +※:LDP man-pages:3.68:2014/05/08:name_to_handle_at:2:open_by_handle_at:2: +☆:LDP man-pages:3.67=>3.68:2013/07/30:nanosleep:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/09/17:nfsservctl:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/04/28:nice:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/10:oldfstat:2:stat:2: +@:LDP man-pages:3.68:2014/05/10:oldlstat:2:stat:2: +@:LDP man-pages:3.68:2008/12/03:oldolduname:2:uname:2: +@:LDP man-pages:3.68:2014/05/10:oldstat:2:stat:2: +@:LDP man-pages:3.68:2008/12/03:olduname:2:uname:2: +☆:LDP man-pages:3.65=>3.68:2014/05/10:open:2:2014/04/28::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.68:2014/05/08:open_by_handle_at:2::::: +@:LDP man-pages:3.68:2014/05/10:openat:2:open:2: +☆:LDP man-pages:3.67=>3.68:2012/12/31:outb:2:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2012/12/31:outb_p:2:outb:2: +@:LDP man-pages:3.68:2012/12/31:outl:2:outb:2: +@:LDP man-pages:3.68:2012/12/31:outl_p:2:outb:2: +@:LDP man-pages:3.68:2012/12/31:outsb:2:outb:2: +@:LDP man-pages:3.68:2012/12/31:outsl:2:outb:2: +@:LDP man-pages:3.68:2012/12/31:outsw:2:outb:2: +@:LDP man-pages:3.68:2012/12/31:outw:2:outb:2: +@:LDP man-pages:3.68:2012/12/31:outw_p:2:outb:2: +☆:LDP man-pages:3.67=>3.68:2008/10/06:pause:2:2014/06/04::suto@av.crl.sony.co.jp:SUTO, Mitsuaki: +@:LDP man-pages:3.68:2003/07/14:pciconfig_iobase:2:pciconfig_read:2: +☆:LDP man-pages:3.67=>3.68:2003/07/14:pciconfig_read:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2003/07/14:pciconfig_write:2:pciconfig_read:2: +×:LDP man-pages:3.68:2014/04/17:perf_event_open:2::::: +×:LDP man-pages:3.68:2013/02/13:perfmonctl:2::::: +☆:LDP man-pages:3.67=>3.68:2014/04/15:personality:2:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2013/02/12:phys:2:unimplemented:2: +☆:LDP man-pages:3.67=>3.68:2014/02/11:pipe:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/11:pipe2:2:pipe:2: +☆:LDP man-pages:3.67=>3.68:2012/07/13:pivot_root:2:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2014/05/10:poll:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/03:posix_fadvise:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/10:ppoll:2:poll:2: +☆:LDP man-pages:3.40=>3.68:2014/04/14:prctl:2:2012/05/26::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/06/21:pread:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/06/21:pread64:2:pread:2: +@:LDP man-pages:3.68:2010/11/17:preadv:2:readv:2: +@:LDP man-pages:3.68:2014/05/28:prlimit:2:getrlimit:2: +×:LDP man-pages:3.68:2014/05/05:process_vm_readv:2::::: +※:LDP man-pages:3.68:2014/05/05:process_vm_writev:2:process_vm_readv:2: +@:LDP man-pages:3.68:2013/02/12:prof:2:unimplemented:2: +@:LDP man-pages:3.68:2014/01/31:pselect:2:select:2: +@:LDP man-pages:3.68:2014/01/31:pselect6:2:select:2: +×:LDP man-pages:3.68:2014/02/20:ptrace:2::::: +@:LDP man-pages:3.68:2013/02/12:putmsg:2:unimplemented:2: +@:LDP man-pages:3.68:2013/02/12:putpmsg:2:unimplemented:2: +@:LDP man-pages:3.68:2013/06/21:pwrite:2:pread:2: +@:LDP man-pages:3.68:2013/06/21:pwrite64:2:pwrite:2: +@:LDP man-pages:3.68:2010/11/17:pwritev:2:readv:2: +☆:LDP man-pages:3.65=>3.68:2014/05/10:query_module:2:2014/04/24::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.68:2010/06/16:quotactl:2::::: +☆:LDP man-pages:3.65=>3.68:2014/05/04:read:2:2014/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/03/15:readahead:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/06/21:readdir:2:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2014/05/10:readlink:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/10:readlinkat:2:readlink:2: +☆:LDP man-pages:3.67=>3.68:2010/11/17:readv:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/12/28:reboot:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/10:recv:2:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/10:recvfrom:2:recv:2: +☆:LDP man-pages:3.67=>3.68:2014/05/21:recvmmsg:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/10:recvmsg:2:recv:2: +☆:LDP man-pages:3.65=>3.68:2014/05/28:remap_file_pages:2:2014/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/06:removexattr:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.65=>3.68:2014/05/08:rename:2:2014/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/08:renameat:2:rename:2: +@:LDP man-pages:3.68:2014/05/08:renameat2:2:rename:2: +×:LDP man-pages:3.68:2010/02/25:request_key:2::::: +×:LDP man-pages:3.68:2014/02/11:restart_syscall:2::::: +☆:LDP man-pages:3.67=>3.68:2008/05/08:rmdir:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/04/27:rt_sigaction:2:sigaction:2: +@:LDP man-pages:3.68:2013/12/11:rt_sigpending:2:sigpending:2: +@:LDP man-pages:3.68:2013/04/19:rt_sigprocmask:2:sigprocmask:2: +×:LDP man-pages:3.68:2012/07/13:rt_sigqueueinfo:2::::: +@:LDP man-pages:3.68:2013/07/30:rt_sigreturn:2:sigreturn:2: +@:LDP man-pages:3.68:2013/04/19:rt_sigsuspend:2:sigsuspend:2: +@:LDP man-pages:3.68:2013/09/04:rt_sigtimedwait:2:sigtimedwait:2: +※:LDP man-pages:3.68:2012/07/13:rt_tgsigqueueinfo:2:rt_sigqueueinfo:2: +×:LDP man-pages:3.68:2012/12/17:s390_runtime_instr:2::::: +@:LDP man-pages:3.68:2010/09/20:sbrk:2:brk:2: +☆:LDP man-pages:3.67=>3.68:2014/05/12:sched_get_priority_max:2:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/12:sched_get_priority_min:2:sched_get_priority_max:2: +@:LDP man-pages:3.68:2014/05/10:sched_getaffinity:2:sched_setaffinity:2: +※:LDP man-pages:3.68:2014/05/13:sched_getattr:2:sched_setattr:2: +@:LDP man-pages:3.68:2014/05/11:sched_getparam:2:sched_setparam:2: +@:LDP man-pages:3.68:2014/05/21:sched_getscheduler:2:sched_setscheduler:2: +☆:LDP man-pages:3.67=>3.68:2014/04/28:sched_rr_get_interval:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/10:sched_setaffinity:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.68:2014/05/13:sched_setattr:2::::: +☆:LDP man-pages:3.67=>3.68:2014/05/11:sched_setparam:2:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.65=>3.68:2014/05/21:sched_setscheduler:2:2014/04/24::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/04/28:sched_yield:2:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +@:LDP man-pages:3.68:2013/02/12:security:2:unimplemented:2: +☆:LDP man-pages:3.67=>3.68:2014/01/31:select:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/12/30:select_tut:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/06/03:semctl:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.65=>3.68:2014/05/21:semget:2:2014/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/10:semop:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/10:semtimedop:2:semop:2: +☆:LDP man-pages:3.67=>3.68:2014/05/10:send:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2011/09/14:sendfile:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2011/09/14:sendfile64:2:sendfile:2: +☆:LDP man-pages:3.67=>3.68:2012/12/16:sendmmsg:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/10:sendmsg:2:send:2: +@:LDP man-pages:3.68:2014/05/10:sendto:2:send:2: +☆:LDP man-pages:3.67=>3.68:2014/05/28:set_mempolicy:2:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +※:LDP man-pages:3.68:2014/05/10:set_robust_list:2:get_robust_list:2: +☆:LDP man-pages:3.67=>3.68:2012/07/13:set_thread_area:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/07/19:set_tid_address:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2014/04/08:setcontext:2:getcontext:3: +@:LDP man-pages:3.68:2012/10/25:setdomainname:2:getdomainname:2: +@:LDP man-pages:3.68:2012/07/02:setegid:2:seteuid:2: +☆:LDP man-pages:3.67=>3.68:2012/07/02:seteuid:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/08/08:setfsgid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/08/08:setfsgid32:2:setfsgid:2: +☆:LDP man-pages:3.67=>3.68:2013/08/08:setfsuid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/08/08:setfsuid32:2:setfsuid:2: +☆:LDP man-pages:3.67=>3.68:2010/11/22:setgid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/11/22:setgid32:2:setgid:2: +@:LDP man-pages:3.68:2013/10/18:setgroups:2:getgroups:2: +@:LDP man-pages:3.68:2013/10/18:setgroups32:2:setgroups:2: +@:LDP man-pages:3.68:2010/09/20:sethostid:2:gethostid:3: +@:LDP man-pages:3.68:2010/09/26:sethostname:2:gethostname:2: +@:LDP man-pages:3.68:2012/10/01:setitimer:2:getitimer:2: +☆:LDP man-pages:3.67=>3.68:2013/01/01:setns:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/07:setpgid:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/07:setpgrp:2:setpgid:2: +@:LDP man-pages:3.68:2014/05/10:setpriority:2:getpriority:2: +@:LDP man-pages:3.68:2013/12/12:setregid:2:setreuid:2: +@:LDP man-pages:3.68:2013/12/12:setregid32:2:setregid:2: +@:LDP man-pages:3.68:2010/11/22:setresgid:2:setresuid:2: +@:LDP man-pages:3.68:2010/11/22:setresgid32:2:setresgid:2: +☆:LDP man-pages:3.67=>3.68:2010/11/22:setresuid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/11/22:setresuid32:2:setresuid:2: +☆:LDP man-pages:3.67=>3.68:2013/12/12:setreuid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/12/12:setreuid32:2:setreuid:2: +@:LDP man-pages:3.68:2014/05/28:setrlimit:2:getrlimit:2: +☆:LDP man-pages:3.67=>3.68:2013/02/11:setsid:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2014/04/28:setsockopt:2:getsockopt:2: +@:LDP man-pages:3.68:2012/04/26:settimeofday:2:gettimeofday:2: +☆:LDP man-pages:3.67=>3.68:2010/11/22:setuid:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/11/22:setuid32:2:setuid:2: +☆:LDP man-pages:3.67=>3.68:2008/12/03:setup:2:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2014/02/06:setxattr:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/25:sgetmask:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/04/28:shmat:2:shmop:2: +☆:LDP man-pages:3.67=>3.68:2014/02/07:shmctl:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/04/28:shmdt:2:shmop:2: +☆:LDP man-pages:3.65=>3.68:2014/05/21:shmget:2:2014/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.65=>3.68:2014/04/28:shmop:2:2014/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/09/06:shutdown:2:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2014/04/27:sigaction:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/26:sigaltstack:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/04/19:signal:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2009/01/13:signalfd:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2009/01/13:signalfd4:2:signalfd:2: +☆:LDP man-pages:3.67=>3.68:2013/12/11:sigpending:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/04/19:sigprocmask:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/12/16:sigqueue:2:sigqueue:3: +☆:LDP man-pages:3.67=>3.68:2013/07/30:sigreturn:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/04/19:sigsuspend:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/09/04:sigtimedwait:2:sigwaitinfo:2: +☆:LDP man-pages:3.67=>3.68:2013/09/04:sigwaitinfo:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/12/31:socket:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/10/16:socketcall:2:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2008/10/11:socketpair:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/05/04:splice:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/08/05:spu_create:2:2014/06/04::amotoki@gmail.com:Akihiro Motoki: +☆:LDP man-pages:3.67=>3.68:2012/08/05:spu_run:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/25:ssetmask:2:sgetmask:2: +☆:LDP man-pages:3.67=>3.68:2014/05/10:stat:2:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/10:stat64:2:stat:2: +☆:LDP man-pages:3.67=>3.68:2010/11/21:statfs:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/11/21:statfs64:2:statfs:2: +@:LDP man-pages:3.68:2013/09/26:statvfs:2:statvfs:3: +☆:LDP man-pages:3.67=>3.68:2014/05/10:stime:2:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2013/02/12:stty:2:unimplemented:2: +×:LDP man-pages:3.68:2012/07/13:subpage_prot:2::::: +@:LDP man-pages:3.68:2014/05/28:swapoff:2:swapon:2: +☆:LDP man-pages:3.67=>3.68:2014/05/28:swapon:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.65=>3.68:2014/05/05:symlink:2:2014/04/24::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2014/05/05:symlinkat:2:symlink:2: +☆:LDP man-pages:3.67=>3.68:2014/04/06:sync:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/04/01:sync_file_range:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/04/01:sync_file_range2:2:sync_file_range:2: +@:LDP man-pages:3.68:2014/04/06:syncfs:2:sync:2: +☆:LDP man-pages:3.67=>3.68:2014/05/10:syscall:2:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2014/05/08:syscalls:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/12/22:sysctl:2:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2010/06/27:sysfs:2:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2012/05/05:sysinfo:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/11/29:syslog:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/05/04:tee:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/07/13:tgkill:2:tkill:2: +☆:LDP man-pages:3.67=>3.68:2011/09/09:time:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.68:2014/01/20:timer_create:2::::: +☆:LDP man-pages:3.67=>3.68:2009/02/20:timer_delete:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.68:2009/02/20:timer_getoverrun:2::::: +※:LDP man-pages:3.68:2012/10/15:timer_gettime:2:timer_settime:2: +×:LDP man-pages:3.68:2012/10/15:timer_settime:2::::: +☆:LDP man-pages:3.67=>3.68:2011/09/14:timerfd_create:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2011/09/14:timerfd_gettime:2:timerfd_create:2: +@:LDP man-pages:3.68:2011/09/14:timerfd_settime:2:timerfd_create:2: +☆:LDP man-pages:3.67=>3.68:2012/10/22:times:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/07/13:tkill:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/04/01:truncate:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/04/01:truncate64:2:truncate:2: +@:LDP man-pages:3.68:2013/02/12:tuxcall:2:unimplemented:2: +@:LDP man-pages:3.68:2014/05/28:ugetrlimit:2:getrlimit:2: +☆:LDP man-pages:3.67=>3.68:2008/01/09:umask:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/26:umount:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/26:umount2:2:umount:2: +☆:LDP man-pages:3.67=>3.68:2008/12/03:uname:2:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2013/02/12:unimplemented:2:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2014/02/21:unlink:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/21:unlinkat:2:unlink:2: +☆:LDP man-pages:3.67=>3.68:2013/04/17:unshare:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2005/01/09:uselib:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2003/08/04:ustat:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2014/02/21:utime:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +×:LDP man-pages:3.68:2014/01/24:utimensat:2::::: +@:LDP man-pages:3.68:2014/02/21:utimes:2:utime:2: +☆:LDP man-pages:3.67=>3.68:2012/08/05:vfork:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2007/07/26:vhangup:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2009/02/20:vm86:2:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2009/02/20:vm86old:2:vm86:2: +☆:LDP man-pages:3.67=>3.68:2012/05/04:vmsplice:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/02/12:vserver:2:unimplemented:2: +☆:LDP man-pages:3.67=>3.68:2013/09/04:wait:2:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/09/23:wait3:2:wait4:2: +☆:LDP man-pages:3.67=>3.68:2012/09/23:wait4:2:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/09/04:waitid:2:wait:2: +@:LDP man-pages:3.68:2013/09/04:waitpid:2:wait:2: +☆:LDP man-pages:3.65=>3.68:2014/05/04:write:2:2014/04/24::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/11/17:writev:2:readv:2: +@:LDP man-pages:3.68:2007/12/28:CIRCLEQ_ENTRY:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:CIRCLEQ_HEAD:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:CIRCLEQ_INIT:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:CIRCLEQ_INSERT_AFTER:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:CIRCLEQ_INSERT_BEFORE:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:CIRCLEQ_INSERT_HEAD:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:CIRCLEQ_INSERT_TAIL:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:CIRCLEQ_REMOVE:3:queue:3: +@:LDP man-pages:3.68:2008/11/20:CMSG_ALIGN:3:cmsg:3: +@:LDP man-pages:3.68:2008/11/20:CMSG_FIRSTHDR:3:cmsg:3: +@:LDP man-pages:3.68:2008/11/20:CMSG_NXTHDR:3:cmsg:3: +@:LDP man-pages:3.68:2008/11/20:CMSG_SPACE:3:cmsg:3: +@:LDP man-pages:3.68:2012/03/15:CPU_ALLOC:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_ALLOC_SIZE:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_AND:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_AND_S:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_CLR:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_CLR_S:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_COUNT:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_COUNT_S:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_EQUAL:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_EQUAL_S:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_FREE:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_ISSET:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_ISSET_S:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_OR:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_OR_S:3:CPU_SET:3: +☆:LDP man-pages:3.67=>3.68:2012/03/15:CPU_SET:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/03/15:CPU_SET_S:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_XOR:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_XOR_S:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_ZERO:3:CPU_SET:3: +@:LDP man-pages:3.68:2012/03/15:CPU_ZERO_S:3:CPU_SET:3: +@:LDP man-pages:3.68:2013/09/18:DES_FAILED:3:des_crypt:3: +@:LDP man-pages:3.68:2014/01/31:FD_CLR:3:select:2: +@:LDP man-pages:3.68:2014/01/31:FD_ISSET:3:select:2: +@:LDP man-pages:3.68:2014/01/31:FD_SET:3:select:2: +@:LDP man-pages:3.68:2014/01/31:FD_ZERO:3:select:2: +@:LDP man-pages:3.68:2007/07/26:HUGE_VAL:3:INFINITY:3: +@:LDP man-pages:3.68:2007/07/26:HUGE_VALF:3:INFINITY:3: +@:LDP man-pages:3.68:2007/07/26:HUGE_VALL:3:INFINITY:3: +☆:LDP man-pages:3.67=>3.68:2007/07/26:INFINITY:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2007/12/28:LIST_ENTRY:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:LIST_HEAD:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:LIST_INIT:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:LIST_INSERT_AFTER:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:LIST_INSERT_HEAD:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:LIST_REMOVE:3:queue:3: +☆:LDP man-pages:3.67=>3.68:1999/07/04:MB_CUR_MAX:3:2014/06/04::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi: +☆:LDP man-pages:3.67=>3.68:1999/07/04:MB_LEN_MAX:3:2014/06/04::cz8cb01@linux.or.jp:HAYAKAWA Hitoshi: +@:LDP man-pages:3.68:2007/07/26:NAN:3:INFINITY:3: +@:LDP man-pages:3.68:2007/12/28:TAILQ_ENTRY:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:TAILQ_HEAD:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:TAILQ_INIT:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:TAILQ_INSERT_AFTER:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:TAILQ_INSERT_HEAD:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:TAILQ_INSERT_TAIL:3:queue:3: +@:LDP man-pages:3.68:2007/12/28:TAILQ_REMOVE:3:queue:3: +@:LDP man-pages:3.68:2010/10/13:__after_morecore_hook:3:malloc_hook:3: +@:LDP man-pages:3.68:2013/06/21:__fbufsize:3:stdio_ext:3: +@:LDP man-pages:3.68:2013/06/21:__flbf:3:stdio_ext:3: +@:LDP man-pages:3.68:2013/06/21:__fpending:3:stdio_ext:3: +@:LDP man-pages:3.68:2001/12/15:__fpurge:3:fpurge:3: +@:LDP man-pages:3.68:2013/06/21:__freadable:3:stdio_ext:3: +@:LDP man-pages:3.68:2013/06/21:__freading:3:stdio_ext:3: +@:LDP man-pages:3.68:2010/10/13:__free_hook:3:malloc_hook:3: +@:LDP man-pages:3.68:2013/06/21:__fsetlocking:3:stdio_ext:3: +@:LDP man-pages:3.68:2013/06/21:__fwritable:3:stdio_ext:3: +@:LDP man-pages:3.68:2013/06/21:__fwriting:3:stdio_ext:3: +@:LDP man-pages:3.68:2010/10/13:__malloc_hook:3:malloc_hook:3: +@:LDP man-pages:3.68:2010/10/13:__malloc_initialize_hook:3:malloc_hook:3: +@:LDP man-pages:3.68:2010/10/13:__memalign_hook:3:malloc_hook:3: +@:LDP man-pages:3.68:2010/10/13:__realloc_hook:3:malloc_hook:3: +☆:LDP man-pages:3.67=>3.68:2012/12/31:__setfpucw:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +@:LDP man-pages:3.68:2013/06/21:_flushlbf:3:stdio_ext:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:a64l:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2014/03/25:abort:3:2014/06/04::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +☆:LDP man-pages:3.67=>3.68:2013/06/21:abs:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/20:acos:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:acosf:3:acos:3: +☆:LDP man-pages:3.67=>3.68:2010/09/20:acosh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:acoshf:3:acosh:3: +@:LDP man-pages:3.68:2010/09/20:acoshl:3:acosh:3: +@:LDP man-pages:3.68:2010/09/20:acosl:3:acos:3: +@:LDP man-pages:3.68:2009/09/15:addmntent:3:getmntent:3: +☆:LDP man-pages:3.67=>3.68:2008/06/14:addseverity:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2014/05/28:adjtime:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/05/08:aio_cancel:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/07/04:aio_error:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/05/08:aio_fsync:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/04/26:aio_init:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/05/08:aio_read:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/07/04:aio_return:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/05/08:aio_suspend:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/05/08:aio_write:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/09/02:aligned_alloc:3:posix_memalign:3: +☆:LDP man-pages:3.67=>3.68:2013/10/07:alloca:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2014/05/28:alphasort:3:scandir:3: +@:LDP man-pages:3.68:2014/05/28:argz:3:argz_add:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:argz_add:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:argz_add_sep:3:argz_add:3: +@:LDP man-pages:3.68:2014/05/28:argz_append:3:argz_add:3: +@:LDP man-pages:3.68:2014/05/28:argz_count:3:argz_add:3: +@:LDP man-pages:3.68:2014/05/28:argz_create:3:argz_add:3: +@:LDP man-pages:3.68:2014/05/28:argz_create_sep:3:argz_add:3: +@:LDP man-pages:3.68:2014/05/28:argz_delete:3:argz_add:3: +@:LDP man-pages:3.68:2014/05/28:argz_extract:3:argz_add:3: +@:LDP man-pages:3.68:2014/05/28:argz_insert:3:argz_add:3: +@:LDP man-pages:3.68:2014/05/28:argz_next:3:argz_add:3: +@:LDP man-pages:3.68:2014/05/28:argz_replace:3:argz_add:3: +@:LDP man-pages:3.68:2014/05/28:argz_stringify:3:argz_add:3: +@:LDP man-pages:3.68:2013/12/30:asctime:3:ctime:3: +@:LDP man-pages:3.68:2013/12/30:asctime_r:3:ctime:3: +☆:LDP man-pages:3.67=>3.68:2010/09/20:asin:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:asinf:3:asin:3: +☆:LDP man-pages:3.67=>3.68:2013/10/14:asinh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/10/14:asinhf:3:asinh:3: +@:LDP man-pages:3.68:2013/10/14:asinhl:3:asinh:3: +@:LDP man-pages:3.68:2010/09/20:asinl:3:asin:3: +☆:LDP man-pages:3.67=>3.68:2013/06/21:asprintf:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2013/09/26:assert:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2013/09/26:assert_perror:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/10/07:atan:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/20:atan2:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:atan2f:3:atan2:3: +@:LDP man-pages:3.68:2010/09/20:atan2l:3:atan2:3: +@:LDP man-pages:3.68:2013/10/07:atanf:3:atan:3: +☆:LDP man-pages:3.67=>3.68:2010/09/11:atanh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/11:atanhf:3:atanh:3: +@:LDP man-pages:3.68:2010/09/11:atanhl:3:atanh:3: +@:LDP man-pages:3.68:2013/10/07:atanl:3:atan:3: +☆:LDP man-pages:3.67=>3.68:2008/12/05:atexit:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/22:atof:3:2014/06/04::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +☆:LDP man-pages:3.67=>3.68:2014/01/22:atoi:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2014/01/22:atol:3:atoi:3: +@:LDP man-pages:3.68:2014/01/22:atoll:3:atoi:3: +@:LDP man-pages:3.68:2014/01/22:atoq:3:atoi:3: +@:LDP man-pages:3.68:2013/09/26:auth_destroy:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:authnone_create:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:authunix_create:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:authunix_create_default:3:rpc:3: +☆:LDP man-pages:3.67=>3.68:2008/06/14:backtrace:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/06/14:backtrace_symbols:3:backtrace:3: +@:LDP man-pages:3.68:2008/06/14:backtrace_symbols_fd:3:backtrace:3: +☆:LDP man-pages:3.67=>3.68:2009/03/30:basename:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/10/21:bcmp:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2013/10/22:bcopy:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2010/09/10:be16toh:3:endian:3: +@:LDP man-pages:3.68:2010/09/10:be32toh:3:endian:3: +@:LDP man-pages:3.68:2010/09/10:be64toh:3:endian:3: +☆:LDP man-pages:3.67=>3.68:2013/06/21:bindresvport:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/10/22:bsd_signal:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2003/11/01:bsearch:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:bstring:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2011/09/22:btowc:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/04/23:btree:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/04/08:byteorder:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/10/22:bzero:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/08/11:cabs:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/11:cabsf:3:cabs:3: +@:LDP man-pages:3.68:2008/08/11:cabsl:3:cabs:3: +☆:LDP man-pages:3.67=>3.68:2011/09/15:cacos:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2011/09/15:cacosf:3:cacos:3: +☆:LDP man-pages:3.67=>3.68:2011/09/15:cacosh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2011/09/15:cacoshf:3:cacosh:3: +@:LDP man-pages:3.68:2011/09/15:cacoshl:3:cacosh:3: +@:LDP man-pages:3.68:2011/09/15:cacosl:3:cacos:3: +@:LDP man-pages:3.68:2014/05/21:calloc:3:malloc:3: +@:LDP man-pages:3.68:2013/09/26:callrpc:3:rpc:3: +☆:LDP man-pages:3.67=>3.68:2013/05/11:canonicalize_file_name:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/08/11:carg:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/11:cargf:3:carg:3: +@:LDP man-pages:3.68:2008/08/11:cargl:3:carg:3: +☆:LDP man-pages:3.67=>3.68:2008/08/11:casin:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/11:casinf:3:casin:3: +☆:LDP man-pages:3.67=>3.68:2008/08/11:casinh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/11:casinhf:3:casinh:3: +@:LDP man-pages:3.68:2008/08/11:casinhl:3:casinh:3: +@:LDP man-pages:3.68:2008/08/11:casinl:3:casin:3: +☆:LDP man-pages:3.67=>3.68:2011/09/15:catan:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2011/09/15:catanf:3:catan:3: +☆:LDP man-pages:3.67=>3.68:2011/09/15:catanh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2011/09/15:catanhf:3:catanh:3: +@:LDP man-pages:3.68:2011/09/15:catanhl:3:catanh:3: +@:LDP man-pages:3.68:2011/09/15:catanl:3:catan:3: +@:LDP man-pages:3.68:2001/12/14:catclose:3:catopen:3: +☆:LDP man-pages:3.67=>3.68:2013/06/21:catgets:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2001/12/14:catopen:3:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: +@:LDP man-pages:3.68:2013/09/18:cbc_crypt:3:des_crypt:3: +☆:LDP man-pages:3.67=>3.68:2013/09/18:cbrt:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/09/18:cbrtf:3:cbrt:3: +@:LDP man-pages:3.68:2013/09/18:cbrtl:3:cbrt:3: +☆:LDP man-pages:3.67=>3.68:2008/08/11:ccos:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/11:ccosf:3:ccos:3: +☆:LDP man-pages:3.67=>3.68:2008/08/11:ccosh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/11:ccoshf:3:ccosh:3: +@:LDP man-pages:3.68:2008/08/11:ccoshl:3:ccosh:3: +@:LDP man-pages:3.68:2008/08/11:ccosl:3:ccos:3: +☆:LDP man-pages:3.67=>3.68:2013/06/21:ceil:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/06/21:ceilf:3:ceil:3: +@:LDP man-pages:3.68:2013/06/21:ceill:3:ceil:3: +☆:LDP man-pages:3.67=>3.68:2010/09/12:cerf:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/12:cerfc:3:cerf:3: +@:LDP man-pages:3.68:2010/09/12:cerfcf:3:cerf:3: +@:LDP man-pages:3.68:2010/09/12:cerfcl:3:cerf:3: +@:LDP man-pages:3.68:2010/09/12:cerff:3:cerf:3: +@:LDP man-pages:3.68:2010/09/12:cerfl:3:cerf:3: +☆:LDP man-pages:3.67=>3.68:2008/08/11:cexp:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/02/27:cexp2:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/02/27:cexp2f:3:cexp2:3: +@:LDP man-pages:3.68:2013/02/27:cexp2l:3:cexp2:3: +@:LDP man-pages:3.68:2008/08/11:cexpf:3:cexp:3: +@:LDP man-pages:3.68:2008/08/11:cexpl:3:cexp:3: +@:LDP man-pages:3.68:2014/05/08:cfgetispeed:3:termios:3: +@:LDP man-pages:3.68:2014/05/08:cfgetospeed:3:termios:3: +@:LDP man-pages:3.68:2014/05/08:cfmakeraw:3:termios:3: +☆:LDP man-pages:3.67=>3.68:2007/07/26:cfree:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2014/05/08:cfsetispeed:3:termios:3: +@:LDP man-pages:3.68:2014/05/08:cfsetospeed:3:termios:3: +@:LDP man-pages:3.68:2014/05/08:cfsetspeed:3:termios:3: +☆:LDP man-pages:3.67=>3.68:2013/06/21:cimag:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/06/21:cimagf:3:cimag:3: +@:LDP man-pages:3.68:2013/06/21:cimagl:3:cimag:3: +☆:LDP man-pages:3.67=>3.68:2010/10/04:clearenv:3:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: +@:LDP man-pages:3.68:2014/01/15:clearerr:3:ferror:3: +@:LDP man-pages:3.68:2008/08/29:clearerr_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.68:2013/09/26:clnt_broadcast:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:clnt_call:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:clnt_control:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:clnt_create:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:clnt_destroy:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:clnt_freeres:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:clnt_geterr:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:clnt_pcreateerror:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:clnt_perrno:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:clnt_perror:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:clnt_spcreateerror:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:clnt_sperrno:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:clnt_sperror:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:clntraw_create:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:clnttcp_create:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:clntudp_bufcreate:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:clntudp_create:3:rpc:3: +☆:LDP man-pages:3.67=>3.68:2013/08/19:clock:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/07/04:clock_getcpuclockid:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/12/28:clock_getres:3:clock_getres:2: +@:LDP man-pages:3.68:2013/12/28:clock_gettime:3:clock_getres:2: +@:LDP man-pages:3.68:2013/12/28:clock_settime:3:clock_getres:2: +☆:LDP man-pages:3.67=>3.68:2008/08/11:clog:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/08/11:clog10:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/11:clog10f:3:clog10:3: +@:LDP man-pages:3.68:2008/08/11:clog10l:3:clog10:3: +☆:LDP man-pages:3.67=>3.68:2013/07/23:clog2:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/07/23:clog2f:3:clog2:3: +@:LDP man-pages:3.68:2013/07/23:clog2l:3:clog2:3: +@:LDP man-pages:3.68:2008/08/11:clogf:3:clog:3: +@:LDP man-pages:3.68:2008/08/11:clogl:3:clog:3: +☆:LDP man-pages:3.67=>3.68:2008/09/23:closedir:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2012/08/17:closelog:3:syslog:3: +☆:LDP man-pages:3.67=>3.68:2008/11/20:cmsg:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2014/03/20:confstr:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/06/21:conj:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/06/21:conjf:3:conj:3: +@:LDP man-pages:3.68:2013/06/21:conjl:3:conj:3: +☆:LDP man-pages:3.67=>3.68:2013/10/14:copysign:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/10/14:copysignf:3:copysign:3: +@:LDP man-pages:3.68:2013/10/14:copysignl:3:copysign:3: +☆:LDP man-pages:3.67=>3.68:2013/10/14:cos:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/10/14:cosf:3:cos:3: +☆:LDP man-pages:3.67=>3.68:2010/09/20:cosh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:coshf:3:cosh:3: +@:LDP man-pages:3.68:2010/09/20:coshl:3:cosh:3: +@:LDP man-pages:3.68:2013/10/14:cosl:3:cos:3: +☆:LDP man-pages:3.67=>3.68:2008/08/11:cpow:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/11:cpowf:3:cpow:3: +@:LDP man-pages:3.68:2008/08/11:cpowl:3:cpow:3: +☆:LDP man-pages:3.67=>3.68:2013/09/18:cproj:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/09/18:cprojf:3:cproj:3: +@:LDP man-pages:3.68:2013/09/18:cprojl:3:cproj:3: +☆:LDP man-pages:3.67=>3.68:2013/09/18:creal:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/09/18:crealf:3:creal:3: +@:LDP man-pages:3.68:2013/09/18:creall:3:creal:3: +☆:LDP man-pages:3.67=>3.68:2014/02/26:crypt:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2014/02/26:crypt_r:3:crypt:3: +☆:LDP man-pages:3.67=>3.68:2008/08/11:csin:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/11:csinf:3:csin:3: +☆:LDP man-pages:3.67=>3.68:2008/08/11:csinh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/11:csinhf:3:csinh:3: +@:LDP man-pages:3.68:2008/08/11:csinhl:3:csinh:3: +@:LDP man-pages:3.68:2008/08/11:csinl:3:csin:3: +☆:LDP man-pages:3.67=>3.68:2008/08/11:csqrt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/11:csqrtf:3:csqrt:3: +@:LDP man-pages:3.68:2008/08/11:csqrtl:3:csqrt:3: +☆:LDP man-pages:3.67=>3.68:2008/08/11:ctan:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/11:ctanf:3:ctan:3: +☆:LDP man-pages:3.67=>3.68:2008/08/11:ctanh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/11:ctanhf:3:ctanh:3: +@:LDP man-pages:3.68:2008/08/11:ctanhl:3:ctanh:3: +@:LDP man-pages:3.68:2008/08/11:ctanl:3:ctan:3: +☆:LDP man-pages:3.67=>3.68:2013/07/04:ctermid:3:2014/06/04::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki: +☆:LDP man-pages:3.67=>3.68:2013/12/30:ctime:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/12/30:ctime_r:3:ctime:3: +@:LDP man-pages:3.68:2013/04/19:cuserid:3:getlogin:3: +☆:LDP man-pages:3.67=>3.68:2013/10/28:daemon:3:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: +@:LDP man-pages:3.68:2012/03/25:daylight:3:tzset:3: +@:LDP man-pages:3.68:2012/05/04:db:3:dbopen:3: +☆:LDP man-pages:3.67=>3.68:2012/05/04:dbopen:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/09/18:des_crypt:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2013/09/18:des_setparity:3:des_crypt:3: +☆:LDP man-pages:3.67=>3.68:2013/10/28:difftime:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/07/05:dirfd:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2009/03/30:dirname:3:basename:3: +☆:LDP man-pages:3.67=>3.68:2013/07/05:div:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2007/05/18:dl_iterate_phdr:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2014/01/08:dladdr:3:dlopen:3: +@:LDP man-pages:3.68:2014/01/08:dlclose:3:dlopen:3: +@:LDP man-pages:3.68:2014/01/08:dlerror:3:dlopen:3: +☆:LDP man-pages:3.67=>3.68:2014/01/08:dlopen:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/08:dlsym:3:dlopen:3: +@:LDP man-pages:3.68:2014/01/08:dlvsym:3:dlopen:3: +@:LDP man-pages:3.68:2014/05/28:dn_comp:3:resolver:3: +@:LDP man-pages:3.68:2014/05/28:dn_expand:3:resolver:3: +☆:LDP man-pages:3.67=>3.68:2010/09/15:dprintf:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2013/06/21:drand48:3:2014/06/04::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: +☆:LDP man-pages:3.67=>3.68:2013/09/09:drand48_r:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2010/09/20:drem:3:remainder:3: +@:LDP man-pages:3.68:2010/09/20:dremf:3:remainder:3: +@:LDP man-pages:3.68:2010/09/20:dreml:3:remainder:3: +☆:LDP man-pages:3.67=>3.68:2014/03/12:duplocale:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/09/25:dysize:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +@:LDP man-pages:3.68:2013/09/25:eaccess:3:euidaccess:3: +@:LDP man-pages:3.68:2013/09/18:ecb_crypt:3:des_crypt:3: +☆:LDP man-pages:3.67=>3.68:2013/07/04:ecvt:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2007/07/26:ecvt_r:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/07/17:edata:3:end:3: +☆:LDP man-pages:3.67=>3.68:2013/07/22:encrypt:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2013/07/22:encrypt_r:3:encrypt:3: +☆:LDP man-pages:3.67=>3.68:2008/07/17:end:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2003/09/09:endaliasent:3:setaliasent:3: +@:LDP man-pages:3.68:2002/02/28:endfsent:3:getfsent:3: +@:LDP man-pages:3.68:2013/06/21:endgrent:3:getgrent:3: +@:LDP man-pages:3.68:2014/03/11:endhostent:3:gethostbyname:3: +☆:LDP man-pages:3.67=>3.68:2010/09/10:endian:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2009/09/15:endmntent:3:getmntent:3: +@:LDP man-pages:3.68:2008/08/19:endnetent:3:getnetent:3: +@:LDP man-pages:3.68:2014/05/28:endnetgrent:3:setnetgrent:3: +@:LDP man-pages:3.68:2008/08/19:endprotoent:3:getprotoent:3: +@:LDP man-pages:3.68:2013/06/21:endpwent:3:getpwent:3: +@:LDP man-pages:3.68:2014/05/28:endrpcent:3:getrpcent:3: +@:LDP man-pages:3.68:2008/08/19:endservent:3:getservent:3: +@:LDP man-pages:3.68:2014/05/28:endspent:3:getspnam:3: +@:LDP man-pages:3.68:2013/07/22:endttyent:3:getttyent:3: +@:LDP man-pages:3.68:2013/06/21:endusershell:3:getusershell:3: +@:LDP man-pages:3.68:2014/05/28:endutent:3:getutent:3: +@:LDP man-pages:3.68:2014/05/28:endutxent:3:getutent:3: +@:LDP man-pages:3.68:2014/05/28:envz:3:envz_add:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:envz_add:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:envz_entry:3:envz_add:3: +@:LDP man-pages:3.68:2014/05/28:envz_get:3:envz_add:3: +@:LDP man-pages:3.68:2014/05/28:envz_merge:3:envz_add:3: +@:LDP man-pages:3.68:2014/05/28:envz_remove:3:envz_add:3: +@:LDP man-pages:3.68:2014/05/28:envz_strip:3:envz_add:3: +@:LDP man-pages:3.68:2013/06/21:erand48:3:drand48:3: +@:LDP man-pages:3.68:2013/09/09:erand48_r:3:drand48_r:3: +☆:LDP man-pages:3.67=>3.68:2013/10/29:erf:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/10/29:erfc:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/10/29:erfcf:3:erfc:3: +@:LDP man-pages:3.68:2013/10/29:erfcl:3:erfc:3: +@:LDP man-pages:3.68:2013/10/29:erff:3:erf:3: +@:LDP man-pages:3.68:2013/10/29:erfl:3:erf:3: +☆:LDP man-pages:3.67=>3.68:2013/12/30:err:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/07/09:errno:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/08/29:error:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/08/29:error_at_line:3:error:3: +@:LDP man-pages:3.68:2010/08/29:error_message_count:3:error:3: +@:LDP man-pages:3.68:2010/08/29:error_one_per_line:3:error:3: +@:LDP man-pages:3.68:2010/08/29:error_print_progname:3:error:3: +@:LDP man-pages:3.68:2013/12/30:errx:3:err:3: +@:LDP man-pages:3.68:2008/07/17:etext:3:end:3: +☆:LDP man-pages:3.67=>3.68:2013/07/04:ether_aton:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/07/04:ether_aton_r:3:ether_aton:3: +@:LDP man-pages:3.68:2013/07/04:ether_hostton:3:ether_aton:3: +@:LDP man-pages:3.68:2013/07/04:ether_line:3:ether_aton:3: +@:LDP man-pages:3.68:2013/07/04:ether_ntoa:3:ether_aton:3: +@:LDP man-pages:3.68:2013/07/04:ether_ntoa_r:3:ether_aton:3: +@:LDP man-pages:3.68:2013/07/04:ether_ntohost:3:ether_aton:3: +☆:LDP man-pages:3.67=>3.68:2013/09/25:euidaccess:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/08/30:eventfd_read:3:eventfd:2: +@:LDP man-pages:3.68:2010/08/30:eventfd_write:3:eventfd:2: +☆:LDP man-pages:3.67=>3.68:2010/09/25:exec:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/25:execl:3:exec:3: +@:LDP man-pages:3.68:2010/09/25:execle:3:exec:3: +@:LDP man-pages:3.68:2010/09/25:execlp:3:exec:3: +@:LDP man-pages:3.68:2010/09/25:execv:3:exec:3: +@:LDP man-pages:3.68:2010/09/25:execvp:3:exec:3: +@:LDP man-pages:3.68:2010/09/25:execvpe:3:exec:3: +☆:LDP man-pages:3.67=>3.68:2014/03/25:exit:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/20:exp:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/08/11:exp10:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/11:exp10f:3:exp10:3: +@:LDP man-pages:3.68:2008/08/11:exp10l:3:exp10:3: +☆:LDP man-pages:3.67=>3.68:2010/09/20:exp2:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:exp2f:3:exp2:3: +@:LDP man-pages:3.68:2010/09/20:exp2l:3:exp2:3: +@:LDP man-pages:3.68:2010/09/20:expf:3:exp:3: +@:LDP man-pages:3.68:2010/09/20:expl:3:exp:3: +☆:LDP man-pages:3.67=>3.68:2013/10/14:expm1:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/10/14:expm1f:3:expm1:3: +@:LDP man-pages:3.68:2013/10/14:expm1l:3:expm1:3: +☆:LDP man-pages:3.67=>3.68:2013/07/10:fabs:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/07/10:fabsf:3:fabs:3: +@:LDP man-pages:3.68:2013/07/10:fabsl:3:fabs:3: +☆:LDP man-pages:3.67=>3.68:2009/02/23:fclose:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/06/21:fcloseall:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/07/04:fcvt:3:ecvt:3: +@:LDP man-pages:3.68:2007/07/26:fcvt_r:3:ecvt_r:3: +☆:LDP man-pages:3.67=>3.68:2013/07/15:fdim:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/07/15:fdimf:3:fdim:3: +@:LDP man-pages:3.68:2013/07/15:fdiml:3:fdim:3: +@:LDP man-pages:3.68:2012/04/22:fdopen:3:fopen:3: +@:LDP man-pages:3.68:2010/06/20:fdopendir:3:opendir:3: +@:LDP man-pages:3.68:2014/04/01:feclearexcept:3:fenv:3: +@:LDP man-pages:3.68:2014/04/01:fedisableexcept:3:fenv:3: +@:LDP man-pages:3.68:2014/04/01:feenableexcept:3:fenv:3: +@:LDP man-pages:3.68:2014/04/01:fegetenv:3:fenv:3: +@:LDP man-pages:3.68:2014/04/01:fegetexcept:3:fenv:3: +@:LDP man-pages:3.68:2014/04/01:fegetexceptflag:3:fenv:3: +@:LDP man-pages:3.68:2014/04/01:fegetround:3:fenv:3: +@:LDP man-pages:3.68:2014/04/01:feholdexcept:3:fenv:3: +☆:LDP man-pages:3.67=>3.68:2014/04/01:fenv:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/15:feof:3:ferror:3: +@:LDP man-pages:3.68:2008/08/29:feof_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.68:2014/04/01:feraiseexcept:3:fenv:3: +☆:LDP man-pages:3.67=>3.68:2014/01/15:ferror:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2008/08/29:ferror_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.68:2014/04/01:fesetenv:3:fenv:3: +@:LDP man-pages:3.68:2014/04/01:fesetexceptflag:3:fenv:3: +@:LDP man-pages:3.68:2014/04/01:fesetround:3:fenv:3: +@:LDP man-pages:3.68:2014/04/01:fetestexcept:3:fenv:3: +@:LDP man-pages:3.68:2014/04/01:feupdateenv:3:fenv:3: +☆:LDP man-pages:3.67=>3.68:2014/04/20:fexecve:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/07/15:fflush:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2008/08/29:fflush_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.67=>3.68:2014/04/14:ffs:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2014/04/14:ffsl:3:ffs:3: +@:LDP man-pages:3.68:2014/04/14:ffsll:3:ffs:3: +☆:LDP man-pages:3.67=>3.68:2013/12/31:fgetc:3:2014/06/04::amotoki@gmail.com:Akihiro Motoki: +@:LDP man-pages:3.68:2008/08/29:fgetc_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.67=>3.68:2013/04/19:fgetgrent:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +@:LDP man-pages:3.68:2010/10/21:fgetgrent_r:3:getgrent_r:3: +@:LDP man-pages:3.68:2014/05/28:fgetpos:3:fseek:3: +☆:LDP man-pages:3.67=>3.68:2013/04/19:fgetpwent:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +@:LDP man-pages:3.68:2010/10/21:fgetpwent_r:3:getpwent_r:3: +@:LDP man-pages:3.68:2013/12/31:fgets:3:fgetc:3: +@:LDP man-pages:3.68:2008/08/29:fgets_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.68:2014/05/28:fgetspent:3:getspnam:3: +@:LDP man-pages:3.68:2014/05/28:fgetspent_r:3:getspnam:3: +☆:LDP man-pages:3.67=>3.68:2013/04/19:fgetwc:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2008/08/29:fgetwc_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.67=>3.68:2011/09/28:fgetws:3:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: +@:LDP man-pages:3.68:2008/08/29:fgetws_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.68:2014/01/15:fileno:3:ferror:3: +@:LDP man-pages:3.68:2008/08/29:fileno_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.67=>3.68:2013/07/22:finite:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/07/22:finitef:3:finite:3: +@:LDP man-pages:3.68:2013/07/22:finitel:3:finite:3: +☆:LDP man-pages:3.67=>3.68:2013/07/23:flockfile:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/07/23:floor:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/07/23:floorf:3:floor:3: +@:LDP man-pages:3.68:2013/07/23:floorl:3:floor:3: +☆:LDP man-pages:3.67=>3.68:2013/09/17:fma:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/09/17:fmaf:3:fma:3: +@:LDP man-pages:3.68:2013/09/17:fmal:3:fma:3: +☆:LDP man-pages:3.67=>3.68:2013/09/17:fmax:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/09/17:fmaxf:3:fmax:3: +@:LDP man-pages:3.68:2013/09/17:fmaxl:3:fmax:3: +☆:LDP man-pages:3.67=>3.68:2014/04/06:fmemopen:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/09/17:fmin:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/09/17:fminf:3:fmin:3: +@:LDP man-pages:3.68:2013/09/17:fminl:3:fmin:3: +☆:LDP man-pages:3.67=>3.68:2012/03/15:fmod:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/03/15:fmodf:3:fmod:3: +@:LDP man-pages:3.68:2012/03/15:fmodl:3:fmod:3: +☆:LDP man-pages:3.67=>3.68:2013/06/21:fmtmsg:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2000/10/15:fnmatch:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/04/22:fopen:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.68:2013/03/17:fopencookie:3::::: +@:LDP man-pages:3.68:2010/06/13:forkpty:3:openpty:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:fpathconf:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2013/08/06:fpclassify:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/12/30:fprintf:3:printf:3: +☆:LDP man-pages:3.67=>3.68:2001/12/15:fpurge:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +@:LDP man-pages:3.68:2014/01/11:fputc:3:puts:3: +@:LDP man-pages:3.68:2008/08/29:fputc_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.68:2014/01/11:fputs:3:puts:3: +@:LDP man-pages:3.68:2008/08/29:fputs_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.67=>3.68:2013/04/19:fputwc:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2008/08/29:fputwc_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.67=>3.68:2011/09/28:fputws:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2008/08/29:fputws_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.67=>3.68:2012/03/30:fread:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/29:fread_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.68:2014/05/21:free:3:malloc:3: +@:LDP man-pages:3.68:2014/04/06:freeaddrinfo:3:getaddrinfo:3: +@:LDP man-pages:3.68:2010/09/04:freehostent:3:getipnodebyname:3: +@:LDP man-pages:3.68:2014/02/26:freeifaddrs:3:getifaddrs:3: +※:LDP man-pages:3.68:2014/05/28:freelocale:3:newlocale:3: +@:LDP man-pages:3.68:2012/04/22:freopen:3:fopen:3: +☆:LDP man-pages:3.67=>3.68:2013/08/06:frexp:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/08/06:frexpf:3:frexp:3: +@:LDP man-pages:3.68:2013/08/06:frexpl:3:frexp:3: +@:LDP man-pages:3.68:2014/01/11:fscanf:3:scanf:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:fseek:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2014/03/20:fseeko:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:fsetpos:3:fseek:3: +@:LDP man-pages:3.68:2013/09/26:fstatvfs:3:statvfs:3: +@:LDP man-pages:3.68:2014/05/28:ftell:3:fseek:3: +@:LDP man-pages:3.68:2014/03/20:ftello:3:fseeko:3: +☆:LDP man-pages:3.67=>3.68:2013/09/26:ftime:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2013/10/07:ftok:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +@:LDP man-pages:3.68:2013/07/23:ftrylockfile:3:flockfile:3: +☆:LDP man-pages:3.67=>3.68:2014/03/18:fts:3:2014/06/04::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +@:LDP man-pages:3.68:2014/03/18:fts_children:3:fts:3: +@:LDP man-pages:3.68:2014/03/18:fts_close:3:fts:3: +@:LDP man-pages:3.68:2014/03/18:fts_open:3:fts:3: +@:LDP man-pages:3.68:2014/03/18:fts_read:3:fts:3: +@:LDP man-pages:3.68:2014/03/18:fts_set:3:fts:3: +☆:LDP man-pages:3.67=>3.68:2014/01/11:ftw:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/07/23:funlockfile:3:flockfile:3: +※:LDP man-pages:3.68:2014/01/24:futimens:3:utimensat:2: +☆:LDP man-pages:3.67=>3.68:2013/10/29:futimes:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/03/19:fwide:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +@:LDP man-pages:3.68:2014/03/19:fwprintf:3:wprintf:3: +@:LDP man-pages:3.68:2012/03/30:fwrite:3:fread:3: +@:LDP man-pages:3.68:2008/08/29:fwrite_unlocked:3:unlocked_stdio:3: +※:LDP man-pages:3.68:2014/05/28:gai_cancel:3:getaddrinfo_a:3: +※:LDP man-pages:3.68:2014/05/28:gai_error:3:getaddrinfo_a:3: +@:LDP man-pages:3.68:2014/04/06:gai_strerror:3:getaddrinfo:3: +※:LDP man-pages:3.68:2014/05/28:gai_suspend:3:getaddrinfo_a:3: +☆:LDP man-pages:3.67=>3.68:2008/08/05:gamma:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/05:gammaf:3:gamma:3: +@:LDP man-pages:3.68:2008/08/05:gammal:3:gamma:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:gcvt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:get_current_dir_name:3:getcwd:3: +@:LDP man-pages:3.68:2013/09/26:get_myaddress:3:rpc:3: +@:LDP man-pages:3.68:2012/03/20:get_nprocs:3:get_nprocs_conf:3: +☆:LDP man-pages:3.67=>3.68:2012/03/20:get_nprocs_conf:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/04/06:getaddrinfo:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.68:2014/05/28:getaddrinfo_a:3::::: +@:LDP man-pages:3.68:2003/09/09:getaliasbyname:3:setaliasent:3: +@:LDP man-pages:3.68:2003/09/09:getaliasbyname_r:3:setaliasent:3: +@:LDP man-pages:3.68:2003/09/09:getaliasent:3:setaliasent:3: +@:LDP man-pages:3.68:2003/09/09:getaliasent_r:3:setaliasent:3: +×:LDP man-pages:3.68:2014/05/28:getauxval:3::::: +@:LDP man-pages:3.68:2013/12/31:getc:3:fgetc:3: +@:LDP man-pages:3.68:2008/08/29:getc_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.68:2013/12/31:getchar:3:fgetc:3: +@:LDP man-pages:3.68:2008/08/29:getchar_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.67=>3.68:2014/04/08:getcontext:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/20:getcwd:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2014/01/17:getdate:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/17:getdate_err:3:getdate:3: +@:LDP man-pages:3.68:2014/01/17:getdate_r:3:getdate:3: +@:LDP man-pages:3.68:2014/04/06:getdelim:3:getline:3: +☆:LDP man-pages:3.67=>3.68:2007/07/26:getdirentries:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2013/02/05:getdtablesize:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/08/14:getenv:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2002/02/28:getfsent:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +@:LDP man-pages:3.68:2002/02/28:getfsfile:3:getfsent:3: +@:LDP man-pages:3.68:2002/02/28:getfsspec:3:getfsent:3: +☆:LDP man-pages:3.67=>3.68:2013/06/21:getgrent:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/10/21:getgrent_r:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2013/07/22:getgrgid:3:getgrnam:3: +@:LDP man-pages:3.68:2013/07/22:getgrgid_r:3:getgrnam:3: +☆:LDP man-pages:3.67=>3.68:2013/07/22:getgrnam:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/07/22:getgrnam_r:3:getgrnam:3: +☆:LDP man-pages:3.67=>3.68:2008/07/03:getgrouplist:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/03/11:gethostbyaddr:3:gethostbyname:3: +@:LDP man-pages:3.68:2014/03/11:gethostbyaddr_r:3:gethostbyname:3: +☆:LDP man-pages:3.67=>3.68:2014/03/11:gethostbyname:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/03/11:gethostbyname2:3:gethostbyname:3: +@:LDP man-pages:3.68:2014/03/11:gethostbyname2_r:3:gethostbyname:3: +@:LDP man-pages:3.68:2014/03/11:gethostbyname_r:3:gethostbyname:3: +@:LDP man-pages:3.68:2014/03/11:gethostent:3:gethostbyname:3: +@:LDP man-pages:3.68:2014/03/11:gethostent_r:3:gethostbyname:3: +☆:LDP man-pages:3.67=>3.68:2010/09/20:gethostid:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/26:getifaddrs:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/04:getipnodebyaddr:3:getipnodebyname:3: +☆:LDP man-pages:3.67=>3.68:2010/09/04:getipnodebyname:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2014/04/06:getline:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/04/01:getloadavg:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2013/04/19:getlogin:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/04/19:getlogin_r:3:getlogin:3: +☆:LDP man-pages:3.67=>3.68:2009/09/15:getmntent:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2009/09/15:getmntent_r:3:getmntent:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:getnameinfo:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/19:getnetbyaddr:3:getnetent:3: +@:LDP man-pages:3.68:2010/09/10:getnetbyaddr_r:3:getnetent_r:3: +@:LDP man-pages:3.68:2008/08/19:getnetbyname:3:getnetent:3: +@:LDP man-pages:3.68:2010/09/10:getnetbyname_r:3:getnetent_r:3: +☆:LDP man-pages:3.67=>3.68:2008/08/19:getnetent:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/10:getnetent_r:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:getnetgrent:3:setnetgrent:3: +@:LDP man-pages:3.68:2014/05/28:getnetgrent_r:3:setnetgrent:3: +☆:LDP man-pages:3.67=>3.68:2014/05/09:getopt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/09:getopt_long:3:getopt:3: +@:LDP man-pages:3.68:2014/05/09:getopt_long_only:3:getopt:3: +☆:LDP man-pages:3.67=>3.68:2013/06/21:getpass:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +@:LDP man-pages:3.68:2008/08/19:getprotobyname:3:getprotoent:3: +@:LDP man-pages:3.68:2010/09/10:getprotobyname_r:3:getprotoent_r:3: +@:LDP man-pages:3.68:2008/08/19:getprotobynumber:3:getprotoent:3: +@:LDP man-pages:3.68:2010/09/10:getprotobynumber_r:3:getprotoent_r:3: +☆:LDP man-pages:3.67=>3.68:2008/08/19:getprotoent:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/10:getprotoent_r:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/04/01:getpt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/10/21:getpw:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2013/06/21:getpwent:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/10/21:getpwent_r:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/07/22:getpwnam:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/07/22:getpwnam_r:3:getpwnam:3: +@:LDP man-pages:3.68:2013/07/22:getpwuid:3:getpwnam:3: +@:LDP man-pages:3.68:2013/07/22:getpwuid_r:3:getpwnam:3: +@:LDP man-pages:3.68:2014/05/28:getrpcbyname:3:getrpcent:3: +@:LDP man-pages:3.68:2010/09/10:getrpcbyname_r:3:getrpcent_r:3: +@:LDP man-pages:3.68:2014/05/28:getrpcbynumber:3:getrpcent:3: +@:LDP man-pages:3.68:2010/09/10:getrpcbynumber_r:3:getrpcent_r:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:getrpcent:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/10:getrpcent_r:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:getrpcport:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2014/01/24:gets:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/19:getservbyname:3:getservent:3: +@:LDP man-pages:3.68:2010/09/10:getservbyname_r:3:getservent_r:3: +@:LDP man-pages:3.68:2008/08/19:getservbyport:3:getservent:3: +@:LDP man-pages:3.68:2010/09/10:getservbyport_r:3:getservent_r:3: +☆:LDP man-pages:3.67=>3.68:2008/08/19:getservent:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/10:getservent_r:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:getspent:3:getspnam:3: +@:LDP man-pages:3.68:2014/05/28:getspent_r:3:getspnam:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:getspnam:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:getspnam_r:3:getspnam:3: +☆:LDP man-pages:3.67=>3.68:2014/04/08:getsubopt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/07/22:getttyent:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2013/07/22:getttynam:3:getttyent:3: +☆:LDP man-pages:3.67=>3.68:2010/09/10:getumask:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/06/21:getusershell:3:2014/06/04::ishioka@dad.eec.toshiba.co.jp:ISHIOKA Takashi: +☆:LDP man-pages:3.67=>3.68:2014/05/28:getutent:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:getutent_r:3:getutent:3: +@:LDP man-pages:3.68:2014/05/28:getutid:3:getutent:3: +@:LDP man-pages:3.68:2014/05/28:getutid_r:3:getutent:3: +@:LDP man-pages:3.68:2014/05/28:getutline:3:getutent:3: +@:LDP man-pages:3.68:2014/05/28:getutline_r:3:getutent:3: +☆:LDP man-pages:3.67=>3.68:2014/04/08:getutmp:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/04/08:getutmpx:3:getutmp:3: +@:LDP man-pages:3.68:2014/05/28:getutxent:3:getutent:3: +@:LDP man-pages:3.68:2014/05/28:getutxid:3:getutent:3: +@:LDP man-pages:3.68:2014/05/28:getutxline:3:getutent:3: +☆:LDP man-pages:3.67=>3.68:2010/09/26:getw:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2013/04/19:getwc:3:fgetwc:3: +@:LDP man-pages:3.68:2008/08/29:getwc_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.67=>3.68:1999/07/25:getwchar:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2008/08/29:getwchar_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.68:2010/09/20:getwd:3:getcwd:3: +☆:LDP man-pages:3.67=>3.68:2007/10/10:glob:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2007/10/10:globfree:3:glob:3: +@:LDP man-pages:3.68:2013/12/30:gmtime:3:ctime:3: +@:LDP man-pages:3.68:2013/12/30:gmtime_r:3:ctime:3: +@:LDP man-pages:3.68:2014/05/28:gnu_dev_major:3:makedev:3: +@:LDP man-pages:3.68:2014/05/28:gnu_dev_makedev:3:makedev:3: +@:LDP man-pages:3.68:2014/05/28:gnu_dev_minor:3:makedev:3: +@:LDP man-pages:3.68:2012/08/26:gnu_get_libc_release:3:gnu_get_libc_version:3: +☆:LDP man-pages:3.67=>3.68:2012/08/26:gnu_get_libc_version:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/06/14:grantpt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2007/07/26:gsignal:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/03/11:h_errno:3:gethostbyname:3: +☆:LDP man-pages:3.67=>3.68:2012/04/23:hash:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2009/09/15:hasmntopt:3:getmntent:3: +@:LDP man-pages:3.68:2014/01/05:hcreate:3:hsearch:3: +@:LDP man-pages:3.68:2014/01/05:hcreate_r:3:hsearch:3: +@:LDP man-pages:3.68:2014/01/05:hdestroy:3:hsearch:3: +@:LDP man-pages:3.68:2014/01/05:hdestroy_r:3:hsearch:3: +@:LDP man-pages:3.68:2014/03/11:herror:3:gethostbyname:3: +☆:LDP man-pages:3.67=>3.68:2014/01/05:hsearch:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/05:hsearch_r:3:hsearch:3: +@:LDP man-pages:3.68:2014/03/11:hstrerror:3:gethostbyname:3: +@:LDP man-pages:3.68:2010/09/10:htobe16:3:endian:3: +@:LDP man-pages:3.68:2010/09/10:htobe32:3:endian:3: +@:LDP man-pages:3.68:2010/09/10:htobe64:3:endian:3: +@:LDP man-pages:3.68:2010/09/10:htole16:3:endian:3: +@:LDP man-pages:3.68:2010/09/10:htole32:3:endian:3: +@:LDP man-pages:3.68:2010/09/10:htole64:3:endian:3: +@:LDP man-pages:3.68:2014/04/08:htonl:3:byteorder:3: +@:LDP man-pages:3.68:2014/04/08:htons:3:byteorder:3: +☆:LDP man-pages:3.67=>3.68:2010/09/20:hypot:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:hypotf:3:hypot:3: +@:LDP man-pages:3.68:2010/09/20:hypotl:3:hypot:3: +☆:LDP man-pages:3.67=>3.68:2012/05/10:iconv:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/08/11:iconv_close:3:2014/06/04::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2008/08/11:iconv_open:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/11/21:if_freenameindex:3:if_nameindex:3: +@:LDP man-pages:3.68:2014/04/01:if_indextoname:3:if_nametoindex:3: +☆:LDP man-pages:3.67=>3.68:2012/11/21:if_nameindex:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/04/01:if_nametoindex:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/08/06:ilogb:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/08/06:ilogbf:3:ilogb:3: +@:LDP man-pages:3.68:2013/08/06:ilogbl:3:ilogb:3: +@:LDP man-pages:3.68:2013/06/21:imaxabs:3:abs:3: +@:LDP man-pages:3.68:2013/07/05:imaxdiv:3:div:3: +☆:LDP man-pages:3.67=>3.68:2014/04/01:index:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +☆:LDP man-pages:3.67=>3.68:2014/05/28:inet:3:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:inet_addr:3:inet:3: +@:LDP man-pages:3.68:2014/05/28:inet_aton:3:inet:3: +@:LDP man-pages:3.68:2014/05/28:inet_lnaof:3:inet:3: +@:LDP man-pages:3.68:2014/04/19:inet_makeaddr:3:inet_addr:3: +※:LDP man-pages:3.68:2014/05/28:inet_net_ntop:3:inet_net_pton:3: +×:LDP man-pages:3.68:2014/05/28:inet_net_pton:3::::: +@:LDP man-pages:3.68:2014/05/28:inet_netof:3:inet:3: +@:LDP man-pages:3.68:2014/05/28:inet_network:3:inet:3: +@:LDP man-pages:3.68:2014/05/28:inet_ntoa:3:inet:3: +☆:LDP man-pages:3.67=>3.68:2008/11/11:inet_ntop:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/06/18:inet_pton:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:1993/06/02:infnan:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2007/07/26:initgroups:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/03/25:initstate:3:random:3: +@:LDP man-pages:3.68:2014/03/25:initstate_r:3:random_r:3: +@:LDP man-pages:3.68:2014/05/28:innetgr:3:setnetgrent:3: +☆:LDP man-pages:3.67=>3.68:2010/09/09:insque:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/11/11:intro:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:iruserok:3:rcmd:3: +@:LDP man-pages:3.68:2014/05/28:iruserok_af:3:rcmd:3: +@:LDP man-pages:3.68:2014/03/18:isalnum:3:isalpha:3: +@:LDP man-pages:3.68:2014/03/18:isalnum_l:3:isalpha:3: +☆:LDP man-pages:3.67=>3.68:2014/03/18:isalpha:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/03/18:isascii:3:isalpha:3: +@:LDP man-pages:3.68:2014/03/18:isascii_l:3:isalpha:3: +☆:LDP man-pages:3.67=>3.68:2014/01/27:isatty:3:2014/06/04::nagoya@cc.hit-u.ac.jp:NAGOYA Hiroaki: +@:LDP man-pages:3.68:2014/03/18:isblank:3:isalpha:3: +@:LDP man-pages:3.68:2014/03/18:isblank_l:3:isalpha:3: +@:LDP man-pages:3.68:2014/03/18:iscntrl:3:isalpha:3: +@:LDP man-pages:3.68:2014/03/18:iscntrl_l:3:isalpha:3: +@:LDP man-pages:3.68:2014/03/18:isdigit:3:isalpha:3: +@:LDP man-pages:3.68:2014/03/18:isdigit_l:3:isalpha:3: +@:LDP man-pages:3.68:2013/08/06:isfinite:3:fpclassify:3: +@:LDP man-pages:3.68:2014/03/18:isgraph:3:isalpha:3: +@:LDP man-pages:3.68:2014/03/18:isgraph_l:3:isalpha:3: +☆:LDP man-pages:3.67=>3.68:2014/01/27:isgreater:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/27:isgreaterequal:3:isgreater:3: +@:LDP man-pages:3.68:2013/08/06:isinf:3:fpclassify:3: +@:LDP man-pages:3.68:2013/07/22:isinff:3:finite:3: +@:LDP man-pages:3.68:2013/07/22:isinfl:3:finite:3: +@:LDP man-pages:3.68:2014/01/27:isless:3:isgreater:3: +@:LDP man-pages:3.68:2014/01/27:islessequal:3:isgreater:3: +@:LDP man-pages:3.68:2014/01/27:islessgreater:3:isgreater:3: +@:LDP man-pages:3.68:2014/03/18:islower:3:isalpha:3: +@:LDP man-pages:3.68:2014/03/18:islower_l:3:isalpha:3: +@:LDP man-pages:3.68:2013/08/06:isnan:3:fpclassify:3: +@:LDP man-pages:3.68:2013/07/22:isnanf:3:finite:3: +@:LDP man-pages:3.68:2013/07/22:isnanl:3:finite:3: +@:LDP man-pages:3.68:2013/08/06:isnormal:3:fpclassify:3: +@:LDP man-pages:3.68:2014/03/18:isprint:3:isalpha:3: +@:LDP man-pages:3.68:2014/03/18:isprint_l:3:isalpha:3: +@:LDP man-pages:3.68:2014/03/18:ispunct:3:isalpha:3: +@:LDP man-pages:3.68:2014/03/18:ispunct_l:3:isalpha:3: +@:LDP man-pages:3.68:2014/03/18:isspace:3:isalpha:3: +@:LDP man-pages:3.68:2014/03/18:isspace_l:3:isalpha:3: +@:LDP man-pages:3.68:2014/01/27:isunordered:3:isgreater:3: +@:LDP man-pages:3.68:2014/03/18:isupper:3:isalpha:3: +@:LDP man-pages:3.68:2014/03/18:isupper_l:3:isalpha:3: +☆:LDP man-pages:3.67=>3.68:2014/01/28:iswalnum:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2014/01/28:iswalpha:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2014/02/10:iswblank:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2014/02/10:iswcntrl:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2014/02/26:iswctype:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:1999/07/25:iswdigit:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:1999/07/25:iswgraph:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:1999/07/25:iswlower:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:1999/07/25:iswprint:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:1999/07/25:iswpunct:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:1999/07/25:iswspace:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:1999/07/25:iswupper:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:1999/07/25:iswxdigit:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2014/03/18:isxdigit:3:isalpha:3: +@:LDP man-pages:3.68:2014/03/18:isxdigit_l:3:isalpha:3: +☆:LDP man-pages:3.67=>3.68:2014/01/18:j0:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/18:j0f:3:j0:3: +@:LDP man-pages:3.68:2014/01/18:j0l:3:j0:3: +@:LDP man-pages:3.68:2014/01/18:j1:3:j0:3: +@:LDP man-pages:3.68:2014/01/18:j1f:3:j0:3: +@:LDP man-pages:3.68:2014/01/18:j1l:3:j0:3: +@:LDP man-pages:3.68:2014/01/18:jn:3:j0:3: +@:LDP man-pages:3.68:2014/01/18:jnf:3:j0:3: +@:LDP man-pages:3.68:2014/01/18:jnl:3:j0:3: +@:LDP man-pages:3.68:2013/06/21:jrand48:3:drand48:3: +@:LDP man-pages:3.68:2013/09/09:jrand48_r:3:drand48_r:3: +@:LDP man-pages:3.68:2014/05/28:key_decryptsession:3:key_setsecret:3: +@:LDP man-pages:3.68:2014/05/28:key_encryptsession:3:key_setsecret:3: +@:LDP man-pages:3.68:2014/05/28:key_gendes:3:key_setsecret:3: +@:LDP man-pages:3.68:2014/05/28:key_secretkey_is_set:3:key_setsecret:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:key_setsecret:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/11/29:klogctl:3:syslog:2: +@:LDP man-pages:3.68:2014/05/28:l64a:3:a64l:3: +@:LDP man-pages:3.68:2013/06/21:labs:3:abs:3: +@:LDP man-pages:3.68:2014/05/28:lckpwdf:3:getspnam:3: +@:LDP man-pages:3.68:2013/06/21:lcong48:3:drand48:3: +@:LDP man-pages:3.68:2013/09/09:lcong48_r:3:drand48_r:3: +☆:LDP man-pages:3.67=>3.68:2013/08/19:ldexp:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/08/19:ldexpf:3:ldexp:3: +@:LDP man-pages:3.68:2013/08/19:ldexpl:3:ldexp:3: +@:LDP man-pages:3.68:2013/07/05:ldiv:3:div:3: +@:LDP man-pages:3.68:2010/09/10:le16toh:3:endian:3: +@:LDP man-pages:3.68:2010/09/10:le32toh:3:endian:3: +@:LDP man-pages:3.68:2010/09/10:le64toh:3:endian:3: +@:LDP man-pages:3.68:1999/09/27:lfind:3:lsearch:3: +☆:LDP man-pages:3.67=>3.68:2014/01/18:lgamma:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/18:lgamma_r:3:lgamma:3: +@:LDP man-pages:3.68:2014/01/18:lgammaf:3:lgamma:3: +@:LDP man-pages:3.68:2014/01/18:lgammaf_r:3:lgamma:3: +@:LDP man-pages:3.68:2014/01/18:lgammal:3:lgamma:3: +@:LDP man-pages:3.68:2014/01/18:lgammal_r:3:lgamma:3: +☆:LDP man-pages:3.67=>3.68:2012/05/08:lio_listio:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/06/21:llabs:3:abs:3: +@:LDP man-pages:3.68:2013/07/05:lldiv:3:div:3: +@:LDP man-pages:3.68:2014/01/18:llrint:3:lrint:3: +@:LDP man-pages:3.68:2014/01/18:llrintf:3:lrint:3: +@:LDP man-pages:3.68:2014/01/18:llrintl:3:lrint:3: +@:LDP man-pages:3.68:2013/08/26:llround:3:lround:3: +@:LDP man-pages:3.68:2013/08/26:llroundf:3:lround:3: +@:LDP man-pages:3.68:2013/08/26:llroundl:3:lround:3: +☆:LDP man-pages:3.67=>3.68:2013/06/21:localeconv:3:2014/06/04::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +@:LDP man-pages:3.68:2013/12/30:localtime:3:ctime:3: +@:LDP man-pages:3.68:2013/12/30:localtime_r:3:ctime:3: +☆:LDP man-pages:3.67=>3.68:2014/02/11:lockf:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/20:log:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/20:log10:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:log10f:3:log10:3: +@:LDP man-pages:3.68:2010/09/20:log10l:3:log10:3: +☆:LDP man-pages:3.67=>3.68:2014/02/28:log1p:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/28:log1pf:3:log1p:3: +@:LDP man-pages:3.68:2014/02/28:log1pl:3:log1p:3: +☆:LDP man-pages:3.67=>3.68:2010/09/12:log2:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/12:log2f:3:log2:3: +@:LDP man-pages:3.68:2010/09/12:log2l:3:log2:3: +☆:LDP man-pages:3.67=>3.68:2014/02/28:logb:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/28:logbf:3:logb:3: +@:LDP man-pages:3.68:2014/02/28:logbl:3:logb:3: +@:LDP man-pages:3.68:2010/09/20:logf:3:log:3: +☆:LDP man-pages:3.67=>3.68:2004/05/06:login:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2010/06/13:login_tty:3:openpty:3: +@:LDP man-pages:3.68:2010/09/20:logl:3:log:3: +@:LDP man-pages:3.68:2004/05/06:logout:3:login:3: +@:LDP man-pages:3.68:2008/07/02:logwtmp:3:updwtmp:3: +☆:LDP man-pages:3.67=>3.68:2009/01/13:longjmp:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/06/21:lrand48:3:drand48:3: +@:LDP man-pages:3.68:2013/09/09:lrand48_r:3:drand48_r:3: +☆:LDP man-pages:3.67=>3.68:2014/01/18:lrint:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/18:lrintf:3:lrint:3: +@:LDP man-pages:3.68:2014/01/18:lrintl:3:lrint:3: +☆:LDP man-pages:3.67=>3.68:2013/08/26:lround:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/08/26:lroundf:3:lround:3: +@:LDP man-pages:3.68:2013/08/26:lroundl:3:lround:3: +☆:LDP man-pages:3.67=>3.68:1999/09/27:lsearch:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/08/19:lseek64:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2013/10/29:lutimes:3:futimes:3: +@:LDP man-pages:3.68:2014/05/28:major:3:makedev:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:makecontext:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:makedev:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.68:2012/05/06:mallinfo:3::::: +☆:LDP man-pages:3.67=>3.68:2014/05/21:malloc:3:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.68:2012/05/04:malloc_get_state:3::::: +☆:LDP man-pages:3.67=>3.68:2010/10/13:malloc_hook:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/04/19:malloc_info:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +※:LDP man-pages:3.68:2012/05/04:malloc_set_state:3:malloc_get_state:3: +☆:LDP man-pages:3.67=>3.68:2012/05/06:malloc_stats:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.68:2014/05/28:malloc_trim:3::::: +×:LDP man-pages:3.68:2012/03/29:malloc_usable_size:3::::: +×:LDP man-pages:3.68:2012/04/30:mallopt:3::::: +☆:LDP man-pages:3.67=>3.68:2010/09/10:matherr:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/06/21:mblen:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2013/06/21:mbrlen:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2014/03/18:mbrtowc:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2014/03/18:mbsinit:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2014/03/18:mbsnrtowcs:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2014/03/18:mbsrtowcs:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2014/03/18:mbstowcs:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2014/03/18:mbtowc:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +×:LDP man-pages:3.68:2014/01/11:mcheck:3::::: +※:LDP man-pages:3.68:2014/01/11:mcheck_check_all:3:mcheck:3: +※:LDP man-pages:3.68:2014/01/11:mcheck_pedantic:3:mcheck:3: +@:LDP man-pages:3.68:2013/09/02:memalign:3:posix_memalign:3: +☆:LDP man-pages:3.67=>3.68:2014/03/10:memccpy:3:2014/06/04::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +☆:LDP man-pages:3.67=>3.68:2014/03/10:memchr:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/03/14:memcmp:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +☆:LDP man-pages:3.67=>3.68:2014/03/17:memcpy:3:2014/06/04::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +☆:LDP man-pages:3.67=>3.68:2014/03/17:memfrob:3:2014/06/04::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +☆:LDP man-pages:3.67=>3.68:2014/03/17:memmem:3:2014/06/04::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +☆:LDP man-pages:3.67=>3.68:2014/03/17:memmove:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/03/18:mempcpy:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2014/03/10:memrchr:3:memchr:3: +☆:LDP man-pages:3.67=>3.68:2014/03/18:memset:3:2014/06/04::tyoshino@eng.toyo.ac.jp:Takashi Yoshino: +@:LDP man-pages:3.68:2014/05/28:minor:3:makedev:3: +☆:LDP man-pages:3.67=>3.68:2010/09/26:mkdtemp:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/03/24:mkfifo:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2014/03/24:mkfifoat:3:mkfifo:3: +@:LDP man-pages:3.68:2013/12/28:mkostemp:3:mkstemp:3: +@:LDP man-pages:3.68:2013/12/28:mkostemps:3:mkstemp:3: +☆:LDP man-pages:3.67=>3.68:2013/12/28:mkstemp:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/12/28:mkstemps:3:mkstemp:3: +☆:LDP man-pages:3.67=>3.68:2014/02/27:mktemp:3:2014/06/04::tanisako@osa.dec.com:Kazuyuki Tanisako: +@:LDP man-pages:3.68:2013/12/30:mktime:3:ctime:3: +@:LDP man-pages:3.68:2014/04/06:mmap64:3:mmap:2: +☆:LDP man-pages:3.67=>3.68:2013/06/21:modf:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/06/21:modff:3:modf:3: +@:LDP man-pages:3.68:2013/06/21:modfl:3:modf:3: +☆:LDP man-pages:3.67=>3.68:2012/04/26:mpool:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +※:LDP man-pages:3.68:2014/01/11:mprobe:3:mcheck:3: +☆:LDP man-pages:3.67=>3.68:2010/08/29:mq_close:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:mq_getattr:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/04/06:mq_notify:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2009/02/20:mq_open:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/18:mq_receive:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/18:mq_send:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:mq_setattr:3:mq_getattr:3: +@:LDP man-pages:3.68:2014/01/18:mq_timedreceive:3:mq_receive:3: +@:LDP man-pages:3.68:2014/01/18:mq_timedsend:3:mq_send:3: +☆:LDP man-pages:3.67=>3.68:2010/08/29:mq_unlink:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/06/21:mrand48:3:drand48:3: +@:LDP man-pages:3.68:2013/09/09:mrand48_r:3:drand48_r:3: +×:LDP man-pages:3.68:2012/04/18:mtrace:3::::: +※:LDP man-pages:3.68:2012/04/18:muntrace:3:mtrace:3: +☆:LDP man-pages:3.67=>3.68:2010/09/20:nan:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:nanf:3:nan:3: +@:LDP man-pages:3.68:2010/09/20:nanl:3:nan:3: +@:LDP man-pages:3.68:2013/08/26:nearbyint:3:rint:3: +@:LDP man-pages:3.68:2013/08/26:nearbyintf:3:rint:3: +@:LDP man-pages:3.68:2013/08/26:nearbyintl:3:rint:3: +☆:LDP man-pages:3.67=>3.68:2014/03/20:netlink:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +×:LDP man-pages:3.68:2014/05/28:newlocale:3::::: +☆:LDP man-pages:3.67=>3.68:2013/09/02:nextafter:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/09/02:nextafterf:3:nextafter:3: +@:LDP man-pages:3.68:2013/09/02:nextafterl:3:nextafter:3: +@:LDP man-pages:3.68:2013/09/02:nexttoward:3:nextafter:3: +@:LDP man-pages:3.68:2013/09/02:nexttowardf:3:nextafter:3: +@:LDP man-pages:3.68:2013/09/02:nexttowardl:3:nextafter:3: +@:LDP man-pages:3.68:2014/01/11:nftw:3:ftw:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:nl_langinfo:3:2014/06/04::KY4N-UCD@asahi-net.or.jp:UCHIDA Norihiro: +@:LDP man-pages:3.68:2013/06/21:nrand48:3:drand48:3: +@:LDP man-pages:3.68:2013/09/09:nrand48_r:3:drand48_r:3: +@:LDP man-pages:3.68:2014/04/08:ntohl:3:byteorder:3: +@:LDP man-pages:3.68:2014/04/08:ntohs:3:byteorder:3: +☆:LDP man-pages:3.67=>3.68:2014/04/06:offsetof:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/12/05:on_exit:3:2014/06/04:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/04/06:open_memstream:3:fmemopen:3: +@:LDP man-pages:3.68:2014/04/06:open_wmemstream:3:fmemopen:3: +☆:LDP man-pages:3.67=>3.68:2010/06/20:opendir:3:2014/06/04:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/08/17:openlog:3:syslog:3: +☆:LDP man-pages:3.67=>3.68:2010/06/13:openpty:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/09:optarg:3:getopt:3: +@:LDP man-pages:3.68:2014/05/09:opterr:3:getopt:3: +@:LDP man-pages:3.68:2014/05/09:optind:3:getopt:3: +@:LDP man-pages:3.68:2014/05/09:optopt:3:getopt:3: +@:LDP man-pages:3.68:2003/04/04:passwd2des:3:xcrypt:3: +@:LDP man-pages:3.68:2014/05/28:pathconf:3:fpathconf:3: +@:LDP man-pages:3.68:2013/04/19:pclose:3:popen:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:perror:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/09/26:pmap_getmaps:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:pmap_getport:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:pmap_rmtcall:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:pmap_set:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:pmap_unset:3:rpc:3: +☆:LDP man-pages:3.67=>3.68:2013/04/19:popen:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/02/12:posix_fallocate:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2013/09/02:posix_memalign:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/04/20:posix_openpt:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/12:pow:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/08/11:pow10:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2008/08/11:pow10f:3:pow10:3: +@:LDP man-pages:3.68:2008/08/11:pow10l:3:pow10:3: +@:LDP man-pages:3.68:2010/09/12:powf:3:pow:3: +@:LDP man-pages:3.68:2010/09/12:powl:3:pow:3: +☆:LDP man-pages:3.67=>3.68:2013/12/30:printf:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2007/07/26:profil:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2006/04/29:program_invocation_name:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2006/04/29:program_invocation_short_name:3:program_invocation_name:3: +@:LDP man-pages:3.68:2010/10/06:psiginfo:3:psignal:3: +☆:LDP man-pages:3.67=>3.68:2010/10/06:psignal:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/11/11:pthread_attr_destroy:3:pthread_attr_init:3: +@:LDP man-pages:3.68:2014/05/28:pthread_attr_getaffinity_np:3:pthread_attr_setaffinity_np:3: +@:LDP man-pages:3.68:2014/05/28:pthread_attr_getdetachstate:3:pthread_attr_setdetachstate:3: +@:LDP man-pages:3.68:2014/05/28:pthread_attr_getguardsize:3:pthread_attr_setguardsize:3: +@:LDP man-pages:3.68:2014/05/21:pthread_attr_getinheritsched:3:pthread_attr_setinheritsched:3: +@:LDP man-pages:3.68:2014/05/21:pthread_attr_getschedparam:3:pthread_attr_setschedparam:3: +@:LDP man-pages:3.68:2014/05/21:pthread_attr_getschedpolicy:3:pthread_attr_setschedpolicy:3: +@:LDP man-pages:3.68:2014/05/28:pthread_attr_getscope:3:pthread_attr_setscope:3: +@:LDP man-pages:3.68:2014/05/28:pthread_attr_getstack:3:pthread_attr_setstack:3: +@:LDP man-pages:3.68:2014/05/28:pthread_attr_getstackaddr:3:pthread_attr_setstackaddr:3: +@:LDP man-pages:3.68:2014/05/28:pthread_attr_getstacksize:3:pthread_attr_setstacksize:3: +☆:LDP man-pages:3.67=>3.68:2008/11/11:pthread_attr_init:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:pthread_attr_setaffinity_np:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:pthread_attr_setdetachstate:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:pthread_attr_setguardsize:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/21:pthread_attr_setinheritsched:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/21:pthread_attr_setschedparam:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/21:pthread_attr_setschedpolicy:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:pthread_attr_setscope:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:pthread_attr_setstack:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:pthread_attr_setstackaddr:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:pthread_attr_setstacksize:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/11/17:pthread_cancel:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/11/24:pthread_cleanup_pop:3:pthread_cleanup_push:3: +@:LDP man-pages:3.68:2014/05/28:pthread_cleanup_pop_restore_np:3:pthread_cleanup_push_defer_np:3: +☆:LDP man-pages:3.67=>3.68:2008/11/24:pthread_cleanup_push:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:pthread_cleanup_push_defer_np:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:pthread_create:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/11/27:pthread_detach:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/23:pthread_equal:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/23:pthread_exit:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/23:pthread_getaffinity_np:3:pthread_setaffinity_np:3: +☆:LDP man-pages:3.67=>3.68:2010/09/10:pthread_getattr_np:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/23:pthread_getconcurrency:3:pthread_setconcurrency:3: +☆:LDP man-pages:3.67=>3.68:2014/05/23:pthread_getcpuclockid:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:pthread_getname_np:3:pthread_setname_np:3: +@:LDP man-pages:3.68:2014/05/28:pthread_getschedparam:3:pthread_setschedparam:3: +☆:LDP man-pages:3.67=>3.68:2008/11/27:pthread_join:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/13:pthread_kill:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/13:pthread_kill_other_threads_np:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/13:pthread_self:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/23:pthread_setaffinity_np:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/13:pthread_setcancelstate:3:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/13:pthread_setcanceltype:3:pthread_setcancelstate:3: +☆:LDP man-pages:3.67=>3.68:2014/05/23:pthread_setconcurrency:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:pthread_setname_np:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:pthread_setschedparam:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:pthread_setschedprio:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/19:pthread_sigmask:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:pthread_sigqueue:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/19:pthread_testcancel:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/10:pthread_timedjoin_np:3:pthread_tryjoin_np:3: +☆:LDP man-pages:3.67=>3.68:2010/09/10:pthread_tryjoin_np:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/13:pthread_yield:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/06/21:ptsname:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/06/21:ptsname_r:3:ptsname:3: +@:LDP man-pages:3.68:2014/01/11:putc:3:puts:3: +@:LDP man-pages:3.68:2008/08/29:putc_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.68:2014/01/11:putchar:3:puts:3: +@:LDP man-pages:3.68:2008/08/29:putchar_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.67=>3.68:2013/04/19:putenv:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2003/09/09:putgrent:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2013/04/19:putpwent:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +☆:LDP man-pages:3.67=>3.68:2014/01/11:puts:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2014/05/28:putspent:3:getspnam:3: +@:LDP man-pages:3.68:2014/05/28:pututline:3:getutent:3: +@:LDP man-pages:3.68:2014/05/28:pututxline:3:getutent:3: +@:LDP man-pages:3.68:2010/09/26:putw:3:getw:3: +@:LDP man-pages:3.68:2013/04/19:putwc:3:fputwc:3: +@:LDP man-pages:3.68:2008/08/29:putwc_unlocked:3:unlocked_stdio:3: +☆:LDP man-pages:3.67=>3.68:1999/07/25:putwchar:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2008/08/29:putwchar_unlocked:3:unlocked_stdio:3: +@:LDP man-pages:3.68:2013/09/02:pvalloc:3:posix_memalign:3: +☆:LDP man-pages:3.67=>3.68:2014/03/11:qecvt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2007/07/26:qecvt_r:3:ecvt_r:3: +@:LDP man-pages:3.68:2014/03/11:qfcvt:3:qecvt:3: +@:LDP man-pages:3.68:2007/07/26:qfcvt_r:3:ecvt_r:3: +@:LDP man-pages:3.68:2014/03/11:qgcvt:3:qecvt:3: +☆:LDP man-pages:3.67=>3.68:2012/03/08:qsort:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/03/08:qsort_r:3:qsort:3: +☆:LDP man-pages:3.67=>3.68:2007/12/28:queue:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/03/10:raise:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/18:rand:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/18:rand_r:3:rand:3: +☆:LDP man-pages:3.67=>3.68:2014/03/25:random:3:2014/06/04::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: +☆:LDP man-pages:3.67=>3.68:2014/03/25:random_r:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/03/10:rawmemchr:3:memchr:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:rcmd:3:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:rcmd_af:3:rcmd:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:re_comp:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +@:LDP man-pages:3.68:2014/05/28:re_exec:3:re_comp:3: +☆:LDP man-pages:3.67=>3.68:2013/06/21:readdir:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/06/21:readdir_r:3:readdir:3: +@:LDP man-pages:3.68:2014/05/21:realloc:3:malloc:3: +☆:LDP man-pages:3.67=>3.68:2013/03/15:realpath:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/04/23:recno:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/02/11:regcomp:3:regex:3: +@:LDP man-pages:3.68:2013/02/11:regerror:3:regex:3: +☆:LDP man-pages:3.67=>3.68:2013/02/11:regex:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/02/11:regexec:3:regex:3: +@:LDP man-pages:3.68:2013/02/11:regfree:3:regex:3: +@:LDP man-pages:3.68:2013/09/26:registerrpc:3:rpc:3: +☆:LDP man-pages:3.67=>3.68:2010/09/20:remainder:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:remainderf:3:remainder:3: +@:LDP man-pages:3.68:2010/09/20:remainderl:3:remainder:3: +☆:LDP man-pages:3.67=>3.68:2014/03/10:remove:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2010/09/09:remque:3:insque:3: +☆:LDP man-pages:3.67=>3.68:2014/05/10:remquo:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/10:remquof:3:remquo:3: +@:LDP man-pages:3.68:2014/05/10:remquol:3:remquo:3: +@:LDP man-pages:3.68:2014/05/28:res_init:3:resolver:3: +@:LDP man-pages:3.68:2014/05/28:res_mkquery:3:resolver:3: +@:LDP man-pages:3.68:2014/05/28:res_query:3:resolver:3: +@:LDP man-pages:3.68:2014/05/28:res_querydomain:3:resolver:3: +@:LDP man-pages:3.68:2014/05/28:res_search:3:resolver:3: +@:LDP man-pages:3.68:2014/05/28:res_send:3:resolver:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:resolver:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:rewind:3:fseek:3: +☆:LDP man-pages:3.67=>3.68:2013/09/02:rewinddir:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +☆:LDP man-pages:3.67=>3.68:2014/05/28:rexec:3:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:rexec_af:3:rexec:3: +@:LDP man-pages:3.68:2014/04/01:rindex:3:index:3: +☆:LDP man-pages:3.67=>3.68:2013/08/26:rint:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/08/26:rintf:3:rint:3: +@:LDP man-pages:3.68:2013/08/26:rintl:3:rint:3: +☆:LDP man-pages:3.67=>3.68:2013/06/21:round:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/06/21:roundf:3:round:3: +@:LDP man-pages:3.68:2013/06/21:roundl:3:round:3: +☆:LDP man-pages:3.67=>3.68:2013/09/26:rpc:3:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2007/07/26:rpmatch:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:rresvport:3:rcmd:3: +@:LDP man-pages:3.68:2014/05/28:rresvport_af:3:rcmd:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:rtime:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2012/03/24:rtnetlink:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:ruserok:3:rcmd:3: +@:LDP man-pages:3.68:2014/05/28:ruserok_af:3:rcmd:3: +☆:LDP man-pages:3.67=>3.68:2013/03/23:scalb:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/03/23:scalbf:3:scalb:3: +@:LDP man-pages:3.68:2013/03/23:scalbl:3:scalb:3: +☆:LDP man-pages:3.67=>3.68:2013/06/21:scalbln:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/06/21:scalblnf:3:scalbln:3: +@:LDP man-pages:3.68:2013/06/21:scalblnl:3:scalbln:3: +@:LDP man-pages:3.68:2013/06/21:scalbn:3:scalbln:3: +@:LDP man-pages:3.68:2013/06/21:scalbnf:3:scalbln:3: +@:LDP man-pages:3.68:2013/06/21:scalbnl:3:scalbln:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:scandir:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:scandirat:3:scandir:3: +☆:LDP man-pages:3.67=>3.68:2014/01/11:scanf:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/10:sched_getcpu:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/08/14:secure_getenv:3:getenv:3: +@:LDP man-pages:3.68:2013/06/21:seed48:3:drand48:3: +@:LDP man-pages:3.68:2013/09/09:seed48_r:3:drand48_r:3: +☆:LDP man-pages:3.67=>3.68:2013/09/09:seekdir:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +☆:LDP man-pages:3.67=>3.68:2012/05/13:sem_close:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/03/03:sem_destroy:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/03/03:sem_getvalue:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/03/10:sem_init:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/05/13:sem_open:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/26:sem_post:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/26:sem_timedwait:3:sem_wait:3: +@:LDP man-pages:3.68:2014/02/26:sem_trywait:3:sem_wait:3: +☆:LDP man-pages:3.67=>3.68:2014/02/26:sem_unlink:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/26:sem_wait:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2003/09/09:setaliasent:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2014/02/18:setbuf:3:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: +@:LDP man-pages:3.68:2014/02/18:setbuffer:3:setbuf:3: +@:LDP man-pages:3.68:2014/04/08:setcontext:3:getcontext:3: +☆:LDP man-pages:3.67=>3.68:2013/10/11:setenv:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2002/02/28:setfsent:3:getfsent:3: +@:LDP man-pages:3.68:2013/06/21:setgrent:3:getgrent:3: +@:LDP man-pages:3.68:2014/03/11:sethostent:3:gethostbyname:3: +@:LDP man-pages:3.68:2010/09/20:sethostid:3:gethostid:3: +☆:LDP man-pages:3.67=>3.68:2014/01/07:setjmp:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2013/07/22:setkey:3:encrypt:3: +@:LDP man-pages:3.68:2013/07/22:setkey_r:3:encrypt:3: +@:LDP man-pages:3.68:2014/02/18:setlinebuf:3:setbuf:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:setlocale:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2001/10/05:setlogmask:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2009/09/15:setmntent:3:getmntent:3: +@:LDP man-pages:3.68:2008/08/19:setnetent:3:getnetent:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:setnetgrent:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/08/19:setprotoent:3:getprotoent:3: +@:LDP man-pages:3.68:2013/06/21:setpwent:3:getpwent:3: +@:LDP man-pages:3.68:2014/05/28:setrpcent:3:getrpcent:3: +@:LDP man-pages:3.68:2008/08/19:setservent:3:getservent:3: +@:LDP man-pages:3.68:2014/05/28:setspent:3:getspnam:3: +@:LDP man-pages:3.68:2014/03/25:setstate:3:random:3: +@:LDP man-pages:3.68:2014/03/25:setstate_r:3:random_r:3: +@:LDP man-pages:3.68:2013/07/22:setttyent:3:getttyent:3: +@:LDP man-pages:3.68:2013/06/21:setusershell:3:getusershell:3: +@:LDP man-pages:3.68:2014/05/28:setutent:3:getutent:3: +@:LDP man-pages:3.68:2014/05/28:setutxent:3:getutent:3: +@:LDP man-pages:3.68:2014/02/18:setvbuf:3:setbuf:3: +@:LDP man-pages:3.68:2014/05/28:sgetspent:3:getspnam:3: +@:LDP man-pages:3.68:2014/05/28:sgetspent_r:3:getspnam:3: +☆:LDP man-pages:3.67=>3.68:2009/02/25:shm_open:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2009/02/25:shm_unlink:3:shm_open:3: +@:LDP man-pages:3.68:2014/04/14:sigaddset:3:sigsetops:3: +@:LDP man-pages:3.68:2014/04/14:sigandset:3:sigsetops:3: +@:LDP man-pages:3.68:2014/05/28:sigblock:3:sigvec:3: +@:LDP man-pages:3.68:2014/04/14:sigdelset:3:sigsetops:3: +@:LDP man-pages:3.68:2014/04/14:sigemptyset:3:sigsetops:3: +@:LDP man-pages:3.68:2014/04/14:sigfillset:3:sigsetops:3: +@:LDP man-pages:3.68:2014/05/28:siggetmask:3:sigvec:3: +@:LDP man-pages:3.68:2010/09/20:sighold:3:sigset:3: +@:LDP man-pages:3.68:2010/09/20:sigignore:3:sigset:3: +☆:LDP man-pages:3.67=>3.68:2013/04/19:siginterrupt:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +@:LDP man-pages:3.68:2014/04/14:sigisemptyset:3:sigsetops:3: +@:LDP man-pages:3.68:2014/04/14:sigismember:3:sigsetops:3: +@:LDP man-pages:3.68:2009/01/13:siglongjmp:3:longjmp:3: +@:LDP man-pages:3.68:2014/05/28:sigmask:3:sigvec:3: +☆:LDP man-pages:3.67=>3.68:2013/07/04:signbit:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/18:signgam:3:lgamma:3: +☆:LDP man-pages:3.67=>3.68:2009/02/04:significand:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2009/02/04:significandf:3:significand:3: +@:LDP man-pages:3.68:2009/02/04:significandl:3:significand:3: +@:LDP man-pages:3.68:2014/04/14:sigorset:3:sigsetops:3: +☆:LDP man-pages:3.67=>3.68:2014/01/07:sigpause:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/12/16:sigqueue:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:sigrelse:3:sigset:3: +☆:LDP man-pages:3.67=>3.68:2010/09/20:sigset:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/07:sigsetjmp:3:setjmp:3: +@:LDP man-pages:3.68:2014/05/28:sigsetmask:3:sigvec:3: +☆:LDP man-pages:3.67=>3.68:2014/04/14:sigsetops:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/26:sigstack:3:sigaltstack:2: +☆:LDP man-pages:3.67=>3.68:2014/05/28:sigvec:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/12/16:sigwait:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/12/16:sin:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/12/23:sincos:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/12/23:sincosf:3:sincos:3: +@:LDP man-pages:3.68:2013/12/23:sincosl:3:sincos:3: +@:LDP man-pages:3.68:2013/12/16:sinf:3:sin:3: +☆:LDP man-pages:3.67=>3.68:2010/09/20:sinh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:sinhf:3:sinh:3: +@:LDP man-pages:3.68:2010/09/20:sinhl:3:sinh:3: +@:LDP man-pages:3.68:2013/12/16:sinl:3:sin:3: +☆:LDP man-pages:3.67=>3.68:2010/02/03:sleep:3:2014/06/04::tyoshino@eng.toyo.ac.jp:YOSHINO Takashi: +@:LDP man-pages:3.68:2013/12/30:snprintf:3:printf:3: +☆:LDP man-pages:3.67=>3.68:2014/02/28:sockatmark:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2013/12/30:sprintf:3:printf:3: +☆:LDP man-pages:3.67=>3.68:2010/09/20:sqrt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:sqrtf:3:sqrt:3: +@:LDP man-pages:3.68:2010/09/20:sqrtl:3:sqrt:3: +@:LDP man-pages:3.68:2014/01/18:srand:3:rand:3: +@:LDP man-pages:3.68:2013/06/21:srand48:3:drand48:3: +@:LDP man-pages:3.68:2013/09/09:srand48_r:3:drand48_r:3: +@:LDP man-pages:3.68:2014/03/25:srandom:3:random:3: +@:LDP man-pages:3.68:2014/03/25:srandom_r:3:random_r:3: +@:LDP man-pages:3.68:2014/01/11:sscanf:3:scanf:3: +@:LDP man-pages:3.68:2007/07/26:ssignal:3:gsignal:3: +☆:LDP man-pages:3.67=>3.68:2013/09/26:statvfs:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2013/12/10:stdarg:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2008/07/14:stderr:3:stdin:3: +☆:LDP man-pages:3.67=>3.68:2008/07/14:stdin:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2001/12/26:stdio:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2013/06/21:stdio_ext:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2008/07/14:stdout:3:stdin:3: +☆:LDP man-pages:3.67=>3.68:2014/05/10:stpcpy:3:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/10:stpncpy:3:2014/06/08::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2014/05/10:strcasecmp:3:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/22:strcasestr:3:strstr:3: +☆:LDP man-pages:3.67=>3.68:2014/01/20:strcat:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/20:strchr:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/20:strchrnul:3:strchr:3: +☆:LDP man-pages:3.67=>3.68:2014/01/20:strcmp:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/20:strcoll:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/21:strcpy:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/28:strcspn:3:strspn:3: +☆:LDP man-pages:3.67=>3.68:2013/04/19:strdup:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/04/19:strdupa:3:strdup:3: +☆:LDP man-pages:3.67=>3.68:2014/03/18:strerror:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/03/18:strerror_r:3:strerror:3: +☆:LDP man-pages:3.67=>3.68:2000/12/05:strfmon:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2010/09/20:strfry:3:2014/06/04::motoki@hal.t.u-tokyo.ac.jp:Akihiro Motoki: +☆:LDP man-pages:3.67=>3.68:2014/03/18:strftime:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/04:string:3:2014/06/04::yoshino@civil.jcn.nihon-u.ac.jp:YOSHINO Takashi: +☆:LDP man-pages:3.67=>3.68:2014/02/25:strlen:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/10:strncasecmp:3:strcasecmp:3: +@:LDP man-pages:3.68:2014/01/20:strncat:3:strcat:3: +@:LDP man-pages:3.68:2014/01/20:strncmp:3:strcmp:3: +@:LDP man-pages:3.68:2014/05/21:strncpy:3:strcpy:3: +@:LDP man-pages:3.68:2013/04/19:strndup:3:strdup:3: +@:LDP man-pages:3.68:2013/04/19:strndupa:3:strdup:3: +☆:LDP man-pages:3.67=>3.68:2014/02/25:strnlen:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/25:strpbrk:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/17:strptime:3:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: +@:LDP man-pages:3.68:2014/01/20:strrchr:3:strchr:3: +☆:LDP man-pages:3.67=>3.68:2014/02/25:strsep:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2010/09/15:strsignal:3:2014/06/04::argrath@yo.rim.or.jp:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2014/02/28:strspn:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/22:strstr:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2014/01/22:strtod:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/22:strtof:3:strtod:3: +☆:LDP man-pages:3.67=>3.68:2014/01/22:strtoimax:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2013/05/19:strtok:3:2014/06/04:o:amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/05/19:strtok_r:3:strtok:3: +☆:LDP man-pages:3.67=>3.68:2014/03/18:strtol:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/22:strtold:3:strtod:3: +@:LDP man-pages:3.68:2014/03/18:strtoll:3:strtol:3: +@:LDP man-pages:3.68:2014/03/18:strtoq:3:strtol:3: +☆:LDP man-pages:3.67=>3.68:2014/03/18:strtoul:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/03/18:strtoull:3:strtoul:3: +@:LDP man-pages:3.68:2014/01/22:strtoumax:3:strtoimax:3: +@:LDP man-pages:3.68:2014/03/18:strtouq:3:strtoul:3: +☆:LDP man-pages:3.67=>3.68:2001/12/19:strverscmp:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/05/10:strxfrm:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/09/26:svc_destroy:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svc_freeargs:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svc_getargs:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svc_getcaller:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svc_getreq:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svc_getreqset:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svc_register:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svc_run:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svc_sendreply:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svc_unregister:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svcerr_auth:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svcerr_decode:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svcerr_noproc:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svcerr_noprog:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svcerr_progvers:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svcerr_systemerr:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svcerr_weakauth:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svcfd_create:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svcraw_create:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svctcp_create:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svcudp_bufcreate:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:svcudp_create:3:rpc:3: +☆:LDP man-pages:3.67=>3.68:2014/02/25:swab:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2014/05/28:swapcontext:3:makecontext:3: +@:LDP man-pages:3.68:2014/03/19:swprintf:3:wprintf:3: +@:LDP man-pages:3.68:2014/05/28:sys_errlist:3:perror:3: +@:LDP man-pages:3.68:2014/05/28:sys_nerr:3:perror:3: +☆:LDP man-pages:3.67=>3.68:2014/03/20:sysconf:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/08/17:syslog:3:2014/06/04:o:amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.65=>3.68:2014/05/10:system:3:2014/04/24:o:amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/06:sysv_signal:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/06:tan:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/06:tanf:3:tan:3: +☆:LDP man-pages:3.67=>3.68:2014/01/07:tanh:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/07:tanhf:3:tanh:3: +@:LDP man-pages:3.68:2014/01/07:tanhl:3:tanh:3: +@:LDP man-pages:3.68:2014/01/06:tanl:3:tan:3: +@:LDP man-pages:3.68:2014/05/08:tcdrain:3:termios:3: +@:LDP man-pages:3.68:2014/05/08:tcflow:3:termios:3: +@:LDP man-pages:3.68:2014/05/08:tcflush:3:termios:3: +@:LDP man-pages:3.68:2014/05/08:tcgetattr:3:termios:3: +☆:LDP man-pages:3.67=>3.68:2014/01/13:tcgetpgrp:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/13:tcgetsid:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/08:tcsendbreak:3:termios:3: +@:LDP man-pages:3.68:2014/05/08:tcsetattr:3:termios:3: +@:LDP man-pages:3.68:2014/01/13:tcsetpgrp:3:tcgetpgrp:3: +@:LDP man-pages:3.68:2014/05/28:tdelete:3:tsearch:3: +@:LDP man-pages:3.68:2014/05/28:tdestroy:3:tsearch:3: +☆:LDP man-pages:3.67=>3.68:2013/09/02:telldir:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/27:tempnam:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/08:termios:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:tfind:3:tsearch:3: +☆:LDP man-pages:3.67=>3.68:2010/09/20:tgamma:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/09/20:tgammaf:3:tgamma:3: +@:LDP man-pages:3.68:2010/09/20:tgammal:3:tgamma:3: +☆:LDP man-pages:3.67=>3.68:2013/07/04:timegm:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +@:LDP man-pages:3.68:2013/07/04:timelocal:3:timegm:3: +☆:LDP man-pages:3.67=>3.68:2010/02/25:timeradd:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2010/02/25:timerclear:3:timeradd:3: +@:LDP man-pages:3.68:2010/02/25:timercmp:3:timeradd:3: +@:LDP man-pages:3.68:2010/02/25:timerisset:3:timeradd:3: +@:LDP man-pages:3.68:2010/02/25:timersub:3:timeradd:3: +@:LDP man-pages:3.68:2012/03/25:timezone:3:tzset:3: +☆:LDP man-pages:3.67=>3.68:2008/07/14:tmpfile:3:2014/06/04:o:ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2014/02/27:tmpnam:3:2014/06/04:o:amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/27:tmpnam_r:3:tmpnam:3: +☆:LDP man-pages:3.67=>3.68:2013/12/23:toascii:3:2014/06/04::nishi@rpts.cl.nec.co.jp:HIROFUMI Nishizuka: +@:LDP man-pages:3.68:2014/03/18:tolower:3:toupper:3: +@:LDP man-pages:3.68:2014/03/18:tolower_l:3:toupper:3: +☆:LDP man-pages:3.67=>3.68:2014/03/18:toupper:3:2014/06/04::rui@linux.or.jp:Ueyama Rui: +@:LDP man-pages:3.68:2014/03/18:toupper_l:3:toupper:3: +☆:LDP man-pages:3.67=>3.68:2013/12/24:towctrans:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2014/03/18:towlower:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +@:LDP man-pages:3.68:2014/03/18:towlower_l:3:towlower:3: +☆:LDP man-pages:3.67=>3.68:2014/03/18:towupper:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +@:LDP man-pages:3.68:2014/03/18:towupper_l:3:towupper:3: +☆:LDP man-pages:3.67=>3.68:2013/06/21:trunc:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/06/21:truncf:3:trunc:3: +@:LDP man-pages:3.68:2013/06/21:truncl:3:trunc:3: +☆:LDP man-pages:3.67=>3.68:2014/05/28:tsearch:3:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2013/06/21:ttyname:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2013/06/21:ttyname_r:3:ttyname:3: +☆:LDP man-pages:3.67=>3.68:2013/07/22:ttyslot:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2014/05/28:twalk:3:tsearch:3: +@:LDP man-pages:3.68:2012/03/25:tzname:3:tzset:3: +☆:LDP man-pages:3.67=>3.68:2012/03/25:tzset:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/12/23:ualarm:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:ulckpwdf:3:getspnam:3: +☆:LDP man-pages:3.67=>3.68:2008/08/06:ulimit:3:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2012/12/21:undocumented:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/12/31:ungetc:3:fgetc:3: +☆:LDP man-pages:3.67=>3.68:2013/12/09:ungetwc:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2008/08/29:unlocked_stdio:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/12/09:unlockpt:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/10/11:unsetenv:3:setenv:3: +☆:LDP man-pages:3.67=>3.68:2008/07/02:updwtmp:3:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +@:LDP man-pages:3.68:2008/07/02:updwtmpx:3:updwtmp:3: +×:LDP man-pages:3.68:2014/03/10:uselocale:3::::: +☆:LDP man-pages:3.67=>3.68:2013/12/10:usleep:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:utmpname:3:getutent:3: +@:LDP man-pages:3.68:2014/05/28:utmpxname:3:getutent:3: +@:LDP man-pages:3.68:2013/12/10:va_arg:3:stdarg:3: +@:LDP man-pages:3.68:2013/12/10:va_copy:3:stdarg:3: +@:LDP man-pages:3.68:2013/12/10:va_end:3:stdarg:3: +@:LDP man-pages:3.68:2013/12/10:va_start:3:stdarg:3: +@:LDP man-pages:3.68:2013/09/02:valloc:3:posix_memalign:3: +@:LDP man-pages:3.68:2013/06/21:vasprintf:3:asprintf:3: +@:LDP man-pages:3.68:2010/09/15:vdprintf:3:dprintf:3: +@:LDP man-pages:3.68:2013/12/30:verr:3:err:3: +@:LDP man-pages:3.68:2013/12/30:verrx:3:err:3: +@:LDP man-pages:3.68:2014/05/28:versionsort:3:scandir:3: +@:LDP man-pages:3.68:2013/12/30:vfprintf:3:printf:3: +@:LDP man-pages:3.68:2014/01/11:vfscanf:3:scanf:3: +@:LDP man-pages:3.68:2014/03/19:vfwprintf:3:wprintf:3: +@:LDP man-pages:3.68:2014/05/28:vlimit:3:getrlimit:2: +@:LDP man-pages:3.68:2013/12/30:vprintf:3:printf:3: +@:LDP man-pages:3.68:2014/01/11:vscanf:3:scanf:3: +@:LDP man-pages:3.68:2013/12/30:vsnprintf:3:printf:3: +@:LDP man-pages:3.68:2013/12/30:vsprintf:3:printf:3: +@:LDP man-pages:3.68:2014/01/11:vsscanf:3:scanf:3: +@:LDP man-pages:3.68:2014/03/19:vswprintf:3:wprintf:3: +@:LDP man-pages:3.68:2012/08/17:vsyslog:3:syslog:3: +@:LDP man-pages:3.68:2014/05/10:vtimes:3:getrusage:2: +@:LDP man-pages:3.68:2013/12/30:vwarn:3:err:3: +@:LDP man-pages:3.68:2013/12/30:vwarnx:3:err:3: +@:LDP man-pages:3.68:2014/03/19:vwprintf:3:wprintf:3: +@:LDP man-pages:3.68:2013/12/30:warn:3:err:3: +@:LDP man-pages:3.68:2013/12/30:warnx:3:err:3: +☆:LDP man-pages:3.67=>3.68:2013/12/10:wcpcpy:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/12/16:wcpncpy:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2014/03/18:wcrtomb:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/22:wcscasecmp:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2013/12/02:wcscat:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2013/12/02:wcschr:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2013/12/02:wcscmp:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2013/12/02:wcscpy:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2013/12/02:wcscspn:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2013/04/19:wcsdup:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2013/11/21:wcslen:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/22:wcsncasecmp:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2013/11/25:wcsncat:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2013/11/25:wcsncmp:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/11/25:wcsncpy:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2013/11/25:wcsnlen:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2014/03/18:wcsnrtombs:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/11/18:wcspbrk:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2013/11/19:wcsrchr:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2014/03/18:wcsrtombs:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/11/11:wcsspn:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2013/11/12:wcsstr:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2014/01/22:wcstoimax:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2013/11/18:wcstok:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2014/03/18:wcstombs:3:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/22:wcstoumax:3:wcstoimax:3: +☆:LDP man-pages:3.67=>3.68:2014/01/22:wcswidth:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2011/09/22:wctob:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2014/03/18:wctomb:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2014/01/22:wctrans:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2014/01/22:wctype:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2014/01/22:wcwidth:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/11/05:wmemchr:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2013/11/05:wmemcmp:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2013/11/11:wmemcpy:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2013/11/11:wmemmove:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +@:LDP man-pages:3.68:2014/03/18:wmempcpy:3:mempcpy:3: +☆:LDP man-pages:3.67=>3.68:2013/11/11:wmemset:3:2014/06/04::fujiwara@linux.or.jp:FUJIWARA Teruyoshi: +☆:LDP man-pages:3.67=>3.68:2008/07/14:wordexp:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2008/07/14:wordfree:3:wordexp:3: +☆:LDP man-pages:3.67=>3.68:2014/03/19:wprintf:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2003/04/04:xcrypt:3:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +@:LDP man-pages:3.68:2003/04/04:xdecrypt:3:xcrypt:3: +☆:LDP man-pages:3.67=>3.68:2007/12/30:xdr:3:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +@:LDP man-pages:3.68:2013/09/26:xdr_accepted_reply:3:rpc:3: +@:LDP man-pages:3.68:2007/12/30:xdr_array:3:xdr:3: +@:LDP man-pages:3.68:2013/09/26:xdr_authunix_parms:3:rpc:3: +@:LDP man-pages:3.68:2007/12/30:xdr_bool:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_bytes:3:xdr:3: +@:LDP man-pages:3.68:2013/09/26:xdr_callhdr:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:xdr_callmsg:3:rpc:3: +@:LDP man-pages:3.68:2007/12/30:xdr_char:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_destroy:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_double:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_enum:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_float:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_free:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_getpos:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_inline:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_int:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_long:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_opaque:3:xdr:3: +@:LDP man-pages:3.68:2013/09/26:xdr_opaque_auth:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:xdr_pmap:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:xdr_pmaplist:3:rpc:3: +@:LDP man-pages:3.68:2007/12/30:xdr_pointer:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_reference:3:xdr:3: +@:LDP man-pages:3.68:2013/09/26:xdr_rejected_reply:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:xdr_replymsg:3:rpc:3: +@:LDP man-pages:3.68:2007/12/30:xdr_setpos:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_short:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_string:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_u_char:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_u_int:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_u_long:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_u_short:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_union:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_vector:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_void:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdr_wrapstring:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdrmem_create:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdrrec_create:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdrrec_endofrecord:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdrrec_eof:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdrrec_skiprecord:3:xdr:3: +@:LDP man-pages:3.68:2007/12/30:xdrstdio_create:3:xdr:3: +@:LDP man-pages:3.68:2003/04/04:xencrypt:3:xcrypt:3: +@:LDP man-pages:3.68:2013/09/26:xprt_register:3:rpc:3: +@:LDP man-pages:3.68:2013/09/26:xprt_unregister:3:rpc:3: +☆:LDP man-pages:3.67=>3.68:2014/01/18:y0:3:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/18:y0f:3:y0:3: +@:LDP man-pages:3.68:2014/01/18:y0l:3:y0:3: +@:LDP man-pages:3.68:2014/01/18:y1:3:y0:3: +@:LDP man-pages:3.68:2014/01/18:y1f:3:y0:3: +@:LDP man-pages:3.68:2014/01/18:y1l:3:y0:3: +@:LDP man-pages:3.68:2014/01/18:yn:3:y0:3: +@:LDP man-pages:3.68:2014/01/18:ynf:3:y0:3: +@:LDP man-pages:3.68:2014/01/18:ynl:3:y0:3: +×:LDP man-pages:3.68:2012/08/05:cciss:4::::: +☆:LDP man-pages:3.67=>3.68:1994/10/31:console:4:2014/06/04:o:argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2012/08/05:console_codes:4:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2009/02/28:console_ioctl:4:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +×:LDP man-pages:3.68:2009/03/31:cpuid:4::::: +☆:LDP man-pages:3.67=>3.68:2012/08/05:dsp56k:4:2014/06/04::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2014/05/10:fd:4:2014/06/04:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +☆:LDP man-pages:3.67=>3.68:2007/11/24:full:4:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:1992/12/17:hd:4:2014/06/04:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +×:LDP man-pages:3.68:2012/08/05:hpsa:4::::: +☆:LDP man-pages:3.67=>3.68:2010/09/04:initrd:4:2014/06/04:o:amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2007/10/23:intro:4:2014/06/04:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +@:LDP man-pages:3.68:1992/11/21:kmem:4:mem:4: +☆:LDP man-pages:3.67=>3.68:1995/01/15:lp:4:2014/06/04:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +☆:LDP man-pages:3.67=>3.68:1992/11/21:mem:4:2014/06/04:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +☆:LDP man-pages:3.67=>3.68:1996/02/10:mouse:4:2014/06/04:o:ss236rx@ymg.urban.ne.jp:Shouichi Saito: +☆:LDP man-pages:3.67=>3.68:2009/03/31:msr:4:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2009/02/23:null:4:2014/06/04:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +@:LDP man-pages:3.68:1992/11/21:port:4:mem:4: +@:LDP man-pages:3.68:2002/10/09:ptmx:4:pts:4: +☆:LDP man-pages:3.67=>3.68:2002/10/09:pts:4:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:1992/11/21:ram:4:2014/06/04:o:ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +☆:LDP man-pages:3.67=>3.68:2013/03/15:random:4:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/02/25:rtc:4:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2012/05/03:sd:4:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/08/05:sk98lin:4:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/04:st:4:2014/06/04::nakano@st.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2003/04/07:tty:4:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:1992/12/19:ttyS:4:2014/06/04::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +☆:LDP man-pages:3.67=>3.68:2013/11/12:tty_ioctl:4:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/03/15:urandom:4:random:4: +☆:LDP man-pages:3.67=>3.68:2007/12/17:vcs:4:2014/06/04::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: +@:LDP man-pages:3.68:2007/12/17:vcsa:4:vcs:4: +☆:LDP man-pages:3.67=>3.68:2013/09/04:wavelan:4:2014/06/04::ishikawa@linux.or.jp:ISHIKAWA Mutsumi: +@:LDP man-pages:3.68:2009/02/23:zero:4:null:4: +☆:LDP man-pages:3.67=>3.68:2008/06/15:acct:5:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:1994/11/28:charmap:5:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2014/05/28:core:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/08/09:dir_colors:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/04/17:elf:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/15:filesystems:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/15:fs:5:filesystems:5: +☆:LDP man-pages:3.67=>3.68:2000/08/27:ftpusers:5:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2013/02/13:gai.conf:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/10/21:group:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2003/08/23:host.conf:5:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2002/06/16:hosts:5:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2003/08/24:hosts.equiv:5:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2007/10/23:intro:5:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +@:LDP man-pages:3.68:2013/02/12:ipc:5:svipc:7: +☆:LDP man-pages:3.67=>3.68:1993/07/24:issue:5:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.54=>3.68:2014/05/23:locale:5:2013/03/25::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:1992/12/29:motd:5:2014/06/04::nagoya@cc.hit-u.ac.jp:Hiroaki Nagoya: +☆:LDP man-pages:3.67=>3.68:2008/09/04:networks:5:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/04/16:nologin:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/07:nscd.conf:5:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +×:LDP man-pages:3.68:2013/02/13:nss:5::::: +☆:LDP man-pages:3.67=>3.68:2013/02/12:nsswitch.conf:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2012/08/05:numa_maps:5:numa:7: +☆:LDP man-pages:3.67=>3.68:2014/02/11:passwd:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.50=>3.68:2014/05/28:proc:5:2013/03/25::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/05/28:procfs:5:proc:5: +☆:LDP man-pages:3.67=>3.68:2012/08/05:protocols:5:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:2014/02/22:resolv.conf:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/22:resolver:5:resolv.conf:5: +☆:LDP man-pages:3.67=>3.68:1985/09/26:rpc:5:2014/06/04::argrath@ub32.org:Kentaro Shirakata: +☆:LDP man-pages:3.67=>3.68:1992/12/29:securetty:5:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/05/22:services:5:2014/06/08::amotoki@dd.iij4u.or.jp:Akihiro Motoki: +☆:LDP man-pages:3.67=>3.68:2012/12/31:shells:5:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2007/09/30:slabinfo:5:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:1996/10/21:termcap:5:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2012/12/31:ttytype:5:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2012/05/04:tzfile:5:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/02/11:utmp:5:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2013/02/11:utmpx:5:utmp:5: +@:LDP man-pages:3.68:2013/02/11:wtmp:5:utmp:5: +☆:LDP man-pages:3.67=>3.68:2007/10/23:intro:6:2014/06/04::pessi@kmc.kyoto-u.ac.jp:II Ryouta: +☆:LDP man-pages:3.67=>3.68:2014/04/06:aio:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/16:armscii-8:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/11/25:arp:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/26:ascii:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/19:boot:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/08/01:bootparam:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/21:capabilities:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:charsets:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2011/09/16:complex:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/16:cp1251:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.68:2014/05/21:cpuset:7::::: +☆:LDP man-pages:3.67=>3.68:2014/05/21:credentials:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/11/20:ddp:7:2014/06/08::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2014/01/18:environ:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/04/17:epoll:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.68:2014/05/21:fanotify:7::::: +☆:LDP man-pages:3.67=>3.68:2014/03/20:feature_test_macros:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/12/03:fifo:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/08/05:futex:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/04/20:glibc:7:libc:7: +☆:LDP man-pages:3.67=>3.68:2012/07/28:glob:7:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2012/08/05:hier:7:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2010/11/07:hostname:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/05/10:icmp:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/23:inotify:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2007/10/23:intro:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.65=>3.68:2014/05/10:ip:7:2014/04/24::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/12/16:ipv6:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/16:iso-8859-1:7:iso_8859-1:7: +@:LDP man-pages:3.68:2014/02/16:iso-8859-10:7:iso_8859-10:7: +@:LDP man-pages:3.68:2014/02/16:iso-8859-11:7:iso_8859-11:7: +@:LDP man-pages:3.68:2014/02/16:iso-8859-13:7:iso_8859-13:7: +@:LDP man-pages:3.68:2014/02/16:iso-8859-14:7:iso_8859-14:7: +@:LDP man-pages:3.68:2014/02/16:iso-8859-15:7:iso_8859-15:7: +@:LDP man-pages:3.68:2014/02/16:iso-8859-16:7:iso_8859-16:7: +@:LDP man-pages:3.68:2014/02/16:iso-8859-2:7:iso_8859-2:7: +@:LDP man-pages:3.68:2014/02/16:iso-8859-3:7:iso_8859-3:7: +@:LDP man-pages:3.68:2014/02/16:iso-8859-4:7:iso_8859-4:7: +@:LDP man-pages:3.68:2014/02/16:iso-8859-5:7:iso_8859-5:7: +@:LDP man-pages:3.68:2014/02/16:iso-8859-6:7:iso_8859-6:7: +@:LDP man-pages:3.68:2014/02/16:iso-8859-7:7:iso_8859-7:7: +@:LDP man-pages:3.68:2014/02/16:iso-8859-8:7:iso_8859-8:7: +@:LDP man-pages:3.68:2014/02/16:iso-8859-9:7:iso_8859-9:7: +☆:LDP man-pages:3.67=>3.68:2014/02/16:iso_8859-1:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/16:iso_8859-10:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/16:iso_8859-11:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/16:iso_8859-13:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/16:iso_8859-14:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/16:iso_8859-15:7:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2014/02/16:iso_8859-16:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/16:iso_8859-2:7:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2014/02/16:iso_8859-3:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/16:iso_8859-4:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/16:iso_8859-5:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/16:iso_8859-6:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/16:iso_8859-7:7:2014/06/04::hanataka@abyss.rim.or.jp:HANATAKA Shinya: +☆:LDP man-pages:3.67=>3.68:2014/02/16:iso_8859-8:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/16:iso_8859-9:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/16:iso_8859_1:7:iso_8859-1:7: +@:LDP man-pages:3.68:2014/02/16:iso_8859_10:7:iso_8859-10:7: +@:LDP man-pages:3.68:2014/02/16:iso_8859_11:7:iso_8859-11:7: +@:LDP man-pages:3.68:2014/02/16:iso_8859_13:7:iso_8859-13:7: +@:LDP man-pages:3.68:2014/02/16:iso_8859_14:7:iso_8859-14:7: +@:LDP man-pages:3.68:2014/02/16:iso_8859_15:7:iso_8859-15:7: +@:LDP man-pages:3.68:2014/02/16:iso_8859_16:7:iso_8859-16:7: +@:LDP man-pages:3.68:2014/02/16:iso_8859_2:7:iso_8859-2:7: +@:LDP man-pages:3.68:2014/02/16:iso_8859_3:7:iso_8859-3:7: +@:LDP man-pages:3.68:2014/02/16:iso_8859_4:7:iso_8859-4:7: +@:LDP man-pages:3.68:2014/02/16:iso_8859_5:7:iso_8859-5:7: +@:LDP man-pages:3.68:2014/02/16:iso_8859_6:7:iso_8859-6:7: +@:LDP man-pages:3.68:2014/02/16:iso_8859_7:7:iso_8859-7:7: +@:LDP man-pages:3.68:2014/02/16:iso_8859_8:7:iso_8859-8:7: +@:LDP man-pages:3.68:2014/02/16:iso_8859_9:7:iso_8859-9:7: +☆:LDP man-pages:3.67=>3.68:2014/02/16:koi8-r:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/03/18:koi8-u:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/16:latin1:7:iso_8859-1:7: +@:LDP man-pages:3.68:2014/02/16:latin10:7:iso_8859-16:7: +@:LDP man-pages:3.68:2014/02/16:latin2:7:iso_8859-2:7: +@:LDP man-pages:3.68:2014/02/16:latin3:7:iso_8859-3:7: +@:LDP man-pages:3.68:2014/02/16:latin4:7:iso_8859-4:7: +@:LDP man-pages:3.68:2014/02/16:latin5:7:iso_8859-9:7: +@:LDP man-pages:3.68:2014/02/16:latin6:7:iso_8859-10:7: +@:LDP man-pages:3.68:2014/02/16:latin7:7:iso_8859-13:7: +@:LDP man-pages:3.68:2014/02/16:latin8:7:iso_8859-14:7: +@:LDP man-pages:3.68:2014/02/16:latin9:7:iso_8859-15:7: +☆:LDP man-pages:3.67=>3.68:2014/04/20:libc:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/05/28:locale:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2004/09/15:mailaddr:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/08/05:man:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/03/16:man-pages:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/08/11:math_error:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:0000/00/00:mdoc:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:0000/00/00:mdoc.samples:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2009/09/27:mq_overview:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/01/24:netdevice:7:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/03/15:netlink:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/08/05:numa:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2011/09/09:operator:7:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.65=>3.68:2014/04/28:packet:7:2014/04/27::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2009/12/05:path_resolution:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2005/12/08:pipe:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2007/12/21:posixoptions:7:2014/06/04::ysato444@yahoo.co.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2014/05/21:pthreads:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2005/10/10:pty:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/05/10:raw:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2009/01/12:regex:7:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +×:LDP man-pages:3.68:2012/07/07:rtld-audit:7::::: +☆:LDP man-pages:3.67=>3.68:2013/03/05:rtnetlink:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.68:2014/05/13:sched:7::::: +☆:LDP man-pages:3.67=>3.68:2012/05/13:sem_overview:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2010/09/10:shm_overview:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2011/09/09:sigevent:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/07/30:signal:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/02/21:socket:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +×:LDP man-pages:3.68:2007/12/20:spufs:7::::: +☆:LDP man-pages:3.67=>3.68:2014/01/15:standards:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2000/11/16:suffixes:7:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.67=>3.68:2013/02/12:svipc:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +×:LDP man-pages:3.68:2014/04/06:symlink:7::::: +☆:LDP man-pages:3.67=>3.68:2014/03/31:tcp:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/02/12:termio:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/10/28:time:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/16:tis-620:7:iso_8859-11:7: +☆:LDP man-pages:3.67=>3.68:2013/07/31:udp:7:2014/06/08::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2008/12/03:udplite:7:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/08/05:unicode:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/08/05:units:7:2014/06/04::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2012/05/10:unix:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2014/03/18:uri:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/03/18:url:7:uri:7: +@:LDP man-pages:3.68:2014/03/18:urn:7:uri:7: +☆:LDP man-pages:3.67=>3.68:2014/02/26:utf-8:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/02/26:utf8:7:utf-8:7: +×:LDP man-pages:3.68:2014/02/01:vdso:7::::: +☆:LDP man-pages:3.67=>3.68:2012/08/05:x25:7:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2007/10/23:intro:8:2014/06/04::amotoki@dd.iij4u.or.jp:Akihiro MOTOKI: +@:LDP man-pages:3.68:2014/01/08:ld-linux:8:ld.so:8: +@:LDP man-pages:3.68:2014/01/08:ld-linux.so:8:ld.so:8: +☆:LDP man-pages:3.67=>3.68:2014/01/08:ld.so:8:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/05/10:ldconfig:8:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2012/05/10:nscd:8:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2013/02/10:sln:8:2014/06/04::amotoki@gmail.com:Akihiro MOTOKI: +☆:LDP man-pages:3.67=>3.68:2007/05/18:tzselect:8:2014/06/04::ysato@h4.dion.ne.jp:Yuichi SATO: +☆:LDP man-pages:3.50=>3.68:2013/02/12:zdump:8:2013/03/26::nakano@apm.seikei.ac.jp:NAKANO Takeo: +☆:LDP man-pages:3.67=>3.68:2010/02/25:zic:8:2014/06/04::sato@complex.eng.hokudai.ac.jp:Yuichi SATO: