From 36f99b92423da4a5d8c7a53e36e529db9a357d5c Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Wed, 15 Jun 2016 22:19:22 +0200 Subject: [PATCH] getauxval.3: tfix Fix typo. It's supposed to be "its" not "it's" in this context. Signed-off-by: Tobias Stoeckmann --- man3/getauxval.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/getauxval.3 b/man3/getauxval.3 index fe2b0b896..85d7f41a9 100644 --- a/man3/getauxval.3 +++ b/man3/getauxval.3 @@ -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)).