public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
From: Kir Kolyshkin <kolyshkin@gmail.com>
To: Alejandro Colomar <alx@kernel.org>
Cc: Kir Kolyshkin <kolyshkin@gmail.com>, linux-man@vger.kernel.org
Subject: [PATCH 00/16] man2: fix wrong/non-existent section references
Date: Mon, 17 Jun 2024 16:10:12 -0700	[thread overview]
Message-ID: <20240617231035.1766780-1-kolyshkin@gmail.com> (raw)

Commit 4131356cd ("man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY:
Reorganize sections") results in many wrong section references.

This patch series tries to fix some of these issues in man2 section
which I was able to find.

*** BLURB HERE ***

Kir Kolyshkin (16):
  cacheflush.2: fix section reference
  clone.2: fix wrong section reference
  execve.2: fix wrong section reference
  gethostname.2: fix section reference
  getpriority.2: move info from NOTES to HISTORY
  gettimeofday.2: fix wrong section reference
  ioperm.2: fix wrong section reference
  kill.2: fix wrong section reference
  mkdir.2: fix wrong section reference
  mmap.2: fix wrong section reference
  nice.2: fix wrong section reference
  open.2: fix wrong section reference
  readdir.2: fix wrong section reference
  semctl.2: fix wrong section reference
  uname.2: fix wrong section reference
  wait.2: fix wrong section reference

 man/man2/cacheflush.2   |  2 +-
 man/man2/clone.2        |  2 +-
 man/man2/execve.2       |  2 +-
 man/man2/gethostname.2  |  2 +-
 man/man2/getpriority.2  | 32 ++++++++++++++++----------------
 man/man2/gettimeofday.2 |  2 +-
 man/man2/ioperm.2       |  2 +-
 man/man2/kill.2         |  2 +-
 man/man2/mkdir.2        |  2 +-
 man/man2/mmap.2         |  2 +-
 man/man2/nice.2         |  2 +-
 man/man2/open.2         |  4 ++--
 man/man2/readdir.2      |  2 +-
 man/man2/semctl.2       |  2 +-
 man/man2/uname.2        |  2 +-
 man/man2/wait.2         |  2 +-
 16 files changed, 32 insertions(+), 32 deletions(-)

-- 
2.45.2


             reply	other threads:[~2024-06-17 23:10 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-17 23:10 Kir Kolyshkin [this message]
2024-06-17 23:10 ` [PATCH 01/16] cacheflush.2: fix section reference Kir Kolyshkin
2024-06-17 23:10 ` [PATCH 02/16] clone.2: fix wrong " Kir Kolyshkin
2024-06-17 23:10 ` [PATCH 03/16] execve.2: " Kir Kolyshkin
2024-06-17 23:10 ` [PATCH 04/16] gethostname.2: fix " Kir Kolyshkin
2024-06-17 23:10 ` [PATCH 05/16] getpriority.2: move info from NOTES to HISTORY Kir Kolyshkin
2024-06-17 23:10 ` [PATCH 06/16] gettimeofday.2: fix wrong section reference Kir Kolyshkin
2024-06-17 23:10 ` [PATCH 07/16] ioperm.2: " Kir Kolyshkin
2024-06-18 13:32   ` Alejandro Colomar
2024-06-18 17:35     ` [PATCH v2 " Kir Kolyshkin
2024-06-18 18:49       ` Alejandro Colomar
2024-06-17 23:10 ` [PATCH 08/16] kill.2: " Kir Kolyshkin
2024-06-17 23:10 ` [PATCH 09/16] mkdir.2: " Kir Kolyshkin
2024-06-17 23:10 ` [PATCH 10/16] mmap.2: " Kir Kolyshkin
2024-06-17 23:10 ` [PATCH 11/16] nice.2: " Kir Kolyshkin
2024-06-17 23:10 ` [PATCH 12/16] open.2: " Kir Kolyshkin
2024-06-17 23:10 ` [PATCH 13/16] readdir.2: " Kir Kolyshkin
2024-06-17 23:10 ` [PATCH 14/16] semctl.2: " Kir Kolyshkin
2024-06-17 23:10 ` [PATCH 15/16] uname.2: " Kir Kolyshkin
2024-06-17 23:10 ` [PATCH 16/16] wait.2: " Kir Kolyshkin
2024-06-18 13:42 ` [PATCH 00/16] man2: fix wrong/non-existent section references Alejandro Colomar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240617231035.1766780-1-kolyshkin@gmail.com \
    --to=kolyshkin@gmail.com \
    --cc=alx@kernel.org \
    --cc=linux-man@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox