From owner-cvs-all@FreeBSD.ORG Tue Jul 22 01:27:51 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D06AC106566B; Tue, 22 Jul 2008 01:27:51 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (pittgoth.com [205.134.163.206]) by mx1.freebsd.org (Postfix) with ESMTP id 8ADC08FC18; Tue, 22 Jul 2008 01:27:51 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from localhost.fbsdsecure.org (c-68-83-213-214.hsd1.va.comcast.net [68.83.213.214]) (authenticated bits=0) by pittgoth.com (8.14.2/8.14.2) with ESMTP id m6M17qHs061612 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 21 Jul 2008 21:07:52 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Mon, 21 Jul 2008 21:07:48 -0400 From: Tom Rhodes To: John Baldwin Message-Id: <20080721210748.32d96b40.trhodes@FreeBSD.org> In-Reply-To: <200807211100.16053.jhb@freebsd.org> References: <200807201525.m6KFPhoV014088@repoman.freebsd.org> <200807211100.16053.jhb@freebsd.org> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: trhodes@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netipx ipx_input.c ipx_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 22 Jul 2008 01:27:51 -0000 On Mon, 21 Jul 2008 11:00:15 -0400 John Baldwin wrote: > On Sunday 20 July 2008 11:25:20 am Tom Rhodes wrote: > > trhodes 2008-07-20 15:25:20 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netipx ipx_input.c ipx_usrreq.c > > Log: > > SVN rev 180630 on 2008-07-20 15:25:20Z by trhodes > > > > Document a few sysctls. > > > > Reviewed by: rwatson > > FWIW, most other sysctls (though not all currently) start the first word with > uppercase and attempt to be complete sentences. This is consistent with > style(9)'s suggestions on code comments. > > -- > John Baldwin > I've thought about this and will probably make a follow up change for that. Thanks for the verification! :) -- Tom Rhodes