From owner-cvs-all Tue Jul 3 7:56:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCCF237B401; Tue, 3 Jul 2001 07:56:08 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f63Eu8x41476; Tue, 3 Jul 2001 07:56:08 -0700 (PDT) (envelope-from yar) Message-Id: <200107031456.f63Eu8x41476@freefall.freebsd.org> From: Yar Tikhiy Date: Tue, 3 Jul 2001 07:56:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys modstat.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2001/07/03 07:56:08 PDT Modified files: lib/libc/sys modstat.2 Log: First, fix a leftover of the cut'n'paste from the kld* pages: change the name of the page (.Nm) from "kldstat" to "modstat". Second, don't claim that modstat(2) always returns 0. Actually, it behaves as most syscalls do - returns 0 on success, or -1 on failure. MFC after: 5 days Revision Changes Path 1.3 +7 -3 src/lib/libc/sys/modstat.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message