From owner-cvs-all@FreeBSD.ORG Mon Mar 7 02:20:17 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDAF116A4CE; Mon, 7 Mar 2005 02:20:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE13F43D31; Mon, 7 Mar 2005 02:20:16 +0000 (GMT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j272KGWx039708; Mon, 7 Mar 2005 02:20:16 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j272KGI6039707; Mon, 7 Mar 2005 02:20:16 GMT (envelope-from grog) Message-Id: <200503070220.j272KGI6039707@repoman.freebsd.org> From: Greg Lehey Date: Mon, 7 Mar 2005 02:20:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2005 02:20:17 -0000 grog 2005-03-07 02:20:15 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Correct indentation style: - "options" is followed by the characters \040\011, not \011\011. Correct both my own sins and those of others. - Comment blocks start and end with an empty line ^#$. - Remove non-standard comments added in my last commit. Requested by: njl Correctness confirmed by: bde Revision Changes Path 1.1303 +14 -14 src/sys/conf/NOTES