o Remove slash from ln -s command.
o Fix typo (is is -> is). Discussed with: jkois
This commit is contained in:
parent
92feffb187
commit
92d207bfe8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37856
1 changed files with 2 additions and 2 deletions
|
@ -300,7 +300,7 @@ following line in &man.loader.conf.5;:
|
|||
<para>If the directory <filename>/usr/src/</filename> does not
|
||||
exist on your system (or if it is empty), then the sources have
|
||||
not been installed. The easiest way to install the full source
|
||||
tree is is to run <command>sysinstall</command> as
|
||||
tree is to run <command>sysinstall</command> as
|
||||
<username>root</username>, and then choosing
|
||||
<guimenuitem>Configure</guimenuitem>, then
|
||||
<guimenuitem>Distributions</guimenuitem>, then
|
||||
|
@ -308,7 +308,7 @@ following line in &man.loader.conf.5;:
|
|||
<guimenuitem>All</guimenuitem>. If it does not exist, you should
|
||||
also create a symlink to <filename>/usr/src/sys/</filename>:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>ln -s /usr/src/sys/ /sys/</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>ln -s /usr/src/sys /sys</userinput></screen>
|
||||
</note>
|
||||
|
||||
<para>Next, change to the
|
||||
|
|
Loading…
Reference in a new issue