Add required #include references to manual page

This commit is contained in:
Matthew Dillon 1998-12-13 02:32:59 +00:00
parent be648216c6
commit 36058b68da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41713

View File

@ -38,6 +38,8 @@
.Nm kvm_getloadavg
.Nd get load average of the system
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <stdlib.h>
.Fd #include <kvm.h>
.Ft int
.Fn kvm_getloadavg "kvm_t *kd" "double loadavg[]" "int nelem"