diff options
Diffstat (limited to 'man2/mlock.2')
| -rw-r--r-- | man2/mlock.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/mlock.2 b/man2/mlock.2 index a610abab3a..07e3119a65 100644 --- a/man2/mlock.2 +++ b/man2/mlock.2 @@ -123,7 +123,7 @@ address space of the process. .SH ERRORS .TP .B ENOMEM -(Linux 2.6.9 and later) the caller had a non-zero +(Linux 2.6.9 and later) the caller had a nonzero .B RLIMIT_MEMLOCK soft resource limit, but tried to lock more memory than the limit permitted. @@ -310,7 +310,7 @@ Since kernel 2.6.9, if a privileged process calls and later drops privileges (loses the .B CAP_IPC_LOCK capability by, for example, -setting its effective UID to a non-zero value), +setting its effective UID to a nonzero value), then subsequent memory allocations (e.g., .BR mmap (2), .BR brk (2)) |
