From owner-cvs-all Sun Jul 22 4:47:22 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 B637B37B403; Sun, 22 Jul 2001 04:47:16 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6MBlGk10014; Sun, 22 Jul 2001 04:47:16 -0700 (PDT) (envelope-from dd) Message-Id: <200107221147.f6MBlGk10014@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 22 Jul 2001 04:47:16 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/07/22 04:47:16 PDT Modified files: share/man/man9 style.9 Log: Change the errx() example. Error messages passed to the err(3) functions shouldn't have the first word capitalized, and shouldn't have a period at the end. This is how most of our programs, and most (all?) of the 4.4BSD programs, are. In the past, we've even done sweeps to change things to comply to this. Revision Changes Path 1.58 +3 -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