From owner-freebsd-bugs Thu Jun 8 17:58:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA04611 for bugs-outgoing; Thu, 8 Jun 1995 17:58:02 -0700 Received: from vic.cc.purdue.edu (vic.cc.purdue.edu [128.210.15.16]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA04605 for ; Thu, 8 Jun 1995 17:58:00 -0700 Received: (from abe@localhost) by vic.cc.purdue.edu (8.6.12/8.6.10) id TAA10052; Thu, 8 Jun 1995 19:57:49 -0500 From: Vic Abell Message-Id: <199506090057.TAA10052@vic.cc.purdue.edu> To: freebsd-bugs@FreeBSD.org Cc: (Vic Abell) Subject: kvm_getprocs(3) man page Reply-to: abe@cc.purdue.edu Date: Thu, 08 Jun 95 19:57:49 -0500 Sender: bugs-owner@FreeBSD.org Precedence: bulk I believe the kvm_getprocs(3) man page in the 2.0 and 2.0.5-ALPHA releases has two errors: 1. It specifies that the caller should include and . Neither header file exists. I think the caller should include . 2. It specifies that the ``op'' argument should be a symbol of the form KINFO_*. Those symbols come from the non-existent header files. I think the proper ``op'' symbols have the form KERN_* and come from the header file. Perhaps the kvm_getprocs(3) man page needs to be updated. Vic Abell