diff options
Diffstat (limited to 'share/man/man9/malloc.9')
| -rw-r--r-- | share/man/man9/malloc.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 0cb271abc24e..fea6396dd0d9 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 , |
