PR: docs/9050

Add reference to required include file #include <stdlib.h> for
    getloadavg(3) function call.
This commit is contained in:
dillon 1998-12-13 02:34:56 +00:00
parent bb5a4a9fc4
commit 058e862b8e

View File

@ -38,6 +38,7 @@
.Nm getloadavg
.Nd get system load averages
.Sh SYNOPSIS
.Fd #include <stdlib.h>
.Ft int
.Fn getloadavg "double loadavg[]" "int nelem"
.Sh DESCRIPTION