Subject: kvm_ man pages refer to KINFO_PROC_ALL but not in /usr/include
To: None <netbsd-bugs@netbsd.org>
From: George Michaelson <G.Michaelson@cc.uq.oz.au>
List: netbsd-bugs
Date: 12/15/1994 10:53:02
Looks like the manuals and reality have divirged for i386/current

>KVM_GETPROCS(3)           NetBSD Programmer's Manual           KVM_GETPROCS(3)
>
>NAME
>     kvm_getprocs, kvm_getargv, kvm_getenvv - access user process state
>
>SYNOPSIS
>     #include <kvm.h>
>     #include <sys/kinfo.h>
>     #include <sys/kinfo_proc.h>

But /usr/include/sys doesn't have these files.  making top with its
m_netbsd.c is a bit hard...

	-George