[binutils-gdb] readelf: Fix typo in --version-info documentation

Jan Beulich jbeulich@sourceware.org
Mon Nov 10 10:40:11 GMT 2025


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

commit 90a0b08bd064ebc476dc4dcb1c5bdbbcf5c40d1d
Author: Dennis Dyallo <dennis.dyall@yubico.com>
Date:   Mon Nov 10 11:37:43 2025 +0100

    readelf: Fix typo in --version-info documentation
    
    Change "it they exist" to "if they exist" in the description
    of the --version-info option in the readelf man page.

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 c0a09a373f9..2c9a94d1b16 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -5303,7 +5303,7 @@ Displays the contents of the file's dynamic section, if it has one.
 @item -V
 @itemx --version-info
 @cindex ELF version sections information
-Displays the contents of the version sections in the file, it they
+Displays the contents of the version sections in the file, if they
 exist.
 
 @item -A


More information about the Binutils-cvs mailing list