[binutils-gdb] Fix typo in binutils manual

Tom Tromey tromey@sourceware.org
Wed May 8 14:38:14 GMT 2024


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=573b697e9dae4ae8b0facfd8336c0c96ec50be5a

commit 573b697e9dae4ae8b0facfd8336c0c96ec50be5a
Author: Tom Tromey <tom@tromey.com>
Date:   Sat May 4 10:49:14 2024 -0600

    Fix typo in binutils manual
    
    I happened to notice that the binutils manual has a typo in the name
    of a command-line option.

Diff:
---
 binutils/doc/binutils.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 4e67b6e0da9..c78c9e393f2 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -2042,7 +2042,7 @@ As long as the debug info file has been installed into one of these
 locations before the debugger is run everything should work
 correctly.
 
-@item --keep-section-symbils
+@item --keep-section-symbols
 When stripping a file, perhaps with @option{--strip-debug} or
 @option{--strip-unneeded}, retain any symbols specifying section names,
 which would otherwise get stripped.


More information about the Binutils-cvs mailing list