From: Eric Biggers <ebiggers@xxxxxxxxxx> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> --- man2/prctl.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/prctl.2 b/man2/prctl.2 index 30211a9e2..fe403d76a 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, -- 2.41.0