mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 15:45:21 +00:00
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:
parent
84470bb4e5
commit
47c8054205
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=324242
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user