getauxval.3: tfix

Fix typo. It's supposed to be "its" not "it's" in this context.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
This commit is contained in:
Tobias Stoeckmann 2016-06-15 22:19:22 +02:00 committed by Michael Kerrisk
parent bf56400c13
commit 36f99b9242
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ The address of sixteen bytes containing a random value.
Has a nonzero value if this executable should be treated securely.
Most commonly, a nonzero value indicates that the process is
executing a set-user-ID or set-group-ID binary
(so that it's real and effective UIDs or GIDs differ from one another),
(so that its real and effective UIDs or GIDs differ from one another),
or that it gained capabilities by executing
a binary file that has capabilities (see
.BR capabilities (7)).