From owner-cvs-all Thu May 11 9:54:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82B4137BB3B; Thu, 11 May 2000 09:54:53 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA08233; Thu, 11 May 2000 09:54:52 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200005111654.JAA08233@freefall.freebsd.org> From: Bruce Evans Date: Thu, 11 May 2000 09:54:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 CONDSPLASSERT.9 KASSERT.9 SPLASSERT.9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/05/11 09:54:52 PDT Modified files: share/man/man9 CONDSPLASSERT.9 KASSERT.9 SPLASSERT.9 Log: Abuse .Fn for macros better (don't hand-format the parameter string by quoting it all and adding commas). Don't say that the expression in KASSERT() is an int. It is a collection of tokens forming a C expression that can be compared with 0. Revision Changes Path 1.7 +2 -2 src/share/man/man9/CONDSPLASSERT.9 1.8 +2 -2 src/share/man/man9/KASSERT.9 1.9 +2 -2 src/share/man/man9/SPLASSERT.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message