From owner-cvs-all Wed Feb 21 4:10:23 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 438E737B401; Wed, 21 Feb 2001 04:10:20 -0800 (PST) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1LCAKN41997; Wed, 21 Feb 2001 04:10:20 -0800 (PST) (envelope-from ben) Message-Id: <200102211210.f1LCAKN41997@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 21 Feb 2001 04:10:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/02/21 04:10:19 PST Modified files: share/man/man9 style.9 Log: Don't suggest if (error = function(a1, a2)) since it causes a warning with -Wall. Change it so it has an explicit test against zero, if ((error = function(a1, a2)) != 0) Revision Changes Path 1.44 +2 -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