From: Eric Biggers Date: Fri, 14 Jul 2023 04:05:17 +0000 (-0700) Subject: prctl.2: tfix X-Git-Tag: man-pages-6.05~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfefa39a2dd87f5f811c7501bded5e3babbb050e;p=thirdparty%2Fman-pages.git prctl.2: tfix Signed-off-by: Eric Biggers Signed-off-by: Alejandro Colomar --- diff --git a/man2/prctl.2 b/man2/prctl.2 index 30211a9e26..fe403d76a4 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -2030,13 +2030,13 @@ Return unaligned access control bits, in the location pointed to by .\" prctl PR_GET_AUXV .TP .BR PR_GET_AUXV " (since Linux 6.4)" -Get the auxilliary vector (auxv) into the buffer pointed to by +Get the auxiliary vector (auxv) into the buffer pointed to by .IR "(void\~*) arg2" , whose length is given by \fIarg3\fP. -If the buffer is not long enough for the full auxilliary vector, +If the buffer is not long enough for the full auxiliary vector, the copy will be truncated. Return (as the function result) -the full length of the auxilliary vector. +the full length of the auxiliary vector. \fIarg4\fP and \fIarg5\fP must be 0. .SH RETURN VALUE On success,