Fix a path in a Subversion example.

While here, recommend https.

PR:		222761
Submitted by:	1983-01-06 <at> gmx.net
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2017-10-03 19:08:16 +00:00
parent 84470bb4e5
commit 47c8054205
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=324242

View File

@ -158,7 +158,7 @@ boot</screen>
be obtained using <application>svnlite</application>:</para> be obtained using <application>svnlite</application>:</para>
<screen>&prompt.root; mkdir -p /usr/src <screen>&prompt.root; mkdir -p /usr/src
&prompt.root; svnlite co svn://svn.freebsd.org/base/releng/10.2 /usr/src</screen> &prompt.root; svnlite co https://svn.freebsd.org/base/releng/10.4 /usr/src</screen>
<para>Build the <literal>kernel-toolchain</literal> required <para>Build the <literal>kernel-toolchain</literal> required
to rebuild the kernel:</para> to rebuild the kernel:</para>