On 04/30/2014 09:42 PM, Rasmus Villemoes wrote: > With the help of a perl script (which will be sent separately once > it's no longer as embarrassing as it is currently), I checked the > man2-pages for consistency with the actual installed headers. Great stuff, Rasmus. Who knows, that script might be handy again one day, if you want to polish it up. All of the patches look correct to me, and I've applied. In a few cases, the errors came about because glibc has changed the prototypes (in the distant past). Thanks for the patches! Cheers, Michael > Rasmus Villemoes (10): > Fix return type of readlinkat() > Fix prototype for stime() > Fix prototypes for semop() and semtimedop() > Fix prototypes for [sg]etpriority() > Fix prototype for sched_setaffinity() > Add <sys/types.h> to synopsis of get_robust_list() > Fix prototype for mbind(2) > Add <signal.h> to synopsis for ppoll() > Fix prototype for set_mempolicy(2) > Fix prototype for syscall(2) > > man2/get_robust_list.2 | 1 + > man2/getpriority.2 | 4 ++-- > man2/mbind.2 | 6 +++--- > man2/poll.2 | 1 + > man2/readlink.2 | 4 ++-- > man2/sched_setaffinity.2 | 2 +- > man2/semop.2 | 6 +++--- > man2/set_mempolicy.2 | 4 ++-- > man2/stime.2 | 2 +- > man2/syscall.2 | 2 +- > 10 files changed, 17 insertions(+), 15 deletions(-) > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html