summaryrefslogtreecommitdiff
path: root/man2/prctl.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/prctl.2')
-rw-r--r--man2/prctl.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/prctl.2 b/man2/prctl.2
index 26d5e7e29..48d0137e8 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -121,7 +121,7 @@ Return (as the function result) the current state of the calling
process's dumpable flag.
.\" Since Linux 2.6.13, the dumpable flag can have the value 2,
.\" but in 2.6.13 PR_GET_DUMPABLE simply returns 1 if the dumpable
-.\" flags has a non-zero value. This was fixed in 2.6.14.
+.\" flags has a nonzero value. This was fixed in 2.6.14.
.TP
.BR PR_SET_ENDIAN " (since Linux 2.6.18, PowerPC only)"
Set the endian-ness of the calling process to the value given
@@ -173,7 +173,7 @@ Set the state of the thread's "keep capabilities" flag,
which determines whether the threads's effective and permitted
capability sets are cleared when a change is made to the threads's user IDs
such that the threads's real UID, effective UID, and saved set-user-ID
-all become non-zero when at least one of them previously had the value 0.
+all become nonzero when at least one of them previously had the value 0.
(By default, these credential sets are cleared).
.I arg2
must be either 0 (capabilities are cleared) or 1 (capabilities are kept).