aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDru Lavigne <dru@FreeBSD.org>2018-12-14 20:08:13 +0000
committerDru Lavigne <dru@FreeBSD.org>2018-12-14 20:08:13 +0000
commit587bff776b67c16d505682a57709245d1f2ebb8d (patch)
treecbd02f319f8e56792ba3777b891977aef1890e4a
parentfbde8e39652466c87b609a5ccd6173cfed4e3657 (diff)
downloaddoc-587bff776b67c16d505682a57709245d1f2ebb8d.tar.gz
doc-587bff776b67c16d505682a57709245d1f2ebb8d.zip
Checkout URL clarified by gjb. Recorrected.
Reported by: gjb Sponsored by: iXsystems
Notes
Notes: svn path=/head/; revision=52692
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml2
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml2
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml
index 79182d81fc..ded4a1a672 100644
--- a/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml
@@ -98,7 +98,7 @@
<filename>~/doc</filename> (see
<xref linkend="working-copy"/>).</para>
- <screen>&prompt.user; <userinput>svn checkout http://repo.FreeBSD.org/doc/head <replaceable>~/doc</replaceable></userinput></screen>
+ <screen>&prompt.user; <userinput>svn checkout https://svn.FreeBSD.org/doc/head <replaceable>~/doc</replaceable></userinput></screen>
</step>
<step>
diff --git a/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml
index d6b07f6e15..0c39f75d7b 100644
--- a/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml
@@ -125,7 +125,7 @@
copy of the FreeBSD Subversion repository (at least the
documentation part). This can be done by running:</para>
- <screen>&prompt.user; <userinput>svn checkout http://repo.FreeBSD.org/doc/head/ head</userinput></screen>
+ <screen>&prompt.user; <userinput>svn checkout https://svn.FreeBSD.org/doc/head/ head</userinput></screen>
<para><link
xlink:href="https://svn.FreeBSD.org/">svn.FreeBSD.org</link>
diff --git a/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml
index 94b9672c23..28f5fc2aa5 100644
--- a/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml
@@ -91,12 +91,12 @@
copy of the latest version (<literal>head</literal>) of
the main documentation tree:</para>
- <screen>&prompt.user; <userinput>svn checkout http://repo.FreeBSD.org/doc/head <replaceable>~/doc</replaceable></userinput></screen>
+ <screen>&prompt.user; <userinput>svn checkout https://svn.FreeBSD.org/doc/head <replaceable>~/doc</replaceable></userinput></screen>
<para>A checkout of the source code to work on manual pages is
very similar:</para>
- <screen>&prompt.user; <userinput>svn checkout http://repo.FreeBSD.org/base/head <replaceable>~/src</replaceable></userinput></screen>
+ <screen>&prompt.user; <userinput>svn checkout https://svn.FreeBSD.org/base/head <replaceable>~/src</replaceable></userinput></screen>
</sect1>
<sect1 xml:id="working-copy-updating">