aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDru Lavigne <dru@FreeBSD.org>2018-12-14 19:01:46 +0000
committerDru Lavigne <dru@FreeBSD.org>2018-12-14 19:01:46 +0000
commitfbde8e39652466c87b609a5ccd6173cfed4e3657 (patch)
tree35bcb659d1091875911fd5e843144bac7c5cb872
parentb97a508eaddf0b5bf80b57c1c3566b23ec55f8b9 (diff)
downloaddoc-fbde8e39652466c87b609a5ccd6173cfed4e3657.tar.gz
doc-fbde8e39652466c87b609a5ccd6173cfed4e3657.zip
Checkout protocol is HTTP, not HTTPS.
Submitted by: dru Reported by: gjb Sponsored by: iXsystems
Notes
Notes: svn path=/head/; revision=52691
-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 e71cb03b2a..79182d81fc 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 https://repo.FreeBSD.org/doc/head <replaceable>~/doc</replaceable></userinput></screen>
+ <screen>&prompt.user; <userinput>svn checkout http://repo.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 c4a2543dc7..d6b07f6e15 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 https://repo.FreeBSD.org/doc/head/ head</userinput></screen>
+ <screen>&prompt.user; <userinput>svn checkout http://repo.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 d3f831ba59..94b9672c23 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 https://repo.FreeBSD.org/doc/head <replaceable>~/doc</replaceable></userinput></screen>
+ <screen>&prompt.user; <userinput>svn checkout http://repo.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 https://repo.FreeBSD.org/base/head <replaceable>~/src</replaceable></userinput></screen>
+ <screen>&prompt.user; <userinput>svn checkout http://repo.FreeBSD.org/base/head <replaceable>~/src</replaceable></userinput></screen>
</sect1>
<sect1 xml:id="working-copy-updating">