From owner-freebsd-doc@FreeBSD.ORG Sat Oct 15 18:57:00 2011 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3B5D1065670 for ; Sat, 15 Oct 2011 18:57:00 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 735D58FC19 for ; Sat, 15 Oct 2011 18:57:00 +0000 (UTC) Received: by mail-bw0-f54.google.com with SMTP id zu17so1515055bkb.13 for ; Sat, 15 Oct 2011 11:56:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=BQEi+lQujbGUPuKOTD2CVJ5EB0L8u4OP71FaKWkNVb4=; b=Sj56CvfdgwAGBRHFiom3ckNcldx7NDMChaVpsSnB35hx1/2JxCWgF3mUm7r6zOe7R3 OyLl0mHLqky9gKkOJlfemdK6l3jL1Wi84bXbg+gn7upQu08xQ3vDiapuewIvnrl89yFl I+BMUTA69wcPKnhE1uWiHNiiPAZ+DrUrUy7a0= Received: by 10.223.63.206 with SMTP id c14mr1347fai.7.1318703531388; Sat, 15 Oct 2011 11:32:11 -0700 (PDT) Received: from [192.168.0.150] (athedsl-4364788.home.otenet.gr. [79.130.9.228]) by mx.google.com with ESMTPS id 11sm8218039faf.22.2011.10.15.11.32.09 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 15 Oct 2011 11:32:10 -0700 (PDT) Message-ID: <4E99D1AB.9030904@gmail.com> Date: Sat, 15 Oct 2011 21:32:11 +0300 From: Manolis Kiagias User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: John-Mark Gurney References: <20111015174641.GQ14645@funkthat.com> In-Reply-To: <20111015174641.GQ14645@funkthat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-doc@FreeBSD.org Subject: Re: minor rewording for committers guide X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2011 18:57:01 -0000 On 15/10/2011 8:46 μμ, John-Mark Gurney wrote: > I was trying to find the repo for the www, but the note IMO was poorly > worded, so I have this patch. Should I go ahead and commit? > > P.S. I'm not on the list, so please include me in the reply. > > Thanks. > > Index: article.sgml > =================================================================== > RCS file: /home/dcvs/doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v > retrieving revision 1.303 > diff -u -r1.303 article.sgml > --- article.sgml 11 Sep 2011 18:04:15 -0000 1.303 > +++ article.sgml 15 Oct 2011 17:40:26 -0000 > @@ -304,9 +304,10 @@ > CVS but in Subversion. The official > and exported trees are not necessarily equal. > > -Note that thewww module containing sources > - for theFreeBSD website is > - contained within thedoc repository. > +Note that the sources for the > +FreeBSD website are > + contained within thewww module of the > +doc repository. > > The CVS repositories are hosted on the repository machines. > Currently, each of the repositories above reside on the same physical > Looks fine here, I'd say go ahead! manolis@