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
|
||||
|
||||
$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">
|
||||
|
@ -1596,8 +1596,9 @@
|
|||
Note that you should not use <option>-g</option> unless you can
|
||||
accommodate the large (typically 7 MB+) kernels that result.</para>
|
||||
|
||||
<programlisting>makeoptions DEBUG="-g"
|
||||
makeoptions COPTFLAGS="-O -pipe"</programlisting>
|
||||
<programlisting>
|
||||
makeoptions DEBUG="-g"
|
||||
makeoptions COPTFLAGS="-O -pipe"</programlisting>
|
||||
|
||||
<para>Sysctl provides a way to tune kernel parameters at run-time. You
|
||||
typically do not need to mess with any of the sysctl variables,
|
||||
|
|
Loading…
Reference in a new issue