linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/20] More prototype fixes
@ 2014-05-19 23:02 Rasmus Villemoes
       [not found] ` <1400540546-25578-1-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
  0 siblings, 1 reply; 46+ messages in thread
From: Rasmus Villemoes @ 2014-05-19 23:02 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Rasmus Villemoes

The previously mentioned perl script can also be applied to the man3
pages. This round of patches comes mostly from applying it to
man3/[a-g].*, but I've also included other stuff I've stumbled across.

The perl script itself follows soon.

Rasmus Villemoes (20):
  open.2: spfix
  set_mempolicy.2: Fix prototype for set_mempolicy(2)
  remap_file_pages.2: Fix prototype
  swapon.2: remove header from synopsis
  a64l.3: fix prototype for a64l()
  argz_*: Fix prototypes
  adjtime.3: add required header
  bstring.3: Fix prototypes
  dl_iterate_phdr.3: tfix
  inet_net_pton.3: srcfix, cfix
  envz_add.3: fix prototypes
  fpathconf.3: fix prototype
  fseek.3: fix prototype
  gcvt.3: fix prototype
  getaddrinfo_a.3: fix prototype
  getnameinfo.3: fix prototype
  getrpcent.3: fix prototype
  getspnam.3: fix prototype
  getutent.3: fix prototypes
  getrpcport.3: add #include and fix prototype

 man2/open.2             | 2 +-
 man2/remap_file_pages.2 | 2 +-
 man2/set_mempolicy.2    | 4 ++--
 man2/swapon.2           | 2 --
 man3/a64l.3             | 2 +-
 man3/adjtime.3          | 2 ++
 man3/argz_add.3         | 6 +++---
 man3/bstring.3          | 6 +++---
 man3/dl_iterate_phdr.3  | 4 ++--
 man3/envz_add.3         | 4 ++--
 man3/fpathconf.3        | 2 +-
 man3/fseek.3            | 2 +-
 man3/gcvt.3             | 2 +-
 man3/getaddrinfo_a.3    | 4 ++--
 man3/getnameinfo.3      | 4 ++--
 man3/getrpcent.3        | 2 +-
 man3/getrpcport.3       | 6 ++++--
 man3/getspnam.3         | 2 +-
 man3/getutent.3         | 6 +++---
 man3/inet_net_pton.3    | 5 ++---
 20 files changed, 35 insertions(+), 34 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] 46+ messages in thread

end of thread, other threads:[~2014-05-20  7:13 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-19 23:02 [PATCH 00/20] More prototype fixes Rasmus Villemoes
     [not found] ` <1400540546-25578-1-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-19 23:02   ` [PATCH 01/20] open.2: spfix Rasmus Villemoes
     [not found]     ` <1400540546-25578-2-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  5:16       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 02/20] set_mempolicy.2: Fix prototype for set_mempolicy(2) Rasmus Villemoes
     [not found]     ` <1400540546-25578-3-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  5:16       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 03/20] remap_file_pages.2: Fix prototype Rasmus Villemoes
     [not found]     ` <1400540546-25578-4-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  5:16       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 04/20] swapon.2: remove header from synopsis Rasmus Villemoes
     [not found]     ` <1400540546-25578-5-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  6:59       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 05/20] a64l.3: fix prototype for a64l() Rasmus Villemoes
     [not found]     ` <1400540546-25578-6-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  5:16       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 06/20] argz_*: Fix prototypes Rasmus Villemoes
     [not found]     ` <1400540546-25578-7-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  5:16       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 07/20] adjtime.3: add required header Rasmus Villemoes
     [not found]     ` <1400540546-25578-8-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  5:16       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 08/20] bstring.3: Fix prototypes Rasmus Villemoes
     [not found]     ` <1400540546-25578-9-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  5:16       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 09/20] dl_iterate_phdr.3: tfix Rasmus Villemoes
     [not found]     ` <1400540546-25578-10-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  5:16       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 10/20] inet_net_pton.3: srcfix, cfix Rasmus Villemoes
     [not found]     ` <1400540546-25578-11-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  7:01       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 11/20] envz_add.3: fix prototypes Rasmus Villemoes
     [not found]     ` <1400540546-25578-12-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  5:19       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 12/20] fpathconf.3: fix prototype Rasmus Villemoes
     [not found]     ` <1400540546-25578-13-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  5:19       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 13/20] fseek.3: " Rasmus Villemoes
     [not found]     ` <1400540546-25578-14-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  6:05       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 14/20] gcvt.3: " Rasmus Villemoes
     [not found]     ` <1400540546-25578-15-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  6:03       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 15/20] getaddrinfo_a.3: " Rasmus Villemoes
     [not found]     ` <1400540546-25578-16-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  6:07       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 16/20] getnameinfo.3: " Rasmus Villemoes
     [not found]     ` <1400540546-25578-17-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  7:02       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 17/20] getrpcent.3: " Rasmus Villemoes
     [not found]     ` <1400540546-25578-18-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  6:20       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 18/20] getspnam.3: " Rasmus Villemoes
     [not found]     ` <1400540546-25578-19-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  6:35       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 19/20] getutent.3: fix prototypes Rasmus Villemoes
     [not found]     ` <1400540546-25578-20-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  6:36       ` Michael Kerrisk (man-pages)
2014-05-19 23:02   ` [PATCH 20/20] getrpcport.3: add #include and fix prototype Rasmus Villemoes
     [not found]     ` <1400540546-25578-21-git-send-email-rv-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  6:45       ` Michael Kerrisk (man-pages)
2014-05-19 23:58   ` [PATCH 00/20] More prototype fixes Rasmus Villemoes
     [not found]     ` <87a9aduxqt.fsf-qQsb+v5E8BnlAoU/VqSP6n9LOBIZ5rWg@public.gmane.org>
2014-05-20  7:05       ` Michael Kerrisk (man-pages)
2014-05-20  5:15   ` Michael Kerrisk (man-pages)
2014-05-20  7:09   ` Michael Kerrisk (man-pages)
     [not found]     ` <537AFFA5.2000505-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-05-20  7:13       ` 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).