Fix typo in binutils manual

Message ID 20240504165806.1674622-1-tom@tromey.com
State New
Headers
Series Fix typo in binutils manual |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm success Testing passed
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_binutils_check--master-arm success Testing passed

Commit Message

Tom Tromey May 4, 2024, 4:58 p.m. UTC
  I happened to notice that the binutils manual has a typo in the name
of a command-line option.
---
 binutils/doc/binutils.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Nick Clifton May 8, 2024, 10:14 a.m. UTC | #1
Hi Tom,

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

Approved - please apply.

> -@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.

Cheers
   Nick

PS.  This counts as an "obvious" patch, so you do not really need permission to check it in...
  

Patch

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.