From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2045) id 4DC773858C98; Sat, 2 Dec 2023 16:55:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4DC773858C98 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Petr Tesarik To: bfd-cvs@sourceware.org Subject: [binutils-gdb] binutils: Fix documentation typo in the --set-sect-name option X-Act-Checkin: binutils-gdb X-Git-Author: Petr Tesarik X-Git-Refname: refs/heads/master X-Git-Oldrev: a47b0babe48d50b065e9604275634966062ad2b0 X-Git-Newrev: 721e21d62f3e87607c77f07dd8ad7a3312bd8c19 Message-Id: <20231202165515.4DC773858C98@sourceware.org> Date: Sat, 2 Dec 2023 16:55:15 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2023 16:55:15 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D721e21d62f3e= 87607c77f07dd8ad7a3312bd8c19 commit 721e21d62f3e87607c77f07dd8ad7a3312bd8c19 Author: Petr Tesarik Date: Sat Dec 2 17:35:40 2023 +0100 binutils: Fix documentation typo in the --set-sect-name option =20 Fix a --set-sect-name typo in the description of objcopy --rename-section. 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 ec23a78470e..abe58ef9c14 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1818,7 +1818,7 @@ changing the section's flags to @var{flags} in the pr= ocess. This has the advantage over using a linker script to perform the rename in that the output stays as an object file and does not become a linked executable. This option accepts the same set of flags as the -@option{--sect-section-flags} option. +@option{--set-section-flags} option. =20 This option is particularly helpful when the input format is binary, since this will always create a section called .data. If for example,