From owner-cvs-all Sun Oct 10 2:13:31 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 454C214C9D; Sun, 10 Oct 1999 02:13:08 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.037 #1) id 11aF2I-000JEs-00; Sun, 10 Oct 1999 11:12:58 +0200 From: Sheldon Hearn To: Chris Piazza Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 In-reply-to: Your message of "Sun, 10 Oct 1999 02:04:21 MST." <19991010020421.A276@norn.ca.eu.org> Date: Sun, 10 Oct 1999 11:12:58 +0200 Message-ID: <73957.939546778@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 10 Oct 1999 02:04:21 MST, Chris Piazza wrote: > > (p = f()) == NULL) > > Hmm, you're right I guess. I was reading it as if(... > > Should I revert this or change it? Changing it and the example below it to if statements would probably make the fragments more consistent with other examples of tests in the style.9 manpage. Whatever you do, just make sure you end up with a consistent style at the end of the day. ;-) Later, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message