summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2004-11-22 03:15:21 +0000
committerDavid Schultz <das@FreeBSD.org>2004-11-22 03:15:21 +0000
commit40ca336b7ce7282d18fe017f1f236921e12893d5 (patch)
treec7a85e787cc3ea9f5d68f3bd5e0756c9f2028d92
parentb4425fbe387d1bd32439153e613b1655ee211635 (diff)
Notes
-rw-r--r--share/man/man5/core.535
1 files changed, 0 insertions, 35 deletions
diff --git a/share/man/man5/core.5 b/share/man/man5/core.5
index 437d676a4700..2a1e16bfb67f 100644
--- a/share/man/man5/core.5
+++ b/share/man/man5/core.5
@@ -89,41 +89,6 @@ changed to generate a core dump by setting the
variable
.Va kern.sugid_coredump
to 1.
-.Pp
-The core file consists of the
-.Fa u.
-area, whose size (in pages) is
-defined by the
-.Dv UPAGES
-manifest in the
-.In sys/param.h
-file.
-The
-.Fa u.
-area starts with a
-.Fa user
-structure as given in
-.In sys/user.h .
-The remainder of the core
-file consists of the data pages followed by
-the stack pages of the process image.
-The amount of data space image in the core
-file is given (in pages) by the
-variable
-.Fa u_dsize
-in the
-.Fa u.
-area.
-The amount of stack image in the core file is given (in pages) by the
-variable
-.Fa u_ssize
-in the
-.Fa u.
-area.
-The size of a ``page'' is given by the constant
-.Dv PAGE_SIZE
-(also from
-.In sys/param.h ) .
.Sh EXAMPLES
In order to store all core images in per-user private areas under
.Pa /var/coredumps ,