]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
prctl.2: tfix
authorEric Biggers <ebiggers@google.com>
Fri, 14 Jul 2023 04:05:17 +0000 (21:05 -0700)
committerAlejandro Colomar <alx@kernel.org>
Sat, 15 Jul 2023 16:38:59 +0000 (18:38 +0200)
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man2/prctl.2

index 30211a9e2618c9a4a6ce4c6a20878280538cb6f0..fe403d76a4c66477c3bdd07400bd492eadd3322d 100644 (file)
@@ -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,