Fix the short description of kvm_getloadavg(3) to reflect

what the function really does.

Also fix a small mdoc problem I noticed while in there.

Obtained from: NetBSD-bugs (NetBSD PR#3077)
This commit is contained in:
Mike Pritchard 1997-01-02 20:16:20 +00:00
parent 327c6b9210
commit 7eb461278e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21233

View File

@ -36,11 +36,10 @@
.Os
.Sh NAME
.Nm kvm_getloadavg
.Nd get error message on kvm descriptor
.Nd get load average of the system
.Sh SYNOPSIS
.Fd #include <sys/resource.h>
.Fd #include <kvm.h>
.br
.Ft int
.Fn kvm_getloadavg "kvm_t *kd" "double loadavg[]" "int nelem"
.Sh DESCRIPTION