summaryrefslogtreecommitdiffstats
path: root/share/man/man9/malloc.9
diff options
context:
space:
mode:
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