summaryrefslogtreecommitdiffstats
path: root/share/man/man5/core.5
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commit1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /share/man/man5/core.5
parentecf79cde9e1b8a35a0190579797cc483bcd50714 (diff)
downloadFreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip
FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz
mdoc(7): Use the new feature of the .In macro.
Diffstat (limited to 'share/man/man5/core.5')
-rw-r--r--share/man/man5/core.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/core.5 b/share/man/man5/core.5
index 27df5dd..437d676 100644
--- a/share/man/man5/core.5
+++ b/share/man/man5/core.5
@@ -96,14 +96,14 @@ area, whose size (in pages) is
defined by the
.Dv UPAGES
manifest in the
-.Aq Pa sys/param.h
+.In sys/param.h
file.
The
.Fa u.
area starts with a
.Fa user
structure as given in
-.Aq Pa sys/user.h .
+.In sys/user.h .
The remainder of the core
file consists of the data pages followed by
the stack pages of the process image.
@@ -123,7 +123,7 @@ area.
The size of a ``page'' is given by the constant
.Dv PAGE_SIZE
(also from
-.Aq Pa sys/param.h ) .
+.In sys/param.h ) .
.Sh EXAMPLES
In order to store all core images in per-user private areas under
.Pa /var/coredumps ,
OpenPOWER on IntegriCloud