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