I've uploaded man-pages-3.14 into the release directory (or view the online pages). Notable changes in man-pages-3.14 are:
- A new CPU_SET(3) page documents the CPU_* macros used for manipulating CPU sets (the cpu_set_t data structure used by sched_setaffinity(2), pthread_attr_setaffinity_np(3), and pthread_setaffinity_np(3)).
- More man pages for POSIX threads library functions: 5 new pages documenting 8 functions
- pthread_attr_setinheritsched(3) (includes documentation of pthread_attr_getinheritsched())
- pthread_cancel(3)
- pthread_cleanup_push(3) (includes documentation of pthread_cleanup_pop())
- pthread_setcancelstate(3) (includes documentation of pthread_setcanceltype())
- pthread_testcancel(3)
- clone(2) adds documentation of the CLONE_NEWNET, CLONE_NEWUTS, CLONE_NEWPID, and CLONE_IPC flags.
- mmap(2) adds documentation of the MAP_STACK flag.
- arp(7) adds documentation of a few preously undocumented /proc files.
- icmp(7) adds documentation of a few previously undocumented /proc files.
- tcp(7) adds documentation of many previously undocumented /proc files.
- udp(7) adds documentation of a few previously undocumented /proc files.
- pthreads(7) adds lists of functions that POSIX.1 specifies are and may be cancellation points.