From owner-freebsd-current@FreeBSD.ORG Sat Dec 30 08:40:01 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0ACDE16A407 for ; Sat, 30 Dec 2006 08:40:01 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.freebsd.org (Postfix) with ESMTP id B827B13C448 for ; Sat, 30 Dec 2006 08:39:58 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id kBU8ce6G091482; Sat, 30 Dec 2006 11:39:55 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id kBU8cdg0091481; Sat, 30 Dec 2006 11:38:39 +0300 (MSK) (envelope-from yar) Date: Sat, 30 Dec 2006 11:38:39 +0300 From: Yar Tikhiy To: Andre Guibert de Bruet Message-ID: <20061230083839.GG76083@comp.chem.msu.su> References: <21FFCA85-E5E5-4B60-BFB5-54C63A33ED90@siliconlandmark.com> <20061229125454.GF76083@comp.chem.msu.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i Cc: current@freebsd.org Subject: Re: [PATCH] Typo fixes: preceed -> precede X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2006 08:40:01 -0000 On Fri, Dec 29, 2006 at 03:49:03PM -0500, Andre Guibert de Bruet wrote: > On Dec 29, 2006, at 7:54 AM, Yar Tikhiy wrote: > > >On Thu, Dec 28, 2006 at 02:02:23AM -0500, Andre Guibert de Bruet > >wrote: > >>Hi, > >> > >>The attached patch fixes the misspelling of the word "precede" in CVS > >>HEAD in a number of source files and man pages. It needs to be > >>applied in src/. Could someone commit it? > >> > >>It can also be found online at: https://bling.properkernel.com/ > >>freebsd/20061227-fix-preceed.patch > >> > >>PS: This patch does not fix the instances in src/contrib/ as it is my > >>understanding that these are vendor imported sources. I will take > >>these up with the appropriate people. > > > >Thank you for spotting those typos! Personally, I hate typos in > >comments and docs as they make me suspect that the author didn't > >have enough concentration to write good code either. :-) > > I feel the same way. > > >My only remark is that we should't touch the files in src/crypto/ > >or the manpages in src/secure/. The former are much like those > >in src/contrib/, while the latter are auto-generated from the POD > >files in src/crypto/. > > I have the POD files fixed in my local repo. Would you like the patches? Excuse me, but the POD files shouldn't be changed in the FreeBSD repo because src/crypto contains imported third-party software, like src/contrib does. The separation was due to the legal issues about cryptographic programs. See src/crypto/README. -- Yar