diff --git a/share/doc/handbook/kerneldebug.sgml b/share/doc/handbook/kerneldebug.sgml index ba3538e1ca25..7476cdc97024 100644 --- a/share/doc/handbook/kerneldebug.sgml +++ b/share/doc/handbook/kerneldebug.sgml @@ -1,4 +1,4 @@ - + Kernel Debugging @@ -36,7 +36,7 @@ done by default, however. When the kernel has been built make a copy of it, say - kernel.debug, and then run strip -x on the + kernel.debug, and then run strip -d 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