From 1c23ef339bcd24785a7edbf6087f4e9c1054a22e Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 8 Sep 2003 19:57:22 +0000 Subject: mdoc(7): Use the new feature of the .In macro. --- share/man/man5/core.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/man/man5/core.5') 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 , -- cgit v1.1