Commit Graph

7511 Commits

Author SHA1 Message Date
Michael Kerrisk ba78c947f0 futimesat.2: PROTOTYPE: Correct header file and feature test macro requirements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-25 07:19:45 +13:00
Michael Kerrisk ea4282fa86 fcntl.2: wfix: /proc/sys/fs/pipe-size-max ==> /proc/sys/fs/pipe-max-size
Reported-by: Matthew Gregan <kinetik@flim.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-25 06:51:50 +13:00
Michael Kerrisk 567e764a80 tzset.3: Add some clarifying remarks to discussion of Julian day formats
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-25 06:51:50 +13:00
Peter Schiffer 5a554f8e52 tzset.3: Correct description for Julian 'n' date format
The Julian 'n' date format counts atrting from 0, not 1.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-25 06:51:31 +13:00
Kirill Brilliantov 79fdc31353 rtnetlink.3: Fix example code, rta_len assignment should use RTA_LENGTH()
See also http://bugs.debian.org/655088

Reported-by: Sergei Zhirikov <sfzhi@yahoo.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-24 13:09:01 +13:00
Michael Kerrisk be02e49f7c open.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-24 13:05:14 +13:00
David Prévot a5c725cfd3 ptrace.2: ffix and tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-24 13:05:14 +13:00
Akihiro MOTOKI a9d8228059 elf.5: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-24 11:59:07 +13:00
Denis Barbier 7755958ab2 mallopt.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-24 11:59:07 +13:00
Beňas Petr f16b669665 get_nprocs.3: Link to new get_nprocs_conf.3 page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-24 11:59:07 +13:00
Michael Kerrisk ebae66ebbc get_nprocs_conf.3: Some additions and improvements
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-24 11:59:07 +13:00
Beňas Petr f9d28c3486 get_nprocs_conf.3: New page documenting get_nprocs_conf(3) and get_nprocs(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-24 11:59:07 +13:00
Michael Kerrisk 8f318249c6 ptrace.2: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-24 11:59:07 +13:00
Denys Vlasenko b16d33ef72 ptrace.2: Document PTRACE_GETEVENTMSG for PTRACE_EVENT_EXEC
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-24 11:59:07 +13:00
Michael Kerrisk 0597933fb0 syscalls.2: Remove unimplemented system calls from main syscall list
The unimplemented system calls are in any case noted lower down
in the page. Also: rearrange the text describing the unimplemented
system calls.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>

syscalls.2: fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-24 11:58:59 +13:00
Michael Kerrisk 1d3dc33c72 syscalls.2: Add process_vm_readv(2) and process_vm_writev(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-23 14:20:26 +13:00
Michael Kerrisk 13f66890a4 syscalls.2: Note a few system calls that were removed in Linux 2.6
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-23 14:09:47 +13:00
Michael Kerrisk 8f804f14cb posix_memalign.3: Document aligned_alloc(3)
aligned_alloc() is new in C11.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-23 06:47:43 +13:00
Michael Kerrisk 8df050d258 aligned_alloc.3: New link to posix_memalign.3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-23 06:36:15 +13:00
Michael Kerrisk 01657408e1 posix_memalign.3: Rename memalign() argument
Rename "boundary" to "alignment" for consistency
with posix_memalign().

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-23 06:28:21 +13:00
Michael Kerrisk 5a789d8fff fopen.3: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-23 06:07:52 +13:00
Michael Kerrisk cdd5cd1668 pvalloc.3: New link to posix_memalign.3
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-23 05:39:36 +13:00
Michael Kerrisk 59b0228748 posix_memalign.3: Document pvalloc(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-23 05:39:19 +13:00
Michael Kerrisk c36b993251 posix_memalign.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-23 05:25:25 +13:00
Michael Kerrisk 287cdf88dc posix_memalign.3: Improve discussion of feature test macros and header files for valloc(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-23 05:20:12 +13:00
Michael Kerrisk a87607d4ff malloc.3: SEE ALSO: add malloc_get_state(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-22 22:55:40 +13:00
Michael Kerrisk 7e46bb223d malloc_set_state.3: Link to new malloc_get_state.3 page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-22 22:55:40 +13:00
Michael Kerrisk 0669cc5f80 malloc_get_state.3: New page documenting malloc_get_state(3) and malloc_set_state(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-22 22:55:40 +13:00
Bjarni Ingi Gislason a92d3bb413 keyctl.2: Strip trailing tabs from source line
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664688

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-21 06:54:30 +13:00
Michael Kerrisk 323c59bbc9 malloc.3: Replace discussion of MALLOC_CHECK_ with pointer to mallopt(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-21 06:54:30 +13:00
Michael Kerrisk 675bd73818 mallopt.3: New man page for mallopt(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-21 06:54:29 +13:00
Nix 46d7906b34 sigqueue.3: Remove rt_sigqueueinfo from TH line
rt_sigqueueinfo() now has its own manual page, so should not
be listed in the .TH line of this page.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-21 06:54:29 +13:00
Denis Barbier 608dce1fcd ld.so.8: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-21 06:54:29 +13:00
Mark R Bannister ce9cddd439 scandir.3: SEE ALSO: Add scandirat(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-21 06:54:22 +13:00
Mark R Bannister 3229c63853 scandirat.3: New page for scandirat(3) (new in glibc 2.15)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-20 07:55:01 +13:00
Michael Kerrisk a17e05c5e0 ptrace.2: Minor fixes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-20 07:45:58 +13:00
Denys Vlasenko f098951d39 ptrace.2: Various fixes to recent updates of this page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-20 07:45:53 +13:00
David Prévot 381ee84e1a fallocate.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-20 07:44:29 +13:00
David Prévot a9aa137a47 getent.1: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-20 07:44:24 +13:00
Michael Kerrisk c196e48536 mtrace.3: Complete rewrite of page, adding much more detail
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-20 07:07:33 +13:00
Michael Kerrisk a2dd4e4122 malloc.3: SEE ALSO: Add mtrace(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-20 07:05:32 +13:00
Michael Kerrisk 10968d61b8 tcp.7: Correct RFC for TIME_WAIT assassination hazards
Reported-by: Artyom Pervukhin <artyom@evasive.ru>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-20 06:18:13 +13:00
Michael Kerrisk e489d79586 malloc.3: srcfix (add pointers to articles describing malloc implementation)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-19 08:37:27 +13:00
Michael Kerrisk c34547e4f4 malloc.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-17 03:40:50 +13:00
Michael Kerrisk 01b844cc10 rt_sigqueueinfo.2, iswctype.3, longjmp.3: Minor fix: add Section number to page xref
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-13 04:58:10 +13:00
Michael Kerrisk 02cb2646e0 rt_sigqueueinfo.2: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-13 04:46:10 +13:00
Michael Kerrisk c90561d7bb rt_sigqueueinfo.2: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-13 04:45:27 +13:00
Michael Kerrisk 3ba9126c04 rt_sigqueueinfo.2: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-13 04:44:55 +13:00
Michael Kerrisk 6030f2d859 add_key.2, keyctl.2, request_key.2, offsetof.3, pthread_attr_init.3, 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_attr_setscope.3, pthread_attr_setstackaddr.3, pthread_attr_setstacksize.3, pthread_cancel.3, pthread_cleanup_push.3, pthread_cleanup_push_defer_np.3, pthread_equal.3, pthread_exit.3, pthread_getattr_np.3, pthread_getcpuclockid.3, pthread_self.3, pthread_setaffinity_np.3, pthread_setcancelstate.3, pthread_setconcurrency.3, pthread_setschedparam.3, pthread_setschedprio.3, pthread_testcancel.3: Global formatting fix: balance .nf/.fi pairs
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-13 04:37:22 +13:00
Michael Kerrisk c9f2ff9d7e _exit.2, chmod.2, abs.3, cbrt.3, mkdtemp.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2012-03-13 04:22:05 +13:00