Date: Thu, 11 May 2000 09:54:52 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 CONDSPLASSERT.9 KASSERT.9 SPLASSERT.9 Message-ID: <200005111654.JAA08233@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005111654.JAA08233>