Fix typo. It's supposed to be "its" not "it's" in this context. Signed-off-by: Tobias Stoeckmann <tobias@xxxxxxxxxxxxxx> --- man3/getauxval.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/getauxval.3 b/man3/getauxval.3 index fe2b0b8..85d7f41 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)). -- 2.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html