summaryrefslogtreecommitdiff
path: root/dh_strip
diff options
context:
space:
mode:
Diffstat (limited to 'dh_strip')
-rwxr-xr-xdh_strip4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_strip b/dh_strip
index 8543a4ec..28ccf756 100755
--- a/dh_strip
+++ b/dh_strip
@@ -49,11 +49,11 @@ package. dh_strip will, when stripping off the debug symbols of files in
the given package, save them to independent files in the package build
directory for the "-dbg" package.
-For example, you might have a package libfoo libfoo, and want to include a
+For example, you might have a package named libfoo, and want to include a
libfoo-dbg package that contains debugging symbols. The command "dh_strip
--dbg-package=libfoo" will make dh_strip save the debugging symbols for
usr/lib/libfoo.so.0 into usr/lib/debug/usr/lib/libfoo.so.0 in the package
-build directory for libfoo-dbg. If libfoo-dbg is installed, gdb wil
+build directory for libfoo-dbg. If libfoo-dbg is installed, gdb will
automatically load up the debugging symbols from it when debugging libfoo.
This option may be repeated to list more than one package.