public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] man2: fix wrong/non-existent section references
@ 2024-06-17 23:10 Kir Kolyshkin
  2024-06-17 23:10 ` [PATCH 01/16] cacheflush.2: fix section reference Kir Kolyshkin
                   ` (16 more replies)
  0 siblings, 17 replies; 21+ messages in thread
From: Kir Kolyshkin @ 2024-06-17 23:10 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: Kir Kolyshkin, linux-man

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


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

end of thread, other threads:[~2024-06-18 18:49 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 23:10 [PATCH 00/16] man2: fix wrong/non-existent section references Kir Kolyshkin
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox