diff options
Diffstat (limited to 'chapter06/aboutdebug.xml')
-rw-r--r-- | chapter06/aboutdebug.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index e8e179b09..d58737e25 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -41,9 +41,9 @@ or ELF binary), run <userinput>strip --strip-debug filename</userinput>. Wildcards can be used to treat multiple files (use something like <userinput>strip --strip-debug $LFS/tools/bin/*</userinput>).</para> -<para>For your convenience, Chapter 9 includes one simple command to strip -all debugging symbols from all programs and libraries on your system. -Additional information on optimization can be found in the hint at +<para>For your convenience, <xref linkend="chapter09"/> includes one simple +command to strip all debugging symbols from all programs and libraries on your +system. Additional information on optimization can be found in the hint at <ulink url="&hints-root;optimization.txt"/>.</para> </sect1> |