This commit is contained in:
Michael Kerrisk 2008-01-01 07:55:02 +00:00
parent ab9616d3e7
commit e256d8aa0d
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ for details.
There are various circumstances in which a core dump file is
not produced:
.IP *
.IP * 3
The process does not have permission to write the core file.
(By default the core file is called
.IR core ,
@ -50,7 +50,7 @@ or if a file with the same name exists and
is not writable
or is not a regular file
(e.g., it is a directory or a symbolic link).
.IP * 3
.IP *
A (writable, regular) file with the same name as would be used for the
core dump already exists, but there is more than one hard link to that
file.