linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Fix various inconsistencies
@ 2014-04-30 19:42 Rasmus Villemoes
       [not found] ` <1398886962-10633-1-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
  0 siblings, 1 reply; 22+ messages in thread
From: Rasmus Villemoes @ 2014-04-30 19:42 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Rasmus Villemoes

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.

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(-)

-- 
1.9.2

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2014-05-08  9:44 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-30 19:42 [PATCH 00/10] Fix various inconsistencies Rasmus Villemoes
     [not found] ` <1398886962-10633-1-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-04-30 19:42   ` [PATCH 01/10] Fix return type of readlinkat() Rasmus Villemoes
     [not found]     ` <1398886962-10633-2-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-08  9:43       ` Michael Kerrisk (man-pages)
2014-04-30 19:42   ` [PATCH 02/10] Fix prototype for stime() Rasmus Villemoes
     [not found]     ` <1398886962-10633-3-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-08  9:43       ` Michael Kerrisk (man-pages)
2014-04-30 19:42   ` [PATCH 03/10] Fix prototypes for semop() and semtimedop() Rasmus Villemoes
     [not found]     ` <1398886962-10633-4-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-08  9:44       ` Michael Kerrisk (man-pages)
2014-04-30 19:42   ` [PATCH 04/10] Fix prototypes for [sg]etpriority() Rasmus Villemoes
     [not found]     ` <1398886962-10633-5-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-08  9:44       ` Michael Kerrisk (man-pages)
2014-04-30 19:42   ` [PATCH 05/10] Fix prototype for sched_setaffinity() Rasmus Villemoes
     [not found]     ` <1398886962-10633-6-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-08  9:44       ` Michael Kerrisk (man-pages)
2014-04-30 19:42   ` [PATCH 06/10] Add <sys/types.h> to synopsis of get_robust_list() Rasmus Villemoes
     [not found]     ` <1398886962-10633-7-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-08  9:44       ` Michael Kerrisk (man-pages)
2014-04-30 19:42   ` [PATCH 07/10] Fix prototype for mbind(2) Rasmus Villemoes
     [not found]     ` <1398886962-10633-8-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-08  9:44       ` Michael Kerrisk (man-pages)
2014-04-30 19:42   ` [PATCH 08/10] Add <signal.h> to synopsis for ppoll() Rasmus Villemoes
     [not found]     ` <1398886962-10633-9-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-08  9:44       ` Michael Kerrisk (man-pages)
2014-04-30 19:42   ` [PATCH 09/10] Fix prototype for set_mempolicy(2) Rasmus Villemoes
     [not found]     ` <1398886962-10633-10-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-08  9:44       ` Michael Kerrisk (man-pages)
2014-04-30 19:42   ` [PATCH 10/10] Fix prototype for syscall(2) Rasmus Villemoes
     [not found]     ` <1398886962-10633-11-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-08  9:44       ` Michael Kerrisk (man-pages)
2014-05-08  9:43   ` [PATCH 00/10] Fix various inconsistencies Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).