summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-07iso_8859-13.7: Fix coding system tag.HEADmasterJames Cloos1-1/+1
Groff’s preconv(1) uses the coding tag to guess the file’s encoding. Otherwise, groff(1) generates bogus output from this file. Signed-off-by: James Cloos <cloos@jhcloos.com>
2013-09-06standards.7: Add mention of SUSv4-TC1 (POSIX.1-2013)Michael Kerrisk1-1/+6
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-05ptrace.2, setns.2, glob.7, ld.so.8: ffix: hyphen-used-as-minus-signSimon Paillard4-5/+5
See http://lintian.debian.org/tags/hyphen-used-as-minus-sign.html Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-05clock_getres.2: Note circumstances in which "SMP" note applies.Michael Kerrisk1-4/+14
Reported-by: Rodrigo Campos <rodrigo@sdfg.com.ar> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04clock_getres.2: Add kernel version for CLOCK_*_CPUTIME_IDMichael Kerrisk1-2/+2
CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID appeared in 2.6.12. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04proc.5: wfixMichael Kerrisk1-2/+2
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04proc.5: Note block size used by /proc/partitionsMichael Kerrisk1-1/+1
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666972 Reported-by: A. Costa <agcosta@gis.net> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04wait.2: Add details on the fifth argument provided by raw waitid() system callMichael Kerrisk1-1/+15
See https://bugzilla.kernel.org/show_bug.cgi?id=60744 Reported-by: Hannes Landeholm <hannes@jumpstarter.io> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04wavelan.4: This driver disappeared in 2.56.35Michael Kerrisk1-1/+4
Reported-by: Elie De Brauwer <eliedebrauwer@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04clock_getres.2: Add VERSIONS sectionMichael Kerrisk1-1/+3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04sigwaitinfo.2: Clarify wording of 'timeout' as a "minimum" intervalMichael Kerrisk1-2/+2
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04poll.2: Clarify wording of 'timeout' as a "minimum" intervalMichael Kerrisk1-5/+5
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04futex.2: The 'timeout' can be rounded upwards by clock granularity and also ↵Michael Kerrisk1-3/+8
overrun Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04epoll_wait.2: ffixMichael Kerrisk1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04select.2: Clarify wording of 'timeout' as a "minimum" intervalMichael Kerrisk1-4/+4
Reported-by: G.raud <graud@gmx.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04proc.5: /proc/sys/fs/inode-max went away in Linux 2.4Michael Kerrisk1-16/+13
Also, the 'preshrink' field in /proc/sys/fs/inode-state became a dummy value in Linux 2.4. See https://bugzilla.kernel.org/show_bug.cgi?id=60836 Reported-by: Marko Myllynen <myllynen@redhat.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04proc.5: Minor wording changes in introductory paragraphMichael Kerrisk1-3/+3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04printf.3: srcfixMichael Kerrisk1-2/+2
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04printf.3: Correctly describe the meaning of a negative precisionChristopher Hall1-3/+4
The printf(3) manpage says that a negative precision is taken to be zero, whereas printf(3p) says that a negative precision is taken as if the precision were omitted. glibc agrees with the latter (POSIX) specification. Test code: printf("%f\n",42.0); // "42.000000" printf("%.*f\n",0,42.0); // "42" printf("%.*f\n",-1,42.0); // "42.000000" This patch corrects the explanation to match what actually happens. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04gethostbyname.3: gai_strerror() is the modern replacement for herror() and ↵Michael Kerrisk1-4/+7
hstrerror() Reported-by: Jon Grant <jg@jguk.org> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04gethostbyname.3: Add feature test macro requirements for errnoMichael Kerrisk1-1/+12
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04gethostbyname.3: Update feature test macro requirements for herror() and ↵Michael Kerrisk1-1/+4
hstrerror() Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04ptrace.2: ffixDavid Prévot1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04ptrace.2: pfixDavid Prévot1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04mmap2.2: wfixMichael Kerrisk1-1/+1
Reported-by: Magnus Reftel <magnus.reftel@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04strdup.3: tfix in feature test macro requirementsAndreas Wiese1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04perf_event_open.2: ffixDavid Prévot1-4/+6
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-04posix_memalign.3: 'errno" is indeterminate after a call to posix_memalign()Michael Kerrisk1-3/+4
Reported-by: Will Newton <will.newton@linaro.org> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-02posix_memalign.3: Clarify wording on "return value" when size==0Michael Kerrisk1-2/+3
Reported-by: Will Newton <will.newton@linaro.org> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-02linkat.2: tfixD. Barbier1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-02open.2: Add EINVAL to errors listDoug Goldstein1-0/+7
EINVAL can be returned by open(2) when the underlying filesystem doesn't support O_DIRECT. It is documented in the NOTES section but this patch adds it to the list of possible errors. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-02telldir.3: ATTRIBUTES: Note function that is thread-safePeng Haitao1-1/+6
The function telldir() is thread safe. Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-02rewinddir.3: ATTRIBUTES: Note function that is thread-safePeng Haitao1-1/+6
The function rewinddir() is thread safe. Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-02nextafter.3: wfixPeng Haitao1-3/+9
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-02nextafter.3: ATTRIBUTES: Note functions that are thread-safePeng Haitao1-1/+12
The functions nextafter(), nextafterf(), nextafterl(), nexttoward(), nexttowardf() and nexttowardl() are thread safe. Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-02sigaction.2: tfixZdenek Pavlas1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-02rint.3: wfixPeng Haitao1-2/+8
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-02rint.3: ATTRIBUTES: Note functions that are thread-safePeng Haitao1-1/+12
The functions nearbyint(), nearbyintf(), nearbyintl(), rint(), rintf() and rintl() are thread safe. Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-02mbsinit.3: ATTRIBUTES: Note function that is thread-safePeng Haitao1-1/+6
The function mbsinit() is thread safe. Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-09-02lround.3: ATTRIBUTES: Note functions that are thread-safePeng Haitao1-1/+12
The functions lround(), lroundf(), lroundl(), llround(), llroundf() and llroundl() are thread safe. Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-08-24feature_test_macros.7: tfixMichael Kerrisk1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-08-22lrint.3: ATTRIBUTES: Note functions that are thread-safePeng Haitao1-1/+12
The functions lrint(), lrintf(), lrintl(), llrint(), llrintf(), and llrintl() are thread safe. Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-08-22lseek64.3: ATTRIBUTES: Note function that is thread-safePeng Haitao1-1/+6
The function lseek64() is thread safe. Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-08-22ldexp.3: ATTRIBUTES: Note functions that are thread-safePeng Haitao1-1/+9
The functions ldexp(), ldexpf() and ldexpl() are thread safe. Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-08-22fstatat.2: wfixSimon Paillard1-1/+0
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-08-19clock.3: clock() switched from using times(2) to clock_gettime() in glibc 2.18Michael Kerrisk1-1/+12
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-08-09dir_colors.5: Add various synonymsMichael Kerrisk1-1/+38
See http://bugs.debian.org/553477 Reported-by: Stas <stas.grumbler@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-08-09dir_colors.5: Add keywords SUID, SGID, STICKY, STICKY_OTHER_WRITABLE, ↵Simon Paillard1-0/+15
OTHER_WRITABLE See http://bugs.debian.org/553477 See ls.c and dircolors.c in coreutils Reported-by: Stas <stas.grumbler@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-08-09dir_colors.5: wfixMichael Kerrisk1-1/+1
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2013-08-09ip.7: IP_MULTICAST_IF setsockopt recognizes struct mreq (compatibility)Simon Paillard1-0/+3
Kernel added compatibility only recently in 3a084ddb4bf299a6e898a9a07c89f3917f0713f7 See: http://bugs.debian.org/607979 Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>