summaryrefslogtreecommitdiffstats
path: root/share/man/man9/malloc.9
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/man9/malloc.9
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/man9/malloc.9')
-rw-r--r--share/man/man9/malloc.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index 0cb271a..fea6396d 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -226,11 +226,11 @@ MALLOC(buf, struct foo_buf *, sizeof *buf, M_FOOBUF, M_NOWAIT);
In order to use
.Fn MALLOC_DEFINE ,
one must include
-.Aq Pa sys/param.h
+.In sys/param.h
(instead of
-.Aq Pa sys/types.h )
+.In sys/types.h )
and
-.Aq Pa sys/kernel.h .
+.In sys/kernel.h .
.Sh RETURN VALUES
The
.Fn malloc ,
OpenPOWER on IntegriCloud