From 18b6e01edd4f1987d2229292d54958f4a2ad5982 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Fri, 26 Oct 2001 13:55:47 +0000 Subject: fix spelling git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1326 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/aboutdebug.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/aboutdebug.xml') diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index d17ace0dd..fb991bca4 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -35,7 +35,7 @@ version was used to link dynamic programs against, but results will be similar if you compare programs with and without debugging symbols. To remove debugging symbols from a binary (must be an a.out or ELF -binary) run strip --strip-debug filename. Wild cards +binary) run strip --strip-debug filename. Wildcards can be used to strip debugging symbols from multiple files (use something like strip --strip-debug $LFS/usr/bin/*). Most people will probably never use a debugger on software, so by -- cgit v1.2.3-54-g00ecf