From owner-svn-doc-all@FreeBSD.ORG Wed May 30 00:33:28 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36D061065675; Wed, 30 May 2012 00:33:28 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 16FC18FC14; Wed, 30 May 2012 00:33:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4U0XR02014190; Wed, 30 May 2012 00:33:27 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4U0XRhe014188; Wed, 30 May 2012 00:33:27 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201205300033.q4U0XRhe014188@svn.freebsd.org> From: Glen Barber Date: Wed, 30 May 2012 00:33:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r38938 - head/en_US.ISO8859-1/articles/committers-guide X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2012 00:33:28 -0000 Author: gjb Date: Wed May 30 00:33:27 2012 New Revision: 38938 URL: http://svn.freebsd.org/changeset/doc/38938 Log: Add trailing comma to 'i.e.' and 'e.g.'. Fix a typo. Translators can likely ignore this change. Modified: head/en_US.ISO8859-1/articles/committers-guide/article.sgml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.sgml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.sgml Wed May 30 00:05:46 2012 (r38937) +++ head/en_US.ISO8859-1/articles/committers-guide/article.sgml Wed May 30 00:33:27 2012 (r38938) @@ -315,7 +315,7 @@ CVSROOT when distributed via CVSup for the convenience of our users. The src tree is automatically - exported to CVS for compatibility reasons only (e.g. + exported to CVS for compatibility reasons only (e.g., CVSup). The official src repository is not stored in CVS but in Subversion. The official @@ -542,7 +542,7 @@ alias projcvs cvs -d user.svn. Arguments to and - are sticky, which means cvs will remember them later, e.g. + are sticky, which means cvs will remember them later, e.g., when you do a cvs update. @@ -1048,7 +1048,7 @@ checkout -P commit and insert it into the commit message or save it in a file before committing and use the option of CVS to read the commit message - from that file, i.e. + from that file, i.e., &prompt.user; vi logmsg &prompt.user; cvs ci -F logmsg shazam @@ -1290,7 +1290,7 @@ Host projcvs.FreeBSD.org Any path can be used, not just the one in the example above. A common pattern is to place mirrors under - //mirror, e.g. + //mirror, e.g., //mirror/freebsd/base/, and local branches under //local. @@ -2348,9 +2348,9 @@ $target - head/$source:$P,$Q,$R Bootstrapping merge history If importing for the first time after the switch to - Subversion, bootstrapping + Subversion, bootstrap svn:mergeinfo on the target directory - in the main tree to the to the revision that corresponds + in the main tree to the revision that corresponds to the last related change to the vendor tree, prior to importing new sources: @@ -2477,7 +2477,7 @@ $target - head/$source:$P,$Q,$R The --no-diff-deleted tells Subversion not to complain about files that are in the - vendor tree but not in the main tree, i.e. things that + vendor tree but not in the main tree, i.e., things that would have previously been removed before the vendor import, like for example the like the vendor's makefiles and configure scripts. @@ -2753,7 +2753,7 @@ $target - head/$source:$P,$Q,$R count as abuse of the working copy client code! Checking out a working copy with a stock Subversion client - withouth &os;-specific patches + without &os;-specific patches (WITH_FREEBSD_TEMPLATE) will mean that $FreeBSD$ tags will not be expanded. Once the correct version has been installed, trick @@ -2772,7 +2772,7 @@ $target - head/$source:$P,$Q,$R As a new developer there are a number of things you should do first. The first set is specific to committers only. (If you are - not a committer, e.g. have GNATS-only access, then your mentor needs + not a committer, e.g., have GNATS-only access, then your mentor needs to do these things for you.) @@ -2854,7 +2854,7 @@ $target - head/$source:$P,$Q,$R It is important to have an up-to-date PGP/GnuPG key in the Handbook, since the key may be required for positive - identification of a committer, e.g. by the &a.admins; for + identification of a committer, e.g., by the &a.admins; for account recovery. A complete keyring of FreeBSD.org users is available for download from when they are short and are directly related to a commit. There is a similar list, svn-committers, which has a - similar purpose but is a normal list, i.e. you are free to + similar purpose but is a normal list, i.e., you are free to send any suitable message to this list. @@ -4447,7 +4447,7 @@ $target - head/$source:$P,$Q,$R In some rare cases it may be necessary to change the PORTNAME instead of LATEST_LINK, but this should only - be done when it is really needed — e.g. using + be done when it is really needed — e.g., using an existing port as the base for a very similar program with a different name, or upgrading a port to a new upstream version which actually changes the