]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
wait.2: Fix wrong section reference
authorKir Kolyshkin <kolyshkin@gmail.com>
Mon, 17 Jun 2024 23:10:28 +0000 (16:10 -0700)
committerAlejandro Colomar <alx@kernel.org>
Tue, 18 Jun 2024 13:45:08 +0000 (15:45 +0200)
The man page says:

> This is the glibc and POSIX interface; see
> NOTES for information on the raw system call.

Since the commit 4131356cd ("man*/, man-pages.7: VERSIONS, STANDARDS,
HISTORY: Reorganize sections"), this information is in VERSIONS.

Fixes: 4131356cdab8 ("man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sections")
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Message-ID: <20240617231035.1766780-17-kolyshkin@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2/wait.2

index dbbb8abf5386b6ae5f692f1bccc47ddba79b1dc5..46baa6da6e24f8c3ad87b1e2d8ce7de91c39ac23 100644 (file)
@@ -42,7 +42,7 @@ Standard C library
 .BI "int waitid(idtype_t " idtype ", id_t " id \
 ", siginfo_t *" infop ", int " options );
                 /* This is the glibc and POSIX interface; see
-                   NOTES for information on the raw system call. */
+                   VERSIONS for information on the raw system call. */
 .fi
 .P
 .RS -4