From owner-cvs-all Sun Aug 1 20:20:12 1999 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 469DD14C8F; Sun, 1 Aug 1999 20:20:07 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA75881; Sun, 1 Aug 1999 20:18:18 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199908020318.UAA75881@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 1 Aug 1999 20:18:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/08/01 20:18:17 PDT Modified files: share/man/man9 style.9 Log: Bruce noted that the use of err(), fixed to errx() in the last commit, did not specify an exit code. This implies the use of either a hand- rolled err() (Bruce's suggestion) or a random error code (my suggestion), both of which are against the style guidelines. This commit specifies the correct error code (implicitly). This also changes the error message to be a little more helpful. Revision Changes Path 1.26 +6 -3 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message