Fix a broken command line in an example.
Submitted by: Peter Lazar <lazar@phc.net>
This commit is contained in:
parent
02e855d62f
commit
1ff250cbd5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14366
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
|||
<screen>&prompt.root; <userinput>mount /cdrom</userinput>
|
||||
&prompt.root; <userinput>mkdir -p /usr/src/sys</userinput>
|
||||
&prompt.root; <userinput>ln -s /usr/src/sys /sys</userinput>
|
||||
&prompt.root; <userinput>cat /cdrom/src/ssys.[a-d]* | tar -xzvf</userinput></screen>
|
||||
&prompt.root; <userinput>cat /cdrom/src/ssys.[a-d]* | tar -xzvf -</userinput></screen>
|
||||
</note>
|
||||
|
||||
<para>Next, move to the
|
||||
|
|
Loading…
Reference in a new issue