public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Andrew Pinski <pinskia@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-4040] Fix @opindex for mcall-aixdesc and mcall-openbsd
Date: Tue, 15 Nov 2022 04:27:59 +0000 (GMT)	[thread overview]
Message-ID: <20221115042759.3375F385840C@sourceware.org> (raw)

https://gcc.gnu.org/g:d7971cf7625547eafdeb39b856716b7745d0aee7

commit r13-4040-gd7971cf7625547eafdeb39b856716b7745d0aee7
Author: Andrew Pinski <apinski@marvell.com>
Date:   Tue Nov 15 04:16:57 2022 +0000

    Fix @opindex for mcall-aixdesc and mcall-openbsd
    
    For mcall-aixdesc, the opindex was just m which was wrong.
    For mcall-openbsd, the opindex was mcall-netbsd which was wrong.
    This two have been broken since the options were added to the documentation
    back in r0-92913-g244609a618b094 .
    
    Committed as obvious after a "make html" and checking the options index.
    
    Thanks,
    Andrew
    
    gcc/ChangeLog:
    
            * doc/invoke.texi: Fix opindex for mcall-aixdesc and mcall-openbsd.

Diff:
---
 gcc/doc/invoke.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 40f667a630a..78ac644b121 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -29639,7 +29639,7 @@ Specify both @option{-mcall-sysv} and @option{-meabi} options.
 Specify both @option{-mcall-sysv} and @option{-mno-eabi} options.
 
 @item -mcall-aixdesc
-@opindex m
+@opindex mcall-aixdesc
 On System V.4 and embedded PowerPC systems compile code for the AIX
 operating system.
 
@@ -29659,7 +29659,7 @@ On System V.4 and embedded PowerPC systems compile code for the
 NetBSD operating system.
 
 @item -mcall-openbsd
-@opindex mcall-netbsd
+@opindex mcall-openbsd
 On System V.4 and embedded PowerPC systems compile code for the
 OpenBSD operating system.

                 reply	other threads:[~2022-11-15  4:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221115042759.3375F385840C@sourceware.org \
    --to=pinskia@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).