Author: gjb Date: Tue Oct 3 19:08:16 2017 New Revision: 324242 URL: https://svnweb.freebsd.org/changeset/base/324242
Log: 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 Modified: stable/10/release/doc/en_US.ISO8859-1/errata/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/errata/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/errata/article.xml Tue Oct 3 17:00:01 2017 (r324241) +++ stable/10/release/doc/en_US.ISO8859-1/errata/article.xml Tue Oct 3 19:08:16 2017 (r324242) @@ -158,7 +158,7 @@ boot</screen> be obtained using <application>svnlite</application>:</para> <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 to rebuild the kernel:</para> _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"