From owner-cvs-all Thu Jan 31 5:26:32 2002 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 C170437B400; Thu, 31 Jan 2002 05:26:29 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0VDQTs25520; Thu, 31 Jan 2002 05:26:29 -0800 (PST) (envelope-from bde) Message-Id: <200201311326.g0VDQTs25520@freefall.freebsd.org> From: Bruce Evans Date: Thu, 31 Jan 2002 05:26:29 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/01/31 05:26:29 PST Modified files: share/man/man9 style.9 Log: Modified the rules for vendor ids: - explictly say not to edit infrastructure for vendor ids (not just the ids). - say to enclose vendor ids and their infrastucture in ``#if 0'', and partly explain why. - don't set a bad example by mangling the Berkeley id infrastructure from ``static char sccsid[] ...'' to ``__RCSID(...)''. - show a blank line between the vendor id cruft and the FreeeBSD if cruft in the example. - relaxed the rule about adding "From: " to say that "From: " is actually useful if the file has been renamed. - minor English improvements. Discussed with: obrien Revision Changes Path 1.79 +16 -11 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message