From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 8A7EF3858D28; Fri, 17 Dec 2021 13:57:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A7EF3858D28 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-6040] docs: fix option name reference X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: 7fa2a204670d12961cb199490d11bb0fd685fc01 X-Git-Newrev: 7dca2ad64910ba4aeae8e1f373f4d4796702b42b Message-Id: <20211217135743.8A7EF3858D28@sourceware.org> Date: Fri, 17 Dec 2021 13:57:43 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2021 13:57:43 -0000 https://gcc.gnu.org/g:7dca2ad64910ba4aeae8e1f373f4d4796702b42b commit r12-6040-g7dca2ad64910ba4aeae8e1f373f4d4796702b42b Author: Martin Liska Date: Fri Dec 17 14:56:52 2021 +0100 docs: fix option name reference gcc/ChangeLog: * doc/invoke.texi: Rename to -fstack-protector. Diff: --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 8f69e53e68e..de552b5a88a 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14184,7 +14184,7 @@ value of a shared integer constant. @item ssp-buffer-size The minimum size of buffers (i.e.@: arrays) that receive stack smashing -protection when @option{-fstack-protection} is used. +protection when @option{-fstack-protector} is used. @item min-size-for-stack-sharing The minimum size of variables taking part in stack slot sharing when not