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
This commit is contained in:
Warren Block 2012-08-29 05:59:54 +00:00
parent 5a6589bf21
commit 7237d1700e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39467

View file

@ -257,13 +257,13 @@
<para>In Subversion, URLs are used to designate a repository, <para>In Subversion, URLs are used to designate a repository,
taking the form of <literal>protocol://hostname/path</literal>. taking the form of <literal>protocol://hostname/path</literal>.
Mirrors may support different protocols as specified below. The 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, <literal>base</literal> There are three different repositories, <literal>base</literal>
for the &os; Base system, <literal>ports</literal> for the for the &os; base system source code, <literal>ports</literal>
FreeBSD Ports Collection, and <literal>doc</literal> for the for the Ports Collection, and <literal>doc</literal> for
FreeBSD Documentation. For example, the URL documentation. For example, the URL
<literal>svn://svn0.us-east.FreeBSD.org/ports/head/</literal> <literal>svn://svn0.us-east.FreeBSD.org/ports/head/</literal>
specifies the main branch of the &os; ports repository on the specifies the main branch of the ports repository on the
<hostid role="fqdn">svn0.us-east.FreeBSD.org</hostid> mirror, <hostid role="fqdn">svn0.us-east.FreeBSD.org</hostid> mirror,
using the svn protocol.</para> using the svn protocol.</para>