It appears "-g" is now the right option to ``strip'' rather than "-d".

This commit is contained in:
David E. O'Brien 1999-05-22 16:36:02 +00:00
parent 43d2e74f9e
commit c9769af30f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4932
4 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: chapter.sgml,v 1.13 1999-04-12 04:41:20 grog Exp $
$Id: chapter.sgml,v 1.14 1999-05-22 16:36:02 obrien Exp $
-->
<chapter id="kerneldebug">
@ -50,7 +50,7 @@
<para>When the kernel has been built make a copy of it, say
<filename>kernel.debug</filename>, and then run <command>strip
-d</command> on the original. Install the original as normal. You
-g</command> on the original. Install the original as normal. You
may also install the unstripped kernel, but symbol table lookup time for
some programs will drastically increase, and since the whole kernel is
loaded entirely at boot time and cannot be swapped out later, several

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: chapter.sgml,v 1.13 1999-04-12 04:41:20 grog Exp $
$Id: chapter.sgml,v 1.14 1999-05-22 16:36:02 obrien Exp $
-->
<chapter id="kerneldebug">
@ -50,7 +50,7 @@
<para>When the kernel has been built make a copy of it, say
<filename>kernel.debug</filename>, and then run <command>strip
-d</command> on the original. Install the original as normal. You
-g</command> on the original. Install the original as normal. You
may also install the unstripped kernel, but symbol table lookup time for
some programs will drastically increase, and since the whole kernel is
loaded entirely at boot time and cannot be swapped out later, several

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: chapter.sgml,v 1.13 1999-04-12 04:41:20 grog Exp $
$Id: chapter.sgml,v 1.14 1999-05-22 16:36:02 obrien Exp $
-->
<chapter id="kerneldebug">
@ -50,7 +50,7 @@
<para>When the kernel has been built make a copy of it, say
<filename>kernel.debug</filename>, and then run <command>strip
-d</command> on the original. Install the original as normal. You
-g</command> on the original. Install the original as normal. You
may also install the unstripped kernel, but symbol table lookup time for
some programs will drastically increase, and since the whole kernel is
loaded entirely at boot time and cannot be swapped out later, several

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: chapter.sgml,v 1.13 1999-04-12 04:41:20 grog Exp $
$Id: chapter.sgml,v 1.14 1999-05-22 16:36:02 obrien Exp $
-->
<chapter id="kerneldebug">
@ -50,7 +50,7 @@
<para>When the kernel has been built make a copy of it, say
<filename>kernel.debug</filename>, and then run <command>strip
-d</command> on the original. Install the original as normal. You
-g</command> on the original. Install the original as normal. You
may also install the unstripped kernel, but symbol table lookup time for
some programs will drastically increase, and since the whole kernel is
loaded entirely at boot time and cannot be swapped out later, several