aboutsummaryrefslogtreecommitdiffstats
path: root/man3
AgeCommit message (Collapse)AuthorFilesLines
2008-12-05gnu_dev_major.3, gnu_dev_makedev.3, gnu_dev_minor.3, major.3, minor.3: New ↵Michael Kerrisk5-0/+5
links to new makedev(3) page Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-05makedev.3: New page for makedev(), major(), and minor() macrosMichael Kerrisk1-0/+83
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reviewed-by: Phil Endecott <phil_vonar_endecott@chezphil.org>
2008-11-28CPU_SET.3: ffixSam Varshavchik1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25Removed trailing white space at end of linesMichael Kerrisk6-15/+15
2008-11-25pthread_setcancelstate.3: Add another sentence to NOTES on asynchronous ↵Michael Kerrisk1-0/+5
cancelability Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25pthread_setcancelstate.3: spfixMichael Kerrisk1-1/+1
2008-11-25pthread_cleanup_push.3: minor fix to example programMichael Kerrisk1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: Loic Domaigne <tech@domaigne.com>
2008-11-25pthread_cleanup_push.3: wfixMichael Kerrisk1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: Loic Domaigne <tech@domaigne.com>
2008-11-25pthread_cleanup_push.3: Prematurely exiting a cleanup block is undefined ↵Michael Kerrisk1-1/+16
according to POSIX.1 POSIX.1 says that prematurely exiting a push/pop block yields undefined results. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: Loic Domaigne <tech@domaigne.com>
2008-11-25pthread_setcancelstate.3: integrated suggestions by Loic DomaigneMichael Kerrisk1-13/+15
Loic Domaigne suggested some rewordings of the NOTES paragraph that discusses the utility of asynchronous cancelability. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reviewed-by: Loic Domaigne <tech@domaigne.com>
2008-11-25sigwait.3: wfix: s/set/sig/Pierre-Paul Paquin1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25connect.2, listen.2, send.2, uname.2, cmsg.3, proc.5, arp.7, ddp.7, icmp.7, ↵Michael Kerrisk1-4/+4
ip.7, raw.7, socket.7, tcp.7, udp.7: Global fix: eliminate mention of the obsolete sysctl(2) interface Many pages still mention use of the obsolete sysctl(2) system call, or used the term "sysctls"; rewrite these mentions to instead be in terms of /proc interfaces. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25atan2.3: Fix description of range of function value returnStefano Teso1-2/+2
The range is not [-pi/2, pi/2], but [-pi, pi]. (mtk: This error was reported by Nicolas Francois, and should have been fixed in 3.11, but somewhere along the way, the fix got lost.) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506299 Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25fcntl.2, signal.2, mbsnrtowcs.3, mbsrtowcs.3, mbtowc.3, wcrtomb.3, ↵Michael Kerrisk7-7/+7
wcsnrtombs.3, wcsrtombs.3, wctomb.3: Global fix: s/multi-thread/multithread/ Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25pthread_getattr_np.3, pthread_setschedparam.3: wfixMichael Kerrisk2-2/+2
2008-11-25pthread_cancel.3: Integrate review feedback from Loic DomaigneMichael Kerrisk1-3/+6
Various fixes, as suggested by Loic. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reviewed-by: Loic Domaigne <tech@domaigne.com>
2008-11-25pthread_testcancel.3: minor: Review by Loic DomaigneMichael Kerrisk1-1/+1
Reviewed by Loic; no problems found. Reviewed-by: Loic Domaigne <tech@domaigne.com>
2008-11-25pthread_attr_setinheritsched.3: wfix: s/thread/addr/Michael Kerrisk1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: Loic Domaigne <tech@domaigne.com>
2008-11-25pthread_setschedparam.3: PTHREAD_INHERIT_SCHED is default for inherit ↵Michael Kerrisk1-0/+6
scheduler attribute In EXAMPLE, note that PTHREAD_INHERIT_SCHED is the default for the inherit scheduler attribute attribute. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: Loic Domaigne <tech@domaigne.com>
2008-11-25pthread_cancel.3, pthread_detach.3, pthread_join.3, ↵Michael Kerrisk4-11/+16
pthread_setaffinity_np.3: Make text of ESRCH error consistent Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: Loic Domaigne <tech@domaigne.com>
2008-11-25pthread_attr_setschedparam.3, pthread_setschedparam.3: Remove text saying ↵Michael Kerrisk2-6/+4
that only sched_priority is required by POSIX.1 Loic Domaigne points out that if a system implements SCHED_SPORADIC (which Linux does not), then other fields are also specified in sched_param. The simple solution is just to remove that phrase from the man page. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: Loic Domaigne <tech@domaigne.com>
2008-11-25pthread_setaffinity_np.3: srcfix: spfixMichael Kerrisk1-1/+1
2008-11-25pthread_setaffinity_np.3: srcfix: Add comment: CONFIG_NR_CPUS may become ↵Michael Kerrisk1-0/+4
obsolete one day
2008-11-25pthread_testcancel.3: New page for pthread_testcancel(3)Michael Kerrisk1-0/+64
2008-11-25pthread_setcanceltype.3: New link to new pthread_setcancelstate.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25pthread_setcancelstate.3: New page for pthread_setcancelstate(3) and ↵Michael Kerrisk1-0/+171
pthread_setcanceltype(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25pthread_cancel.3: New page for pthread_cancel(3)Michael Kerrisk1-0/+225
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25pthread_cleanup_pop.3: New link to new pthread_cleanup_push.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25pthread_cleanup_push.3: New page for pthread_cleanup_push(3) and ↵Michael Kerrisk1-0/+298
pthread_cleanup_pop(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_SET.3: NOTES: Discuss use of types in "prototypes" for these macrosMichael Kerrisk1-0/+6
The SYNOPSIS shows types for arguments and return values, but these are really just suggestions: since the interfaces are macros, the compiler won't catch all violations of the "type rules". Warn the reader of this. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25pthread_attr_setaffinity_np.3: Various fixes after review by Loic DomaigneMichael Kerrisk1-16/+12
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reviewed-by: Loic Domaigne <tech@domaigne.com>
2008-11-25pthread_create.3: tfixMichael Kerrisk1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25pthread_setaffinity_np.3: Add text to EINVAL error mentioning cpuset(7)Michael Kerrisk1-1/+4
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25pthread_setaffinity_np.3: tfixMichael Kerrisk1-1/+1
2008-11-25pthread_setaffinity_np.3: Various improvements after review by Lo�c DomaigneMichael Kerrisk1-13/+29
Various fix-ups after Lo�c's review. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reviewed-by: Lo�c Domaigne <tech@domaigne.com>
2008-11-25pthread_attr_getinheritsched.3: New link to new pthread_attr_setinheritsched.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_SET.3: minor: tweak NOTES text on CPU_SETSIZE and 'setsize'Michael Kerrisk1-3/+4
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_SET.3: spfixMichael Kerrisk1-1/+1
2008-11-25CPU_SET.3: minor: tweak text of BUGS sectionMichael Kerrisk1-2/+3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_SET.3: Various improvements in DESCRIPTIONMichael Kerrisk1-2/+30
After review comments by Bert Wesarg: * Explain that cpu_set_t is a bitset, but should be considered opaque. * A CPU set can be duplicated with memset(). * Size of a CPU set is rounded up to size of long. * CPU_SETSIZE is in bits, but the setsize argument is in bytes. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: Bert Wesarg <bert.wesarg@googlemail.com> Reviewed-by: Bert Wesarg <bert.wesarg@googlemail.com>
2008-11-25CPU_SET.3: Document CPU_ALLOC()/CPU_ALLOC_SIZE() bugMichael Kerrisk1-6/+11
These macros return twice what they should because of thinko in glibc 2.8 and earlier. The bug is fixed for glibc 2.9. http://sourceware.org/bugzilla/show_bug.cgi?id=7029 Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_ZERO_S.3: New link to new CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_XOR_S.3: New link to new CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_XOR.3: New link to new CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_SET_S.3: New link to new CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_OR_S.3: New link to new CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_OR.3: New link to new CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_ISSET_S.3: New link to new CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_FREE.3: New link to new CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_EQUAL_S.3: New link to new CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_EQUAL.3: New link to new CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_COUNT_S.3: New link to new CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_CLR_S.3: New link to new CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_AND_S.3: New link to new CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_AND.3: New link to new CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_ALLOC_SIZE.3: New link to new CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_ALLOC.3: New link to new CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_SET.3: grfixMichael Kerrisk1-1/+1
2008-11-25CPU_SET.3: Fix return type of CPU_ALLOC_SIZE() in SYNOPSISMichael Kerrisk1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_SET.3: Add description of macros for dynamically allocated CPU setsMichael Kerrisk1-14/+147
Add descriptions of CPU_ALLOC(), CPU_ALLOC_SIZE(), CPU_FREE(), CPU_SET_S(), CPU_CLR_S(), CPU_ISSET_S(), CPU_ZERO_S(), CPU_COUNT_S(), CPU_AND_S(), CPU_OR_S(), CPU_XOR_S(), and CPU_EQUAL_S().
2008-11-25CPU_SET.3: Add description of CPU_AND(), CPU_OR, CPU_XOR(), and CPU_EQUAL()Michael Kerrisk1-11/+61
Plus a few other small clean-ups of the text Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_SET.3: minor: reorder some text, whitespace fixesMichael Kerrisk1-6/+6
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_SET.3: minor: s/1024/currently 1024/ for description of CPU_SETSIZEMichael Kerrisk1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_COUNT.3: New link to CPU_SET.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25CPU_SET.3: Add documentation of CPU_COUNT()Michael Kerrisk1-1/+15
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25pthread_attr_setaffinity_np.3: spfixMichael Kerrisk1-1/+1
2008-11-25pthread_attr_setaffinity_np.3, pthread_setaffinity_np.3: Remove redundant ↵Michael Kerrisk2-10/+2
text relating to CPU sets Information about CPU_SETSIZE can be found in CPU_SET.3, so remove discussion of it here. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-13pthread_attr_setaffinity_np.3, pthread_setaffinity_np.3: Update to reflect ↵Michael Kerrisk2-9/+9
new location of CPU_*() documentation The CPU_*() macros are now documented in CPU_SET.3; update to reflect that fact. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-13CPU_CLR.3, CPU_ISSET.3, CPU_ZERO.3: Update links to point to CPU_SET.3Michael Kerrisk3-3/+3
The documentation of the CPU_* macros migrated to a new location: CPU_SET.3. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-13CPU_SET.3: New page documenting CPU_* macrosMichael Kerrisk1-1/+115
This page contains material moved out of sched_setscheduler(2). It overwrites a previously existing link file with the same name. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-13syslog.3: LOG_KERN messages can't be generated from user processesMasanari Iida1-2/+4
Masanari notes that this is an FAQ for logger(1) and that Solaris and FreeBSD document this point in syslog(3). The glibc info page also hides this comment in its source: Internally, there is also LOG_KERN, but LOG_KERN == 0, which means if you try to use it here, just selects default. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-12syslog.3: ffixMichael Kerrisk1-3/+3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-11inet_ntop.3: Rework text describing 'size' argumentMichael Kerrisk1-4/+6
(After a suggestion by Vegard Nossum.) Also made a few other small rewordings to in the initial paragraph. Reported-by: Vegard Nossum <vegard.nossum@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-11inet_ntop.3: Rename 'cnt' argument to 'size'Michael Kerrisk1-5/+5
This is consistent with POSIX.1, and also a more sensible name. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-11getdents.2, pthread_attr_init.3, pthread_create.3, pthread_getattr_np.3, ↵Michael Kerrisk6-69/+65
pthread_setaffinity_np.3, pthread_setschedparam.3, pthread_tryjoin_np.3: Use consistent error-handling function names Many older pages use a handle_error() macro to do simple error handling from system and library function calls. Switch these pages to do similar. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-11pthread_tryjoin_np.3: minor: tidy up example code segmentMichael Kerrisk1-2/+3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-10pthread_attr_setinheritsched.3: New page for pthread_attr_setinheritsched(3) ↵Michael Kerrisk1-0/+127
and pthread_attr_getinheritsched(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-10bindresvport.3: Since glibc 2.8, EPFNOSUPPORT error is now EAFNOSUPPORTMichael Kerrisk1-2/+2
Glibc switched to using a POSIX-specified error code for this error case. http://bugs.linuxbase.org/show_bug.cgi?id=2375 Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Stew Benedict <stewb@linux-foundation.org>
2008-11-07makecontext.3: grfixMichael Kerrisk1-1/+1
2008-11-07makecontext.3: Add text on use of pointer arguments to makecontext()Michael Kerrisk1-1/+17
Passing pointer arguments to makecontext() is possible, but only on some architectures, and with no guarantees of portability. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504699 Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: Paul Evans <leonerd@leonerd.org.uk>
2008-11-07getpwnam.3: Add an EXAMPLE program for getpwnam_r()Michael Kerrisk1-0/+55
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-07getgrnam.3: Rename arguments to getgrnam_r() and getgrgid_r()Michael Kerrisk1-10/+10
s/gbuf/grp/ and s/gbufp/result/, for consistency with POSIX.1 argument names. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-07getpwnam.3: Rename arguments to getpwnam_r() and getpwuid_r()Michael Kerrisk1-10/+10
s/pwbuf/pwd/ and s/pwbufp/result/, for consistency with POSIX.1 argument names. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-07getgrnam.3: Clarify and add more detail in RETURN VALUE descriptionMichael Kerrisk1-1/+1
The page was a bit fuzzy in describing the return values for various cases. In particular, it needed to be more explicit in describing what happens for the "not found" case. This is an analogous change to the previous change for getpwnam.3, made after Andreas Henriksson's report. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504787 Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-07getpwnam.3: Clarify and add more detail in RETURN VALUE descriptionMichael Kerrisk1-5/+11
The page was a bit fuzzy in describing the return values for various cases. In particular, it needed to be more explicit in describing what happens for the "not found" case. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504787 Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: Andreas Henriksson <andreas@fatal.se>
2008-11-07getgrnam.3: Clarify RETURN VALUE descriptionMichael Kerrisk1-5/+11
The page was a bit fuzzy in describing the return values for various cases. In particular, it needed to be more explicit in describing what happens for the "not found" case. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504708 Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: Andreas Henriksson <andreas@fatal.se>
2008-11-07clock_getres.3: wfixMichael Kerrisk1-1/+1
2008-11-07clock_getres.3: srcfix: Added FIXMEMichael Kerrisk1-0/+2
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-07pthread_attr_getaffinity_np.3: Fix circular self-link referenceMichael Kerrisk1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-07pthread_getattr_np.3, pthread_tryjoin_np.3: tstampMichael Kerrisk2-2/+2
2008-11-07pthread_setschedparam.3: tfixMichael Kerrisk1-1/+1
2008-11-07pthread_attr_setschedparam.3: tfixMichael Kerrisk1-1/+1
2008-11-07pthread_attr_setschedpolicy.3: minor: s/policy/*policy/ in SYNOPSISMichael Kerrisk1-2/+2
2008-11-07pthread_attr_setschedpolicy.3: ffixMichael Kerrisk1-4/+4
2008-11-07clock_getres.3: CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID not ↵Michael Kerrisk1-1/+11
settable According to POSIX.1-2001, the CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID clocks should be settable, but currently they are not. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_setschedprio.3: New page for pthread_setschedprio(3)Michael Kerrisk1-0/+99
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_setschedparam.3: Rework text pointing to information on required ↵Michael Kerrisk1-8/+5
permissions Rework the text that refers to sched_setscheduler(2) for a description of the permissions required to change the scheduling policy and priority. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_setschedparam.3: SEE ALSO: add getrlimit(2)Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_attr_setschedpolicy.3: Add pointer to EXAMPLE in ↵Michael Kerrisk1-3/+4
pthread_setschedparam(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_attr_setschedparam.3: Add pointer to EXAMPLE in pthread_setschedparam(3)Michael Kerrisk1-3/+4
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_getschedparam.3: New link to new pthread_setschedparam.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_setschedparam.3: New page for pthread_setschedparam(3) and ↵Michael Kerrisk1-0/+440
pthread_getschedparam(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_create.3, pthread_getattr_np.3: ffix: s/'/\\(aq/Michael Kerrisk2-5/+5
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_attr_setschedpolicy.3: srcfix: Added FIXMEMichael Kerrisk1-0/+3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_setaffinity_np.3: SEE ALSO: add pthread_self(3)Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06resolver.3: Fix prototype of dn_expand()Michael Kerrisk1-2/+2
The 4th argument is "char *", not "unsigned char *". http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504708 Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: T�r�k Edwin <edwintorok@gmail.com>
2008-11-06pthread_setaffinity_np.3: SEE ALSO: add sched_getcpu(3)Michael Kerrisk1-1/+2
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_attr_getschedparam.3: New link to new pthread_attr_setschedparam.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_attr_setschedparam.3: New page for pthread_attr_setschedparam(3) and ↵Michael Kerrisk1-0/+104
pthread_attr_getschedparam(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_attr_getschedpolicy.3: New link to new pthread_attr_setschedpolicy.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_attr_setschedpolicy.3: New page for pthread_attr_setschedpolicy(3) ↵Michael Kerrisk1-0/+95
and pthread_attr_getschedpolicy(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_attr_setstacksize.3: EINVAL occurs on some systems if stacksize != ↵Michael Kerrisk1-1/+10
page-size On MacOS X at least, pthread_attr_setstacksize(3) can fail with EINVAL if 'stacksize' is not a multiple of the system page size. Best to mention this so as to aid people writing portable programs. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: Karsten Weiss <knweiss@gmail.com> == From: Karsten Weiss <knweiss@gmail.com> Date: Fri, Oct 31, 2008 at 3:46 PM Subject: pthread_create(3) - example bug + problems [...] A look in the pthread_set_stacksize man page on Mac revealed that on Mac the stack size must not only be at least PTHREAD_STACK_MIN... [...] ...but the new stack size must also be a multiple of the system page size! From pthread_attr_setstacksize(3): pthread_attr_setstacksize() will fail if: [EINVAL] Invalid value for attr. [EINVAL] stacksize is less than PTHREAD_STACK_MIN. !!! [EINVAL] stacksize is not a multiple of the system page size. See for yourself (PTHREAD_STACK_MIN==8192 on Mac OS X): $ ./pthread_test -s $((8192*10-1)) a pthread_attr_setstacksize: Invalid argument $ ./pthread_test -s $((8192*10)) a Thread 1: top of stack near 0xb0014f6c; argv_string=a Joined with thread 1; returned value was A $ ./pthread_test -s $((8192*10+1)) a pthread_attr_setstacksize: Invalid argument
2008-11-06pthread_create.3: Fix bug in EXAMPLE programKarsten Weiss1-2/+2
The bug is in this part of the code: /* Allocate memory for pthread_create() arguments */ tinfo = calloc(num_threads, num_threads); if (tinfo == NULL) errExit("calloc"); The calloc() line should read like this instead: tinfo = calloc(num_threads, sizeof(struct thread_info)); Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_attr_setaffinity_np.3, pthread_getattr_np.3, ↵Michael Kerrisk4-3/+7
pthread_setaffinity_np.3, pthread_tryjoin_np.3: Explain _np suffix Add text to CONFORMING TO explaining that the "_np" suffix is because these functions are non-portable. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: Karsten Weiss <K.Weiss@science-computing.de>
2008-11-06pthread_attr_setaffinity_np.3: Remove EFAULT, add new EINVAL errorMichael Kerrisk1-3/+6
EFAULT can't occur for these functions. EINVAL can occur for invalid 'attr' or 'cpuset' arguments. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_attr_getaffinity_np.3: New link to new pthread_attr_setaffinity_np.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_attr_setaffinity_np.3: New page for pthread_attr_setaffinity_np(3) ↵Michael Kerrisk1-0/+122
and pthread_attr_getaffinity_np(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_setaffinity_np.3: tfixMichael Kerrisk1-1/+1
2008-11-06pthread_setaffinity_np.3: minor: fix function names in EXAMPLE diagnostic ↵Michael Kerrisk1-2/+2
messages Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_setaffinity_np.3: minor: Clean up SEE ALSO listMichael Kerrisk1-4/+2
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_getaffinity_np.3: New link to new pthread_setaffinity_np.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-06pthread_setaffinity_np.3: New page for pthread_setaffinity_np(3) and ↵Michael Kerrisk1-0/+188
pthread_getaffinity_np(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-04eventfd.2, getdents.2, mprotect.2, signalfd.2, timerfd_create.2, wait.2, ↵Michael Kerrisk24-24/+24
backtrace.3, clock_getcpuclockid.3, end.3, fmemopen.3, fopencookie.3, frexp.3, getaddrinfo.3, getdate.3, getgrouplist.3, getprotoent_r.3, getservent_r.3, gnu_get_libc_version.3, inet.3, inet_pton.3, makecontext.3, matherr.3, offsetof.3, pthread_attr_init.3, pthread_create.3, pthread_getattr_np.3, sem_wait.3, strftime.3, strtok.3, strtol.3, core.5: srcfix s/\.R " "/\\\&/ as a way of getting a blank line after a .SS heading. (Suggested by Sam Varshavchik <mrsam@courier-mta.com>) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-04pthread_tryjoin_np.3: ffixSam Varshavchik1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-30pthread_exit.3: BUGS: thread group with a dead leader and stop signalsMichael Kerrisk1-1/+13
Document the bug that can occur when a stop signal is sent to a thread group whose leader has terminated. http://thread.gmane.org/gmane.linux.kernel/611611 http://marc.info/?l=linux-kernel&m=122525468300823&w=2 Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: Bert Wesarg <bert.wesarg@googlemail.com>
2008-10-29Removed trailing white space at end of linesMichael Kerrisk7-9/+9
2008-10-29timerfd_create.2, ctime.3, frexp.3, strftime.3, strtok.3, tty_ioctl.4, ↵Michael Kerrisk4-4/+4
iso_8859-7.7: tstamp
2008-10-29readdir.3: Fix text relating to DT_UNKNOWN and 'd_type' supportChristoph Hellwig1-5/+6
(This mirrors the previous change to getdents.2) Some file systems provide partial support for 'dt_type', returning DT_UNKNOWN for cases they don't support. Update the discussion of 'd_type' and DT_UNKNOWN to support this. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29getaddrinfo.3: Clarify error descriptions with some examplesMichael Kerrisk1-3/+35
Clarify the description of some errors by giving examples that produce the errors. (Text added for EAI_SERVICE and EAI_SOCKTYPE.) Also, add an error case for EAI_BADFLAGS. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: J.H.M. Dassen (Ray) <fsmla@xinara.org>
2008-10-29strcpy.3: Strengthen warning about checking against buffer overrunsJason Spiro1-5/+9
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413940 Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29getaddrinfo.3: minor: Add subheadings to EXAMPLE programsMichael Kerrisk1-10/+4
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29err.3: ffixMichael Kerrisk1-1/+3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29encrypt.3: minor: remove mention of glibc version from EXAMPLEMichael Kerrisk1-1/+1
The relevant text applies to any version of glibc, so the version number is not needed. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29div.3: ffixMichael Kerrisk1-0/+2
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29frexp.3, strftime.3, strtok.3: Global fix: relocate shell session above ↵Michael Kerrisk3-43/+46
example program Move the shell session text that demonstrates the use of the example program so that it precedes the actual example program. This makes the page consistent with the majority of other pages. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29eventfd.2, getdents.2, mprotect.2, signalfd.2, timerfd_create.2, wait.2, ↵Michael Kerrisk20-26/+40
backtrace.3, clock_getcpuclockid.3, end.3, fmemopen.3, fopencookie.3, getdate.3, getgrouplist.3, getprotoent_r.3, getservent_r.3, gnu_get_libc_version.3, inet.3, inet_pton.3, makecontext.3, matherr.3, offsetof.3, pthread_attr_init.3, pthread_create.3, pthread_getattr_np.3, sem_wait.3, strtol.3, core.5: global fix: Add ".SS Program source" to EXAMPLE Add ".SS Program source" to clearly distinguish shell session and descriptive text from actual program code. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29eventfd.2, execve.2, getdents.2, ioprio_set.2, mprotect.2, signalfd.2, ↵Michael Kerrisk24-65/+65
timerfd_create.2, wait.2, backtrace.3, clock_getcpuclockid.3, end.3, fmemopen.3, fopencookie.3, frexp.3, getdate.3, getgrouplist.3, getprotoent_r.3, getservent_r.3, gnu_get_libc_version.3, inet.3, inet_pton.3, makecontext.3, malloc.3, matherr.3, offsetof.3, pthread_attr_init.3, pthread_create.3, pthread_getattr_np.3, sem_wait.3, strftime.3, strtok.3, strtol.3, core.5, proc.5, cpuset.7, mq_overview.7: Global fix: Format user input in shell sessions in boldface Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29offsetof.3: ffixMichael Kerrisk1-3/+5
2008-10-29strtok.3: ffixMichael Kerrisk1-0/+2
2008-10-29strftime.3: ffixMichael Kerrisk1-0/+2
2008-10-29fmemopen.3: ffixMichael Kerrisk1-0/+4
2008-10-29pthread_attr_setstacksize.3: wfix: ↵Michael Kerrisk1-1/+1
s/pthread_attr_setscope/pthread_attr_setstacksize/ Reported-by: Stefan Puiu <stefan.puiu@gmail.com>
2008-10-29pthread_attr_setstack.3: wfix: s/pthread_attr_setscope/pthread_attr_setstack/Michael Kerrisk1-1/+1
Reported-by: Stefan Puiu <stefan.puiu@gmail.com>
2008-10-29dlopen.3: LD_LIBRARY_PATH is inspected once, at program start-upMichael Kerrisk1-3/+3
Make it clear that LD_LIBRARY_PATH is inspected *once*, at program start-up. (Verified from source and by experiment.) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: Michael B. Trausch <mike@trausch.us>
2008-10-29pthread_join.3: wfix: s/unpredictable/undefined/Michael Kerrisk1-1/+1
Reported-by: Bert Wesarg <bert.wesarg@googlemail.com>
2008-10-29pthread_detach.3: wfixMichael Kerrisk1-1/+1
Reported-by: Bert Wesarg <bert.wesarg@googlemail.com>
2008-10-29pthread_join.3: SEE ALSO: Add pthread_tryjoin_np(3)Michael Kerrisk1-1/+2
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_timedjoin_np.3: New link to new pthread_tryjoin_np.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_tryjoin_np.3: New page for pthread_tryjoin_np(3) and ↵Michael Kerrisk1-0/+135
pthread_timedjoin_np(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_join.3: EINVAL also occurs if there is already a joining threadMichael Kerrisk1-2/+4
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_attr_getscope.3: New link to new pthread_attr_setscope.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_attr_setscope.3: New page for pthread_attr_setscope(3) and ↵Michael Kerrisk1-0/+124
pthread_attr_getscope(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_attr_getdetachstate.3: New link to new pthread_attr_setdetachstate.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_attr_setdetachstate.3: New page for pthread_attr_setdetachstate(3) ↵Michael Kerrisk1-0/+113
and pthread_attr_getdetachstate(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_attr_getstackaddr.3: New link to new pthread_attr_setstackaddr.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_attr_setstackaddr.3: New page for pthread_attr_setstackaddr(3) and ↵Michael Kerrisk1-0/+112
pthread_attr_getstackaddr(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_attr_getstack.3: New link to new pthread_attr_setstack.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_attr_setstack.3: spfixMichael Kerrisk1-1/+1
2008-10-29pthread_attr_setstack.3: New page for pthread_attr_setstack(3) and ↵Michael Kerrisk1-0/+161
pthread_attr_getstack(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_attr_getguardsize.3: New link to new pthread_attr_setguardsize.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_attr_setguardsize.3: New page for pthread_attr_setguardsize(3) and ↵Michael Kerrisk1-0/+162
pthread_attr_getguardsize(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_attr_getstacksize.3: New link to new pthread_attr_setstacksize.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_attr_setstacksize.3: New page for pthread_attr_setstacksize(3) and ↵Michael Kerrisk1-0/+105
pthread_attr_getstacksize(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_getattr_np.3: New page for pthread_getattr_np(3)Michael Kerrisk1-0/+353
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_attr_destroy.3: New link to new pthread_attr_init.3Michael Kerrisk1-0/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_attr_init.3: New page for pthread_attr_init(3) and ↵Michael Kerrisk1-0/+308
pthread_attr_destroy(3) Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_detach.3: New page for pthread_detach(3)Michael Kerrisk1-0/+99
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_join.3: New page for pthread_join(3)Michael Kerrisk1-0/+126
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_equal.3: New page for pthread_equal(3)Michael Kerrisk1-0/+56
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_self.3: New page for pthread_self(3)Michael Kerrisk1-0/+76
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_create.3: minor: three small fixesMichael Kerrisk1-2/+3
Bert Wesarg <bert.wesarg@googlemail.com>
2008-10-29pthread_exit.3: wfix: s/value_ptr/retval/Michael Kerrisk1-1/+1
Reported-by: Bert Wesarg <bert.wesarg@googlemail.com>
2008-10-29pthread_exit.3: New page describing pthread_exit(3)Michael Kerrisk1-0/+93
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29pthread_create.3: New page describing pthread_create(3)Michael Kerrisk1-0/+376
Let's start filling the big, longstanding gap for documentation of Linux's implementation(s) of POSIX threads. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29gethostbyname.3: Rationalize text on POSIX.1-2001 obsolete interfacesMichael Kerrisk1-14/+7
POSIX.1 marks gethostbyname(), gethostbyaddr(), and 'h_errno' as obsolete. The man page explained this, but with some duplication. Remove the duplication, and otherwise tidy up discussion of this point. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29ctime.3: ctime_r() and localtime_r() need not set 'timezone' and 'daylight'Michael Kerrisk1-3/+4
The man page already noted that these functions need not set 'tzname', but things could be clearer: it tzset() is not called, then the other two variables also are not set. Also, clarify that ctime() does set 'timezone' and 'daylight'. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29strftime.3: srcfix: Added FIXMEMichael Kerrisk1-0/+2
2008-10-29stat.2, tsearch.3, tzset.3: wfix: s/SysV/System V/Michael Kerrisk2-2/+2
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29raise.3: SEE ALSO: add pthread_kill(3)Michael Kerrisk1-1/+2
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-29getaddrinfo.3: srcfix: add FIXMEMichael Kerrisk1-0/+2
2008-10-12fopen.3: minor: Add pointer to glibc 'mode' extensionsMichael Kerrisk1-1/+4
Add a sentence in DESCRIPTION pointing reader to NOTES for discussion of glibc extensions for 'mode'. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-12fopen.3: srcfix: remove unneeded FIXMEMichael Kerrisk1-4/+0
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-12popen.3: Change one-line description in NAMEMichael Kerrisk1-1/+1
s%process I/O%pipe stream to or from a process% Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-12popen.3: wfix: tweak just added text for 'e' flagMichael Kerrisk1-5/+4
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-12popen.3: Document 'e' (close-on-exec) flagMichael Kerrisk1-5/+15
glibc 2.9 implements the 'e' flag in 'type', which sets the close-on-exec flag on the underlying file descriptor. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-12popen.3: wfix: rework sentence describing 'type' argumentMichael Kerrisk1-3/+3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-12fmemopen.3: wfixMichael Kerrisk1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-12fmemopen.3: wfixMichael Kerrisk1-3/+4
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-12fmemopen.3: Document binary mode (mode 'b')Michael Kerrisk1-1/+10
Glibc 2.9 adds support to fmemopen() for binary mode opens. Binary mode is specified by inclusion of the letter 'b' in the 'mode' argument. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-07Removed trailing white space at end of linesMichael Kerrisk1-1/+1
2008-10-06tstampMichael Kerrisk1-1/+1
2008-10-06tstampMichael Kerrisk3-3/+3
2008-10-05getcwd.3: wfix (remove duplicate word)Michael Kerrisk1-1/+1
2008-09-29readdir.3: SEE ALSO: add getdents(2)Michael Kerrisk1-0/+1
Because readdir() is implemented on top of getdents(2). Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-09-29getdents.2, readdir.3: d_type is currently only supported on ext[234]Michael Kerrisk1-2/+11
As at kernel 2.6.27, only ext[234] support d_type. On other file systems, d_type is always set to DT_UNKNOWN (0). Reported-by: Ricardo Catalinas Jim�nez <jimenezrick@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-09-29fma.3: Add some source code comments explaining two domain error cases.Michael Kerrisk1-0/+6
Two of the "domain error" cases described on this page are treated in the same way on Linux, but POSIX.1 specifies some optional differences for the two cases. Make life easier for future page reviewers/editors by adding some comments explaining that POSIX.1-2001 distinguishes the two cases. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com> Reported-by: Nicolas Fran�ois <nicolas.francois@centraliens.net>
2008-09-29wfixNicolas Fran�ois1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-09-29nextafter.3: Make description more precise: s/next/largest/Nicolas Fran�ois1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-09-29floor.3: Fix error in description: s/smallest/largest/Nicolas Fran�ois1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-09-29ffixNicolas Fran�ois1-1/+5
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>