From: Kir Kolyshkin Date: Mon, 17 Jun 2024 23:10:28 +0000 (-0700) Subject: wait.2: Fix wrong section reference X-Git-Tag: man-pages-6.10~246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de830df4b3fab35f5daacec90f64bc4a4adc5dfb;p=thirdparty%2Fman-pages.git wait.2: Fix wrong section reference 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 Message-ID: <20240617231035.1766780-17-kolyshkin@gmail.com> Signed-off-by: Alejandro Colomar --- 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 @@ 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