Date: Wed, 21 Feb 2001 12:43:56 -0800 (PST) From: Ben Smithurst <ben@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 Message-ID: <200102212043.f1LKhvU04432@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ben 2001/02/21 12:43:56 PST Modified files: share/man/man9 style.9 Log: Expand if ((foo = bar()) != 0) to foo = bar(); if (foo != 0) Submitted by: phk Revision Changes Path 1.45 +3 -2 src/share/man/man9/style.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?200102212043.f1LKhvU04432>