Added cross-ref to setrlimit(2) concerning memory locking limits

This commit is contained in:
Michael Kerrisk 2004-11-25 13:36:04 +00:00
parent 102f39b88e
commit 83cd3686ed
1 changed files with 3 additions and 1 deletions

View File

@ -256,7 +256,8 @@ is not open in read/write (O_RDWR) mode.
Or PROT_WRITE is set, but the file is append-only.
.TP
.B EAGAIN
The file has been locked, or too much memory has been locked.
The file has been locked, or too much memory has been locked (see
.BR setrlimit (2)).
.TP
.B EBADF
.I fd
@ -338,6 +339,7 @@ at any moment when the system runs out of memory.
.BR mmap2 (2),
.BR mremap (2),
.BR msync (2),
.BR setrlimit (2),
.BR shm_open (2)
.br
B.O. Gallmeister, POSIX.4, O'Reilly, pp. 128-129 and 389-391.