- Various punctuation fixes
- s/lines/line/
This commit is contained in:
parent
2604f10bc7
commit
6c6077e3e7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15403
1 changed files with 3 additions and 3 deletions
|
@ -868,7 +868,7 @@ Script done, …</screen>
|
|||
<title>Compile and Install the Base System</title>
|
||||
|
||||
<para>You must be in the <filename>/usr/src</filename>
|
||||
directory...</para>
|
||||
directory:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/src</userinput></screen>
|
||||
|
||||
|
@ -905,7 +905,7 @@ Script done, …</screen>
|
|||
|
||||
<programlisting>NOPROFILE= true # Avoid compiling profiled libraries</programlisting>
|
||||
|
||||
<para>lines in <filename>/etc/make.conf</filename>.</para>
|
||||
<para>line in <filename>/etc/make.conf</filename>.</para>
|
||||
|
||||
<para><replaceable>target</replaceable> tells &man.make.1; what
|
||||
you want to do. Each <filename>Makefile</filename> defines a
|
||||
|
@ -928,7 +928,7 @@ Script done, …</screen>
|
|||
first created on the &os.current; branch, and then retrofitted to
|
||||
&os.stable; midway between 2.2.2 and 2.2.5) the
|
||||
<maketarget>world</maketarget> target has been split in
|
||||
two. <maketarget>buildworld</maketarget> and
|
||||
two: <maketarget>buildworld</maketarget> and
|
||||
<maketarget>installworld</maketarget>.</para>
|
||||
|
||||
<para>As the names imply, <maketarget>buildworld</maketarget>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue