core.5: Note effect of madvise(2) MADV_DONTDUMP flag

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-07-16 07:50:01 +02:00
parent 45c99e3ec4
commit 0ac3f06fc9
1 changed files with 7 additions and 1 deletions

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH CORE 5 2012-01-17 "Linux" "Linux Programmer's Manual"
.TH CORE 5 2012-07-16 "Linux" "Linux Programmer's Manual"
.SH NAME
core \- core dump file
.SH DESCRIPTION
@ -96,6 +96,12 @@ operation, and the description of the
.\" and PR_SET_DUMPABLE to this page?
file in
.BR proc (5).)
.PP
In addition,
a core dump may exclude part of the address space of the process if the
.BR madvise (2)
.B MADV_DONTDUMP
flag was employed.
.SS Naming of core dump files
By default, a core dump file is named
.IR core ,