Whitespace changes only.
This commit is contained in:
parent
8c7efd7038
commit
c30b4a99dc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8286
1 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/internals/chapter.sgml,v 1.22 2000/06/14 00:47:34 jim Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/internals/chapter.sgml,v 1.23 2000/11/03 19:12:29 jim Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="internals">
|
<chapter id="internals">
|
||||||
|
|
@ -1596,7 +1596,8 @@
|
||||||
Note that you should not use <option>-g</option> unless you can
|
Note that you should not use <option>-g</option> unless you can
|
||||||
accommodate the large (typically 7 MB+) kernels that result.</para>
|
accommodate the large (typically 7 MB+) kernels that result.</para>
|
||||||
|
|
||||||
<programlisting>makeoptions DEBUG="-g"
|
<programlisting>
|
||||||
|
makeoptions DEBUG="-g"
|
||||||
makeoptions COPTFLAGS="-O -pipe"</programlisting>
|
makeoptions COPTFLAGS="-O -pipe"</programlisting>
|
||||||
|
|
||||||
<para>Sysctl provides a way to tune kernel parameters at run-time. You
|
<para>Sysctl provides a way to tune kernel parameters at run-time. You
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue