summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2023-07-13 21:05:17 -0700
committerAlejandro Colomar <alx@kernel.org>2023-07-15 18:38:59 +0200
commitcfefa39a2dd87f5f811c7501bded5e3babbb050e (patch)
tree84e0b54f39f784f730fd4607534ad6dd4c77ec09
parentd4a1b74217fa178a2b3ba14442016c137dc0e084 (diff)
prctl.2: tfix
Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/prctl.26
1 files 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,