From patchwork Thu Nov 10 13:53:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 60351 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1FAE438582AC for ; Thu, 10 Nov 2022 13:54:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1FAE438582AC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668088464; bh=YNi0EdgofdYAVvsdYjyHZWJqf4U/ACdSjZdfogUiaAU=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=f8SmsZJtXtlkD7AWgEes9WkQPWX2M8iM8U14Rj04ngLFTOJsP0P9+bTRxBT6cah5K vtBoYu+qtRdCZor0u7eStbBx4zjFDQBErsC7LZp4PKUVx5uwBfKXgPKK8Vm7fAA28d Ko+a+M8kNxymTojNQbz7chJLsSgd9I/wcPwB3nLc= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 91AEB3858D38 for ; Thu, 10 Nov 2022 13:53:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 91AEB3858D38 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 6B24322A83 for ; Thu, 10 Nov 2022 13:53:50 +0000 (UTC) Received: from hawking.suse.de (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id 65E162C141 for ; Thu, 10 Nov 2022 13:53:50 +0000 (UTC) Received: by hawking.suse.de (Postfix, from userid 17005) id EC1FA440253; Thu, 10 Nov 2022 14:53:49 +0100 (CET) To: gcc-patches@gcc.gnu.org Subject: [PATCH] doc: formatting fixes X-Yow: .. I want to perform cranial activities with Tuesday Weld!! Date: Thu, 10 Nov 2022 14:53:49 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-Spam-Status: No, score=-9.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Andreas Schwab via Gcc-patches From: Andreas Schwab Reply-To: Andreas Schwab Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" gcc/ * doc/gcc/gcc-command-options/option-summary.rst: Fix formatting. --- gcc/doc/gcc/gcc-command-options/option-summary.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/gcc/doc/gcc/gcc-command-options/option-summary.rst b/gcc/doc/gcc/gcc-command-options/option-summary.rst index 388da445591..acc70920bad 100644 --- a/gcc/doc/gcc/gcc-command-options/option-summary.rst +++ b/gcc/doc/gcc/gcc-command-options/option-summary.rst @@ -1209,10 +1209,8 @@ in the following sections. :option:`-malign-data=type` |gol| :option:`-mbig-endian` :option:`-mlittle-endian` |gol| :option:`-mstack-protector-guard=guard` :option:`-mstack-protector-guard-reg=reg` |gol| - :option:`-mstack-protector-guard-offset=offset` - -mcsr-check -mno-csr-check - - .. program:: -mcsr-check -mno-csr-check + :option:`-mstack-protector-guard-offset=offset` |gol| + :option:`-mcsr-check` :option:`-mno-csr-check` *RL78 Options* @@ -1524,5 +1522,3 @@ in the following sections. *zSeries Options* See :ref:`s-390-and-zseries-options`. - - .. program:: None