Minor changes

This commit is contained in:
Michael Kerrisk 2006-03-31 13:22:11 +00:00
parent e1a9bc1bc7
commit 53cd945e7f
1 changed files with 5 additions and 6 deletions

View File

@ -29,9 +29,9 @@ the time of termination.
A list of the signals which cause a process to dump core can be found in
.BR signal (7).
A process can set the value of its
A process can set its soft
.BR RLIMIT_CORE
resource limit to set an upper limit on the size of the core dump file
resource limit to place an upper limit on the size of the core dump file
that will be produced if it receives a "core dump" signal; see
.BR getrlimit (2)
for details.
@ -53,14 +53,13 @@ file (see below) refers to non-writable directory.
The
.I core_pattern
file
names a directory, or refers to a non-writable file.
names a directory or an existing, non-writable file.
.IP *
.B RLIMIT_CORE
or
.B RLIMIT_FSIZE
resource limits for a process are set to zero.
(See
.BR getrlimit (2).)
resource limits for a process are set to zero (see
.BR getrlimit (2)).
.IP *
The binary being executed by the process does not have read
permission enabled.