From owner-svn-doc-all@FreeBSD.ORG Wed Aug 29 05:59:55 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF889106564A; Wed, 29 Aug 2012 05:59:55 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BA7388FC12; Wed, 29 Aug 2012 05:59:55 +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 q7T5xts4093547; Wed, 29 Aug 2012 05:59:55 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7T5xt1c093545; Wed, 29 Aug 2012 05:59:55 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201208290559.q7T5xt1c093545@svn.freebsd.org> From: Warren Block Date: Wed, 29 Aug 2012 05:59:55 +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: r39467 - head/en_US.ISO8859-1/books/handbook/mirrors 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, 29 Aug 2012 05:59:55 -0000 Author: wblock Date: Wed Aug 29 05:59:54 2012 New Revision: 39467 URL: http://svn.freebsd.org/changeset/doc/39467 Log: Replace some occurrences of "FreeBSD" with &os;, reword and adjust capitalization slightly. Variation of patch submitted by ryusuke. Submitted by: ryusuke Reviewed by: simon, ryusuke Modified: head/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml Modified: head/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml Tue Aug 28 23:06:41 2012 (r39466) +++ head/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml Wed Aug 29 05:59:54 2012 (r39467) @@ -257,13 +257,13 @@ In Subversion, URLs are used to designate a repository, taking the form of protocol://hostname/path. Mirrors may support different protocols as specified below. The - first component of the path is the FreeBSD repository to access. + first component of the path is the &os; repository to access. There are three different repositories, base - for the &os; Base system, ports for the - FreeBSD Ports Collection, and doc for the - FreeBSD Documentation. For example, the URL + for the &os; base system source code, ports + for the Ports Collection, and doc for + documentation. For example, the URL svn://svn0.us-east.FreeBSD.org/ports/head/ - specifies the main branch of the &os; ports repository on the + specifies the main branch of the ports repository on the svn0.us-east.FreeBSD.org mirror, using the svn protocol.