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: 4131356cd ("man*/, man-pages.7: VERSIONS, STANDARDS, HISTORY: Reorganize sections") Signed-off-by: Kir Kolyshkin <kolyshkin@xxxxxxxxx> --- man/man2/wait.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man2/wait.2 b/man/man2/wait.2 index dbbb8abf5..46baa6da6 100644 --- a/man/man2/wait.2 +++ b/man/man2/wait.2 @@ -42,7 +42,7 @@ .SH SYNOPSIS .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 -- 2.45.2