diff options
Diffstat (limited to 'chapter06/aboutdebug.xml')
-rw-r--r-- | chapter06/aboutdebug.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index 8c2673cd3..c8bfc8a91 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -56,7 +56,7 @@ binary) run <userinput>strip --strip-debug filename</userinput>. Wild cards can be used to strip debugging symbols from multiple files (use something like <userinput>strip --strip-debug $LFS/usr/bin/*</userinput>). Most people will probably never use a debugger on software, so by -removing those symbols a lot of diskspace can be regained. +removing those symbols a lot of disk space can be regained. </para> <para> |